diff --git a/cms/djangoapps/contentstore/tests/test_contentstore.py b/cms/djangoapps/contentstore/tests/test_contentstore.py index 26e23f49ca..eb530cba89 100644 --- a/cms/djangoapps/contentstore/tests/test_contentstore.py +++ b/cms/djangoapps/contentstore/tests/test_contentstore.py @@ -143,7 +143,7 @@ class ContentStoreToyCourseTest(ModuleStoreTestCase): self.check_components_on_page( ADVANCED_COMPONENT_TYPES, ['Word cloud', 'Annotation', 'Text Annotation', 'Video Annotation', - 'Open Response Assessment', 'Peer Grading Interface'], + 'Open Response Assessment', 'Peer Grading Interface', 'openassessment'], ) def test_advanced_components_require_two_clicks(self): diff --git a/cms/djangoapps/contentstore/views/component.py b/cms/djangoapps/contentstore/views/component.py index 75c66cb99a..c372c991f9 100644 --- a/cms/djangoapps/contentstore/views/component.py +++ b/cms/djangoapps/contentstore/views/component.py @@ -60,6 +60,7 @@ else: 'word_cloud', 'graphical_slider_tool', 'lti', + 'openassessment', # edx-ora2 ] + OPEN_ENDED_COMPONENT_TYPES + NOTE_COMPONENT_TYPES ADVANCED_COMPONENT_CATEGORY = 'advanced' diff --git a/cms/envs/common.py b/cms/envs/common.py index 0ae3d89fa1..d6ca688f5b 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -553,6 +553,13 @@ MAX_FAILED_LOGIN_ATTEMPTS_LOCKOUT_PERIOD_SECS = 15 * 60 OPTIONAL_APPS = ( 'edx_jsdraw', 'mentoring', + + # edx-ora2 + 'submissions', + 'openassessment', + 'openassessment.assessment', + 'openassessment.workflow', + 'openassessment.xblock' ) for app_name in OPTIONAL_APPS: diff --git a/conf/locale/ach/LC_MESSAGES/django.mo b/conf/locale/ach/LC_MESSAGES/django.mo index 8d7ccee5d8..4f711fd0ba 100644 Binary files a/conf/locale/ach/LC_MESSAGES/django.mo 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 index b675c56bac..64f2c7e470 100644 --- a/conf/locale/ach/LC_MESSAGES/django.po +++ b/conf/locale/ach/LC_MESSAGES/django.po @@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: nedbat \n" "Language-Team: Acoli (http://www.transifex.com/projects/p/edx-platform/language/ach/)\n" @@ -1238,7 +1238,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3763,14 +3763,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6194,7 +6186,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7090,7 +7082,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7167,8 +7159,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7177,7 +7169,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7187,10 +7179,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7198,7 +7190,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7211,9 +7203,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7239,24 +7231,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8275,7 +8262,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9303,6 +9290,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/ach/LC_MESSAGES/djangojs.mo b/conf/locale/ach/LC_MESSAGES/djangojs.mo index 3b4bdf13c8..5a992feae3 100644 Binary files a/conf/locale/ach/LC_MESSAGES/djangojs.mo 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 index f3e896f4bc..f6fae9f3f0 100644 --- a/conf/locale/ach/LC_MESSAGES/djangojs.po +++ b/conf/locale/ach/LC_MESSAGES/djangojs.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 20:22+0000\n" "Last-Translator: sarina \n" "Language-Team: Acoli (http://www.transifex.com/projects/p/edx-platform/language/ach/)\n" @@ -789,7 +789,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -829,6 +829,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/ar/LC_MESSAGES/django.mo b/conf/locale/ar/LC_MESSAGES/django.mo index 68ee1e3e84..80eff14e79 100644 Binary files a/conf/locale/ar/LC_MESSAGES/django.mo 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 index 645aead715..80f2a4f165 100644 --- a/conf/locale/ar/LC_MESSAGES/django.po +++ b/conf/locale/ar/LC_MESSAGES/django.po @@ -15,6 +15,7 @@ # khateeb , 2013 # may , 2013 # may , 2013-2014 +# hajmoh, 2014 # najwan , 2013 # najwan , 2013 # SiddigSami , 2014 @@ -79,7 +80,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-03-11 14:11+0000\n" "Last-Translator: Almaazon \n" "Language-Team: Arabic (http://www.transifex.com/projects/p/edx-platform/language/ar/)\n" @@ -1279,7 +1280,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3795,14 +3796,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6234,7 +6227,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7138,7 +7131,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7215,8 +7208,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7225,7 +7218,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7235,10 +7228,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7246,7 +7239,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7259,9 +7252,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7287,24 +7280,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8323,7 +8311,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9351,6 +9339,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/ar/LC_MESSAGES/djangojs.mo b/conf/locale/ar/LC_MESSAGES/djangojs.mo index a7283fd553..8424afed53 100644 Binary files a/conf/locale/ar/LC_MESSAGES/djangojs.mo 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 index ecc24d53aa..a538a37846 100644 --- a/conf/locale/ar/LC_MESSAGES/djangojs.po +++ b/conf/locale/ar/LC_MESSAGES/djangojs.po @@ -34,7 +34,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: sarina \n" "Language-Team: Arabic (http://www.transifex.com/projects/p/edx-platform/language/ar/)\n" @@ -873,7 +873,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -913,6 +913,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/bg_BG/LC_MESSAGES/django.mo b/conf/locale/bg_BG/LC_MESSAGES/django.mo index 7c6176d6f7..948b4e9382 100644 Binary files a/conf/locale/bg_BG/LC_MESSAGES/django.mo 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 index 41b75b8a8f..bc9237d00f 100644 --- a/conf/locale/bg_BG/LC_MESSAGES/django.po +++ b/conf/locale/bg_BG/LC_MESSAGES/django.po @@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: nedbat \n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/edx-platform/language/bg_BG/)\n" @@ -1238,7 +1238,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3763,14 +3763,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6194,7 +6186,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7090,7 +7082,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7167,8 +7159,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7177,7 +7169,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7187,10 +7179,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7198,7 +7190,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7211,9 +7203,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7239,24 +7231,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8275,7 +8262,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9303,6 +9290,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/bg_BG/LC_MESSAGES/djangojs.mo b/conf/locale/bg_BG/LC_MESSAGES/djangojs.mo index a2c2b9b24f..6fcdee7413 100644 Binary files a/conf/locale/bg_BG/LC_MESSAGES/djangojs.mo 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 index 885d546068..365e8ff7d5 100644 --- a/conf/locale/bg_BG/LC_MESSAGES/djangojs.po +++ b/conf/locale/bg_BG/LC_MESSAGES/djangojs.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 20:22+0000\n" "Last-Translator: sarina \n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/edx-platform/language/bg_BG/)\n" @@ -789,7 +789,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -829,6 +829,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/bn/LC_MESSAGES/django.mo b/conf/locale/bn/LC_MESSAGES/django.mo index 5f4b9c7974..748e8d7203 100644 Binary files a/conf/locale/bn/LC_MESSAGES/django.mo 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 index 8a18ab6cad..9bb67eef6b 100644 --- a/conf/locale/bn/LC_MESSAGES/django.po +++ b/conf/locale/bn/LC_MESSAGES/django.po @@ -39,7 +39,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: nedbat \n" "Language-Team: Bengali (http://www.transifex.com/projects/p/edx-platform/language/bn/)\n" @@ -1239,7 +1239,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3764,14 +3764,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6195,7 +6187,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7091,7 +7083,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7168,8 +7160,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7178,7 +7170,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7188,10 +7180,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7199,7 +7191,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7212,9 +7204,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7240,24 +7232,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8276,7 +8263,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9304,6 +9291,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/bn/LC_MESSAGES/djangojs.mo b/conf/locale/bn/LC_MESSAGES/djangojs.mo index f322085a7a..91441cd012 100644 Binary files a/conf/locale/bn/LC_MESSAGES/djangojs.mo 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 index 47b70b0434..560b3544d8 100644 --- a/conf/locale/bn/LC_MESSAGES/djangojs.po +++ b/conf/locale/bn/LC_MESSAGES/djangojs.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 20:22+0000\n" "Last-Translator: sarina \n" "Language-Team: Bengali (http://www.transifex.com/projects/p/edx-platform/language/bn/)\n" @@ -790,7 +790,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -830,6 +830,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/bn_BD/LC_MESSAGES/django.mo b/conf/locale/bn_BD/LC_MESSAGES/django.mo index 4721cd4ca5..d9c5799214 100644 Binary files a/conf/locale/bn_BD/LC_MESSAGES/django.mo 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 index a3cb3e4a90..ca8c663307 100644 --- a/conf/locale/bn_BD/LC_MESSAGES/django.po +++ b/conf/locale/bn_BD/LC_MESSAGES/django.po @@ -41,7 +41,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-06 03:20+0000\n" "Last-Translator: nedbat \n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/edx-platform/language/bn_BD/)\n" @@ -1241,7 +1241,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3766,14 +3766,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6197,7 +6189,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7093,7 +7085,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7170,8 +7162,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7180,7 +7172,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7190,10 +7182,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7201,7 +7193,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7214,9 +7206,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7242,24 +7234,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8278,7 +8265,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9306,6 +9293,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/bn_BD/LC_MESSAGES/djangojs.mo b/conf/locale/bn_BD/LC_MESSAGES/djangojs.mo index 3965eed182..f728a739ed 100644 Binary files a/conf/locale/bn_BD/LC_MESSAGES/djangojs.mo 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 index 082008d7f9..9558bf1149 100644 --- a/conf/locale/bn_BD/LC_MESSAGES/djangojs.po +++ b/conf/locale/bn_BD/LC_MESSAGES/djangojs.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 20:22+0000\n" "Last-Translator: sarina \n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/edx-platform/language/bn_BD/)\n" @@ -790,7 +790,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -830,6 +830,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/ca/LC_MESSAGES/django.mo b/conf/locale/ca/LC_MESSAGES/django.mo index 5f9f47f43b..284fcbefaf 100644 Binary files a/conf/locale/ca/LC_MESSAGES/django.mo and b/conf/locale/ca/LC_MESSAGES/django.mo differ diff --git a/conf/locale/ca/LC_MESSAGES/django.po b/conf/locale/ca/LC_MESSAGES/django.po index df7f196e85..b6ef90e8a0 100644 --- a/conf/locale/ca/LC_MESSAGES/django.po +++ b/conf/locale/ca/LC_MESSAGES/django.po @@ -4,6 +4,7 @@ # This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. # # Translators: +# claudi , 2014 # #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# # edX translation file. # Copyright (C) 2014 EdX @@ -42,7 +43,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-03-23 19:30+0000\n" "Last-Translator: claudi \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/edx-platform/language/ca/)\n" @@ -1242,7 +1243,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3767,14 +3768,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6198,7 +6191,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7094,7 +7087,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7171,8 +7164,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7181,7 +7174,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7191,10 +7184,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7202,7 +7195,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7215,9 +7208,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7243,24 +7236,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8279,7 +8267,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9307,6 +9295,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/ca/LC_MESSAGES/djangojs.mo b/conf/locale/ca/LC_MESSAGES/djangojs.mo index 23786db070..fc5b422ac5 100644 Binary files a/conf/locale/ca/LC_MESSAGES/djangojs.mo and b/conf/locale/ca/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/ca/LC_MESSAGES/djangojs.po b/conf/locale/ca/LC_MESSAGES/djangojs.po index fdf3f3d3a9..5c3564d78c 100644 --- a/conf/locale/ca/LC_MESSAGES/djangojs.po +++ b/conf/locale/ca/LC_MESSAGES/djangojs.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: claudi \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/edx-platform/language/ca/)\n" @@ -792,7 +792,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -832,6 +832,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/ca@valencia/LC_MESSAGES/django.mo b/conf/locale/ca@valencia/LC_MESSAGES/django.mo index 949b6d1e88..25446b9993 100644 Binary files a/conf/locale/ca@valencia/LC_MESSAGES/django.mo and b/conf/locale/ca@valencia/LC_MESSAGES/django.mo differ diff --git a/conf/locale/ca@valencia/LC_MESSAGES/django.po b/conf/locale/ca@valencia/LC_MESSAGES/django.po index e7f0d43d34..bab95199af 100644 --- a/conf/locale/ca@valencia/LC_MESSAGES/django.po +++ b/conf/locale/ca@valencia/LC_MESSAGES/django.po @@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-12 14:59+0000\n" "Last-Translator: sarina \n" "Language-Team: Catalan (Valencian) (http://www.transifex.com/projects/p/edx-platform/language/ca@valencia/)\n" @@ -1238,7 +1238,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3763,14 +3763,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6194,7 +6186,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7090,7 +7082,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7167,8 +7159,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7177,7 +7169,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7187,10 +7179,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7198,7 +7190,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7211,9 +7203,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7239,24 +7231,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8275,7 +8262,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9303,6 +9290,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/ca@valencia/LC_MESSAGES/djangojs.mo b/conf/locale/ca@valencia/LC_MESSAGES/djangojs.mo index 0408bed76f..c8e89c5057 100644 Binary files a/conf/locale/ca@valencia/LC_MESSAGES/djangojs.mo and b/conf/locale/ca@valencia/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/ca@valencia/LC_MESSAGES/djangojs.po b/conf/locale/ca@valencia/LC_MESSAGES/djangojs.po index 9c783d9e3e..e07a6126df 100644 --- a/conf/locale/ca@valencia/LC_MESSAGES/djangojs.po +++ b/conf/locale/ca@valencia/LC_MESSAGES/djangojs.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 20:22+0000\n" "Last-Translator: sarina \n" "Language-Team: Catalan (Valencian) (http://www.transifex.com/projects/p/edx-platform/language/ca@valencia/)\n" @@ -790,7 +790,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -830,6 +830,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/cs/LC_MESSAGES/django.mo b/conf/locale/cs/LC_MESSAGES/django.mo index d3b5bc4162..5110cd98a3 100644 Binary files a/conf/locale/cs/LC_MESSAGES/django.mo 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 index ac47e133b7..80ab88e5df 100644 --- a/conf/locale/cs/LC_MESSAGES/django.po +++ b/conf/locale/cs/LC_MESSAGES/django.po @@ -53,7 +53,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-24 17:06+0000\n" "Last-Translator: Slamic \n" "Language-Team: Czech (http://www.transifex.com/projects/p/edx-platform/language/cs/)\n" @@ -1253,7 +1253,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3774,14 +3774,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6207,7 +6199,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7105,7 +7097,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7182,8 +7174,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7192,7 +7184,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7202,10 +7194,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7213,7 +7205,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7226,9 +7218,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7254,24 +7246,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8290,7 +8277,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9318,6 +9305,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/cs/LC_MESSAGES/djangojs.mo b/conf/locale/cs/LC_MESSAGES/djangojs.mo index 64d75a0559..34d50075bb 100644 Binary files a/conf/locale/cs/LC_MESSAGES/djangojs.mo 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 index de2924e9c0..5b72b8ef46 100644 --- a/conf/locale/cs/LC_MESSAGES/djangojs.po +++ b/conf/locale/cs/LC_MESSAGES/djangojs.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 23:12+0000\n" "Last-Translator: sarina \n" "Language-Team: Czech (http://www.transifex.com/projects/p/edx-platform/language/cs/)\n" @@ -811,7 +811,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -851,6 +851,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/cy/LC_MESSAGES/django.mo b/conf/locale/cy/LC_MESSAGES/django.mo index d5fb900203..657f5e15cb 100644 Binary files a/conf/locale/cy/LC_MESSAGES/django.mo 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 index 1e5e5ab91a..b7f047afa3 100644 --- a/conf/locale/cy/LC_MESSAGES/django.po +++ b/conf/locale/cy/LC_MESSAGES/django.po @@ -40,7 +40,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: nedbat \n" "Language-Team: Welsh (http://www.transifex.com/projects/p/edx-platform/language/cy/)\n" @@ -1240,7 +1240,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3765,14 +3765,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6200,7 +6192,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7100,7 +7092,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7177,8 +7169,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7187,7 +7179,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7197,10 +7189,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7208,7 +7200,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7221,9 +7213,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7249,24 +7241,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8285,7 +8272,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9313,6 +9300,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/cy/LC_MESSAGES/djangojs.mo b/conf/locale/cy/LC_MESSAGES/djangojs.mo index d7e42d48ed..d395c8c430 100644 Binary files a/conf/locale/cy/LC_MESSAGES/djangojs.mo 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 index 2125977728..03a0c5f036 100644 --- a/conf/locale/cy/LC_MESSAGES/djangojs.po +++ b/conf/locale/cy/LC_MESSAGES/djangojs.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 20:22+0000\n" "Last-Translator: sarina \n" "Language-Team: Welsh (http://www.transifex.com/projects/p/edx-platform/language/cy/)\n" @@ -821,7 +821,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -861,6 +861,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/de_DE/LC_MESSAGES/django.mo b/conf/locale/de_DE/LC_MESSAGES/django.mo index fd43e2d6be..4bbfb8822b 100644 Binary files a/conf/locale/de_DE/LC_MESSAGES/django.mo 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 index 487e179636..ab39a5d8c9 100644 --- a/conf/locale/de_DE/LC_MESSAGES/django.po +++ b/conf/locale/de_DE/LC_MESSAGES/django.po @@ -23,6 +23,7 @@ # ramirezterrix , 2014 # ramirezterrix , 2014 # Shan9204 , 2013 +# Shan9204 , 2014 # #-#-#-#-# 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 @@ -49,6 +50,7 @@ # ramirezterrix , 2014 # pongratz , 2014 # Shan9204 , 2013 +# Shan9204 , 2014 # #-#-#-#-# messages.po (edx-platform) #-#-#-#-# # edX translation file # Copyright (C) 2013 edX @@ -63,13 +65,14 @@ # This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. # # Translators: +# Shan9204 , 2014 msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" -"PO-Revision-Date: 2014-02-24 17:06+0000\n" -"Last-Translator: nedbat \n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" +"PO-Revision-Date: 2014-03-25 13:07+0000\n" +"Last-Translator: Shan9204 \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" @@ -220,7 +223,7 @@ msgstr "" #: common/djangoapps/student/views.py msgid "Email or password is incorrect." -msgstr "Email oder Password ist falsch." +msgstr "E-Mail oder Password ist falsch." #: common/djangoapps/student/views.py msgid "" @@ -263,7 +266,7 @@ msgstr "" #: common/djangoapps/student/views.py msgid "An account with the Email '{email}' already exists." -msgstr "Es existiert bereits ein Konto mit dieser Emailadresse '{email}'." +msgstr "Es existiert bereits ein Konto mit dieser E-Mailadresse '{email}'." #: common/djangoapps/student/views.py msgid "Error (401 {field}). E-mail us." @@ -381,7 +384,7 @@ msgstr "Es existiert bereits ein Konto mit dieser Emailadresse" #: common/djangoapps/student/views.py msgid "Old email is the same as the new email." -msgstr "Die alte Emailadresse ist identisch mit der neuen." +msgstr "Die alte E-Mailadresse ist identisch mit der neuen." #: common/djangoapps/student/views.py msgid "Name required" @@ -1275,7 +1278,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3855,14 +3858,6 @@ msgstr "Datenschutzbestimmungen" msgid "Help" msgstr "Hilfe" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "Visuell" - -#: 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 "" @@ -4175,7 +4170,7 @@ msgstr "" #: lms/templates/dashboard.html msgid "Password Reset Email Sent" -msgstr "Passwort-Rücksetz-E-mail wurde gesendet" +msgstr "Passwort-Rücksetz-E-Mail wurde gesendet" #: lms/templates/dashboard.html msgid "" @@ -4187,11 +4182,11 @@ msgstr "" #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Change Email" -msgstr "Email ändern" +msgstr "E-Mail ändern" #: lms/templates/dashboard.html msgid "Please enter your new email address:" -msgstr "Bitte geben Sie Ihre neue Emailadresse ein:" +msgstr "Bitte geben Sie Ihre neue E-Mailadresse ein:" #: lms/templates/dashboard.html msgid "Please confirm your password:" @@ -4202,8 +4197,8 @@ msgid "" "We will send a confirmation to both {email} and your new email as part of " "the process." msgstr "" -"Als Teil des Prozesses senden wir Ihnen an {email} und Ihre neue Email eine " -"Bestätigung" +"Als Teil des Prozesses senden wir Ihnen an {email} und Ihre neue E-Mail eine" +" Bestätigung" #: lms/templates/dashboard.html msgid "Change your name" @@ -4425,7 +4420,7 @@ msgstr "Mein Passwort zurücksetzen" #: lms/templates/forgot_password_modal.html msgid "Email is incorrect." -msgstr "Email ist nicht korrekt." +msgstr "E-Mail ist nicht korrekt." #: lms/templates/help_modal.html msgid "{platform_name} Help" @@ -6294,7 +6289,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7190,7 +7185,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7267,8 +7262,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7277,7 +7272,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7287,10 +7282,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7298,7 +7293,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7311,9 +7306,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7339,24 +7334,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8381,7 +8371,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9415,6 +9405,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/de_DE/LC_MESSAGES/djangojs.mo b/conf/locale/de_DE/LC_MESSAGES/djangojs.mo index 1958a9d57a..7a945a6809 100644 Binary files a/conf/locale/de_DE/LC_MESSAGES/djangojs.mo 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 index 095e460db0..9df64c557b 100644 --- a/conf/locale/de_DE/LC_MESSAGES/djangojs.po +++ b/conf/locale/de_DE/LC_MESSAGES/djangojs.po @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: ramirezterrix \n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/edx-platform/language/de_DE/)\n" @@ -838,8 +838,8 @@ msgstr "" "einmal." #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" -msgstr "Dateinname (neuste zuerst)" +msgid "File Name" +msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js msgid "" @@ -878,6 +878,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" @@ -982,7 +997,7 @@ msgstr "Ihre Nachricht darf nicht leer sein." #: lms/static/coffee/src/instructor_dashboard/send_email.js msgid "Your email was successfully queued for sending." -msgstr "Ihre Email wurde erfolgreich zum Senden vorbereitet" +msgstr "Ihre E-Mail wurde erfolgreich zum Senden vorbereitet" #: lms/static/coffee/src/instructor_dashboard/send_email.js msgid "" @@ -1008,7 +1023,7 @@ msgid "" "classes, it may take up to an hour (or more, if other courses are " "simultaneously sending email) to send all emails." msgstr "" -"Ihre E-mail wurde erfolgreich gesendet. Bitte beachten sie, dass es für " +"Ihre E-Mail wurde erfolgreich gesendet. Bitte beachten sie, dass es für " "große Kurse mehrere Stunden (falls mehrere Kurse gleichzeitig E-Mails senden" " noch einmal länger) dauern kann bis alle E-Mails versendet wurden ." @@ -1018,7 +1033,7 @@ msgstr "Fehler beim Senden der E-Mail." #: lms/static/coffee/src/instructor_dashboard/send_email.js msgid "There is no email history for this course." -msgstr "Sie haben keine Emails für diesen Kurs." +msgstr "Sie haben keine E-Mails für diesen Kurs." #: lms/static/coffee/src/instructor_dashboard/send_email.js msgid "There was an error obtaining email task history for this course." @@ -1032,7 +1047,7 @@ msgstr "" #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "Please enter a student email address or username." msgstr "" -"Bitte geben Sie eine Teilnehmer-Emailadresse oder einen Benutzernamen ein." +"Bitte geben Sie eine Teilnehmer-E-Mailadresse oder einen Benutzernamen ein." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "" diff --git a/conf/locale/el/LC_MESSAGES/django.mo b/conf/locale/el/LC_MESSAGES/django.mo index 694d772f83..6c161d416d 100644 Binary files a/conf/locale/el/LC_MESSAGES/django.mo and b/conf/locale/el/LC_MESSAGES/django.mo differ diff --git a/conf/locale/el/LC_MESSAGES/django.po b/conf/locale/el/LC_MESSAGES/django.po index aef9eb777f..95ef442962 100644 --- a/conf/locale/el/LC_MESSAGES/django.po +++ b/conf/locale/el/LC_MESSAGES/django.po @@ -40,7 +40,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-10 03:11+0000\n" "Last-Translator: sarina \n" "Language-Team: Greek (http://www.transifex.com/projects/p/edx-platform/language/el/)\n" @@ -1240,7 +1240,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3765,14 +3765,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6196,7 +6188,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7092,7 +7084,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7169,8 +7161,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7179,7 +7171,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7189,10 +7181,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7200,7 +7192,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7213,9 +7205,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7241,24 +7233,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8277,7 +8264,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9305,6 +9292,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/el/LC_MESSAGES/djangojs.mo b/conf/locale/el/LC_MESSAGES/djangojs.mo index e7c7edad51..9eacb8ee83 100644 Binary files a/conf/locale/el/LC_MESSAGES/djangojs.mo and b/conf/locale/el/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/el/LC_MESSAGES/djangojs.po b/conf/locale/el/LC_MESSAGES/djangojs.po index b392341b67..7855e9738b 100644 --- a/conf/locale/el/LC_MESSAGES/djangojs.po +++ b/conf/locale/el/LC_MESSAGES/djangojs.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 20:22+0000\n" "Last-Translator: sarina \n" "Language-Team: Greek (http://www.transifex.com/projects/p/edx-platform/language/el/)\n" @@ -789,7 +789,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -829,6 +829,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/en@lolcat/LC_MESSAGES/django.mo b/conf/locale/en@lolcat/LC_MESSAGES/django.mo index c2350d576b..8fc029a04a 100644 Binary files a/conf/locale/en@lolcat/LC_MESSAGES/django.mo 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 index 483dfad111..37b3e35e7b 100644 --- a/conf/locale/en@lolcat/LC_MESSAGES/django.po +++ b/conf/locale/en@lolcat/LC_MESSAGES/django.po @@ -43,7 +43,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: nedbat \n" "Language-Team: LOLCAT English (http://www.transifex.com/projects/p/edx-platform/language/en@lolcat/)\n" @@ -1245,7 +1245,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3770,14 +3770,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6201,7 +6193,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7097,7 +7089,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7174,8 +7166,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7184,7 +7176,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7194,10 +7186,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7205,7 +7197,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7218,9 +7210,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7246,24 +7238,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8282,7 +8269,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9310,6 +9297,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/en@lolcat/LC_MESSAGES/djangojs.mo b/conf/locale/en@lolcat/LC_MESSAGES/djangojs.mo index 80b3735928..6a560ace06 100644 Binary files a/conf/locale/en@lolcat/LC_MESSAGES/djangojs.mo 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 index 55223dbd48..5ed96128a5 100644 --- a/conf/locale/en@lolcat/LC_MESSAGES/djangojs.po +++ b/conf/locale/en@lolcat/LC_MESSAGES/djangojs.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 20:22+0000\n" "Last-Translator: sarina \n" "Language-Team: LOLCAT English (http://www.transifex.com/projects/p/edx-platform/language/en@lolcat/)\n" @@ -790,7 +790,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -830,6 +830,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/en@pirate/LC_MESSAGES/django.mo b/conf/locale/en@pirate/LC_MESSAGES/django.mo index 76f33fd696..c20fd75f80 100644 Binary files a/conf/locale/en@pirate/LC_MESSAGES/django.mo 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 index f2631cf82a..0882c446e1 100644 --- a/conf/locale/en@pirate/LC_MESSAGES/django.po +++ b/conf/locale/en@pirate/LC_MESSAGES/django.po @@ -40,7 +40,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: nedbat \n" "Language-Team: Pirate English (http://www.transifex.com/projects/p/edx-platform/language/en@pirate/)\n" @@ -1240,7 +1240,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3765,14 +3765,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6196,7 +6188,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7092,7 +7084,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7169,8 +7161,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7179,7 +7171,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7189,10 +7181,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7200,7 +7192,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7213,9 +7205,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7241,24 +7233,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8279,7 +8266,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9307,6 +9294,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/en@pirate/LC_MESSAGES/djangojs.mo b/conf/locale/en@pirate/LC_MESSAGES/djangojs.mo index 1b3b4ffe55..a5b456503b 100644 Binary files a/conf/locale/en@pirate/LC_MESSAGES/djangojs.mo 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 index 668321cfbb..3450e934f0 100644 --- a/conf/locale/en@pirate/LC_MESSAGES/djangojs.po +++ b/conf/locale/en@pirate/LC_MESSAGES/djangojs.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 20:22+0000\n" "Last-Translator: sarina \n" "Language-Team: Pirate English (http://www.transifex.com/projects/p/edx-platform/language/en@pirate/)\n" @@ -789,7 +789,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -829,6 +829,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/eo/LC_MESSAGES/django.mo b/conf/locale/eo/LC_MESSAGES/django.mo index fc2bfa1553..e3e3d2ce48 100644 Binary files a/conf/locale/eo/LC_MESSAGES/django.mo 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 index 1e50bc9f80..6b06c3b556 100644 --- a/conf/locale/eo/LC_MESSAGES/django.po +++ b/conf/locale/eo/LC_MESSAGES/django.po @@ -37,8 +37,8 @@ msgid "" msgstr "" "Project-Id-Version: 0.1a\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:58-0400\n" -"PO-Revision-Date: 2014-03-24 14:58:45.851824\n" +"POT-Creation-Date: 2014-03-25 10:44-0400\n" +"PO-Revision-Date: 2014-03-25 14:44:32.299109\n" "Last-Translator: \n" "Language-Team: openedx-translation \n" "MIME-Version: 1.0\n" @@ -1321,10 +1321,10 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" "Çän't réçéïvé tränsçrïpts fröm Ýöütüßé för {youtube_id}. Stätüs çödé: " -"{statuc_code}. Ⱡ'σяєм ιρѕυм ∂σłσя #" +"{status_code}. Ⱡ'σяєм ιρѕυм ∂σłσя #" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "Can't find any transcripts on the Youtube service." @@ -4213,14 +4213,6 @@ msgstr "Prïväçý Pölïçý Ⱡ'#" 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 Ⱡ'σяєм ιρѕυм ∂σ#" @@ -6944,8 +6936,8 @@ 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 Ⱡ'σяєм ι#" +msgid "Score distribution for problems" +msgstr "Sçöré dïstrïßütïön för prößléms Ⱡ'σяєм ι#" #: lms/templates/courseware/instructor_dashboard.html #: lms/templates/courseware/instructor_dashboard.html @@ -7913,8 +7905,8 @@ msgid "Skip" msgstr "Skïp Ⱡ'σяєм#" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" -msgstr "Grädé Dïstrïßütïön Ⱡ'σ#" +msgid "Score Distribution" +msgstr "Sçöré Dïstrïßütïön Ⱡ'σ#" #: lms/templates/instructor/instructor_dashboard_2/analytics.html msgid "" @@ -7999,12 +7991,12 @@ msgstr "Çöürsé Wärnïngs Ⱡ'#" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" -"Thé föllöwïng ßüttön générätés ä ÇSV fïlé ö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é. " -"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕ#" +"Çlïçk tö généräté ä ÇSV fïlé ö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é: Ⱡ'σяєм ιρѕυм " +"∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α#" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "Download profile information as a CSV" @@ -8012,10 +8004,10 @@ msgstr "Döwnlöäd pröfïlé ïnförmätïön äs ä ÇSV Ⱡ'σяєм ιρѕ# #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" -"För smällér çöürsés, pröfïlé ïnförmätïön för énrölléd stüdénts çän ßé lïstéd" +"För smällér çöürsés, çlïçk tö lïst pröfïlé ïnförmätïön för énrölléd stüdénts" " dïréçtlý ön thïs pägé: Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢#" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -8024,26 +8016,24 @@ 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 "" -"The following button 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." +"Click to display 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 "" -"Thé föllöwïng ßüttön 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 єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ι#" +"Çlïçk tö dïspläý 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. Ⱡ'σяєм " -"ιρѕυм ∂σłσя #" +msgid "Click to download a CSV of anonymized student IDs:" +msgstr "Çlïçk tö döwnlöäd ä ÇSV öf änönýmïzéd stüdént ÌDs: Ⱡ'σяєм ιρѕυм ∂#" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "Get Student Anonymized IDs CSV" @@ -8055,13 +8045,13 @@ msgstr "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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." 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. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢#" +"Çlïçk tö généräté ä ÇSV grädé répört för äll çürréntlý énrölléd stüdénts. " +"Lïnks tö générätéd répörts äppéär ïn ä täßlé ßélöw whén répört générätïön ïs" +" çömplété. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιη#" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" @@ -8093,33 +8083,31 @@ msgstr "Répörts Àväïläßlé för Döwnlöäd Ⱡ'σяєм #" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -"Grädé répörts lïstéd ßélöw äré générätéd éäçh tïmé thé Généräté Grädé " -"Répört ßüttön ïs çlïçkéd. À lïnk tö éäçh grädé répört rémäïns äväïläßlé " -"ön thïs pägé, ïdéntïfïéd ßý thé ÛTÇ däté änd tïmé öf générätïön. Grädé " +"Thé grädé répörts lïstéd ßélöw äré générätéd éäçh tïmé thé Généräté Grädé" +" Répört ßüttön ïs çlïçkéd. À lïnk tö éäçh grädé répört rémäïns äväïläßlé" +" ön thïs pägé, ïdéntïfïéd ßý thé ÛTÇ däté änd tïmé öf générätïön. Grädé " "répörts äré nöt délétéd, sö ýöü wïll älwäýs ßé äßlé tö äççéss prévïöüslý " "générätéd répörts fröm thïs pägé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя " -"α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт łαвσяє єт #" +"α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт łαвσяє єт ∂#" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" -"Öthér répörts mäý äppéär ïn thé täßlé för whïçh thésé rülés wïll nöt " -"néçéssärïlý äpplý. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмє#" +"Thé änswér dïstrïßütïön répört lïstéd ßélöw ïs générätéd pérïödïçällý ßý än " +"äütömätéd ßäçkgröünd pröçéss. Thé répört ïs çümülätïvé, sö änswérs süßmïttéd" +" äftér thé pröçéss stärts äré ïnçlüdéd ïn ä süßséqüént répört. Thé répört ïs" +" générätéd sévéräl tïmés pér däý. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя " +"α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢#" #. Translators: a table of URL links to report files appears after this #. sentence. @@ -9311,11 +9299,10 @@ 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}." +" 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}. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " -"αмєт, ¢ση#" +" pléäsé émäïl üs ät {email}. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#" #: lms/templates/static_templates/server-overloaded.html msgid "Currently the {platform_name} servers are overloaded" @@ -10521,6 +10508,10 @@ msgstr "Çöntént #" msgid "Page Actions" msgstr "Pägé Àçtïöns Ⱡ#" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "Löädïng… Ⱡ#" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "Whät fïlés äré lïstéd héré? Ⱡ'σяєм#" diff --git a/conf/locale/eo/LC_MESSAGES/djangojs.mo b/conf/locale/eo/LC_MESSAGES/djangojs.mo index dddffc6a1e..9dc59adf11 100644 Binary files a/conf/locale/eo/LC_MESSAGES/djangojs.mo 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 index ce98b5becc..c978e0ec71 100644 --- a/conf/locale/eo/LC_MESSAGES/djangojs.po +++ b/conf/locale/eo/LC_MESSAGES/djangojs.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: 0.1a\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:57-0400\n" -"PO-Revision-Date: 2014-03-24 14:58:46.326786\n" +"POT-Creation-Date: 2014-03-25 10:43-0400\n" +"PO-Revision-Date: 2014-03-25 14:44:32.725277\n" "Last-Translator: \n" "Language-Team: openedx-translation \n" "MIME-Version: 1.0\n" @@ -846,8 +846,8 @@ msgid "Error generating grades. Please try again." msgstr "Érrör générätïng grädés. Pléäsé trý ägäïn. Ⱡ'σяєм ιρѕυ#" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" -msgstr "Fïlé Nämé (Néwést Fïrst) Ⱡ'σяє#" +msgid "File Name" +msgstr "Fïlé Nämé #" #: lms/static/coffee/src/instructor_dashboard/data_download.js msgid "" @@ -888,6 +888,28 @@ msgstr "Érrör fétçhïng lïst för rölé Ⱡ'σяєм #" msgid "Error changing user's permissions." msgstr "Érrör çhängïng üsér's pérmïssïöns. Ⱡ'σяєм ιρ#" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" +"Çöüld nöt fïnd ä üsér wïth üsérnämé ör émäïl äddréss '<%= identifier %>'. " +"Ⱡ'σяєм ιρѕυм ∂σłσ#" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" +"Érrör: Ûsér '<%= username %>' häs nöt ýét äçtïvätéd théïr äççöünt. Ûsérs " +"müst çréäté änd äçtïväté théïr äççöünts ßéföré théý çän ßé ässïgnéd ä rölé. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α#" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" +"Érrör: Ýöü çännöt rémövé ýöürsélf fröm thé Ìnstrüçtör gröüp! Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "Érrör äddïng/rémövïng üsérs äs ßétä téstérs. Ⱡ'σяєм ιρѕυм#" diff --git a/conf/locale/es_419/LC_MESSAGES/django.mo b/conf/locale/es_419/LC_MESSAGES/django.mo index 8b619badcd..33acee9f19 100644 Binary files a/conf/locale/es_419/LC_MESSAGES/django.mo 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 index 171b7b114d..27d1bb95dc 100644 --- a/conf/locale/es_419/LC_MESSAGES/django.po +++ b/conf/locale/es_419/LC_MESSAGES/django.po @@ -95,7 +95,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-03-01 15:39+0000\n" "Last-Translator: ovnicraft \n" "Language-Team: Spanish (Latin America) (http://www.transifex.com/projects/p/edx-platform/language/es_419/)\n" @@ -1369,10 +1369,8 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" -"No se han podido recibir las transcripciones de Youtube para {youtube_id}. " -"Código del estado del proceso: {statuc_code}." #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "Can't find any transcripts on the Youtube service." @@ -4169,14 +4167,6 @@ msgstr "Política de privacidad" msgid "Help" msgstr "Ayuda" -#: 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 "Actualice su registro para {} | Elija su ruta" @@ -6854,8 +6844,8 @@ msgid "Students" msgstr "Estudiantes" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" -msgstr "Distribución de respuestas a los problemas" +msgid "Score distribution for problems" +msgstr "" #: lms/templates/courseware/instructor_dashboard.html #: lms/templates/courseware/instructor_dashboard.html @@ -7811,8 +7801,8 @@ msgid "Skip" msgstr "Omitir" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" -msgstr "Distribución de calificaciones" +msgid "Score Distribution" +msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html msgid "" @@ -7891,8 +7881,8 @@ msgstr "Advertencias del curso" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7901,7 +7891,7 @@ msgstr "Descargar la informaicón de perfíl como archivo CSV" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7911,10 +7901,10 @@ msgstr "Listar la información de perfil de los estudiantes inscritos" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7922,10 +7912,8 @@ msgid "Grading Configuration" msgstr "Configuración de calificaciones" #: lms/templates/instructor/instructor_dashboard_2/data_download.html -msgid "Download a CSV of anonymized student IDs by clicking this button." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" -"Descargue un archivo CSV con la información de los estudiantes en forma " -"anónima haciendo clic en este botón." #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "Get Student Anonymized IDs CSV" @@ -7939,14 +7927,10 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" -"El siguiente botón generará un reporte de calificaciones en un archivo CSV " -"para todos los estudiantes actualmente inscritos. Los reportes generados " -"aparecen en la tabla a continuación y pueden ser descargados al equipo " -"local." #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" @@ -7977,24 +7961,19 @@ msgstr "Reportes disponibles para descargar" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -9131,10 +9110,8 @@ 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}." +" please email us at {email}." msgstr "" -"Por favor espere unos segundos y vuelva a cargar la página. Si el problema " -"persiste, por favor envíenos un email a {email}." #: lms/templates/static_templates/server-overloaded.html msgid "Currently the {platform_name} servers are overloaded" @@ -10318,6 +10295,10 @@ msgstr "Contenido" msgid "Page Actions" msgstr "Acciones de página" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "¿Cuales archivos se listan aquí?" diff --git a/conf/locale/es_419/LC_MESSAGES/djangojs.mo b/conf/locale/es_419/LC_MESSAGES/djangojs.mo index 9c2a7cd669..0b543cb45d 100644 Binary files a/conf/locale/es_419/LC_MESSAGES/djangojs.mo 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 index df0fbc4afb..76ec75e402 100644 --- a/conf/locale/es_419/LC_MESSAGES/djangojs.po +++ b/conf/locale/es_419/LC_MESSAGES/djangojs.po @@ -39,7 +39,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: juancamilom \n" "Language-Team: Spanish (Latin America) (http://www.transifex.com/projects/p/edx-platform/language/es_419/)\n" @@ -866,8 +866,8 @@ msgid "Error generating grades. Please try again." msgstr "Error al generar las calificaciones. Por favor inténtelo nuevamente." #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" -msgstr "Nombre de archivo (Más nuevo arriba)" +msgid "File Name" +msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js msgid "" @@ -906,6 +906,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/es_AR/LC_MESSAGES/django.mo b/conf/locale/es_AR/LC_MESSAGES/django.mo index 36d75f03a9..e901f92c5c 100644 Binary files a/conf/locale/es_AR/LC_MESSAGES/django.mo and b/conf/locale/es_AR/LC_MESSAGES/django.mo differ diff --git a/conf/locale/es_AR/LC_MESSAGES/django.po b/conf/locale/es_AR/LC_MESSAGES/django.po index de6834c5e1..618be04764 100644 --- a/conf/locale/es_AR/LC_MESSAGES/django.po +++ b/conf/locale/es_AR/LC_MESSAGES/django.po @@ -41,7 +41,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-03-15 17:20+0000\n" "Last-Translator: sarina \n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/edx-platform/language/es_AR/)\n" @@ -1241,7 +1241,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3766,14 +3766,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6197,7 +6189,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7093,7 +7085,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7170,8 +7162,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7180,7 +7172,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7190,10 +7182,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7201,7 +7193,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7214,9 +7206,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7242,24 +7234,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8278,7 +8265,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9306,6 +9293,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/es_AR/LC_MESSAGES/djangojs.mo b/conf/locale/es_AR/LC_MESSAGES/djangojs.mo index 86602d693b..8c145fdc0d 100644 Binary files a/conf/locale/es_AR/LC_MESSAGES/djangojs.mo and b/conf/locale/es_AR/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/es_AR/LC_MESSAGES/djangojs.po b/conf/locale/es_AR/LC_MESSAGES/djangojs.po index 230cf1a081..b033426eef 100644 --- a/conf/locale/es_AR/LC_MESSAGES/djangojs.po +++ b/conf/locale/es_AR/LC_MESSAGES/djangojs.po @@ -5,6 +5,7 @@ # # Translators: # Aylén , 2014 +# mauriciospesot , 2014 # #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# # edX translation file. # Copyright (C) 2014 EdX @@ -15,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 20:22+0000\n" "Last-Translator: sarina \n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/edx-platform/language/es_AR/)\n" @@ -790,7 +791,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -830,6 +831,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/es_EC/LC_MESSAGES/django.mo b/conf/locale/es_EC/LC_MESSAGES/django.mo index 06369f9da2..1e26927a3e 100644 Binary files a/conf/locale/es_EC/LC_MESSAGES/django.mo 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 index e1364ae3b0..36278a90f8 100644 --- a/conf/locale/es_EC/LC_MESSAGES/django.po +++ b/conf/locale/es_EC/LC_MESSAGES/django.po @@ -52,7 +52,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-03-01 16:10+0000\n" "Last-Translator: nedbat \n" "Language-Team: Spanish (Ecuador) (http://www.transifex.com/projects/p/edx-platform/language/es_EC/)\n" @@ -1252,7 +1252,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3777,14 +3777,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6208,7 +6200,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7104,7 +7096,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7181,8 +7173,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7191,7 +7183,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7201,10 +7193,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7212,7 +7204,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7225,9 +7217,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7253,24 +7245,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8289,7 +8276,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9317,6 +9304,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/es_EC/LC_MESSAGES/djangojs.mo b/conf/locale/es_EC/LC_MESSAGES/djangojs.mo index a6723c65af..b9cb18ac09 100644 Binary files a/conf/locale/es_EC/LC_MESSAGES/djangojs.mo 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 index ef82dd20da..c9d89c7cd2 100644 --- a/conf/locale/es_EC/LC_MESSAGES/djangojs.po +++ b/conf/locale/es_EC/LC_MESSAGES/djangojs.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: sarina \n" "Language-Team: Spanish (Ecuador) (http://www.transifex.com/projects/p/edx-platform/language/es_EC/)\n" @@ -789,7 +789,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -829,6 +829,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/es_ES/LC_MESSAGES/django.mo b/conf/locale/es_ES/LC_MESSAGES/django.mo index 88b8438975..1dc382d72f 100644 Binary files a/conf/locale/es_ES/LC_MESSAGES/django.mo 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 index 3c2b7e3836..afde70f43e 100644 --- a/conf/locale/es_ES/LC_MESSAGES/django.po +++ b/conf/locale/es_ES/LC_MESSAGES/django.po @@ -81,7 +81,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-24 17:06+0000\n" "Last-Translator: juanan \n" "Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/edx-platform/language/es_ES/)\n" @@ -1281,7 +1281,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3806,14 +3806,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6237,7 +6229,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7133,7 +7125,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7210,8 +7202,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7220,7 +7212,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7230,10 +7222,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7241,7 +7233,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7254,9 +7246,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7282,24 +7274,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8318,7 +8305,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9346,6 +9333,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/es_ES/LC_MESSAGES/djangojs.mo b/conf/locale/es_ES/LC_MESSAGES/djangojs.mo index 1bc1e4ee7f..d458104cd9 100644 Binary files a/conf/locale/es_ES/LC_MESSAGES/djangojs.mo 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 index b081aea2f1..d0653338db 100644 --- a/conf/locale/es_ES/LC_MESSAGES/djangojs.po +++ b/conf/locale/es_ES/LC_MESSAGES/djangojs.po @@ -28,7 +28,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: mcolomer \n" "Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/edx-platform/language/es_ES/)\n" @@ -803,7 +803,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -843,6 +843,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/es_MX/LC_MESSAGES/django.mo b/conf/locale/es_MX/LC_MESSAGES/django.mo index e032841abd..f80506f31c 100644 Binary files a/conf/locale/es_MX/LC_MESSAGES/django.mo 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 index afe917f0df..68c4436fc4 100644 --- a/conf/locale/es_MX/LC_MESSAGES/django.po +++ b/conf/locale/es_MX/LC_MESSAGES/django.po @@ -4,18 +4,21 @@ # This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. # # Translators: +# preteric , 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: +# preteric , 2014 # #-#-#-#-# 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: +# preteric , 2014 # #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# # edX translation file # Copyright (C) 2014 edX @@ -28,6 +31,7 @@ # This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. # # Translators: +# preteric , 2014 # #-#-#-#-# wiki.po (edx-platform) #-#-#-#-# # edX translation file # Copyright (C) 2014 edX @@ -41,8 +45,8 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" -"PO-Revision-Date: 2014-03-20 01:30+0000\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" +"PO-Revision-Date: 2014-03-24 23:10+0000\n" "Last-Translator: preteric \n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/edx-platform/language/es_MX/)\n" "MIME-Version: 1.0\n" @@ -1241,7 +1245,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3766,14 +3770,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6197,7 +6193,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7093,7 +7089,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7170,8 +7166,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7180,7 +7176,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7190,10 +7186,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7201,7 +7197,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7214,9 +7210,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7242,24 +7238,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8278,7 +8269,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9306,6 +9297,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/es_MX/LC_MESSAGES/djangojs.mo b/conf/locale/es_MX/LC_MESSAGES/djangojs.mo index 2606177005..7be04f1964 100644 Binary files a/conf/locale/es_MX/LC_MESSAGES/djangojs.mo 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 index 77a888f963..8dc56e1f80 100644 --- a/conf/locale/es_MX/LC_MESSAGES/djangojs.po +++ b/conf/locale/es_MX/LC_MESSAGES/djangojs.po @@ -4,6 +4,7 @@ # This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. # # Translators: +# preteric , 2014 # #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# # edX translation file. # Copyright (C) 2014 EdX @@ -17,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" -"PO-Revision-Date: 2014-03-24 14:25+0000\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" +"PO-Revision-Date: 2014-03-24 23:40+0000\n" "Last-Translator: preteric \n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/edx-platform/language/es_MX/)\n" "MIME-Version: 1.0\n" @@ -792,7 +793,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -832,6 +833,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/es_PE/LC_MESSAGES/django.mo b/conf/locale/es_PE/LC_MESSAGES/django.mo index 70d3b16a4d..fa312e7a81 100644 Binary files a/conf/locale/es_PE/LC_MESSAGES/django.mo and b/conf/locale/es_PE/LC_MESSAGES/django.mo differ diff --git a/conf/locale/es_PE/LC_MESSAGES/django.po b/conf/locale/es_PE/LC_MESSAGES/django.po index 8ed1a2b04d..0d54575920 100644 --- a/conf/locale/es_PE/LC_MESSAGES/django.po +++ b/conf/locale/es_PE/LC_MESSAGES/django.po @@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-03-11 21:33+0000\n" "Last-Translator: sarina \n" "Language-Team: Spanish (Peru) (http://www.transifex.com/projects/p/edx-platform/language/es_PE/)\n" @@ -1238,7 +1238,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3763,14 +3763,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6194,7 +6186,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7090,7 +7082,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7167,8 +7159,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7177,7 +7169,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7187,10 +7179,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7198,7 +7190,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7211,9 +7203,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7239,24 +7231,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8275,7 +8262,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9303,6 +9290,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/es_PE/LC_MESSAGES/djangojs.mo b/conf/locale/es_PE/LC_MESSAGES/djangojs.mo index 5e28883be4..75a7fc6df6 100644 Binary files a/conf/locale/es_PE/LC_MESSAGES/djangojs.mo and b/conf/locale/es_PE/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/es_PE/LC_MESSAGES/djangojs.po b/conf/locale/es_PE/LC_MESSAGES/djangojs.po index 9697b95eda..9b7f3f0aa6 100644 --- a/conf/locale/es_PE/LC_MESSAGES/djangojs.po +++ b/conf/locale/es_PE/LC_MESSAGES/djangojs.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 20:22+0000\n" "Last-Translator: sarina \n" "Language-Team: Spanish (Peru) (http://www.transifex.com/projects/p/edx-platform/language/es_PE/)\n" @@ -789,7 +789,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -829,6 +829,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/es_US/LC_MESSAGES/django.mo b/conf/locale/es_US/LC_MESSAGES/django.mo index d69a1d3f9a..e0b24f6b45 100644 Binary files a/conf/locale/es_US/LC_MESSAGES/django.mo 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 index 1d0683104c..d5eb50b032 100644 --- a/conf/locale/es_US/LC_MESSAGES/django.po +++ b/conf/locale/es_US/LC_MESSAGES/django.po @@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: nedbat \n" "Language-Team: Spanish (United States) (http://www.transifex.com/projects/p/edx-platform/language/es_US/)\n" @@ -1238,7 +1238,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3763,14 +3763,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6194,7 +6186,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7090,7 +7082,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7167,8 +7159,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7177,7 +7169,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7187,10 +7179,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7198,7 +7190,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7211,9 +7203,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7239,24 +7231,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8275,7 +8262,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9303,6 +9290,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/es_US/LC_MESSAGES/djangojs.mo b/conf/locale/es_US/LC_MESSAGES/djangojs.mo index e1e377189a..26620b2436 100644 Binary files a/conf/locale/es_US/LC_MESSAGES/djangojs.mo 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 index e13c0aa13e..b3e8fb27c1 100644 --- a/conf/locale/es_US/LC_MESSAGES/djangojs.po +++ b/conf/locale/es_US/LC_MESSAGES/djangojs.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 20:22+0000\n" "Last-Translator: sarina \n" "Language-Team: Spanish (United States) (http://www.transifex.com/projects/p/edx-platform/language/es_US/)\n" @@ -789,7 +789,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -829,6 +829,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/et_EE/LC_MESSAGES/django.mo b/conf/locale/et_EE/LC_MESSAGES/django.mo index e60f70524b..c536b131ba 100644 Binary files a/conf/locale/et_EE/LC_MESSAGES/django.mo 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 index b344f42fc0..02ff809c43 100644 --- a/conf/locale/et_EE/LC_MESSAGES/django.po +++ b/conf/locale/et_EE/LC_MESSAGES/django.po @@ -42,7 +42,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-06 03:20+0000\n" "Last-Translator: nedbat \n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/edx-platform/language/et_EE/)\n" @@ -1242,7 +1242,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3767,14 +3767,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6198,7 +6190,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7094,7 +7086,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7171,8 +7163,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7181,7 +7173,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7191,10 +7183,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7202,7 +7194,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7215,9 +7207,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7243,24 +7235,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8279,7 +8266,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9307,6 +9294,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/et_EE/LC_MESSAGES/djangojs.mo b/conf/locale/et_EE/LC_MESSAGES/djangojs.mo index ed24891132..38fc39a9f4 100644 Binary files a/conf/locale/et_EE/LC_MESSAGES/djangojs.mo 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 index a17a5ee307..c957d40e3e 100644 --- a/conf/locale/et_EE/LC_MESSAGES/djangojs.po +++ b/conf/locale/et_EE/LC_MESSAGES/djangojs.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 20:22+0000\n" "Last-Translator: sarina \n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/edx-platform/language/et_EE/)\n" @@ -789,7 +789,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -829,6 +829,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/fa/LC_MESSAGES/django.mo b/conf/locale/fa/LC_MESSAGES/django.mo index 454e8167b7..393dd45a1f 100644 Binary files a/conf/locale/fa/LC_MESSAGES/django.mo 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 index fa2b1c8a41..00da745c87 100644 --- a/conf/locale/fa/LC_MESSAGES/django.po +++ b/conf/locale/fa/LC_MESSAGES/django.po @@ -40,7 +40,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: nedbat \n" "Language-Team: Persian (http://www.transifex.com/projects/p/edx-platform/language/fa/)\n" @@ -1240,7 +1240,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3765,14 +3765,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6194,7 +6186,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7088,7 +7080,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7165,8 +7157,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7175,7 +7167,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7185,10 +7177,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7196,7 +7188,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7209,9 +7201,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7237,24 +7229,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8273,7 +8260,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9301,6 +9288,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/fa/LC_MESSAGES/djangojs.mo b/conf/locale/fa/LC_MESSAGES/djangojs.mo index ab669c62da..de5af237fd 100644 Binary files a/conf/locale/fa/LC_MESSAGES/djangojs.mo 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 index 0f6b7ab9a8..4172bb4205 100644 --- a/conf/locale/fa/LC_MESSAGES/djangojs.po +++ b/conf/locale/fa/LC_MESSAGES/djangojs.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 20:22+0000\n" "Last-Translator: sarina \n" "Language-Team: Persian (http://www.transifex.com/projects/p/edx-platform/language/fa/)\n" @@ -773,7 +773,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -813,6 +813,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/fa_IR/LC_MESSAGES/django.mo b/conf/locale/fa_IR/LC_MESSAGES/django.mo index da5ab49373..4eb128e82a 100644 Binary files a/conf/locale/fa_IR/LC_MESSAGES/django.mo 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 index e1ec0e8fff..40989b9f15 100644 --- a/conf/locale/fa_IR/LC_MESSAGES/django.po +++ b/conf/locale/fa_IR/LC_MESSAGES/django.po @@ -57,7 +57,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-24 17:06+0000\n" "Last-Translator: nedbat \n" "Language-Team: Persian (Iran) (http://www.transifex.com/projects/p/edx-platform/language/fa_IR/)\n" @@ -1257,7 +1257,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3782,14 +3782,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6211,7 +6203,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7105,7 +7097,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7182,8 +7174,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7192,7 +7184,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7202,10 +7194,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7213,7 +7205,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7226,9 +7218,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7254,24 +7246,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8290,7 +8277,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9318,6 +9305,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/fa_IR/LC_MESSAGES/djangojs.mo b/conf/locale/fa_IR/LC_MESSAGES/djangojs.mo index 60a5c79be2..37f34c8be0 100644 Binary files a/conf/locale/fa_IR/LC_MESSAGES/djangojs.mo 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 index 14c0522510..ca91b2778b 100644 --- a/conf/locale/fa_IR/LC_MESSAGES/djangojs.po +++ b/conf/locale/fa_IR/LC_MESSAGES/djangojs.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: sarina \n" "Language-Team: Persian (Iran) (http://www.transifex.com/projects/p/edx-platform/language/fa_IR/)\n" @@ -779,7 +779,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -819,6 +819,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/fi_FI/LC_MESSAGES/django.mo b/conf/locale/fi_FI/LC_MESSAGES/django.mo index 35603ac468..c943c6d34e 100644 Binary files a/conf/locale/fi_FI/LC_MESSAGES/django.mo 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 index cf600ae226..7e877d40be 100644 --- a/conf/locale/fi_FI/LC_MESSAGES/django.po +++ b/conf/locale/fi_FI/LC_MESSAGES/django.po @@ -45,7 +45,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-03-19 14:10+0000\n" "Last-Translator: mop \n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/edx-platform/language/fi_FI/)\n" @@ -1245,7 +1245,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3770,14 +3770,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6201,7 +6193,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7097,7 +7089,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7174,8 +7166,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7184,7 +7176,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7194,10 +7186,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7205,7 +7197,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7218,9 +7210,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7246,24 +7238,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8282,7 +8269,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9310,6 +9297,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/fi_FI/LC_MESSAGES/djangojs.mo b/conf/locale/fi_FI/LC_MESSAGES/djangojs.mo index aaab997a3d..f9aac48f34 100644 Binary files a/conf/locale/fi_FI/LC_MESSAGES/djangojs.mo 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 index 11fb6a9ea7..5bb1445cc4 100644 --- a/conf/locale/fi_FI/LC_MESSAGES/djangojs.po +++ b/conf/locale/fi_FI/LC_MESSAGES/djangojs.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: sarina \n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/edx-platform/language/fi_FI/)\n" @@ -790,7 +790,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -830,6 +830,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/fr/LC_MESSAGES/django.mo b/conf/locale/fr/LC_MESSAGES/django.mo index b54948f0a9..70906e7ed6 100644 Binary files a/conf/locale/fr/LC_MESSAGES/django.mo 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 index cd8bba461b..19318d3b5b 100644 --- a/conf/locale/fr/LC_MESSAGES/django.po +++ b/conf/locale/fr/LC_MESSAGES/django.po @@ -122,7 +122,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-03-03 14:01+0000\n" "Last-Translator: antoviaque \n" "Language-Team: French (http://www.transifex.com/projects/p/edx-platform/language/fr/)\n" @@ -1407,10 +1407,8 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" -"Echec de la réception de la transcription de Youtube pour l'utilisateur " -"{youtube_id}. Code du status : {statuc_code}." #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "Can't find any transcripts on the Youtube service." @@ -4219,14 +4217,6 @@ msgstr "Politique de confidentialité" msgid "Help" msgstr "Aide" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "Visuel" - -#: 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 "Mettre à niveau votre inscription pour {} | Choisir votre parcours" @@ -6905,8 +6895,8 @@ msgid "Students" msgstr "Étudiants" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" -msgstr "Distribution des réponses pour les exercices" +msgid "Score distribution for problems" +msgstr "" #: lms/templates/courseware/instructor_dashboard.html #: lms/templates/courseware/instructor_dashboard.html @@ -7866,8 +7856,8 @@ msgid "Skip" msgstr "Passer" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" -msgstr "Répartition des notes" +msgid "Score Distribution" +msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html msgid "" @@ -7945,8 +7935,8 @@ msgstr "Avertissements du cours" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7955,7 +7945,7 @@ msgstr "Télécharger les informations de profil au format CSV" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7965,10 +7955,10 @@ msgstr "Lister les informations de profil des étudiants inscrits" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7976,9 +7966,8 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" -"Télécharger les ID anonymisés des étudiants en cliquant sur ce bouton." #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "Get Student Anonymized IDs CSV" @@ -7990,13 +7979,10 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" -"Le bouton suivant permet de générer un rapport de notes au format CSV pour " -"tous les étudiants actuellement inscrits. Les rapports générés apparaissent " -"dans le tableau ci-dessous et peuvent être téléchargés." #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" @@ -8027,24 +8013,19 @@ msgstr "Rapports disponibles pour être téléchargés" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -9182,10 +9163,8 @@ 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}." +" 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" @@ -10378,6 +10357,10 @@ msgstr "Contenu" msgid "Page Actions" msgstr "Actions de la Page" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "Quels sont les fichiers listés ici ?" diff --git a/conf/locale/fr/LC_MESSAGES/djangojs.mo b/conf/locale/fr/LC_MESSAGES/djangojs.mo index 3b9850c704..ec0e75634f 100644 Binary files a/conf/locale/fr/LC_MESSAGES/djangojs.mo 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 index cc809f1e0d..f5644966c2 100644 --- a/conf/locale/fr/LC_MESSAGES/djangojs.po +++ b/conf/locale/fr/LC_MESSAGES/djangojs.po @@ -41,7 +41,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: sarina \n" "Language-Team: French (http://www.transifex.com/projects/p/edx-platform/language/fr/)\n" @@ -867,8 +867,8 @@ msgid "Error generating grades. Please try again." msgstr "Erreur lors de la génération des notes. Merci d’essayer à nouveau." #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" -msgstr "Nom du fichier (le plus récent en premier)" +msgid "File Name" +msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js msgid "" @@ -907,6 +907,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/gl/LC_MESSAGES/django.mo b/conf/locale/gl/LC_MESSAGES/django.mo index 54efd3cc28..b4369067d7 100644 Binary files a/conf/locale/gl/LC_MESSAGES/django.mo 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 index d6a9180777..69b886ebe8 100644 --- a/conf/locale/gl/LC_MESSAGES/django.po +++ b/conf/locale/gl/LC_MESSAGES/django.po @@ -46,7 +46,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-24 17:06+0000\n" "Last-Translator: bulebule \n" "Language-Team: Galician (http://www.transifex.com/projects/p/edx-platform/language/gl/)\n" @@ -1246,7 +1246,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3771,14 +3771,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6202,7 +6194,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7098,7 +7090,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7175,8 +7167,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7185,7 +7177,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7195,10 +7187,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7206,7 +7198,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7219,9 +7211,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7247,24 +7239,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8283,7 +8270,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9311,6 +9298,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/gl/LC_MESSAGES/djangojs.mo b/conf/locale/gl/LC_MESSAGES/djangojs.mo index 463ad5f339..a4107e0d47 100644 Binary files a/conf/locale/gl/LC_MESSAGES/djangojs.mo 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 index f5fb18d455..495e20b275 100644 --- a/conf/locale/gl/LC_MESSAGES/djangojs.po +++ b/conf/locale/gl/LC_MESSAGES/djangojs.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: sarina \n" "Language-Team: Galician (http://www.transifex.com/projects/p/edx-platform/language/gl/)\n" @@ -793,7 +793,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -833,6 +833,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/he/LC_MESSAGES/django.mo b/conf/locale/he/LC_MESSAGES/django.mo index 6923bd2d1b..5a3d7ce31d 100644 Binary files a/conf/locale/he/LC_MESSAGES/django.mo 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 index fa5269a450..7b24344a30 100644 --- a/conf/locale/he/LC_MESSAGES/django.po +++ b/conf/locale/he/LC_MESSAGES/django.po @@ -42,7 +42,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: nedbat \n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/edx-platform/language/he/)\n" @@ -1242,7 +1242,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3767,14 +3767,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6198,7 +6190,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7094,7 +7086,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7171,8 +7163,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7181,7 +7173,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7191,10 +7183,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7202,7 +7194,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7215,9 +7207,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7243,24 +7235,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8279,7 +8266,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9307,6 +9294,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/he/LC_MESSAGES/djangojs.mo b/conf/locale/he/LC_MESSAGES/djangojs.mo index e9b8804b58..8dcef332c8 100644 Binary files a/conf/locale/he/LC_MESSAGES/djangojs.mo 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 index 7baee5f6cd..417165539f 100644 --- a/conf/locale/he/LC_MESSAGES/djangojs.po +++ b/conf/locale/he/LC_MESSAGES/djangojs.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 20:22+0000\n" "Last-Translator: sarina \n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/edx-platform/language/he/)\n" @@ -791,7 +791,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -831,6 +831,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/hi/LC_MESSAGES/django.mo b/conf/locale/hi/LC_MESSAGES/django.mo index 001186322c..3243b9c035 100644 Binary files a/conf/locale/hi/LC_MESSAGES/django.mo 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 index 61fafac7c5..6bd3ba123f 100644 --- a/conf/locale/hi/LC_MESSAGES/django.po +++ b/conf/locale/hi/LC_MESSAGES/django.po @@ -61,7 +61,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-27 00:20+0000\n" "Last-Translator: anantvima \n" "Language-Team: Hindi (http://www.transifex.com/projects/p/edx-platform/language/hi/)\n" @@ -1323,10 +1323,8 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" -"यू ट्यूब से {youtube_id} के लिए प्रतिलिपियां नहीं मिल रही हैं। स्टेटस कोड: " -"{statuc_code}" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "Can't find any transcripts on the Youtube service." @@ -4113,14 +4111,6 @@ msgstr "निजता नीति" msgid "Help" msgstr "सहायता" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "दृश्य" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "एच टी एम एल" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr " {} | के लिए अपना रजिस्ट्रेशन अपग्रेड करें। अपना ट्रैक चुनें।" @@ -6770,8 +6760,8 @@ msgid "Students" msgstr "छात्र" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" -msgstr "समस्याओं के उत्तर" +msgid "Score distribution for problems" +msgstr "" #: lms/templates/courseware/instructor_dashboard.html #: lms/templates/courseware/instructor_dashboard.html @@ -7727,8 +7717,8 @@ msgid "Skip" msgstr "आगे बढ़ें" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" -msgstr "ग्रेड वितरण" +msgid "Score Distribution" +msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html msgid "" @@ -7809,12 +7799,9 @@ msgstr "पाठ्यक्रम चेतावनियां" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" -"नीचे दीया गया बटन इस पाठ्यक्रम में दाखिल सभी छात्रों की एक सीएसवी फ़ाइल " -"बनाता है, और साथ-साथ प्रोफ़ाइल जानकारी, जैसे की ई-मेल पता और उपयोगकर्ता नाम," -" भी बनाता है।" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "Download profile information as a CSV" @@ -7822,11 +7809,9 @@ msgstr "एक CSV के रूप में प्रोफ़ाइल जा #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" -"छोटे पाठ्यक्रमों के लिए, दाखिल छात्रों की प्रोफ़ाइल जानकारी इस पेज पर सीधे " -"सूचीबद्ध की जा सकती है:" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "List enrolled students' profile information" @@ -7834,22 +7819,19 @@ msgstr "दाखिल छात्रों की प्रोफाइल #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 "इस बटन पर क्लिक करके गुमनाम छात्रों के आईडी की CSV डाउनलोड करें।" +msgid "Click to download a CSV of anonymized student IDs:" +msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "Get Student Anonymized IDs CSV" @@ -7861,13 +7843,10 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" -"नीचे दिया गया बटन सभी छात्र जिनके पास मौजूदा दाखिला है के लिए एक CSV ग्रेड " -"रिपोर्ट बनाएगा। तैयार रिपोर्ट नीचे एक टेबल में दिखाई देगी और उसे डाउनलोड " -"किया जा सकता है।" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" @@ -7898,32 +7877,20 @@ msgstr "रिपोर्ट्स डाउनलोड करने के #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -"नीचे दी गई सूची में जो ग्रेड रिपोर्ट्स हैं वे तब बनती हैं जब ग्रेड की " -"रिपोर्ट बनाएं बटन क्लिक किया जाता है। हर ग्रेड रिपोर्ट का लिंक इसी पेज " -"पर रहेगा, जो की यूटीसी तारीख और रिपोर्ट के बने हुए समय से पहचाना जा सकता है।" -" ग्रेड रिपोर्ट्स नष्ट नहीं की जाती हैं, इसलिए आप हमेशा ही इस पेज से पहले " -"बनाई गई रिपोर्ट पा सकते हैं।" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" -"ऐसी अन्य रिपोर्ट्स भी तालिका में दिखाई दे सकती हैं जिनके लिए ज़रूरी नहीं है " -"कि ये नियम लागू होंगे।" #. Translators: a table of URL links to report files appears after this #. sentence. @@ -9082,10 +9049,8 @@ msgstr " {platform_name} के सरवरों पर 500 error ह #: 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}." +" please email us at {email}." msgstr "" -"कृपया थोड़ी देर रुक कर पेज को फिर से रीलोड करें। अगर तब भी समस्या बनी रहती " -"है तो हमसे {email} पर संपर्क करें।" #: lms/templates/static_templates/server-overloaded.html msgid "Currently the {platform_name} servers are overloaded" @@ -10242,6 +10207,10 @@ msgstr "विषय-वस्तु" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/hi/LC_MESSAGES/djangojs.mo b/conf/locale/hi/LC_MESSAGES/djangojs.mo index 77a317f1bc..2509d6224a 100644 Binary files a/conf/locale/hi/LC_MESSAGES/djangojs.mo 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 index 688c15120b..6923bd9139 100644 --- a/conf/locale/hi/LC_MESSAGES/djangojs.po +++ b/conf/locale/hi/LC_MESSAGES/djangojs.po @@ -23,7 +23,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: ria1234 \n" "Language-Team: Hindi (http://www.transifex.com/projects/p/edx-platform/language/hi/)\n" @@ -844,8 +844,8 @@ msgid "Error generating grades. Please try again." msgstr "ग्रेड बनाने मे कुछ गड़बड़। कृपया फिर से कोशिश करें।" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" -msgstr "फ़ाइल नाम (सबसे नया सबसे पहले) " +msgid "File Name" +msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js msgid "" @@ -886,6 +886,21 @@ msgstr "भूमिका की सूची लाने में त्र msgid "Error changing user's permissions." msgstr "उपयोगकर्ता की अनुमतियों को बदलने में त्रुटि।" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "बीटा परीक्षक के रूप में उपयोगकर्ताओं को हटाने/जोड़ने में त्रुटि।" diff --git a/conf/locale/hu/LC_MESSAGES/django.mo b/conf/locale/hu/LC_MESSAGES/django.mo index e1fb84bbc2..4f562b668a 100644 Binary files a/conf/locale/hu/LC_MESSAGES/django.mo and b/conf/locale/hu/LC_MESSAGES/django.mo differ diff --git a/conf/locale/hu/LC_MESSAGES/django.po b/conf/locale/hu/LC_MESSAGES/django.po index c838250076..2aaeff2919 100644 --- a/conf/locale/hu/LC_MESSAGES/django.po +++ b/conf/locale/hu/LC_MESSAGES/django.po @@ -41,7 +41,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-18 15:58+0000\n" "Last-Translator: nedbat \n" "Language-Team: Hungarian (http://www.transifex.com/projects/p/edx-platform/language/hu/)\n" @@ -1241,7 +1241,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3766,14 +3766,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6197,7 +6189,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7093,7 +7085,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7170,8 +7162,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7180,7 +7172,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7190,10 +7182,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7201,7 +7193,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7214,9 +7206,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7242,24 +7234,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8278,7 +8265,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9306,6 +9293,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/hu/LC_MESSAGES/djangojs.mo b/conf/locale/hu/LC_MESSAGES/djangojs.mo index ff82ea68ea..a6a90a993a 100644 Binary files a/conf/locale/hu/LC_MESSAGES/djangojs.mo and b/conf/locale/hu/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/hu/LC_MESSAGES/djangojs.po b/conf/locale/hu/LC_MESSAGES/djangojs.po index fce0c3cc6e..126997660f 100644 --- a/conf/locale/hu/LC_MESSAGES/djangojs.po +++ b/conf/locale/hu/LC_MESSAGES/djangojs.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 20:22+0000\n" "Last-Translator: sarina \n" "Language-Team: Hungarian (http://www.transifex.com/projects/p/edx-platform/language/hu/)\n" @@ -789,7 +789,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -829,6 +829,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/hy_AM/LC_MESSAGES/django.mo b/conf/locale/hy_AM/LC_MESSAGES/django.mo index e6f0747296..6e43b151c0 100644 Binary files a/conf/locale/hy_AM/LC_MESSAGES/django.mo 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 index 4e27770c80..a31ff11cb8 100644 --- a/conf/locale/hy_AM/LC_MESSAGES/django.po +++ b/conf/locale/hy_AM/LC_MESSAGES/django.po @@ -46,7 +46,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-03-18 02:31+0000\n" "Last-Translator: nedbat \n" "Language-Team: Armenian (Armenia) (http://www.transifex.com/projects/p/edx-platform/language/hy_AM/)\n" @@ -1265,7 +1265,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3904,14 +3904,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6335,7 +6327,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7231,7 +7223,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7308,8 +7300,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7318,7 +7310,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7328,10 +7320,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7339,7 +7331,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7352,9 +7344,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7380,24 +7372,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8416,7 +8403,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9444,6 +9431,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/hy_AM/LC_MESSAGES/djangojs.mo b/conf/locale/hy_AM/LC_MESSAGES/djangojs.mo index 3402cd2918..7ac8ff66d0 100644 Binary files a/conf/locale/hy_AM/LC_MESSAGES/djangojs.mo 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 index ca4e23ae48..b1235b3c5c 100644 --- a/conf/locale/hy_AM/LC_MESSAGES/djangojs.po +++ b/conf/locale/hy_AM/LC_MESSAGES/djangojs.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" -"PO-Revision-Date: 2014-03-19 20:22+0000\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" +"PO-Revision-Date: 2014-03-25 07:30+0000\n" "Last-Translator: sarina \n" "Language-Team: Armenian (Armenia) (http://www.transifex.com/projects/p/edx-platform/language/hy_AM/)\n" "MIME-Version: 1.0\n" @@ -789,7 +789,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -829,6 +829,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/id/LC_MESSAGES/django.mo b/conf/locale/id/LC_MESSAGES/django.mo index 00370f523a..a0048ee99c 100644 Binary files a/conf/locale/id/LC_MESSAGES/django.mo 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 index 4c7b9ca494..0ae4793ce5 100644 --- a/conf/locale/id/LC_MESSAGES/django.po +++ b/conf/locale/id/LC_MESSAGES/django.po @@ -57,7 +57,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-03-18 23:30+0000\n" "Last-Translator: Al Firdaus\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/edx-platform/language/id/)\n" @@ -1257,7 +1257,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3782,14 +3782,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6211,7 +6203,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7105,7 +7097,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7182,8 +7174,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7192,7 +7184,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7202,10 +7194,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7213,7 +7205,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7226,9 +7218,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7254,24 +7246,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8290,7 +8277,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9318,6 +9305,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/id/LC_MESSAGES/djangojs.mo b/conf/locale/id/LC_MESSAGES/djangojs.mo index 0598b7067c..f29d2cbc90 100644 Binary files a/conf/locale/id/LC_MESSAGES/djangojs.mo 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 index e8d2f721e1..fefab49bcd 100644 --- a/conf/locale/id/LC_MESSAGES/djangojs.po +++ b/conf/locale/id/LC_MESSAGES/djangojs.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: sarina \n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/edx-platform/language/id/)\n" @@ -793,7 +793,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -833,6 +833,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/it_IT/LC_MESSAGES/django.mo b/conf/locale/it_IT/LC_MESSAGES/django.mo index 2cd3306aab..6d98fcac59 100644 Binary files a/conf/locale/it_IT/LC_MESSAGES/django.mo 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 index 02e754877c..3ad550b284 100644 --- a/conf/locale/it_IT/LC_MESSAGES/django.po +++ b/conf/locale/it_IT/LC_MESSAGES/django.po @@ -62,7 +62,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-03-04 17:12+0000\n" "Last-Translator: eevidal\n" "Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/edx-platform/language/it_IT/)\n" @@ -1262,7 +1262,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3790,14 +3790,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6221,7 +6213,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7117,7 +7109,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7194,8 +7186,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7204,7 +7196,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7214,10 +7206,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7225,7 +7217,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7238,9 +7230,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7266,24 +7258,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8302,7 +8289,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9330,6 +9317,10 @@ msgstr "Contenuto" msgid "Page Actions" msgstr "Azioni Pagina" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/it_IT/LC_MESSAGES/djangojs.mo b/conf/locale/it_IT/LC_MESSAGES/djangojs.mo index 0e2fa82587..139378f1c5 100644 Binary files a/conf/locale/it_IT/LC_MESSAGES/djangojs.mo 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 index 79751187d0..da42911934 100644 --- a/conf/locale/it_IT/LC_MESSAGES/djangojs.po +++ b/conf/locale/it_IT/LC_MESSAGES/djangojs.po @@ -29,7 +29,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: sarina \n" "Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/edx-platform/language/it_IT/)\n" @@ -804,7 +804,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -844,6 +844,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/ja_JP/LC_MESSAGES/django.mo b/conf/locale/ja_JP/LC_MESSAGES/django.mo index 8945e791e3..1b4bf92ecf 100644 Binary files a/conf/locale/ja_JP/LC_MESSAGES/django.mo 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 index 3b5c5b0f53..c03f1a8a94 100644 --- a/conf/locale/ja_JP/LC_MESSAGES/django.po +++ b/conf/locale/ja_JP/LC_MESSAGES/django.po @@ -7,6 +7,7 @@ # わたカフェの店長, 2013-2014 # h_yoshida , 2014 # ushige , 2014 +# ngi644 , 2014 # ushige , 2014 # わたカフェの店長, 2013 # #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# @@ -69,7 +70,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-24 17:06+0000\n" "Last-Translator: h_yoshida \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/edx-platform/language/ja_JP/)\n" @@ -1269,7 +1270,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3794,14 +3795,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6223,7 +6216,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7117,7 +7110,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7194,8 +7187,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7204,7 +7197,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7214,10 +7207,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7225,7 +7218,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7238,9 +7231,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7266,24 +7259,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8302,7 +8290,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9330,6 +9318,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/ja_JP/LC_MESSAGES/djangojs.mo b/conf/locale/ja_JP/LC_MESSAGES/djangojs.mo index 40925df206..b6bdd6fec5 100644 Binary files a/conf/locale/ja_JP/LC_MESSAGES/djangojs.mo 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 index 935564f517..f3bcb496d1 100644 --- a/conf/locale/ja_JP/LC_MESSAGES/djangojs.po +++ b/conf/locale/ja_JP/LC_MESSAGES/djangojs.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: sarina \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/edx-platform/language/ja_JP/)\n" @@ -778,7 +778,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -818,6 +818,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/km_KH/LC_MESSAGES/django.mo b/conf/locale/km_KH/LC_MESSAGES/django.mo index 4a01641e7e..95eaade233 100644 Binary files a/conf/locale/km_KH/LC_MESSAGES/django.mo 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 index c066651ba8..3ba95ea5d3 100644 --- a/conf/locale/km_KH/LC_MESSAGES/django.po +++ b/conf/locale/km_KH/LC_MESSAGES/django.po @@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: nedbat \n" "Language-Team: Khmer (Cambodia) (http://www.transifex.com/projects/p/edx-platform/language/km_KH/)\n" @@ -1238,7 +1238,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3763,14 +3763,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6192,7 +6184,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7086,7 +7078,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7163,8 +7155,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7173,7 +7165,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7183,10 +7175,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7194,7 +7186,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7207,9 +7199,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7235,24 +7227,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8271,7 +8258,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9299,6 +9286,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/km_KH/LC_MESSAGES/djangojs.mo b/conf/locale/km_KH/LC_MESSAGES/djangojs.mo index 92b3609e21..4764305c82 100644 Binary files a/conf/locale/km_KH/LC_MESSAGES/djangojs.mo 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 index 19503c7ff4..ba04eb7e34 100644 --- a/conf/locale/km_KH/LC_MESSAGES/djangojs.po +++ b/conf/locale/km_KH/LC_MESSAGES/djangojs.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 20:22+0000\n" "Last-Translator: sarina \n" "Language-Team: Khmer (Cambodia) (http://www.transifex.com/projects/p/edx-platform/language/km_KH/)\n" @@ -773,7 +773,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -813,6 +813,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/ko_KR/LC_MESSAGES/django.mo b/conf/locale/ko_KR/LC_MESSAGES/django.mo index b1e238f6ff..564f157a05 100644 Binary files a/conf/locale/ko_KR/LC_MESSAGES/django.mo 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 index e8b28a29e8..90ee80d77f 100644 --- a/conf/locale/ko_KR/LC_MESSAGES/django.po +++ b/conf/locale/ko_KR/LC_MESSAGES/django.po @@ -53,7 +53,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-03-19 02:33+0000\n" "Last-Translator: chans \n" "Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/edx-platform/language/ko_KR/)\n" @@ -1239,7 +1239,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3749,14 +3749,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6255,8 +6247,8 @@ msgid "Students" msgstr "학생" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" -msgstr "문제에 대한 답 분포" +msgid "Score distribution for problems" +msgstr "" #: lms/templates/courseware/instructor_dashboard.html #: lms/templates/courseware/instructor_dashboard.html @@ -7154,8 +7146,8 @@ msgid "Skip" msgstr "건너뛰기" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" -msgstr "성적 분포" +msgid "Score Distribution" +msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html msgid "" @@ -7231,8 +7223,8 @@ msgstr "강좌 경고" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7241,7 +7233,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7251,10 +7243,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7262,7 +7254,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7275,9 +7267,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7303,24 +7295,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8357,10 +8344,8 @@ 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}." +" please email us at {email}." msgstr "" -"몇 초 기다렸다가 페이지를 다시 로드해 보십시요. 문제가 지속되면 {email}로 이메일 " -"주십시요." #: lms/templates/static_templates/server-overloaded.html msgid "Currently the {platform_name} servers are overloaded" @@ -9394,6 +9379,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/ko_KR/LC_MESSAGES/djangojs.mo b/conf/locale/ko_KR/LC_MESSAGES/djangojs.mo index 60fa66dfa8..4eff956c94 100644 Binary files a/conf/locale/ko_KR/LC_MESSAGES/djangojs.mo 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 index f681ef2efd..22f066bbc8 100644 --- a/conf/locale/ko_KR/LC_MESSAGES/djangojs.po +++ b/conf/locale/ko_KR/LC_MESSAGES/djangojs.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: sarina \n" "Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/edx-platform/language/ko_KR/)\n" @@ -778,7 +778,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -818,6 +818,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/lt_LT/LC_MESSAGES/django.mo b/conf/locale/lt_LT/LC_MESSAGES/django.mo index 5df180a71e..e83bf23d74 100644 Binary files a/conf/locale/lt_LT/LC_MESSAGES/django.mo 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 index efadd065c4..f20bfbe162 100644 --- a/conf/locale/lt_LT/LC_MESSAGES/django.po +++ b/conf/locale/lt_LT/LC_MESSAGES/django.po @@ -54,7 +54,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-13 21:00+0000\n" "Last-Translator: Edukometrija \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/edx-platform/language/lt_LT/)\n" @@ -1261,7 +1261,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3865,14 +3865,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6298,7 +6290,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7196,7 +7188,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7273,8 +7265,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7283,7 +7275,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7293,10 +7285,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7304,7 +7296,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7317,9 +7309,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7345,24 +7337,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8381,7 +8368,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9409,6 +9396,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/lt_LT/LC_MESSAGES/djangojs.mo b/conf/locale/lt_LT/LC_MESSAGES/djangojs.mo index 1ca522e5f7..b7a07e1333 100644 Binary files a/conf/locale/lt_LT/LC_MESSAGES/djangojs.mo 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 index 779617706a..c2a739520b 100644 --- a/conf/locale/lt_LT/LC_MESSAGES/djangojs.po +++ b/conf/locale/lt_LT/LC_MESSAGES/djangojs.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: sarina \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/edx-platform/language/lt_LT/)\n" @@ -824,7 +824,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -864,6 +864,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/ml/LC_MESSAGES/django.mo b/conf/locale/ml/LC_MESSAGES/django.mo index 7736be9908..4f96929c5c 100644 Binary files a/conf/locale/ml/LC_MESSAGES/django.mo 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 index cfe3440d0b..7a5ea642fc 100644 --- a/conf/locale/ml/LC_MESSAGES/django.po +++ b/conf/locale/ml/LC_MESSAGES/django.po @@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: nedbat \n" "Language-Team: Malayalam (http://www.transifex.com/projects/p/edx-platform/language/ml/)\n" @@ -1238,7 +1238,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3763,14 +3763,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6194,7 +6186,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7090,7 +7082,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7167,8 +7159,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7177,7 +7169,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7187,10 +7179,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7198,7 +7190,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7211,9 +7203,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7239,24 +7231,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8275,7 +8262,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9303,6 +9290,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/ml/LC_MESSAGES/djangojs.mo b/conf/locale/ml/LC_MESSAGES/djangojs.mo index 276084927e..998721bc6d 100644 Binary files a/conf/locale/ml/LC_MESSAGES/djangojs.mo 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 index 2363c95e0a..b4f51cc930 100644 --- a/conf/locale/ml/LC_MESSAGES/djangojs.po +++ b/conf/locale/ml/LC_MESSAGES/djangojs.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 23:13+0000\n" "Last-Translator: sarina \n" "Language-Team: Malayalam (http://www.transifex.com/projects/p/edx-platform/language/ml/)\n" @@ -791,7 +791,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -831,6 +831,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/mn/LC_MESSAGES/django.mo b/conf/locale/mn/LC_MESSAGES/django.mo index adc5fffe5b..1ff2629d97 100644 Binary files a/conf/locale/mn/LC_MESSAGES/django.mo and b/conf/locale/mn/LC_MESSAGES/django.mo differ diff --git a/conf/locale/mn/LC_MESSAGES/django.po b/conf/locale/mn/LC_MESSAGES/django.po index ed677a3de3..b7db2fc155 100644 --- a/conf/locale/mn/LC_MESSAGES/django.po +++ b/conf/locale/mn/LC_MESSAGES/django.po @@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-15 19:51+0000\n" "Last-Translator: nedbat \n" "Language-Team: Mongolian (http://www.transifex.com/projects/p/edx-platform/language/mn/)\n" @@ -1238,7 +1238,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3763,14 +3763,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6194,7 +6186,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7090,7 +7082,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7167,8 +7159,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7177,7 +7169,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7187,10 +7179,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7198,7 +7190,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7211,9 +7203,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7239,24 +7231,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8275,7 +8262,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9303,6 +9290,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/mn/LC_MESSAGES/djangojs.mo b/conf/locale/mn/LC_MESSAGES/djangojs.mo index e8d7b2162e..3f2a8fe2a1 100644 Binary files a/conf/locale/mn/LC_MESSAGES/djangojs.mo and b/conf/locale/mn/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/mn/LC_MESSAGES/djangojs.po b/conf/locale/mn/LC_MESSAGES/djangojs.po index 23e8deb2d0..56ddffc7f1 100644 --- a/conf/locale/mn/LC_MESSAGES/djangojs.po +++ b/conf/locale/mn/LC_MESSAGES/djangojs.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 20:22+0000\n" "Last-Translator: sarina \n" "Language-Team: Mongolian (http://www.transifex.com/projects/p/edx-platform/language/mn/)\n" @@ -789,7 +789,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -829,6 +829,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/ms/LC_MESSAGES/django.mo b/conf/locale/ms/LC_MESSAGES/django.mo index 2dfb8e0e23..bcd55b3cf5 100644 Binary files a/conf/locale/ms/LC_MESSAGES/django.mo and b/conf/locale/ms/LC_MESSAGES/django.mo differ diff --git a/conf/locale/ms/LC_MESSAGES/django.po b/conf/locale/ms/LC_MESSAGES/django.po index dc917f658a..e6de9a9fd0 100644 --- a/conf/locale/ms/LC_MESSAGES/django.po +++ b/conf/locale/ms/LC_MESSAGES/django.po @@ -39,7 +39,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-03-18 18:07+0000\n" "Last-Translator: sarina \n" "Language-Team: Malay (http://www.transifex.com/projects/p/edx-platform/language/ms/)\n" @@ -1239,7 +1239,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3764,14 +3764,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6193,7 +6185,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7087,7 +7079,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7164,8 +7156,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7174,7 +7166,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7184,10 +7176,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7195,7 +7187,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7208,9 +7200,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7236,24 +7228,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8272,7 +8259,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9300,6 +9287,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/ms/LC_MESSAGES/djangojs.mo b/conf/locale/ms/LC_MESSAGES/djangojs.mo index 10c40f2617..32ae4e8314 100644 Binary files a/conf/locale/ms/LC_MESSAGES/djangojs.mo and b/conf/locale/ms/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/ms/LC_MESSAGES/djangojs.po b/conf/locale/ms/LC_MESSAGES/djangojs.po index 103d75a106..01e1f7bbd9 100644 --- a/conf/locale/ms/LC_MESSAGES/djangojs.po +++ b/conf/locale/ms/LC_MESSAGES/djangojs.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 20:22+0000\n" "Last-Translator: sarina \n" "Language-Team: Malay (http://www.transifex.com/projects/p/edx-platform/language/ms/)\n" @@ -774,7 +774,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -814,6 +814,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/nb/LC_MESSAGES/django.mo b/conf/locale/nb/LC_MESSAGES/django.mo index 803203d966..c4a2d56491 100644 Binary files a/conf/locale/nb/LC_MESSAGES/django.mo 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 index 68c158eed5..352f01241a 100644 --- a/conf/locale/nb/LC_MESSAGES/django.po +++ b/conf/locale/nb/LC_MESSAGES/django.po @@ -62,7 +62,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-03-15 22:41+0000\n" "Last-Translator: espenbye \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/edx-platform/language/nb/)\n" @@ -1262,7 +1262,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3787,14 +3787,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6218,7 +6210,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7114,7 +7106,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7191,8 +7183,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7201,7 +7193,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7211,10 +7203,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7222,7 +7214,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7235,9 +7227,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7263,24 +7255,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8299,7 +8286,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9327,6 +9314,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/nb/LC_MESSAGES/djangojs.mo b/conf/locale/nb/LC_MESSAGES/djangojs.mo index 340b3cdcbe..809912bcc8 100644 Binary files a/conf/locale/nb/LC_MESSAGES/djangojs.mo 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 index 781eb31cd9..2b3386744b 100644 --- a/conf/locale/nb/LC_MESSAGES/djangojs.po +++ b/conf/locale/nb/LC_MESSAGES/djangojs.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: Frode \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/edx-platform/language/nb/)\n" @@ -793,7 +793,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -833,6 +833,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/ne/LC_MESSAGES/django.mo b/conf/locale/ne/LC_MESSAGES/django.mo index 9a4504fee5..e7d715f4e0 100644 Binary files a/conf/locale/ne/LC_MESSAGES/django.mo and b/conf/locale/ne/LC_MESSAGES/django.mo differ diff --git a/conf/locale/ne/LC_MESSAGES/django.po b/conf/locale/ne/LC_MESSAGES/django.po index cbb396cd2a..102827f3ae 100644 --- a/conf/locale/ne/LC_MESSAGES/django.po +++ b/conf/locale/ne/LC_MESSAGES/django.po @@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-03-12 12:54+0000\n" "Last-Translator: sarina \n" "Language-Team: Nepali (http://www.transifex.com/projects/p/edx-platform/language/ne/)\n" @@ -1238,7 +1238,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3763,14 +3763,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6194,7 +6186,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7090,7 +7082,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7167,8 +7159,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7177,7 +7169,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7187,10 +7179,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7198,7 +7190,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7211,9 +7203,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7239,24 +7231,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8275,7 +8262,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9303,6 +9290,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/ne/LC_MESSAGES/djangojs.mo b/conf/locale/ne/LC_MESSAGES/djangojs.mo index 1ae4176777..241e6183d3 100644 Binary files a/conf/locale/ne/LC_MESSAGES/djangojs.mo and b/conf/locale/ne/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/ne/LC_MESSAGES/djangojs.po b/conf/locale/ne/LC_MESSAGES/djangojs.po index f8bf0374d2..c47b6a066d 100644 --- a/conf/locale/ne/LC_MESSAGES/djangojs.po +++ b/conf/locale/ne/LC_MESSAGES/djangojs.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 20:22+0000\n" "Last-Translator: sarina \n" "Language-Team: Nepali (http://www.transifex.com/projects/p/edx-platform/language/ne/)\n" @@ -789,7 +789,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -829,6 +829,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/nl_NL/LC_MESSAGES/django.mo b/conf/locale/nl_NL/LC_MESSAGES/django.mo index 3026957737..9072c51f82 100644 Binary files a/conf/locale/nl_NL/LC_MESSAGES/django.mo 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 index 0819d1e965..0ab1f65594 100644 --- a/conf/locale/nl_NL/LC_MESSAGES/django.po +++ b/conf/locale/nl_NL/LC_MESSAGES/django.po @@ -47,7 +47,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-03-11 15:31+0000\n" "Last-Translator: GlassParade \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/edx-platform/language/nl_NL/)\n" @@ -1252,7 +1252,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3774,14 +3774,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6205,7 +6197,7 @@ msgid "Students" msgstr "Studenten" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7100,7 +7092,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7177,8 +7169,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7187,7 +7179,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7197,10 +7189,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7208,7 +7200,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7221,9 +7213,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7249,24 +7241,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8292,11 +8279,8 @@ 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}." +" please email us at {email}." msgstr "" -"Wacht alstublieft een paar seconden voordat u de pagina vernieuwt. Als het " -"probleem niet is opgelost, kunt u ons e-mailen op {email}." #: lms/templates/static_templates/server-overloaded.html msgid "Currently the {platform_name} servers are overloaded" @@ -9323,6 +9307,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/nl_NL/LC_MESSAGES/djangojs.mo b/conf/locale/nl_NL/LC_MESSAGES/djangojs.mo index 0d42773b53..a51039c0ba 100644 Binary files a/conf/locale/nl_NL/LC_MESSAGES/djangojs.mo 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 index 8658da17cb..b0eb2d0af7 100644 --- a/conf/locale/nl_NL/LC_MESSAGES/djangojs.po +++ b/conf/locale/nl_NL/LC_MESSAGES/djangojs.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: sarina \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/edx-platform/language/nl_NL/)\n" @@ -790,7 +790,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -830,6 +830,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/pl/LC_MESSAGES/django.mo b/conf/locale/pl/LC_MESSAGES/django.mo index 62804719e4..b4d8121983 100644 Binary files a/conf/locale/pl/LC_MESSAGES/django.mo 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 index 270f17adec..651ac19d1e 100644 --- a/conf/locale/pl/LC_MESSAGES/django.po +++ b/conf/locale/pl/LC_MESSAGES/django.po @@ -60,7 +60,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-03-14 16:10+0000\n" "Last-Translator: Cairath\n" "Language-Team: Polish (http://www.transifex.com/projects/p/edx-platform/language/pl/)\n" @@ -1260,7 +1260,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3779,14 +3779,6 @@ msgstr "" msgid "Help" msgstr "Pomoc" -#: 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 "" @@ -6212,7 +6204,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7105,7 +7097,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7182,8 +7174,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7192,7 +7184,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7202,10 +7194,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7213,7 +7205,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7226,9 +7218,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7254,24 +7246,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8290,7 +8277,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9318,6 +9305,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/pl/LC_MESSAGES/djangojs.mo b/conf/locale/pl/LC_MESSAGES/djangojs.mo index 9757f886b9..64376c163f 100644 Binary files a/conf/locale/pl/LC_MESSAGES/djangojs.mo 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 index cd1025097f..9c85c2805f 100644 --- a/conf/locale/pl/LC_MESSAGES/djangojs.po +++ b/conf/locale/pl/LC_MESSAGES/djangojs.po @@ -23,7 +23,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: sarina \n" "Language-Team: Polish (http://www.transifex.com/projects/p/edx-platform/language/pl/)\n" @@ -815,7 +815,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -855,6 +855,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/pt_BR/LC_MESSAGES/django.mo b/conf/locale/pt_BR/LC_MESSAGES/django.mo index faaf70b9e0..d8f0abf420 100644 Binary files a/conf/locale/pt_BR/LC_MESSAGES/django.mo 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 index 0b31e05ca9..ba4f273a39 100644 --- a/conf/locale/pt_BR/LC_MESSAGES/django.po +++ b/conf/locale/pt_BR/LC_MESSAGES/django.po @@ -97,7 +97,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-03-18 23:30+0000\n" "Last-Translator: JhonatannSilva \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/edx-platform/language/pt_BR/)\n" @@ -1332,7 +1332,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -4112,14 +4112,6 @@ msgstr "Regras de Privacidade" 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" @@ -6757,8 +6749,8 @@ msgid "Students" msgstr "Estudantes" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" -msgstr "Distribuição de respostas aos problemas" +msgid "Score distribution for problems" +msgstr "" #: lms/templates/courseware/instructor_dashboard.html #: lms/templates/courseware/instructor_dashboard.html @@ -7681,8 +7673,8 @@ msgid "Skip" msgstr "Pular" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" -msgstr "Distribuição de Notas" +msgid "Score Distribution" +msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html msgid "" @@ -7758,8 +7750,8 @@ msgstr "Alertas do Curso" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7768,7 +7760,7 @@ msgstr "Baixar informações sobre o perfil como um CSV" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7778,10 +7770,10 @@ msgstr "Informação sobre o perfil dos estudantes matriculados " #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7789,10 +7781,8 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" 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" @@ -7804,13 +7794,10 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." 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 "" @@ -7840,24 +7827,19 @@ msgstr "Relatórios Disponíveis para Download" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8985,11 +8967,8 @@ 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}." +" 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" @@ -10123,6 +10102,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "Quais arquivos estão listados aqui?" diff --git a/conf/locale/pt_BR/LC_MESSAGES/djangojs.mo b/conf/locale/pt_BR/LC_MESSAGES/djangojs.mo index 7eb9380c2a..73dcaf9a23 100644 Binary files a/conf/locale/pt_BR/LC_MESSAGES/djangojs.mo 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 index 4b1dbe252e..fe416afadd 100644 --- a/conf/locale/pt_BR/LC_MESSAGES/djangojs.po +++ b/conf/locale/pt_BR/LC_MESSAGES/djangojs.po @@ -35,7 +35,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: sarina \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/edx-platform/language/pt_BR/)\n" @@ -815,7 +815,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -855,6 +855,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/pt_PT/LC_MESSAGES/django.mo b/conf/locale/pt_PT/LC_MESSAGES/django.mo index 8995851eb4..2d26f66e3d 100644 Binary files a/conf/locale/pt_PT/LC_MESSAGES/django.mo 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 index 016841b2e6..7fb3912003 100644 --- a/conf/locale/pt_PT/LC_MESSAGES/django.po +++ b/conf/locale/pt_PT/LC_MESSAGES/django.po @@ -49,7 +49,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-03-16 17:10+0000\n" "Last-Translator: nedbat \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/edx-platform/language/pt_PT/)\n" @@ -1249,7 +1249,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3774,14 +3774,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6205,7 +6197,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7101,7 +7093,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7178,8 +7170,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7188,7 +7180,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7198,10 +7190,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7209,7 +7201,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7222,9 +7214,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7250,24 +7242,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8286,7 +8273,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9314,6 +9301,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/pt_PT/LC_MESSAGES/djangojs.mo b/conf/locale/pt_PT/LC_MESSAGES/djangojs.mo index 9823481468..73819ff493 100644 Binary files a/conf/locale/pt_PT/LC_MESSAGES/djangojs.mo 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 index 2b71fd2dec..265b5ca891 100644 --- a/conf/locale/pt_PT/LC_MESSAGES/djangojs.po +++ b/conf/locale/pt_PT/LC_MESSAGES/djangojs.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 23:13+0000\n" "Last-Translator: sarina \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/edx-platform/language/pt_PT/)\n" @@ -792,7 +792,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -832,6 +832,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/ru/LC_MESSAGES/django.mo b/conf/locale/ru/LC_MESSAGES/django.mo index 0bcc31c136..38072992e4 100644 Binary files a/conf/locale/ru/LC_MESSAGES/django.mo 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 index 0251da8ae2..076c10d8f5 100644 --- a/conf/locale/ru/LC_MESSAGES/django.po +++ b/conf/locale/ru/LC_MESSAGES/django.po @@ -84,7 +84,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-03-17 21:10+0000\n" "Last-Translator: W01fdalE \n" "Language-Team: Russian (http://www.transifex.com/projects/p/edx-platform/language/ru/)\n" @@ -1284,7 +1284,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3809,14 +3809,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6242,7 +6234,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7140,7 +7132,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7217,8 +7209,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7227,7 +7219,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7237,10 +7229,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7248,7 +7240,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7261,9 +7253,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7289,24 +7281,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8325,7 +8312,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9353,6 +9340,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/ru/LC_MESSAGES/djangojs.mo b/conf/locale/ru/LC_MESSAGES/djangojs.mo index 4c341a3031..bd4542ca2c 100644 Binary files a/conf/locale/ru/LC_MESSAGES/djangojs.mo 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 index 97997b987e..3ccd6d86c4 100644 --- a/conf/locale/ru/LC_MESSAGES/djangojs.po +++ b/conf/locale/ru/LC_MESSAGES/djangojs.po @@ -34,7 +34,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: sarina \n" "Language-Team: Russian (http://www.transifex.com/projects/p/edx-platform/language/ru/)\n" @@ -825,7 +825,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -865,6 +865,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/si/LC_MESSAGES/django.mo b/conf/locale/si/LC_MESSAGES/django.mo index d47804bc3a..7470f2c0ef 100644 Binary files a/conf/locale/si/LC_MESSAGES/django.mo 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 index 743ac8f2b1..9ab74a10d7 100644 --- a/conf/locale/si/LC_MESSAGES/django.po +++ b/conf/locale/si/LC_MESSAGES/django.po @@ -41,7 +41,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: nedbat \n" "Language-Team: Sinhala (http://www.transifex.com/projects/p/edx-platform/language/si/)\n" @@ -1241,7 +1241,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3766,14 +3766,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6197,7 +6189,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7093,7 +7085,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7170,8 +7162,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7180,7 +7172,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7190,10 +7182,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7201,7 +7193,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7214,9 +7206,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7242,24 +7234,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8278,7 +8265,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9306,6 +9293,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/si/LC_MESSAGES/djangojs.mo b/conf/locale/si/LC_MESSAGES/djangojs.mo index 664b3be5bf..b37feac5c8 100644 Binary files a/conf/locale/si/LC_MESSAGES/djangojs.mo 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 index 775a2131c4..8a7436f791 100644 --- a/conf/locale/si/LC_MESSAGES/djangojs.po +++ b/conf/locale/si/LC_MESSAGES/djangojs.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 20:22+0000\n" "Last-Translator: sarina \n" "Language-Team: Sinhala (http://www.transifex.com/projects/p/edx-platform/language/si/)\n" @@ -789,7 +789,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -829,6 +829,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/sk/LC_MESSAGES/django.mo b/conf/locale/sk/LC_MESSAGES/django.mo index 803e918b5d..399165f92f 100644 Binary files a/conf/locale/sk/LC_MESSAGES/django.mo 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 index 4e11c89cde..eea328487d 100644 --- a/conf/locale/sk/LC_MESSAGES/django.po +++ b/conf/locale/sk/LC_MESSAGES/django.po @@ -16,6 +16,7 @@ # This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. # # Translators: +# Vladimír Záhradník , 2014 # #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# # edX translation file # Copyright (C) 2014 edX @@ -36,13 +37,14 @@ # This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. # # Translators: +# Vladimír Záhradník , 2014 msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" -"PO-Revision-Date: 2014-02-06 03:04+0000\n" -"Last-Translator: nedbat \n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" +"PO-Revision-Date: 2014-03-24 22:20+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" @@ -1031,12 +1033,9 @@ msgstr "" msgid "Peer grading" msgstr "" -#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# -#. Translators: "Syllabus" appears on a tab that, when clicked, opens the -#. syllabus of the course. -#: common/lib/xmodule/xmodule/tabs.py lms/templates/courseware/syllabus.html +#: lms/templates/courseware/syllabus.html msgid "Syllabus" -msgstr "" +msgstr "Učebná osnova" #. Translators: 'Instructor' appears on the tab that leads to the instructor #. dashboard, which is @@ -1240,7 +1239,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3765,14 +3764,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -3928,7 +3919,7 @@ msgstr "" #: lms/templates/open_ended_problems/open_ended_problems.html #: lms/templates/peer_grading/peer_grading.html msgid "Instructions" -msgstr "" +msgstr "Inštrukcie" #: lms/templates/annotatable.html lms/templates/textannotation.html #: lms/templates/videoannotation.html @@ -5188,11 +5179,11 @@ msgstr "" #: lms/templates/static_pdfbook.html lms/templates/staticbook.html msgid "Previous page" -msgstr "" +msgstr "Predchádzajúca stránka" #: lms/templates/static_pdfbook.html lms/templates/staticbook.html msgid "Next page" -msgstr "" +msgstr "Nasledujúca stránka" #: lms/templates/sysadmin_dashboard.html #: lms/templates/sysadmin_dashboard_gitlogs.html @@ -6198,7 +6189,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7096,7 +7087,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7173,8 +7164,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7183,7 +7174,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7193,10 +7184,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7204,7 +7195,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7217,9 +7208,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7245,24 +7236,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -7914,11 +7900,11 @@ msgstr "" #: lms/templates/registration/activation_complete.html msgid "Activation Complete!" -msgstr "" +msgstr "Aktivácia bola dokončená!" #: lms/templates/registration/activation_complete.html msgid "Account already active!" -msgstr "" +msgstr "Účet už je aktívny!" #: lms/templates/registration/activation_complete.html msgid "You can now {link_start}log in{link_end}." @@ -7926,7 +7912,7 @@ msgstr "" #: lms/templates/registration/activation_invalid.html msgid "Activation Invalid" -msgstr "" +msgstr "Aktivácia je neplatná" #: lms/templates/registration/activation_invalid.html msgid "" @@ -8281,7 +8267,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9309,6 +9295,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/sk/LC_MESSAGES/djangojs.mo b/conf/locale/sk/LC_MESSAGES/djangojs.mo index a6e206e6c6..03f1bb5258 100644 Binary files a/conf/locale/sk/LC_MESSAGES/djangojs.mo 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 index dd8cd3ce74..80b1980a9b 100644 --- a/conf/locale/sk/LC_MESSAGES/djangojs.po +++ b/conf/locale/sk/LC_MESSAGES/djangojs.po @@ -4,7 +4,7 @@ # This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. # # Translators: -# Vladimír Záhradník , 2013 +# Vladimír Záhradník , 2013-2014 # Vladimír Záhradník , 2013 # #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# # edX translation file. @@ -12,14 +12,15 @@ # This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. # # Translators: +# Vladimír Záhradník , 2014 # 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-03-24 10:06-0400\n" -"PO-Revision-Date: 2014-03-19 20:22+0000\n" -"Last-Translator: sarina \n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" +"PO-Revision-Date: 2014-03-25 13:11+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" @@ -808,7 +809,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -819,16 +820,16 @@ msgstr "" #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Username" -msgstr "" +msgstr "Meno používateľa" #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Email" -msgstr "" +msgstr "Email" #: lms/static/coffee/src/instructor_dashboard/membership.js #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Revoke access" -msgstr "" +msgstr "Zrušiť prístup" #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Enter username or email" @@ -848,6 +849,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" @@ -1142,7 +1158,7 @@ msgstr "" #. appears after this. #: lms/static/coffee/src/instructor_dashboard/util.js msgid "State" -msgstr "" +msgstr "Stav" #. Translators: a "Task" is a background process such as grading students or #. sending email diff --git a/conf/locale/sl/LC_MESSAGES/django.mo b/conf/locale/sl/LC_MESSAGES/django.mo index 674146591d..3f79c1421b 100644 Binary files a/conf/locale/sl/LC_MESSAGES/django.mo 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 index 18d9ac1a8b..960ae542a4 100644 --- a/conf/locale/sl/LC_MESSAGES/django.po +++ b/conf/locale/sl/LC_MESSAGES/django.po @@ -40,7 +40,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: nedbat \n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/edx-platform/language/sl/)\n" @@ -1240,7 +1240,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3765,14 +3765,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6200,7 +6192,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7100,7 +7092,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7177,8 +7169,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7187,7 +7179,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7197,10 +7189,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7208,7 +7200,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7221,9 +7213,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7249,24 +7241,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8285,7 +8272,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9313,6 +9300,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/sl/LC_MESSAGES/djangojs.mo b/conf/locale/sl/LC_MESSAGES/djangojs.mo index f24876da1e..f593b6b8d9 100644 Binary files a/conf/locale/sl/LC_MESSAGES/djangojs.mo 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 index cfcc35439f..b4adbeeeff 100644 --- a/conf/locale/sl/LC_MESSAGES/djangojs.po +++ b/conf/locale/sl/LC_MESSAGES/djangojs.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 20:22+0000\n" "Last-Translator: sarina \n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/edx-platform/language/sl/)\n" @@ -834,7 +834,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -874,6 +874,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/th/LC_MESSAGES/django.mo b/conf/locale/th/LC_MESSAGES/django.mo index 6ee004ceb5..a504955642 100644 Binary files a/conf/locale/th/LC_MESSAGES/django.mo 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 index 1f6ca30cc3..1ac0745a2e 100644 --- a/conf/locale/th/LC_MESSAGES/django.po +++ b/conf/locale/th/LC_MESSAGES/django.po @@ -44,7 +44,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: nedbat \n" "Language-Team: Thai (http://www.transifex.com/projects/p/edx-platform/language/th/)\n" @@ -1244,7 +1244,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3769,14 +3769,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6198,7 +6190,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7092,7 +7084,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7169,8 +7161,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7179,7 +7171,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7189,10 +7181,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7200,7 +7192,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7213,9 +7205,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7241,24 +7233,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8277,7 +8264,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9307,6 +9294,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/th/LC_MESSAGES/djangojs.mo b/conf/locale/th/LC_MESSAGES/djangojs.mo index 04fb1498aa..1375b3db0a 100644 Binary files a/conf/locale/th/LC_MESSAGES/djangojs.mo 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 index d0ef9a6104..caacfa818c 100644 --- a/conf/locale/th/LC_MESSAGES/djangojs.po +++ b/conf/locale/th/LC_MESSAGES/djangojs.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 20:22+0000\n" "Last-Translator: sarina \n" "Language-Team: Thai (http://www.transifex.com/projects/p/edx-platform/language/th/)\n" @@ -775,7 +775,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -815,6 +815,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/tr_TR/LC_MESSAGES/django.mo b/conf/locale/tr_TR/LC_MESSAGES/django.mo index 56fbb67f6f..499ebd8984 100644 Binary files a/conf/locale/tr_TR/LC_MESSAGES/django.mo 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 index a5da04d54b..047cb79dd9 100644 --- a/conf/locale/tr_TR/LC_MESSAGES/django.po +++ b/conf/locale/tr_TR/LC_MESSAGES/django.po @@ -72,7 +72,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-24 17:06+0000\n" "Last-Translator: Hakan Senel \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/edx-platform/language/tr_TR/)\n" @@ -1336,9 +1336,8 @@ msgstr "Skorunuzu kaydederken hata. Lütfen ders çalışanlarına bildiriniz." #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" -"Youtube'dan {youtube_id} için altyazı alınamadı. Durum kodu: {statuc_code}." #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "Can't find any transcripts on the Youtube service." @@ -4098,14 +4097,6 @@ msgstr "Gizlilik İlkeleri" msgid "Help" msgstr "Yardım" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "Görsel" - -#: 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 "{} için Kaydınızı Yükseltin | Hedefinizi Seçiniz" @@ -6741,8 +6732,8 @@ msgid "Students" msgstr "Öğrenciler" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" -msgstr "Sorular için cevap dağılımı" +msgid "Score distribution for problems" +msgstr "" #: lms/templates/courseware/instructor_dashboard.html #: lms/templates/courseware/instructor_dashboard.html @@ -7693,8 +7684,8 @@ msgid "Skip" msgstr "Atla" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" -msgstr "Not Dağılımı" +msgid "Score Distribution" +msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html msgid "" @@ -7774,12 +7765,9 @@ msgstr "Ders Uyarıları" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" -"Aşağıdaki buton, e-posta adresi ve kullanıcı adı gibi profil bilgileriyle " -"birlikte bu derse kayıtlı olan öğrencileri listeleyen CSV dosyasını " -"oluşturur." #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "Download profile information as a CSV" @@ -7787,11 +7775,9 @@ msgstr "Profil bilgilerini CSV dosyası olarak indir" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" -"Daha küçük dersler için, kayıtlı öğrencilerin bilgileri bu sayfada doğrudan " -"listelenir:" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "List enrolled students' profile information" @@ -7799,24 +7785,19 @@ msgstr "Kayıtlı öğrencilerin profil bilgisini listele" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 "" -"Aşağıdaki buton dersin notlandırma yapılandırmasını gösterir. Notlandırma " -"yapılandırması dersin notlandırılmış alt bölümlerinin (örneğin sınavlar ve " -"problem setleri) analizidir ve Studio içindeki 'Notlandırma' sayfasından " -"('Kurulum' bölümünde) değiştirilebilir." #: 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" -"Bu butona basarak anonimleştirilmiş öğrenci kimliklerini CSV olarak indirin." #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "Get Student Anonymized IDs CSV" @@ -7828,13 +7809,10 @@ msgstr "Raporlar" #: 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" -"Aşağıdaki buton şu an için kayıtlı olan bütün öğrenciler için CSV not raporu" -" oluşturacaktır. Oluşturulan raporlar aşağıda bir tabloda, indirilecek " -"şekilde gösterilmektedir." #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" @@ -7864,31 +7842,20 @@ msgstr "İndirme için Hazır Raporlar" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -"Aşağıda listelenen not raporları Not Raporu Oluştur butonuna " -"tıklandığı zaman oluşturulur. Her not raporuna olan bağlantı, oluşturulduğu " -"UTC tarihi ve zamanıyla belirlenmiş şekilde sayfada sunulur. Not raporları " -"silinmez ve böylece eskiden oluşturulmuş raporlara bu sayfa üzerinde " -"erişebilirsiniz." -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" -"Bu kuralların genellikle uymayacağı fiğer raporlar bu tabloda görünebilir." #. Translators: a table of URL links to report files appears after this #. sentence. @@ -9026,10 +8993,8 @@ msgstr "{platform_name} sunucularında 500 hatası oldu." #: 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}." +" please email us at {email}." msgstr "" -"Lütfen bir kaç dakika bekleyin ve sayfayı yeniden yükleyin. Eğer sorun devam" -" ederse, lütfen {email} adresine eposta atınız." #: lms/templates/static_templates/server-overloaded.html msgid "Currently the {platform_name} servers are overloaded" @@ -10184,6 +10149,10 @@ msgstr "İçerik" msgid "Page Actions" msgstr "Sayfa İşlemleri" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "Burada hangi dosyalar listelenmiş?" diff --git a/conf/locale/tr_TR/LC_MESSAGES/djangojs.mo b/conf/locale/tr_TR/LC_MESSAGES/djangojs.mo index d9a7fe0217..c789c114c0 100644 Binary files a/conf/locale/tr_TR/LC_MESSAGES/djangojs.mo 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 index a82eb5ccd2..2697991389 100644 --- a/conf/locale/tr_TR/LC_MESSAGES/djangojs.po +++ b/conf/locale/tr_TR/LC_MESSAGES/djangojs.po @@ -30,7 +30,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: sarina \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/edx-platform/language/tr_TR/)\n" @@ -824,8 +824,8 @@ msgid "Error generating grades. Please try again." msgstr "Notları oluştururken hata. Lütfen tekrar deneyin." #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" -msgstr "Dosya İsmi (En Yenisi Başta)" +msgid "File Name" +msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js msgid "" @@ -866,6 +866,21 @@ msgstr "Rol listesini çekerken hata" msgid "Error changing user's permissions." msgstr "Kullanıcının izinlerini değiştirirken hata." +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "Kullanıcıları beta sınayıcıları oalrak ekler/çıkarırken hata oluştu." diff --git a/conf/locale/uk/LC_MESSAGES/django.mo b/conf/locale/uk/LC_MESSAGES/django.mo index 5ed167ea26..edfdd20b09 100644 Binary files a/conf/locale/uk/LC_MESSAGES/django.mo 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 index 803ff818b9..ea608ed037 100644 --- a/conf/locale/uk/LC_MESSAGES/django.po +++ b/conf/locale/uk/LC_MESSAGES/django.po @@ -40,7 +40,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-03-18 02:00+0000\n" "Last-Translator: nedbat \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/edx-platform/language/uk/)\n" @@ -1240,7 +1240,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3765,14 +3765,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6198,7 +6190,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7096,7 +7088,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7173,8 +7165,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7183,7 +7175,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7193,10 +7185,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7204,7 +7196,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7217,9 +7209,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7245,24 +7237,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8281,7 +8268,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9309,6 +9296,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/uk/LC_MESSAGES/djangojs.mo b/conf/locale/uk/LC_MESSAGES/djangojs.mo index 069747dfc2..3f0e60982c 100644 Binary files a/conf/locale/uk/LC_MESSAGES/djangojs.mo 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 index 654f4b7593..b14ab7871b 100644 --- a/conf/locale/uk/LC_MESSAGES/djangojs.po +++ b/conf/locale/uk/LC_MESSAGES/djangojs.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: sarina \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/edx-platform/language/uk/)\n" @@ -807,7 +807,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -847,6 +847,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/vi/LC_MESSAGES/django.mo b/conf/locale/vi/LC_MESSAGES/django.mo index c8fc51999a..b40063d8d7 100644 Binary files a/conf/locale/vi/LC_MESSAGES/django.mo 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 index 96164b7645..48ebf86a65 100644 --- a/conf/locale/vi/LC_MESSAGES/django.po +++ b/conf/locale/vi/LC_MESSAGES/django.po @@ -89,7 +89,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-25 04:00+0000\n" "Last-Translator: Hoang Doan \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/edx-platform/language/vi/)\n" @@ -1293,7 +1293,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3900,14 +3900,6 @@ msgstr "Chính sách bảo mật" 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 "" @@ -6382,7 +6374,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7278,7 +7270,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7355,8 +7347,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7365,7 +7357,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7375,10 +7367,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7386,7 +7378,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7399,9 +7391,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7427,24 +7419,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8472,10 +8459,8 @@ 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}." +" 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" @@ -9513,6 +9498,10 @@ msgstr "Nội dung" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +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ì?" diff --git a/conf/locale/vi/LC_MESSAGES/djangojs.mo b/conf/locale/vi/LC_MESSAGES/djangojs.mo index 0728f7dece..9a1e9ba643 100644 Binary files a/conf/locale/vi/LC_MESSAGES/djangojs.mo 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 index 75bf2a21bf..7d22c8d326 100644 --- a/conf/locale/vi/LC_MESSAGES/djangojs.po +++ b/conf/locale/vi/LC_MESSAGES/djangojs.po @@ -30,7 +30,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: sarina \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/edx-platform/language/vi/)\n" @@ -800,7 +800,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -840,6 +840,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/zh_CN.GB2312/LC_MESSAGES/django.mo b/conf/locale/zh_CN.GB2312/LC_MESSAGES/django.mo index dc04b27f22..c0f73e4419 100644 Binary files a/conf/locale/zh_CN.GB2312/LC_MESSAGES/django.mo 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 index 46601f850a..1c5d96f62b 100644 --- a/conf/locale/zh_CN.GB2312/LC_MESSAGES/django.po +++ b/conf/locale/zh_CN.GB2312/LC_MESSAGES/django.po @@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: nedbat \n" "Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/edx-platform/language/zh_CN.GB2312/)\n" @@ -1238,7 +1238,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3763,14 +3763,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6192,7 +6184,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7086,7 +7078,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7163,8 +7155,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7173,7 +7165,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7183,10 +7175,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7194,7 +7186,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7207,9 +7199,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7235,24 +7227,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8271,7 +8258,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9299,6 +9286,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/zh_CN.GB2312/LC_MESSAGES/djangojs.mo b/conf/locale/zh_CN.GB2312/LC_MESSAGES/djangojs.mo index a14a701873..7cb698c4a6 100644 Binary files a/conf/locale/zh_CN.GB2312/LC_MESSAGES/djangojs.mo 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 index f3c981463d..50cbfe6fdf 100644 --- a/conf/locale/zh_CN.GB2312/LC_MESSAGES/djangojs.po +++ b/conf/locale/zh_CN.GB2312/LC_MESSAGES/djangojs.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-19 20:22+0000\n" "Last-Translator: sarina \n" "Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/edx-platform/language/zh_CN.GB2312/)\n" @@ -773,7 +773,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -813,6 +813,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/zh_CN/LC_MESSAGES/django.mo b/conf/locale/zh_CN/LC_MESSAGES/django.mo index 354eb8b03d..287f0e9058 100644 Binary files a/conf/locale/zh_CN/LC_MESSAGES/django.mo 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 index 686d218a22..12feffda53 100644 --- a/conf/locale/zh_CN/LC_MESSAGES/django.po +++ b/conf/locale/zh_CN/LC_MESSAGES/django.po @@ -138,7 +138,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-03-15 02:32+0000\n" "Last-Translator: pku9104038 \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/edx-platform/language/zh_CN/)\n" @@ -1338,7 +1338,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3863,14 +3863,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6292,7 +6284,7 @@ msgid "Students" msgstr "" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" +msgid "Score distribution for problems" msgstr "" #: lms/templates/courseware/instructor_dashboard.html @@ -7186,7 +7178,7 @@ msgid "Skip" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" +msgid "Score Distribution" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html @@ -7263,8 +7255,8 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7273,7 +7265,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7283,10 +7275,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7294,7 +7286,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7307,9 +7299,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7335,24 +7327,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8371,7 +8358,7 @@ 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}." +" please email us at {email}." msgstr "" #: lms/templates/static_templates/server-overloaded.html @@ -9399,6 +9386,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/zh_CN/LC_MESSAGES/djangojs.mo b/conf/locale/zh_CN/LC_MESSAGES/djangojs.mo index 61b20e0a82..d1e431dfe1 100644 Binary files a/conf/locale/zh_CN/LC_MESSAGES/djangojs.mo 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 index 60057158bf..e2d9ce5fc9 100644 --- a/conf/locale/zh_CN/LC_MESSAGES/djangojs.po +++ b/conf/locale/zh_CN/LC_MESSAGES/djangojs.po @@ -48,7 +48,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: sarina \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/edx-platform/language/zh_CN/)\n" @@ -807,7 +807,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -847,6 +847,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/conf/locale/zh_TW/LC_MESSAGES/django.mo b/conf/locale/zh_TW/LC_MESSAGES/django.mo index 789d7789cf..cf38316af8 100644 Binary files a/conf/locale/zh_TW/LC_MESSAGES/django.mo 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 index 543b591615..028f788cc6 100644 --- a/conf/locale/zh_TW/LC_MESSAGES/django.po +++ b/conf/locale/zh_TW/LC_MESSAGES/django.po @@ -74,7 +74,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:28-0400\n" "PO-Revision-Date: 2014-02-24 17:06+0000\n" "Last-Translator: okalright \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/edx-platform/language/zh_TW/)\n" @@ -1265,7 +1265,7 @@ msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " -"{statuc_code}." +"{status_code}." msgstr "" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py @@ -3795,14 +3795,6 @@ msgstr "" msgid "Help" msgstr "" -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "Visual" -msgstr "" - -#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html -msgid "HTML" -msgstr "" - #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" msgstr "" @@ -6269,8 +6261,8 @@ msgid "Students" msgstr "學生" #: lms/templates/courseware/instructor_dashboard.html -msgid "Answer distribution for problems" -msgstr "問題的答案分佈" +msgid "Score distribution for problems" +msgstr "" #: lms/templates/courseware/instructor_dashboard.html #: lms/templates/courseware/instructor_dashboard.html @@ -7165,8 +7157,8 @@ msgid "Skip" msgstr "跳過" #: lms/templates/instructor/instructor_dashboard_2/analytics.html -msgid "Grade Distribution" -msgstr "成績分佈" +msgid "Score Distribution" +msgstr "" #: lms/templates/instructor/instructor_dashboard_2/analytics.html msgid "" @@ -7242,8 +7234,8 @@ msgstr "課程警告" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button generates a CSV file of all students enrolled in this " -"course, along with profile information such as email address and username." +"Click to generate a CSV file of all students enrolled in this course, along " +"with profile information such as email address and username:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7252,7 +7244,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"For smaller courses, profile information for enrolled students can be listed" +"For smaller courses, click to list profile information for enrolled students" " directly on this page:" msgstr "" @@ -7262,10 +7254,10 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"The following button 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." +"Click to display 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 @@ -7273,7 +7265,7 @@ 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." +msgid "Click to download a CSV of anonymized student IDs:" msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7286,9 +7278,9 @@ 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." +"Click to generate a CSV grade report for all currently enrolled students. " +"Links to generated reports appear in a table below when report generation is" +" complete." msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -7314,24 +7306,19 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Grade reports listed below are generated each time the Generate Grade " -"Report button is clicked. A link to each grade report remains available " -"on this page, identified by the UTC date and time of generation. Grade " +"The grade reports listed below are generated each time the Generate Grade" +" Report button is clicked. A link to each grade report remains available" +" on this page, identified by the UTC date and time of generation. Grade " "reports are not deleted, so you will always be able to access previously " "generated reports from this page." msgstr "" -#. Translators: "these rules" in this sentence references a detailed -#. description of the grading reports that will appear in a table that -#. contains -#. a mix of different types of reports. This sentence intends to indicate -#. that -#. the description of the grading report does not apply to the other reports -#. that may appear in the table. #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" -"Other reports may appear in the table for which these rules will not " -"necessarily apply." +"The answer distribution report listed below is generated periodically by an " +"automated background process. The report is cumulative, so answers submitted" +" after the process starts are included in a subsequent report. The report is" +" generated several times per day." msgstr "" #. Translators: a table of URL links to report files appears after this @@ -8356,8 +8343,8 @@ 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}。" +" please email us at {email}." +msgstr "" #: lms/templates/static_templates/server-overloaded.html msgid "Currently the {platform_name} servers are overloaded" @@ -9390,6 +9377,10 @@ msgstr "" msgid "Page Actions" msgstr "" +#: cms/templates/asset_index.html +msgid "Loading…" +msgstr "" + #: cms/templates/asset_index.html msgid "What files are listed here?" msgstr "" diff --git a/conf/locale/zh_TW/LC_MESSAGES/djangojs.mo b/conf/locale/zh_TW/LC_MESSAGES/djangojs.mo index 3aa75c40f5..16835c99d3 100644 Binary files a/conf/locale/zh_TW/LC_MESSAGES/djangojs.mo 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 index 68a78e5a02..d3dfde0792 100644 --- a/conf/locale/zh_TW/LC_MESSAGES/djangojs.po +++ b/conf/locale/zh_TW/LC_MESSAGES/djangojs.po @@ -28,7 +28,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-03-24 10:06-0400\n" +"POT-Creation-Date: 2014-03-25 10:27-0400\n" "PO-Revision-Date: 2014-03-24 14:25+0000\n" "Last-Translator: sarina \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/edx-platform/language/zh_TW/)\n" @@ -787,7 +787,7 @@ msgid "Error generating grades. Please try again." msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js -msgid "File Name (Newest First)" +msgid "File Name" msgstr "" #: lms/static/coffee/src/instructor_dashboard/data_download.js @@ -827,6 +827,21 @@ msgstr "" msgid "Error changing user's permissions." msgstr "" +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Could not find a user with username or email address '<%= identifier %>'." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "" +"Error: User '<%= username %>' has not yet activated their account. Users " +"must create and activate their accounts before they can be assigned a role." +msgstr "" + +#: lms/static/coffee/src/instructor_dashboard/membership.js +msgid "Error: You cannot remove yourself from the Instructor group!" +msgstr "" + #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." msgstr "" diff --git a/i18n/transifex.py b/i18n/transifex.py index 8997e38e61..4b77ac6d8e 100755 --- a/i18n/transifex.py +++ b/i18n/transifex.py @@ -8,7 +8,7 @@ from i18n.config import CONFIGURATION from i18n.execute import execute from i18n.extract import EDX_MARKER -TRANSIFEX_HEADER = 'edX community translations have been downloaded from {}' +TRANSIFEX_HEADER = u'edX community translations have been downloaded from {}' TRANSIFEX_URL = 'https://www.transifex.com/projects/p/edx-platform/' diff --git a/lms/djangoapps/courseware/grades.py b/lms/djangoapps/courseware/grades.py index 7cba7894a9..2617b789db 100644 --- a/lms/djangoapps/courseware/grades.py +++ b/lms/djangoapps/courseware/grades.py @@ -14,6 +14,8 @@ from dogapi import dog_stats_api from courseware import courses from courseware.model_data import FieldDataCache +from student.models import anonymous_id_for_user +from submissions import api as sub_api from xmodule import graders from xmodule.graders import Score from xmodule.modulestore.django import modulestore @@ -178,6 +180,11 @@ def _grade(student, request, course, keep_raw_scores): grading_context = course.grading_context raw_scores = [] + # Dict of item_ids -> (earned, possible) point tuples. This *only* grabs + # scores that were registered with the submissions API, which for the moment + # means only openassessment (edx-ora2) + submissions_scores = sub_api.get_scores(course.id, anonymous_id_for_user(student, course.id)) + totaled_scores = {} # This next complicated loop is just to collect the totaled_scores, which is # passed to the grader @@ -194,7 +201,15 @@ def _grade(student, request, course, keep_raw_scores): descriptor.always_recalculate_grades for descriptor in section['xmoduledescriptors'] ) - # If we haven't seen a single problem in the section, we don't have to grade it at all! We can assume 0% + # If there are no problems that always have to be regraded, check to + # see if any of our locations are in the scores from the submissions + # API. If scores exist, we have to calculate grades for this section. + if not should_grade_section: + should_grade_section = any( + descriptor.location.url() in submissions_scores + for descriptor in section['xmoduledescriptors'] + ) + if not should_grade_section: with manual_transaction(): should_grade_section = StudentModule.objects.filter( @@ -204,6 +219,8 @@ def _grade(student, request, course, keep_raw_scores): ] ).exists() + # If we haven't seen a single problem in the section, we don't have + # to grade it at all! We can assume 0% if should_grade_section: scores = [] @@ -217,7 +234,9 @@ def _grade(student, request, course, keep_raw_scores): for module_descriptor in yield_dynamic_descriptor_descendents(section_descriptor, create_module): - (correct, total) = get_score(course.id, student, module_descriptor, create_module) + (correct, total) = get_score( + course.id, student, module_descriptor, create_module, scores_cache=submissions_scores + ) if correct is None and total is None: continue @@ -331,6 +350,8 @@ def _progress_summary(student, request, course): # This student must not have access to the course. return None + submissions_scores = sub_api.get_scores(course.id, anonymous_id_for_user(student, course.id)) + chapters = [] # Don't include chapters that aren't displayable (e.g. due to error) for chapter_module in course_module.get_display_items(): @@ -353,7 +374,9 @@ def _progress_summary(student, request, course): for module_descriptor in yield_dynamic_descriptor_descendents(section_module, module_creator): course_id = course.id - (correct, total) = get_score(course_id, student, module_descriptor, module_creator) + (correct, total) = get_score( + course_id, student, module_descriptor, module_creator, scores_cache=submissions_scores + ) if correct is None and total is None: continue @@ -383,7 +406,8 @@ def _progress_summary(student, request, course): return chapters -def get_score(course_id, user, problem_descriptor, module_creator): + +def get_score(course_id, user, problem_descriptor, module_creator, scores_cache=None): """ Return the score for a user on a problem, as a tuple (correct, total). e.g. (5,7) if you got 5 out of 7 points. @@ -395,11 +419,18 @@ def get_score(course_id, user, problem_descriptor, module_creator): problem_descriptor: an XModuleDescriptor module_creator: a function that takes a descriptor, and returns the corresponding XModule for this user. Can return None if user doesn't have access, or if something else went wrong. - cache: A FieldDataCache + scores_cache: A dict of location names to (earned, possible) point tuples. + If an entry is found in this cache, it takes precedence. """ + scores_cache = scores_cache or {} + if not user.is_authenticated(): return (None, None) + location_url = problem_descriptor.location.url() + if location_url in scores_cache: + return scores_cache[location_url] + # some problems have state that is updated independently of interaction # with the LMS, so they need to always be scored. (E.g. foldit.) if problem_descriptor.always_recalculate_grades: diff --git a/lms/djangoapps/courseware/tests/test_submitting_problems.py b/lms/djangoapps/courseware/tests/test_submitting_problems.py index 45daed6d77..871da3a263 100644 --- a/lms/djangoapps/courseware/tests/test_submitting_problems.py +++ b/lms/djangoapps/courseware/tests/test_submitting_problems.py @@ -467,7 +467,7 @@ class TestCourseGrader(TestSubmittingProblems): self.check_grade_percent(1.0) self.assertEqual(self.get_grade_summary()['grade'], 'A') - def test_wrong_asnwers(self): + def test_wrong_answers(self): """ Check that answering incorrectly is graded properly. """ @@ -478,6 +478,44 @@ class TestCourseGrader(TestSubmittingProblems): self.check_grade_percent(0.67) self.assertEqual(self.get_grade_summary()['grade'], 'B') + def test_submissions_api_overrides_scores(self): + """ + Check that answering incorrectly is graded properly. + """ + self.basic_setup() + self.submit_question_answer('p1', {'2_1': 'Correct'}) + self.submit_question_answer('p2', {'2_1': 'Correct'}) + self.submit_question_answer('p3', {'2_1': 'Incorrect'}) + self.check_grade_percent(0.67) + self.assertEqual(self.get_grade_summary()['grade'], 'B') + + # But now we mock out a get_scores call, and watch as it overrides the + # score read from StudentModule and our student gets an A instead. + with patch('submissions.api.get_scores') as mock_get_scores: + mock_get_scores.return_value = { + self.problem_location('p3'): (1, 1) + } + self.check_grade_percent(1.0) + self.assertEqual(self.get_grade_summary()['grade'], 'A') + + def test_submissions_api_anonymous_student_id(self): + """ + Check that the submissions API is sent an anonymous student ID. + """ + self.basic_setup() + self.submit_question_answer('p1', {'2_1': 'Correct'}) + self.submit_question_answer('p2', {'2_1': 'Correct'}) + self.submit_question_answer('p3', {'2_1': 'Incorrect'}) + + with patch('submissions.api.get_scores') as mock_get_scores: + mock_get_scores.return_value = { + self.problem_location('p3'): (1, 1) + } + self.get_grade_summary() + + # Verify that the submissions API was sent an anonymized student ID + mock_get_scores.assert_called_with(self.course.id, '99ac6730dc5f900d69fd735975243b31') + def test_weighted_homework(self): """ Test that the homework section has proper weight. diff --git a/lms/envs/common.py b/lms/envs/common.py index 9dcfab347f..a9b7e9129b 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -1489,6 +1489,13 @@ ALL_LANGUAGES = ( OPTIONAL_APPS = ( 'edx_jsdraw', 'mentoring', + + # edx-ora2 + 'submissions', + 'openassessment', + 'openassessment.assessment', + 'openassessment.workflow', + 'openassessment.xblock' ) for app_name in OPTIONAL_APPS: diff --git a/requirements/edx/github.txt b/requirements/edx/github.txt index d2f43a0f8d..9eda75f8a7 100644 --- a/requirements/edx/github.txt +++ b/requirements/edx/github.txt @@ -26,6 +26,7 @@ -e git+https://github.com/edx/bok-choy.git@25a47b3bf87c503fc4996e52addac83b42ec6f38#egg=bok_choy -e git+https://github.com/edx-solutions/django-splash.git@9965a53c269666a30bb4e2b3f6037c138aef2a55#egg=django-splash -e git+https://github.com/edx/acid-block.git@459aff7b63db8f2c5decd1755706c1a64fb4ebb1#egg=acid-xblock +-e git+https://github.com/edx/edx-ora2.git@87fd72f9927cd37e553d7f68cfaf80d6c574eb55#egg=edx-ora2 # Prototype XBlocks for limited roll-outs and user testing. These are not for general use. -e git+https://github.com/pmitros/ConceptXBlock.git@2376fde9ebdd83684b78dde77ef96361c3bd1aa0#egg=concept-xblock