diff --git a/common/static/js/vendor/ova/OpenSeaDragonAnnotation.js b/common/static/js/vendor/ova/OpenSeaDragonAnnotation.js index 37d674dbb8b2..950718f3377b 100644 --- a/common/static/js/vendor/ova/OpenSeaDragonAnnotation.js +++ b/common/static/js/vendor/ova/OpenSeaDragonAnnotation.js @@ -577,13 +577,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. var isRP = (typeof rp!='undefined'); var isSource = false; - // Double checks that the image being displayed matches the annotations - var source = this.viewer.source; - var tilesUrl = typeof source.tilesUrl!='undefined'?source.tilesUrl:''; - var functionUrl = typeof source.getTileUrl!='undefined'?source.getTileUrl:''; - var compareUrl = tilesUrl!=''?tilesUrl:('' + functionUrl).replace(/\s+/g, ' '); - if(isContainer) isSource = (an.target.src == compareUrl); - + // Though it would be better to store server ids of images in the annotation that + // would require changing annotations that were already made, instead we check if + // the id is a substring of the thumbnail, which according to OpenSeaDragon API should be the case. + var sourceId = this.viewer.source['@id']; + var targetThumb = an.target.thumb; + if (isContainer) isSource = (targetThumb.indexOf(sourceId) !== -1); return (isOpenSeaDragon && isContainer && isImage && isRP && isSource); }, diff --git a/conf/locale/am/LC_MESSAGES/django.mo b/conf/locale/am/LC_MESSAGES/django.mo index 8bcd6e7f2378..25922bbfc503 100644 Binary files a/conf/locale/am/LC_MESSAGES/django.mo and b/conf/locale/am/LC_MESSAGES/django.mo differ diff --git a/conf/locale/am/LC_MESSAGES/django.po b/conf/locale/am/LC_MESSAGES/django.po index 22eca5fb113f..0b9e2b0e763c 100644 --- a/conf/locale/am/LC_MESSAGES/django.po +++ b/conf/locale/am/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-06-02 13:44+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Amharic (http://www.transifex.com/projects/p/edx-platform/language/am/)\n" @@ -928,6 +928,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1725,6 +1729,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3300,6 +3314,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6637,15 +6664,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7426,6 +7446,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10149,113 +10176,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10706,10 +10765,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/am/LC_MESSAGES/djangojs.mo b/conf/locale/am/LC_MESSAGES/djangojs.mo index c546c7c9f517..c07e21fceb1e 100644 Binary files a/conf/locale/am/LC_MESSAGES/djangojs.mo and b/conf/locale/am/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/am/LC_MESSAGES/djangojs.po b/conf/locale/am/LC_MESSAGES/djangojs.po index b0bbb5537f3e..42909e6ba799 100644 --- a/conf/locale/am/LC_MESSAGES/djangojs.po +++ b/conf/locale/am/LC_MESSAGES/djangojs.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Amharic (http://www.transifex.com/projects/p/edx-platform/language/am/)\n" diff --git a/conf/locale/ar/LC_MESSAGES/django.mo b/conf/locale/ar/LC_MESSAGES/django.mo index 4f71d2032fab..2791be4ede0b 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 4e5a9e31f87e..0220dfef6e22 100644 --- a/conf/locale/ar/LC_MESSAGES/django.po +++ b/conf/locale/ar/LC_MESSAGES/django.po @@ -111,7 +111,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-09-02 00:40+0000\n" "Last-Translator: Nabeel El-Dughailib \n" "Language-Team: Arabic (http://www.transifex.com/projects/p/edx-platform/language/ar/)\n" @@ -1060,6 +1060,10 @@ msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" "لم يرد أي ردّ من Xqueue في غضون {xqueue_timeout} ثواني. تمّ إيقاف العملية." +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "لا يمكن الاتصال بقائمة الانتظار" @@ -1913,6 +1917,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3646,6 +3660,19 @@ msgstr "" msgid "Upload Handout" msgstr "تحميل ورقة موزّعة" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "التصفّح" @@ -7317,15 +7344,8 @@ msgstr "" msgid "Reset Password" msgstr "إعادة ضبط كلمة السر" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "المساقات" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -8152,6 +8172,13 @@ msgstr "" msgid "You do not have any notes." msgstr "لا يوجد لديك أية ملاحظات." +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "المساقات" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "المدارس" @@ -11091,113 +11118,145 @@ msgstr "" msgid "#:" msgstr "#: " -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -11702,10 +11761,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/ar/LC_MESSAGES/djangojs.mo b/conf/locale/ar/LC_MESSAGES/djangojs.mo index 4c26d96b70e8..79fbd05bc3bc 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 05026f08d5ed..90e61fe7df6f 100644 --- a/conf/locale/ar/LC_MESSAGES/djangojs.po +++ b/conf/locale/ar/LC_MESSAGES/djangojs.po @@ -64,7 +64,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-09-22 06:00+0000\n" "Last-Translator: Saramami.mami \n" "Language-Team: Arabic (http://www.transifex.com/projects/p/edx-platform/language/ar/)\n" diff --git a/conf/locale/az/LC_MESSAGES/django.mo b/conf/locale/az/LC_MESSAGES/django.mo index 8e6e23a4b656..00ac53fc2e4f 100644 Binary files a/conf/locale/az/LC_MESSAGES/django.mo and b/conf/locale/az/LC_MESSAGES/django.mo differ diff --git a/conf/locale/az/LC_MESSAGES/django.po b/conf/locale/az/LC_MESSAGES/django.po index 309e4711b1b2..85dad2549158 100644 --- a/conf/locale/az/LC_MESSAGES/django.po +++ b/conf/locale/az/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-04-07 13:46+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/edx-platform/language/az/)\n" @@ -928,6 +928,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1725,6 +1729,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3300,6 +3314,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6637,15 +6664,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7426,6 +7446,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10149,113 +10176,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10706,10 +10765,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/az/LC_MESSAGES/djangojs.mo b/conf/locale/az/LC_MESSAGES/djangojs.mo index d9ff13394e4c..c7e0385cce13 100644 Binary files a/conf/locale/az/LC_MESSAGES/djangojs.mo and b/conf/locale/az/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/az/LC_MESSAGES/djangojs.po b/conf/locale/az/LC_MESSAGES/djangojs.po index 38a0da8e0aa3..bcf4cb8c747e 100644 --- a/conf/locale/az/LC_MESSAGES/djangojs.po +++ b/conf/locale/az/LC_MESSAGES/djangojs.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/edx-platform/language/az/)\n" diff --git a/conf/locale/bg_BG/LC_MESSAGES/django.mo b/conf/locale/bg_BG/LC_MESSAGES/django.mo index 8698dd1cf2df..2b05bd07e727 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 f520c4424d6a..d5836dd7d679 100644 --- a/conf/locale/bg_BG/LC_MESSAGES/django.po +++ b/conf/locale/bg_BG/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: Ned Batchelder \n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/edx-platform/language/bg_BG/)\n" @@ -929,6 +929,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1726,6 +1730,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3301,6 +3315,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6638,15 +6665,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7427,6 +7447,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10150,113 +10177,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10707,10 +10766,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/bg_BG/LC_MESSAGES/djangojs.mo b/conf/locale/bg_BG/LC_MESSAGES/djangojs.mo index 08f10255e95e..d9330962445a 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 7286e8dc0b19..d82e27eae4fd 100644 --- a/conf/locale/bg_BG/LC_MESSAGES/djangojs.po +++ b/conf/locale/bg_BG/LC_MESSAGES/djangojs.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/edx-platform/language/bg_BG/)\n" diff --git a/conf/locale/bn_BD/LC_MESSAGES/django.mo b/conf/locale/bn_BD/LC_MESSAGES/django.mo index 72a6b5e9836f..4f167383826a 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 01f4891d0f3e..478d14cc487c 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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-02-06 03:20+0000\n" "Last-Translator: Ned Batchelder \n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/edx-platform/language/bn_BD/)\n" @@ -931,6 +931,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1728,6 +1732,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3303,6 +3317,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6640,15 +6667,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7429,6 +7449,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10152,113 +10179,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10709,10 +10768,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/bn_BD/LC_MESSAGES/djangojs.mo b/conf/locale/bn_BD/LC_MESSAGES/djangojs.mo index 5619a2841b6c..fa32b1f14bc6 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 b944879ab26c..802f39bcf9ae 100644 --- a/conf/locale/bn_BD/LC_MESSAGES/djangojs.po +++ b/conf/locale/bn_BD/LC_MESSAGES/djangojs.po @@ -27,7 +27,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/edx-platform/language/bn_BD/)\n" diff --git a/conf/locale/bn_IN/LC_MESSAGES/django.mo b/conf/locale/bn_IN/LC_MESSAGES/django.mo index 1158d2528806..e8b847d0b232 100644 Binary files a/conf/locale/bn_IN/LC_MESSAGES/django.mo and b/conf/locale/bn_IN/LC_MESSAGES/django.mo differ diff --git a/conf/locale/bn_IN/LC_MESSAGES/django.po b/conf/locale/bn_IN/LC_MESSAGES/django.po index 14db51ddaed4..635b0e72790e 100644 --- a/conf/locale/bn_IN/LC_MESSAGES/django.po +++ b/conf/locale/bn_IN/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: \n" "Language-Team: Bengali (India) (http://www.transifex.com/projects/p/edx-platform/language/bn_IN/)\n" @@ -928,6 +928,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1725,6 +1729,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3300,6 +3314,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6637,15 +6664,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7426,6 +7446,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10149,113 +10176,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10706,10 +10765,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/bn_IN/LC_MESSAGES/djangojs.mo b/conf/locale/bn_IN/LC_MESSAGES/djangojs.mo index ac54f08056f9..f3b2a97e6090 100644 Binary files a/conf/locale/bn_IN/LC_MESSAGES/djangojs.mo and b/conf/locale/bn_IN/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/bn_IN/LC_MESSAGES/djangojs.po b/conf/locale/bn_IN/LC_MESSAGES/djangojs.po index 57e6f242b443..84dbf1e15e66 100644 --- a/conf/locale/bn_IN/LC_MESSAGES/djangojs.po +++ b/conf/locale/bn_IN/LC_MESSAGES/djangojs.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Bengali (India) (http://www.transifex.com/projects/p/edx-platform/language/bn_IN/)\n" diff --git a/conf/locale/bs/LC_MESSAGES/django.mo b/conf/locale/bs/LC_MESSAGES/django.mo index 501ccee771f7..ff3e87203bfd 100644 Binary files a/conf/locale/bs/LC_MESSAGES/django.mo and b/conf/locale/bs/LC_MESSAGES/django.mo differ diff --git a/conf/locale/bs/LC_MESSAGES/django.po b/conf/locale/bs/LC_MESSAGES/django.po index dc2930ad5a3a..0f0a264b407a 100644 --- a/conf/locale/bs/LC_MESSAGES/django.po +++ b/conf/locale/bs/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: ph8enix \n" "Language-Team: Bosnian (http://www.transifex.com/projects/p/edx-platform/language/bs/)\n" @@ -935,6 +935,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1732,6 +1736,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3307,6 +3321,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6646,15 +6673,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7435,6 +7455,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10162,113 +10189,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10719,10 +10778,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/bs/LC_MESSAGES/djangojs.mo b/conf/locale/bs/LC_MESSAGES/djangojs.mo index a5ed972ef767..c09c8996b269 100644 Binary files a/conf/locale/bs/LC_MESSAGES/djangojs.mo and b/conf/locale/bs/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/bs/LC_MESSAGES/djangojs.po b/conf/locale/bs/LC_MESSAGES/djangojs.po index d64bbd7049d9..86de3b55d440 100644 --- a/conf/locale/bs/LC_MESSAGES/djangojs.po +++ b/conf/locale/bs/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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Bosnian (http://www.transifex.com/projects/p/edx-platform/language/bs/)\n" diff --git a/conf/locale/ca/LC_MESSAGES/django.mo b/conf/locale/ca/LC_MESSAGES/django.mo index 0357d9c35622..40f0f5122245 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 ca1e6f6f99d3..6c9bc7edc47a 100644 --- a/conf/locale/ca/LC_MESSAGES/django.po +++ b/conf/locale/ca/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: mcolomer \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/edx-platform/language/ca/)\n" @@ -947,6 +947,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1740,6 +1744,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3317,6 +3331,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "Navegació" @@ -6776,15 +6803,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7565,6 +7585,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10288,113 +10315,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10845,10 +10904,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/ca/LC_MESSAGES/djangojs.mo b/conf/locale/ca/LC_MESSAGES/djangojs.mo index a8ef87efbc9b..6754c3230a71 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 b11ce1c14e63..bc030049c6f1 100644 --- a/conf/locale/ca/LC_MESSAGES/djangojs.po +++ b/conf/locale/ca/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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/edx-platform/language/ca/)\n" diff --git a/conf/locale/ca@valencia/LC_MESSAGES/django.mo b/conf/locale/ca@valencia/LC_MESSAGES/django.mo index d52591cfd333..8d2044d1e37b 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 dcdaf4c27470..4d9e0c3c8827 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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-02-12 14:59+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Catalan (Valencian) (http://www.transifex.com/projects/p/edx-platform/language/ca@valencia/)\n" @@ -928,6 +928,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1725,6 +1729,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3300,6 +3314,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6637,15 +6664,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7426,6 +7446,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10149,113 +10176,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10706,10 +10765,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/ca@valencia/LC_MESSAGES/djangojs.mo b/conf/locale/ca@valencia/LC_MESSAGES/djangojs.mo index d08b9d6fb951..dccfad56032e 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 8345688231ef..dbe4c1fd16dd 100644 --- a/conf/locale/ca@valencia/LC_MESSAGES/djangojs.po +++ b/conf/locale/ca@valencia/LC_MESSAGES/djangojs.po @@ -27,7 +27,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Catalan (Valencian) (http://www.transifex.com/projects/p/edx-platform/language/ca@valencia/)\n" diff --git a/conf/locale/cs/LC_MESSAGES/django.mo b/conf/locale/cs/LC_MESSAGES/django.mo index 445dbe1cf09f..fb4b22236855 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 5546d23778bb..01333744ce52 100644 --- a/conf/locale/cs/LC_MESSAGES/django.po +++ b/conf/locale/cs/LC_MESSAGES/django.po @@ -56,7 +56,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: TomHermanek \n" "Language-Team: Czech (http://www.transifex.com/projects/p/edx-platform/language/cs/)\n" @@ -948,6 +948,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1745,6 +1749,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3320,6 +3334,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6655,15 +6682,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7444,6 +7464,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10171,113 +10198,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10728,10 +10787,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/cs/LC_MESSAGES/djangojs.mo b/conf/locale/cs/LC_MESSAGES/djangojs.mo index 7a30bac4e607..6f3811b5871e 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 9c013838db52..5ef92f21901f 100644 --- a/conf/locale/cs/LC_MESSAGES/djangojs.po +++ b/conf/locale/cs/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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Czech (http://www.transifex.com/projects/p/edx-platform/language/cs/)\n" diff --git a/conf/locale/cy/LC_MESSAGES/django.mo b/conf/locale/cy/LC_MESSAGES/django.mo index 7e9560a79301..c34c392a0e22 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 0c14aa7dffcb..675001793304 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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: Ned Batchelder \n" "Language-Team: Welsh (http://www.transifex.com/projects/p/edx-platform/language/cy/)\n" @@ -934,6 +934,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1731,6 +1735,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3306,6 +3320,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6647,15 +6674,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7436,6 +7456,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10167,113 +10194,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10724,10 +10783,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/cy/LC_MESSAGES/djangojs.mo b/conf/locale/cy/LC_MESSAGES/djangojs.mo index ba346592fa92..3e639b233216 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 e318a8948d16..33db30991d69 100644 --- a/conf/locale/cy/LC_MESSAGES/djangojs.po +++ b/conf/locale/cy/LC_MESSAGES/djangojs.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Welsh (http://www.transifex.com/projects/p/edx-platform/language/cy/)\n" diff --git a/conf/locale/da/LC_MESSAGES/django.mo b/conf/locale/da/LC_MESSAGES/django.mo index a045069db7b1..21400f0a340d 100644 Binary files a/conf/locale/da/LC_MESSAGES/django.mo and b/conf/locale/da/LC_MESSAGES/django.mo differ diff --git a/conf/locale/da/LC_MESSAGES/django.po b/conf/locale/da/LC_MESSAGES/django.po index 34885d769be4..dade05980b8a 100644 --- a/conf/locale/da/LC_MESSAGES/django.po +++ b/conf/locale/da/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: \n" "Language-Team: Danish (http://www.transifex.com/projects/p/edx-platform/language/da/)\n" @@ -928,6 +928,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1725,6 +1729,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3300,6 +3314,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6637,15 +6664,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7426,6 +7446,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10149,113 +10176,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10706,10 +10765,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/da/LC_MESSAGES/djangojs.mo b/conf/locale/da/LC_MESSAGES/djangojs.mo index 00e9f04010e8..04ede7c4376a 100644 Binary files a/conf/locale/da/LC_MESSAGES/djangojs.mo and b/conf/locale/da/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/da/LC_MESSAGES/djangojs.po b/conf/locale/da/LC_MESSAGES/djangojs.po index 0f71f652f491..b1c6203a169d 100644 --- a/conf/locale/da/LC_MESSAGES/djangojs.po +++ b/conf/locale/da/LC_MESSAGES/djangojs.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Danish (http://www.transifex.com/projects/p/edx-platform/language/da/)\n" diff --git a/conf/locale/de_DE/LC_MESSAGES/django.mo b/conf/locale/de_DE/LC_MESSAGES/django.mo index 2b2ccc5ad7d2..2b5047f0637d 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 c8baf79681c6..61df81c106d9 100644 --- a/conf/locale/de_DE/LC_MESSAGES/django.po +++ b/conf/locale/de_DE/LC_MESSAGES/django.po @@ -105,7 +105,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: Alexander L. \n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/edx-platform/language/de_DE/)\n" @@ -1027,6 +1027,10 @@ msgstr "" "Keine Antwort von Xqueue innerhalb von {xqueue_timeout} Sekunden. " "Abgebrochen." +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "Kann nicht an die Warteschlange anschließen" @@ -1945,6 +1949,16 @@ msgstr "" "einer Liste von neuen Kursen auf edx.org und eine \"Neu!\"-Plakette " "erscheint vorübergehend neben dem Kursbild." +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "Kurs ist unbenotet" @@ -3811,6 +3825,19 @@ msgstr "" msgid "Upload Handout" msgstr "Handout hochladen" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "Navigation" @@ -7197,15 +7224,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7986,6 +8006,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10709,113 +10736,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -11266,10 +11325,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/de_DE/LC_MESSAGES/djangojs.mo b/conf/locale/de_DE/LC_MESSAGES/djangojs.mo index 54c55925b28e..b1665a2cfac6 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 8f9094695f7f..16f891f2fc66 100644 --- a/conf/locale/de_DE/LC_MESSAGES/djangojs.po +++ b/conf/locale/de_DE/LC_MESSAGES/djangojs.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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-09-10 14:00+0000\n" "Last-Translator: Alexander L. \n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/edx-platform/language/de_DE/)\n" diff --git a/conf/locale/el/LC_MESSAGES/django.mo b/conf/locale/el/LC_MESSAGES/django.mo index 5af3da9f6b9f..3ded1996b54c 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 900f36970e5d..4cd2fb17a623 100644 --- a/conf/locale/el/LC_MESSAGES/django.po +++ b/conf/locale/el/LC_MESSAGES/django.po @@ -50,7 +50,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: Panos Chronis \n" "Language-Team: Greek (http://www.transifex.com/projects/p/edx-platform/language/el/)\n" @@ -940,6 +940,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1737,6 +1741,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3312,6 +3326,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6649,15 +6676,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7438,6 +7458,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10161,113 +10188,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10718,10 +10777,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/el/LC_MESSAGES/djangojs.mo b/conf/locale/el/LC_MESSAGES/djangojs.mo index e620254875ed..6b43f18ff5f8 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 77c78f6b53c9..d62bd6ff70fb 100644 --- a/conf/locale/el/LC_MESSAGES/djangojs.po +++ b/conf/locale/el/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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Greek (http://www.transifex.com/projects/p/edx-platform/language/el/)\n" diff --git a/conf/locale/en_GB/LC_MESSAGES/django.mo b/conf/locale/en_GB/LC_MESSAGES/django.mo index 786504b9dd2c..b6130985aa7f 100644 Binary files a/conf/locale/en_GB/LC_MESSAGES/django.mo and b/conf/locale/en_GB/LC_MESSAGES/django.mo differ diff --git a/conf/locale/en_GB/LC_MESSAGES/django.po b/conf/locale/en_GB/LC_MESSAGES/django.po index 9f51e3ce6942..eed7798f8359 100644 --- a/conf/locale/en_GB/LC_MESSAGES/django.po +++ b/conf/locale/en_GB/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/edx-platform/language/en_GB/)\n" @@ -928,6 +928,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1725,6 +1729,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3300,6 +3314,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6637,15 +6664,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7426,6 +7446,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10149,113 +10176,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10706,10 +10765,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/en_GB/LC_MESSAGES/djangojs.mo b/conf/locale/en_GB/LC_MESSAGES/djangojs.mo index 18b875f0c6d3..92f151bcb941 100644 Binary files a/conf/locale/en_GB/LC_MESSAGES/djangojs.mo and b/conf/locale/en_GB/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/en_GB/LC_MESSAGES/djangojs.po b/conf/locale/en_GB/LC_MESSAGES/djangojs.po index b39cfbfb6953..71bde14315ce 100644 --- a/conf/locale/en_GB/LC_MESSAGES/djangojs.po +++ b/conf/locale/en_GB/LC_MESSAGES/djangojs.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/edx-platform/language/en_GB/)\n" diff --git a/conf/locale/eo/LC_MESSAGES/django.mo b/conf/locale/eo/LC_MESSAGES/django.mo index b80768918402..b333f49827f6 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 f15bb70525cb..1b2866887dee 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-09-23 15:38-0400\n" -"PO-Revision-Date: 2014-09-23 19:38:42.421614\n" +"POT-Creation-Date: 2014-09-24 14:16-0400\n" +"PO-Revision-Date: 2014-09-24 18:16:48.297294\n" "Last-Translator: \n" "Language-Team: openedx-translation \n" "MIME-Version: 1.0\n" @@ -981,6 +981,10 @@ msgstr "" "Nö réspönsé fröm Xqüéüé wïthïn {xqueue_timeout} séçönds. Àßörtéd. Ⱡ'σяєм " "ιρѕυм ∂σ#" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "Érrör rünnïng çödé. Ⱡ'σя#" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "Çännöt çönnéçt tö thé qüéüé Ⱡ'σяєм#" @@ -1917,6 +1921,18 @@ msgstr "" "ön édx.örg, änd ä Néw! ßädgé témpörärïlý äppéärs néxt tö thé çöürsé ïmägé. " "Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕ#" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "Mößïlé Çöürsé Àväïläßlé Ⱡ'σяє#" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" +"Éntér trüé ör fälsé. Ìf trüé, thé çöürsé wïll ßé äväïläßlé tö mößïlé " +"dévïçés. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт #" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "Çöürsé Nöt Grädéd Ⱡ'σ#" @@ -3815,6 +3831,25 @@ msgstr "" msgid "Upload Handout" msgstr "Ûplöäd Händöüt Ⱡ'#" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" +"Öptïönäl. Ûsé thïs för vïdéös whéré döwnlöäd änd stréämïng ÛRLs för thé " +"vïdéös äré çömplétélý mänägéd ßý édX. Thïs wïll övérrïdé thé séttïngs för " +"\"Défäült Vïdéö ÛRL\", \"Vïdéö Fïlé ÛRLs\", änd äll ÝöüTüßé ÌDs. Ìf ýöü dö " +"nöt knöw whät thïs séttïng ïs, ýöü çän léävé ït ßlänk änd çöntïnüé tö üsé " +"thésé öthér séttïngs. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg " +"єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт łαвσя#" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "ÉdX Vïdéö ÌD Ⱡ#" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "Nävïgätïön Ⱡ#" @@ -7683,16 +7718,9 @@ msgstr "Lïnk Ⱡ'σяєм#" msgid "Reset Password" msgstr "Rését Pässwörd Ⱡ'#" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "Çöürsés #" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" -msgstr "ördéréd ßý réçént äçtïvïtý Ⱡ'σяєм#" +msgid "Current Courses" +msgstr "Çürrént Çöürsés Ⱡ'#" #: lms/templates/dashboard.html msgid "Looks like you haven't registered for any courses yet." @@ -8560,6 +8588,13 @@ msgstr "" msgid "You do not have any notes." msgstr "Ýöü dö nöt hävé äný nötés. Ⱡ'σяєм#" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "Çöürsés #" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "Sçhööls #" @@ -11591,127 +11626,171 @@ msgstr "" msgid "#:" msgstr "#: Ⱡ'#" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" -msgstr "Pröféssïönäl Édüçätïön Ìnvöïçïng Çéntér Ⱡ'σяєм ιρѕ#" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" +msgstr "Thänk ýöü för ýöür pürçhäsé öf {course_name}! Ⱡ'σяєм ιρ#" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " -msgstr "Pörtländ Stréét, Ⱡ'σ#" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" +"Àn ïnvöïçé för ${total_price} ïs ättäçhéd. Päýmént ïs düé ïmmédïätélý. " +"Ìnförmätïön ön päýmént méthöds çän ßé föünd ön thé ïnvöïçé. Ⱡ'σяєм ιρѕυм " +"∂σłσя ѕιт αмєт, ¢σηѕє¢тє#" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," -msgstr "9th flöör Çämßrïdgé, MÀ, Ⱡ'σяє#" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." +msgstr "" +"À ÇSV fïlé öf ýöür régïsträtïön çödés ïs ättäçhéd. Pléäsé dïstrïßüté " +"régïsträtïön çödés tö éäçh stüdént plännïng tö énröll üsïng thé émäïl " +"témpläté ßélöw. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι#" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," +msgstr "Thänks, #" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" -msgstr "02139 fïnänçé@édx.örg Ⱡ'σя#" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" +msgstr "Ýöür {platform_name} Téäm Ⱡ'#" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" -msgstr "--------------------------------- Ⱡ'σяєм ι#" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" +msgstr "Déär [[Nämé]]: Ⱡ'#" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" -msgstr "Bïll Tö: #" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." +msgstr "" +"Wé hävé prövïdéd än énröllmént för ýöü ïn thé çöürsé {course_name} fröm " +"{platform_name}. Pléäsé föllöw thé ïnstrüçtïöns ßélöw tö çläïm ýöür äççéss. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυ#" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" -msgstr "{company_name} Ⱡ'σя#" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" +msgstr "" +"Ýöür rédéém çödé ïs: [[Éntér Rédéém Çödé héré fröm thé ättäçhéd ÇSV]] Ⱡ'σяєм" +" ιρѕυм ∂σłσя ѕ#" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" -msgstr "{purchaser_name} Ⱡ'σя#" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." +msgstr "(1) Régïstér för än äççöünt ät https://{site_name}. Ⱡ'σяєм ιρѕυм#" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" -msgstr "Çüstömér Référénçé Nümßér: {customer_reference_number} Ⱡ'σяєм #" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" +msgstr "(2) Önçé régïstéréd, nävïgäté tö https://{course_url} Ⱡ'σяєм ιρѕυм#" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" -msgstr "Régïsträtïön çödés: Ⱡ'σя#" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" +msgstr "(3) Çlïçk 'Àdd {course_number} tö Çärt' Ⱡ'σяєм#" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." msgstr "" -"Pléäsé dïstrïßüté öné öf thé föllöwïng régïsträtïön çödés tö éäçh stüdént " -"whö ïs göïng tö énröll ïn thé çläss. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє#" +"(4) Ön thé shöppïng çärt pägé, éntér ýöür rédéém çödé änd çlïçk äpplý çödé. " +"Thïs wïll mäké päýmént éqüäl tö $0. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє#" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" +msgstr "(5) Çlïçk 'Régïstér' Ⱡ'σя#" + +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -"À stüdént çän rédéém öné öf thésé çödés ßý régïstérïng än äççöünt ön " -"({site_name}.édx.örg), stärtïng thé pürçhäsé Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " -"¢ση#" +"(6) Ýöü shöüld ßé äßlé tö séé ýöür çöürsé ön ýöür stüdént däshßöärd ät " +"https://{dashboard_url} Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αм#" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -"pröçéss ön thïs çöürsé ßý äddïng ït tö théïr shöppïng çärt fröm thïs pägé " -"({course_url}), änd Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αм#" +"(7) Çöürsé mätérïäls wïll nöt ßé äväïläßlé üntïl thé çöürsé stärt däté. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." -msgstr "" -"éntérïng théïr régïsträtïön çödé whïlé ïn thé shöppïng çärt. Ⱡ'σяєм ιρѕυм " -"∂σłσ#" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," +msgstr "Sïnçérélý, Ⱡ#" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" -msgstr "" -"Thänk ýöü för ýöür pürçhäsé! Fäïlüré tö päý thïs ïnvöïçé wïll résült thé " -"ïnvälïdätïön öf stüdént énröllménts Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕ#" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" +msgstr "[[Ýöür Sïgnätüré]] Ⱡ'σ#" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" -msgstr "" -"thät üsé thésé çödés. Àll pürçhäsés äré fïnäl. Pléäsé référ tö thé " -"çänçéllätïön pölïçý Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмє#" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" +msgstr "ÌNVÖÌÇÉ #" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." -msgstr "ön {site_name} för möré ïnförmätïön. Ⱡ'σяєм #" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" +msgstr "Däté: {date} #" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" -msgstr "Çöürsé: {course_name} {start_date} - {end_date} Ⱡ'σя#" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" +msgstr "Ìnvöïçé Nö: {invoice_number} Ⱡ'#" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" -msgstr "Prïçé: ${price} Ⱡ'#" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" +msgstr "Térms: Düé Ìmmédïätélý Ⱡ'σяє#" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" -msgstr "Qüäntïtý: ${quantity} Ⱡ'#" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" +msgstr "Düé Däté: {date} Ⱡ'#" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" -msgstr "Süß-Tötäl: ${sub_total} Ⱡ'#" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" +msgstr "Bïll tö: #" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" -msgstr "Dïsçöünt: ${discount} Ⱡ'#" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" +msgstr "Çüstömér Référénçé Nümßér: {reference_number} Ⱡ'σяєм #" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" -msgstr "--------- ------ Ⱡ'σ#" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" +msgstr "Bälänçé Düé: ${sale_price} Ⱡ'σ#" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" -msgstr "Tötäl Düé: ${total_price} Ⱡ'#" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "Çöürsé: {course_name} Ⱡ#" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" +"Prïçé: ${course_price} Qüäntïtý: {quantity} Süß-Tötäl: " +"${sub_total} Dïsçöünt: ${discount} Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт #" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "Tötäl: ${sale_price} Ⱡ'σ#" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "Päýmént ïnstrüçtïöns Ⱡ'σя#" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" +"Fäïlüré tö päý thïs ïnvöïçé wïll résült thé ïnvälïdätïön öf stüdént " +"énröllmént thät üsé thésé çödés. Àll pürçhäsés äré fïnäl. Pléäsé référ tö " +"thé çänçéllätïön pölïçý ön {site_name} för möré ïnförmätïön. Ⱡ'σяєм ιρѕυм " +"∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂#" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" +msgstr "" +"Ìf ýöü hävé päýmént qüéstïöns, pléäsé çöntäçt {contact_email} Ⱡ'σяєм ιρѕυм " +"∂#" #: lms/templates/emails/reject_name_change.txt msgid "" @@ -12244,11 +12323,6 @@ msgstr "Pléäsé séléçt thé çürrénçý Ⱡ'σяєм#" msgid "Please enter the coupon code" msgstr "Pléäsé éntér thé çöüpön çödé Ⱡ'σяєм #" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" -"Pléäsé éntér thé çöüpön dïsçöünt välüé gréätér thän 0 Ⱡ'σяєм ιρѕυм ∂σ#" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/eo/LC_MESSAGES/djangojs.mo b/conf/locale/eo/LC_MESSAGES/djangojs.mo index 468f23134ec1..56b1b8f521e8 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 264f13b15709..2f182cdff5b2 100644 --- a/conf/locale/eo/LC_MESSAGES/djangojs.po +++ b/conf/locale/eo/LC_MESSAGES/djangojs.po @@ -26,8 +26,8 @@ msgid "" msgstr "" "Project-Id-Version: 0.1a\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:37-0400\n" -"PO-Revision-Date: 2014-09-23 19:38:42.469235\n" +"POT-Creation-Date: 2014-09-24 14:15-0400\n" +"PO-Revision-Date: 2014-09-24 18:16:48.345620\n" "Last-Translator: \n" "Language-Team: openedx-translation \n" "MIME-Version: 1.0\n" diff --git a/conf/locale/es_419/LC_MESSAGES/django.mo b/conf/locale/es_419/LC_MESSAGES/django.mo index f679b1f4ff9d..631e69117ab2 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 68e47fa2ba26..5eda8e97ca16 100644 --- a/conf/locale/es_419/LC_MESSAGES/django.po +++ b/conf/locale/es_419/LC_MESSAGES/django.po @@ -123,7 +123,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: Cristian Salamea \n" "Language-Team: Spanish (Latin America) (http://www.transifex.com/projects/p/edx-platform/language/es_419/)\n" @@ -1051,6 +1051,10 @@ msgstr "" "No se obtuvo respuesta de Xqueue en {xqueue_timeout} segundos. La operación " "se abortó." +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "No puedo conectarme a la cola o \"queue\"" @@ -1956,6 +1960,16 @@ msgstr "" "cursos nuevos en edx.org y estará identificado temporalmente con una " "etiqueta de Nuevo! junto a la imagen del curso." +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "Curso no calificado" @@ -3805,6 +3819,19 @@ msgstr "" msgid "Upload Handout" msgstr "Subir folleto." +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "Navegación" @@ -7573,15 +7600,8 @@ msgstr "" msgid "Reset Password" msgstr "Restablecer Contraseña" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "Cursos" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -8432,6 +8452,13 @@ msgstr "" msgid "You do not have any notes." msgstr "Usted no tiene ninguna anotación." +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "Cursos" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "Instituciones" @@ -11408,113 +11435,145 @@ msgstr "" msgid "#:" msgstr "#:" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -12034,10 +12093,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/es_419/LC_MESSAGES/djangojs.mo b/conf/locale/es_419/LC_MESSAGES/djangojs.mo index 466ebdba07a1..73800cf366a6 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 e9330f2743a5..68cc6d784bb4 100644 --- a/conf/locale/es_419/LC_MESSAGES/djangojs.po +++ b/conf/locale/es_419/LC_MESSAGES/djangojs.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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 20:51+0000\n" "Last-Translator: Cristian Salamea \n" "Language-Team: Spanish (Latin America) (http://www.transifex.com/projects/p/edx-platform/language/es_419/)\n" diff --git a/conf/locale/es_AR/LC_MESSAGES/django.mo b/conf/locale/es_AR/LC_MESSAGES/django.mo index 8c6dd1905055..1d98101c89f9 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 60b3c980d297..2b18bf8381de 100644 --- a/conf/locale/es_AR/LC_MESSAGES/django.po +++ b/conf/locale/es_AR/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-14 21:21+0000\n" "Last-Translator: Aylén \n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/edx-platform/language/es_AR/)\n" @@ -934,6 +934,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1731,6 +1735,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3306,6 +3320,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6643,15 +6670,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7432,6 +7452,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10155,113 +10182,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10712,10 +10771,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/es_AR/LC_MESSAGES/djangojs.mo b/conf/locale/es_AR/LC_MESSAGES/djangojs.mo index 36a0bd1e3f5b..3bec04fac0da 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 9f6967f67c8d..4a7efc8bafb4 100644 --- a/conf/locale/es_AR/LC_MESSAGES/djangojs.po +++ b/conf/locale/es_AR/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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/edx-platform/language/es_AR/)\n" diff --git a/conf/locale/es_EC/LC_MESSAGES/django.mo b/conf/locale/es_EC/LC_MESSAGES/django.mo index 33b27b2cc050..83559f7df99d 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 13a90e9eec58..3c7ff503273f 100644 --- a/conf/locale/es_EC/LC_MESSAGES/django.po +++ b/conf/locale/es_EC/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: x_vela \n" "Language-Team: Spanish (Ecuador) (http://www.transifex.com/projects/p/edx-platform/language/es_EC/)\n" @@ -944,6 +944,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1741,6 +1745,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3316,6 +3330,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6653,15 +6680,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7442,6 +7462,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10165,113 +10192,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10722,10 +10781,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/es_EC/LC_MESSAGES/djangojs.mo b/conf/locale/es_EC/LC_MESSAGES/djangojs.mo index 7a88b29c3503..c316efb654f5 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 1b2938aedabb..de3217dca601 100644 --- a/conf/locale/es_EC/LC_MESSAGES/djangojs.po +++ b/conf/locale/es_EC/LC_MESSAGES/djangojs.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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Spanish (Ecuador) (http://www.transifex.com/projects/p/edx-platform/language/es_EC/)\n" diff --git a/conf/locale/es_ES/LC_MESSAGES/django.mo b/conf/locale/es_ES/LC_MESSAGES/django.mo index 4ce4d48be739..f429fea18b1b 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 9502a29689d3..61b3226721c1 100644 --- a/conf/locale/es_ES/LC_MESSAGES/django.po +++ b/conf/locale/es_ES/LC_MESSAGES/django.po @@ -114,7 +114,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: spentamanyu \n" "Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/edx-platform/language/es_ES/)\n" @@ -1012,6 +1012,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1799,6 +1803,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3371,6 +3385,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "Navegación" @@ -6729,15 +6756,8 @@ msgstr "" msgid "Reset Password" msgstr "Restablecer Contraseña" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "Cursos" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7550,6 +7570,13 @@ msgstr "" msgid "You do not have any notes." msgstr "Usted no tiene ninguna anotación." +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "Cursos" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "Instituciones" @@ -10329,113 +10356,145 @@ msgstr "" msgid "#:" msgstr "#:" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10886,10 +10945,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/es_ES/LC_MESSAGES/djangojs.mo b/conf/locale/es_ES/LC_MESSAGES/djangojs.mo index d1b6d3119687..e1cbe61c3404 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 9ad3281638fa..33e92e5a8ec7 100644 --- a/conf/locale/es_ES/LC_MESSAGES/djangojs.po +++ b/conf/locale/es_ES/LC_MESSAGES/djangojs.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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-09-17 19:50+0000\n" "Last-Translator: Óscar Arce Ruiz \n" "Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/edx-platform/language/es_ES/)\n" diff --git a/conf/locale/es_MX/LC_MESSAGES/django.mo b/conf/locale/es_MX/LC_MESSAGES/django.mo index 7277dd38c62b..c7404eb55b57 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 8b79fe1f3fe1..a11d5048795f 100644 --- a/conf/locale/es_MX/LC_MESSAGES/django.po +++ b/conf/locale/es_MX/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: Gerardo Milan Ortega \n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/edx-platform/language/es_MX/)\n" @@ -939,6 +939,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1736,6 +1740,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3311,6 +3325,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6648,15 +6675,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7437,6 +7457,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10160,113 +10187,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10717,10 +10776,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/es_MX/LC_MESSAGES/djangojs.mo b/conf/locale/es_MX/LC_MESSAGES/djangojs.mo index a8f5a8a61add..6dbab7bd3f13 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 70b54ae3645d..fb3f63176666 100644 --- a/conf/locale/es_MX/LC_MESSAGES/djangojs.po +++ b/conf/locale/es_MX/LC_MESSAGES/djangojs.po @@ -32,7 +32,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-30 03:00+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/edx-platform/language/es_MX/)\n" diff --git a/conf/locale/es_PE/LC_MESSAGES/django.mo b/conf/locale/es_PE/LC_MESSAGES/django.mo index 986665b9fc53..6ed645672793 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 db9a8bb2a7a2..659504b1fefe 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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-03-11 21:33+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Spanish (Peru) (http://www.transifex.com/projects/p/edx-platform/language/es_PE/)\n" @@ -928,6 +928,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1725,6 +1729,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3300,6 +3314,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6637,15 +6664,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7426,6 +7446,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10149,113 +10176,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10706,10 +10765,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/es_PE/LC_MESSAGES/djangojs.mo b/conf/locale/es_PE/LC_MESSAGES/djangojs.mo index 508a9083cc5e..5c988f96f031 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 33f8e65fe83b..973b084ebcac 100644 --- a/conf/locale/es_PE/LC_MESSAGES/djangojs.po +++ b/conf/locale/es_PE/LC_MESSAGES/djangojs.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Spanish (Peru) (http://www.transifex.com/projects/p/edx-platform/language/es_PE/)\n" diff --git a/conf/locale/et_EE/LC_MESSAGES/django.mo b/conf/locale/et_EE/LC_MESSAGES/django.mo index 592460de0b6c..98bfd4d64453 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 6c2bc9570203..359938c8def9 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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-02-06 03:20+0000\n" "Last-Translator: Ned Batchelder \n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/edx-platform/language/et_EE/)\n" @@ -932,6 +932,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1729,6 +1733,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3304,6 +3318,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6641,15 +6668,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7430,6 +7450,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10153,113 +10180,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10710,10 +10769,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/et_EE/LC_MESSAGES/djangojs.mo b/conf/locale/et_EE/LC_MESSAGES/djangojs.mo index 49167447150f..54c178c44217 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 118988107773..20f45d9dd3ed 100644 --- a/conf/locale/et_EE/LC_MESSAGES/djangojs.po +++ b/conf/locale/et_EE/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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/edx-platform/language/et_EE/)\n" diff --git a/conf/locale/eu_ES/LC_MESSAGES/django.mo b/conf/locale/eu_ES/LC_MESSAGES/django.mo index 996738fb0f3b..f8aa5d26d626 100644 Binary files a/conf/locale/eu_ES/LC_MESSAGES/django.mo and b/conf/locale/eu_ES/LC_MESSAGES/django.mo differ diff --git a/conf/locale/eu_ES/LC_MESSAGES/django.po b/conf/locale/eu_ES/LC_MESSAGES/django.po index 15a871418b66..706944b965d4 100644 --- a/conf/locale/eu_ES/LC_MESSAGES/django.po +++ b/conf/locale/eu_ES/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-04-03 12:47+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Basque (Spain) (http://www.transifex.com/projects/p/edx-platform/language/eu_ES/)\n" @@ -928,6 +928,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1725,6 +1729,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3300,6 +3314,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6637,15 +6664,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7426,6 +7446,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10149,113 +10176,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10706,10 +10765,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/eu_ES/LC_MESSAGES/djangojs.mo b/conf/locale/eu_ES/LC_MESSAGES/djangojs.mo index 4e908c0a6b30..24d591882335 100644 Binary files a/conf/locale/eu_ES/LC_MESSAGES/djangojs.mo and b/conf/locale/eu_ES/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/eu_ES/LC_MESSAGES/djangojs.po b/conf/locale/eu_ES/LC_MESSAGES/djangojs.po index 05f6825f9cc3..f43acc556891 100644 --- a/conf/locale/eu_ES/LC_MESSAGES/djangojs.po +++ b/conf/locale/eu_ES/LC_MESSAGES/djangojs.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Basque (Spain) (http://www.transifex.com/projects/p/edx-platform/language/eu_ES/)\n" diff --git a/conf/locale/fa/LC_MESSAGES/django.mo b/conf/locale/fa/LC_MESSAGES/django.mo index 6f14a5fd7a74..dfebca414432 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 f9a5ad13f638..e484dd0e856e 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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: Ned Batchelder \n" "Language-Team: Persian (http://www.transifex.com/projects/p/edx-platform/language/fa/)\n" @@ -928,6 +928,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1725,6 +1729,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3300,6 +3314,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6635,15 +6662,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7424,6 +7444,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10143,113 +10170,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10700,10 +10759,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/fa/LC_MESSAGES/djangojs.mo b/conf/locale/fa/LC_MESSAGES/djangojs.mo index ad5c205619f0..ae467a23d7b7 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 fd81551b67de..241d40e35d1b 100644 --- a/conf/locale/fa/LC_MESSAGES/djangojs.po +++ b/conf/locale/fa/LC_MESSAGES/djangojs.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Persian (http://www.transifex.com/projects/p/edx-platform/language/fa/)\n" diff --git a/conf/locale/fa_IR/LC_MESSAGES/django.mo b/conf/locale/fa_IR/LC_MESSAGES/django.mo index bc97b8db417a..b08851cd8236 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 36de25523720..81895a49daaa 100644 --- a/conf/locale/fa_IR/LC_MESSAGES/django.po +++ b/conf/locale/fa_IR/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-09-04 06:40+0000\n" "Last-Translator: mmazaheri \n" "Language-Team: Persian (Iran) (http://www.transifex.com/projects/p/edx-platform/language/fa_IR/)\n" @@ -950,6 +950,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1747,6 +1751,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3322,6 +3336,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6657,15 +6684,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7446,6 +7466,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10165,113 +10192,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10722,10 +10781,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/fa_IR/LC_MESSAGES/djangojs.mo b/conf/locale/fa_IR/LC_MESSAGES/djangojs.mo index 6c63c45fb6cf..4762d1e0104f 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 9b8bf2c1b1c5..9a7b9a7739f5 100644 --- a/conf/locale/fa_IR/LC_MESSAGES/djangojs.po +++ b/conf/locale/fa_IR/LC_MESSAGES/djangojs.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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-09-08 06:10+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Persian (Iran) (http://www.transifex.com/projects/p/edx-platform/language/fa_IR/)\n" diff --git a/conf/locale/fi_FI/LC_MESSAGES/django.mo b/conf/locale/fi_FI/LC_MESSAGES/django.mo index 7de26f959c74..cbadb0f80d9b 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 1edc56e7982d..30f1bd150dff 100644 --- a/conf/locale/fi_FI/LC_MESSAGES/django.po +++ b/conf/locale/fi_FI/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: Henri Juvonen \n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/edx-platform/language/fi_FI/)\n" @@ -937,6 +937,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1734,6 +1738,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3309,6 +3323,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6646,15 +6673,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7435,6 +7455,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10158,113 +10185,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10715,10 +10774,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/fi_FI/LC_MESSAGES/djangojs.mo b/conf/locale/fi_FI/LC_MESSAGES/djangojs.mo index bf91955135fc..2a9208675d25 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 7dad1020d064..7e180e40dac7 100644 --- a/conf/locale/fi_FI/LC_MESSAGES/djangojs.po +++ b/conf/locale/fi_FI/LC_MESSAGES/djangojs.po @@ -31,7 +31,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/edx-platform/language/fi_FI/)\n" diff --git a/conf/locale/fil/LC_MESSAGES/django.mo b/conf/locale/fil/LC_MESSAGES/django.mo index 679eb091d479..b8dfe41edb71 100644 Binary files a/conf/locale/fil/LC_MESSAGES/django.mo and b/conf/locale/fil/LC_MESSAGES/django.mo differ diff --git a/conf/locale/fil/LC_MESSAGES/django.po b/conf/locale/fil/LC_MESSAGES/django.po index 6702862f4f5a..35cfc9d5cf35 100644 --- a/conf/locale/fil/LC_MESSAGES/django.po +++ b/conf/locale/fil/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: \n" "Language-Team: Filipino (http://www.transifex.com/projects/p/edx-platform/language/fil/)\n" @@ -928,6 +928,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1725,6 +1729,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3300,6 +3314,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6637,15 +6664,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7426,6 +7446,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10149,113 +10176,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10706,10 +10765,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/fil/LC_MESSAGES/djangojs.mo b/conf/locale/fil/LC_MESSAGES/djangojs.mo index 4acdc8fb279e..ee98a3b71a51 100644 Binary files a/conf/locale/fil/LC_MESSAGES/djangojs.mo and b/conf/locale/fil/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/fil/LC_MESSAGES/djangojs.po b/conf/locale/fil/LC_MESSAGES/djangojs.po index aa17838addae..0c51d5ee2d48 100644 --- a/conf/locale/fil/LC_MESSAGES/djangojs.po +++ b/conf/locale/fil/LC_MESSAGES/djangojs.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Filipino (http://www.transifex.com/projects/p/edx-platform/language/fil/)\n" diff --git a/conf/locale/fr/LC_MESSAGES/django.mo b/conf/locale/fr/LC_MESSAGES/django.mo index 17ad32f9b751..d7c011aa42c9 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 45f6ddd3028f..4bd4653a82a1 100644 --- a/conf/locale/fr/LC_MESSAGES/django.po +++ b/conf/locale/fr/LC_MESSAGES/django.po @@ -149,7 +149,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: Xavier Antoviaque \n" "Language-Team: French (http://www.transifex.com/projects/p/edx-platform/language/fr/)\n" @@ -1095,6 +1095,10 @@ msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" "Pas de réponse de la Xqueue depuis {xqueue_timeout} secondes. Abandon." +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "Impossible de se connecter à la queue" @@ -2016,6 +2020,16 @@ msgstr "" "liste des nouveaux cours sur edx.org et un insigne New! apparaît " "temporairement à côté de l'image du cours." +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "Le cours n'est pas noté" @@ -3890,6 +3904,19 @@ msgstr "" msgid "Upload Handout" msgstr "Charger les documents pédagogiques" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "Navigation" @@ -7699,15 +7726,8 @@ msgstr "Lier" msgid "Reset Password" msgstr "Réinitialiser le mot de passe" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "Cours" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -8558,6 +8578,13 @@ msgstr "" msgid "You do not have any notes." msgstr "Vous n'avez pas de note." +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "Cours" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "Écoles" @@ -11545,124 +11572,146 @@ msgstr "" msgid "#:" msgstr "#:" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " -msgstr "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," -msgstr "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." +msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" -msgstr "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," +msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" -msgstr "—————————————" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" +msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" -msgstr "Facturer à :" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" +msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" -msgstr "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." +msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" -msgstr "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" +msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" -msgstr "Num. de référence Client : {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." +msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" -msgstr "Codes d'inscription :" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" +msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -"Veuillez distribuer l'un des codes d'enregistrement suivants à chaque " -"étudiant qui va s'inscrire dans cette classe." -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -"Un étudiant peut racheter l'un de ces codes en enregistrant un compte sur " -"({site_name}.edx.org), en commençant l'achat" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -"entrez dans ce cours en l'ajoutant à leur panier depuis cette page " -"({course_url}), et" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." -msgstr "entrez leur code d'enregistrement depuis le panier." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," +msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -"Nous vous remercions de votre achat! Ne pas payer cette facture entraînera " -"l'annulation des inscriptions des étudiants" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -"qui utilisent ces codes. Tous les achats sont définitifs. S'il vous plaît " -"veuillez vous référer à la politique d'annulation" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." -msgstr "sur {site_name} pour plus d'informations" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" +msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" -msgstr "Cours: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" +msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" -msgstr "Prix : ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" +msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" -msgstr "Quantité : ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" +msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" -msgstr "Sous-total : ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" +msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" -msgstr "Réduction : ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" +msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" -msgstr "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" +msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" -msgstr "Total dû : ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" +msgstr "" #: lms/templates/emails/reject_name_change.txt msgid "" @@ -12190,10 +12239,6 @@ msgstr "Veuillez sélectionner la devise" msgid "Please enter the coupon code" msgstr "Veuillez entrer le code du bon de réduction" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "Veuillez entrer la valeur du bon de réduction supérieure à 0" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/fr/LC_MESSAGES/djangojs.mo b/conf/locale/fr/LC_MESSAGES/djangojs.mo index e0c305fb50bd..444be39f9939 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 f31e9a33d31b..a57f4ecec0fe 100644 --- a/conf/locale/fr/LC_MESSAGES/djangojs.po +++ b/conf/locale/fr/LC_MESSAGES/djangojs.po @@ -80,7 +80,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-09-19 10:17+0000\n" "Last-Translator: Steven BERNARD \n" "Language-Team: French (http://www.transifex.com/projects/p/edx-platform/language/fr/)\n" diff --git a/conf/locale/gl/LC_MESSAGES/django.mo b/conf/locale/gl/LC_MESSAGES/django.mo index de732bb4585b..9ca0f0c9d380 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 1c37935c5759..84a1c89a6149 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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: Luz Varela Armas \n" "Language-Team: Galician (http://www.transifex.com/projects/p/edx-platform/language/gl/)\n" @@ -936,6 +936,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1733,6 +1737,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3308,6 +3322,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6645,15 +6672,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7434,6 +7454,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10157,113 +10184,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10714,10 +10773,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/gl/LC_MESSAGES/djangojs.mo b/conf/locale/gl/LC_MESSAGES/djangojs.mo index 662d769b91fb..ddb8c895e7c8 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 caa811d89bb1..fd9d32f4f104 100644 --- a/conf/locale/gl/LC_MESSAGES/djangojs.po +++ b/conf/locale/gl/LC_MESSAGES/djangojs.po @@ -31,7 +31,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Galician (http://www.transifex.com/projects/p/edx-platform/language/gl/)\n" diff --git a/conf/locale/gu/LC_MESSAGES/django.mo b/conf/locale/gu/LC_MESSAGES/django.mo index aa76e3bd6bf1..3aaab83efafd 100644 Binary files a/conf/locale/gu/LC_MESSAGES/django.mo and b/conf/locale/gu/LC_MESSAGES/django.mo differ diff --git a/conf/locale/gu/LC_MESSAGES/django.po b/conf/locale/gu/LC_MESSAGES/django.po index ac5a4944afa6..c645b7962ae9 100644 --- a/conf/locale/gu/LC_MESSAGES/django.po +++ b/conf/locale/gu/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-05-21 14:09+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Gujarati (http://www.transifex.com/projects/p/edx-platform/language/gu/)\n" @@ -930,6 +930,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1727,6 +1731,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3302,6 +3316,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6639,15 +6666,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7428,6 +7448,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10151,113 +10178,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10708,10 +10767,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/gu/LC_MESSAGES/djangojs.mo b/conf/locale/gu/LC_MESSAGES/djangojs.mo index e84938b2061c..5eecf422ba96 100644 Binary files a/conf/locale/gu/LC_MESSAGES/djangojs.mo and b/conf/locale/gu/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/gu/LC_MESSAGES/djangojs.po b/conf/locale/gu/LC_MESSAGES/djangojs.po index 80eb8f573f4e..c3add8872f75 100644 --- a/conf/locale/gu/LC_MESSAGES/djangojs.po +++ b/conf/locale/gu/LC_MESSAGES/djangojs.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Gujarati (http://www.transifex.com/projects/p/edx-platform/language/gu/)\n" diff --git a/conf/locale/he/LC_MESSAGES/django.mo b/conf/locale/he/LC_MESSAGES/django.mo index 12d3a4c69803..e9335d8c6cb6 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 7f52a281d7d3..802b97da9641 100644 --- a/conf/locale/he/LC_MESSAGES/django.po +++ b/conf/locale/he/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-03-26 18:20+0000\n" "Last-Translator: Ido\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/edx-platform/language/he/)\n" @@ -933,6 +933,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1730,6 +1734,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3305,6 +3319,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6642,15 +6669,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7431,6 +7451,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10154,113 +10181,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10711,10 +10770,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/he/LC_MESSAGES/djangojs.mo b/conf/locale/he/LC_MESSAGES/djangojs.mo index 59354b635071..a88bf29503de 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 0dfd6d0fb92f..0bbc01532c9d 100644 --- a/conf/locale/he/LC_MESSAGES/djangojs.po +++ b/conf/locale/he/LC_MESSAGES/djangojs.po @@ -31,7 +31,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/edx-platform/language/he/)\n" diff --git a/conf/locale/hi/LC_MESSAGES/django.mo b/conf/locale/hi/LC_MESSAGES/django.mo index 0ad20e50f19d..48ba11773869 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 6c2ca12be691..724ab77aa8bf 100644 --- a/conf/locale/hi/LC_MESSAGES/django.po +++ b/conf/locale/hi/LC_MESSAGES/django.po @@ -71,7 +71,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: ria1234 \n" "Language-Team: Hindi (http://www.transifex.com/projects/p/edx-platform/language/hi/)\n" @@ -975,6 +975,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1784,6 +1788,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3374,6 +3388,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "नेविगेशन" @@ -6962,15 +6989,8 @@ msgstr "" msgid "Reset Password" msgstr "पासवर्ड रीसेट" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "पाठ्यक्रम" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7795,6 +7815,13 @@ msgstr "" msgid "You do not have any notes." msgstr "आपके कोई नोट्स नहीं है।" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "पाठ्यक्रम" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "विश्वविद्यालय" @@ -10662,113 +10689,145 @@ msgstr "" msgid "#:" msgstr "#:" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -11240,10 +11299,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/hi/LC_MESSAGES/djangojs.mo b/conf/locale/hi/LC_MESSAGES/djangojs.mo index c57c510e4735..b791bf8608c3 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 9e3368a14c52..c0217b38c34b 100644 --- a/conf/locale/hi/LC_MESSAGES/djangojs.po +++ b/conf/locale/hi/LC_MESSAGES/djangojs.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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Hindi (http://www.transifex.com/projects/p/edx-platform/language/hi/)\n" diff --git a/conf/locale/hr/LC_MESSAGES/django.mo b/conf/locale/hr/LC_MESSAGES/django.mo index 02202a73a067..e4d519d5025d 100644 Binary files a/conf/locale/hr/LC_MESSAGES/django.mo and b/conf/locale/hr/LC_MESSAGES/django.mo differ diff --git a/conf/locale/hr/LC_MESSAGES/django.po b/conf/locale/hr/LC_MESSAGES/django.po index f12eaff33178..4d6e13086e28 100644 --- a/conf/locale/hr/LC_MESSAGES/django.po +++ b/conf/locale/hr/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: \n" "Language-Team: Croatian (http://www.transifex.com/projects/p/edx-platform/language/hr/)\n" @@ -934,6 +934,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1731,6 +1735,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3306,6 +3320,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6645,15 +6672,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7434,6 +7454,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10161,113 +10188,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10718,10 +10777,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/hr/LC_MESSAGES/djangojs.mo b/conf/locale/hr/LC_MESSAGES/djangojs.mo index 276e3a0c87f5..79613a9d6490 100644 Binary files a/conf/locale/hr/LC_MESSAGES/djangojs.mo and b/conf/locale/hr/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/hr/LC_MESSAGES/djangojs.po b/conf/locale/hr/LC_MESSAGES/djangojs.po index 64c1defcf718..5d936eddde3a 100644 --- a/conf/locale/hr/LC_MESSAGES/djangojs.po +++ b/conf/locale/hr/LC_MESSAGES/djangojs.po @@ -27,7 +27,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Croatian (http://www.transifex.com/projects/p/edx-platform/language/hr/)\n" diff --git a/conf/locale/hu/LC_MESSAGES/django.mo b/conf/locale/hu/LC_MESSAGES/django.mo index 02c68cf398cf..81eb6aff5192 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 8534c7cae58e..ff489d07f886 100644 --- a/conf/locale/hu/LC_MESSAGES/django.po +++ b/conf/locale/hu/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-07-22 14:02+0000\n" "Last-Translator: Péter Kalicz \n" "Language-Team: Hungarian (http://www.transifex.com/projects/p/edx-platform/language/hu/)\n" @@ -936,6 +936,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1733,6 +1737,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3308,6 +3322,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6645,15 +6672,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7434,6 +7454,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10157,113 +10184,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10714,10 +10773,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/hu/LC_MESSAGES/djangojs.mo b/conf/locale/hu/LC_MESSAGES/djangojs.mo index b0ee15e9dfa5..17cbb7f34c3f 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 bf10fbb45c63..04507fea9b8e 100644 --- a/conf/locale/hu/LC_MESSAGES/djangojs.po +++ b/conf/locale/hu/LC_MESSAGES/djangojs.po @@ -27,7 +27,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 20:01+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Hungarian (http://www.transifex.com/projects/p/edx-platform/language/hu/)\n" diff --git a/conf/locale/hy_AM/LC_MESSAGES/django.mo b/conf/locale/hy_AM/LC_MESSAGES/django.mo index f35aca9cca20..fe3eb36c1fb1 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 0a384451db9b..c3944167b521 100644 --- a/conf/locale/hy_AM/LC_MESSAGES/django.po +++ b/conf/locale/hy_AM/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: emma_saroyan \n" "Language-Team: Armenian (Armenia) (http://www.transifex.com/projects/p/edx-platform/language/hy_AM/)\n" @@ -969,6 +969,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1785,6 +1789,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "Դասընթացը գնահատված չէ" @@ -3392,6 +3406,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "Կողմնորոշում" @@ -6983,15 +7010,8 @@ msgstr "" msgid "Reset Password" msgstr "Փոխել գաղտնաբառը" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "Դասընթացներ" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7828,6 +7848,13 @@ msgstr "" msgid "You do not have any notes." msgstr "Դուք նոթեր չունեք" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "Դասընթացներ" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "Համալսարաններ" @@ -10646,113 +10673,145 @@ msgstr "" msgid "#:" msgstr "#." -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -11218,10 +11277,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/hy_AM/LC_MESSAGES/djangojs.mo b/conf/locale/hy_AM/LC_MESSAGES/djangojs.mo index 9cd63e49ba4b..56927da18019 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 3c1c4fd58f54..d22b7053cef3 100644 --- a/conf/locale/hy_AM/LC_MESSAGES/djangojs.po +++ b/conf/locale/hy_AM/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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Armenian (Armenia) (http://www.transifex.com/projects/p/edx-platform/language/hy_AM/)\n" diff --git a/conf/locale/id/LC_MESSAGES/django.mo b/conf/locale/id/LC_MESSAGES/django.mo index 4119d36e1b8f..02776f54022c 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 3b1a46d440a1..a4dfdbbe5aab 100644 --- a/conf/locale/id/LC_MESSAGES/django.po +++ b/conf/locale/id/LC_MESSAGES/django.po @@ -64,7 +64,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: lusiana \n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/edx-platform/language/id/)\n" @@ -952,6 +952,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1749,6 +1753,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3324,6 +3338,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6659,15 +6686,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7448,6 +7468,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10167,113 +10194,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10724,10 +10783,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/id/LC_MESSAGES/djangojs.mo b/conf/locale/id/LC_MESSAGES/djangojs.mo index b05bed848799..0571c69b17a5 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 9ee37104d071..6c5d3675dc12 100644 --- a/conf/locale/id/LC_MESSAGES/djangojs.po +++ b/conf/locale/id/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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-09-02 01:50+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/edx-platform/language/id/)\n" diff --git a/conf/locale/it_IT/LC_MESSAGES/django.mo b/conf/locale/it_IT/LC_MESSAGES/django.mo index f78a1d9663d7..167361677443 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 4d1ebc8671a8..e57f1325066d 100644 --- a/conf/locale/it_IT/LC_MESSAGES/django.po +++ b/conf/locale/it_IT/LC_MESSAGES/django.po @@ -79,7 +79,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: Giulio Gratta\n" "Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/edx-platform/language/it_IT/)\n" @@ -969,6 +969,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1761,6 +1765,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3336,6 +3350,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6667,15 +6694,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7456,6 +7476,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10177,113 +10204,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10734,10 +10793,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/it_IT/LC_MESSAGES/djangojs.mo b/conf/locale/it_IT/LC_MESSAGES/djangojs.mo index 312005e41359..2890af13ffdf 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 369e24deffa0..cdc2b35c860d 100644 --- a/conf/locale/it_IT/LC_MESSAGES/djangojs.po +++ b/conf/locale/it_IT/LC_MESSAGES/djangojs.po @@ -55,7 +55,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/edx-platform/language/it_IT/)\n" diff --git a/conf/locale/ja_JP/LC_MESSAGES/django.mo b/conf/locale/ja_JP/LC_MESSAGES/django.mo index 20d5b559baef..86e6a440103a 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 79bcfc1005cd..1ce213d80466 100644 --- a/conf/locale/ja_JP/LC_MESSAGES/django.po +++ b/conf/locale/ja_JP/LC_MESSAGES/django.po @@ -80,7 +80,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: h_yoshida \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/edx-platform/language/ja_JP/)\n" @@ -968,6 +968,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1765,6 +1769,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3340,6 +3354,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6675,15 +6702,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7465,6 +7485,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10186,113 +10213,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10743,10 +10802,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/ja_JP/LC_MESSAGES/djangojs.mo b/conf/locale/ja_JP/LC_MESSAGES/djangojs.mo index 56c7a7d4a48e..0effc9ef205d 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 6e763e654baf..e0dd2534fdd1 100644 --- a/conf/locale/ja_JP/LC_MESSAGES/djangojs.po +++ b/conf/locale/ja_JP/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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/edx-platform/language/ja_JP/)\n" diff --git a/conf/locale/kk_KZ/LC_MESSAGES/django.mo b/conf/locale/kk_KZ/LC_MESSAGES/django.mo index 4fc09eebbedc..43a3295924ea 100644 Binary files a/conf/locale/kk_KZ/LC_MESSAGES/django.mo and b/conf/locale/kk_KZ/LC_MESSAGES/django.mo differ diff --git a/conf/locale/kk_KZ/LC_MESSAGES/django.po b/conf/locale/kk_KZ/LC_MESSAGES/django.po index b2b78c52cdce..a2658c887705 100644 --- a/conf/locale/kk_KZ/LC_MESSAGES/django.po +++ b/conf/locale/kk_KZ/LC_MESSAGES/django.po @@ -51,7 +51,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: Ablai \n" "Language-Team: Kazakh (Kazakhstan) (http://www.transifex.com/projects/p/edx-platform/language/kk_KZ/)\n" @@ -939,6 +939,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1736,6 +1740,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3311,6 +3325,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6646,15 +6673,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7435,6 +7455,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10154,113 +10181,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10711,10 +10770,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/kk_KZ/LC_MESSAGES/djangojs.mo b/conf/locale/kk_KZ/LC_MESSAGES/djangojs.mo index 1e711e82132b..2861d30eee58 100644 Binary files a/conf/locale/kk_KZ/LC_MESSAGES/djangojs.mo and b/conf/locale/kk_KZ/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/kk_KZ/LC_MESSAGES/djangojs.po b/conf/locale/kk_KZ/LC_MESSAGES/djangojs.po index 8a5ae819d28b..c69c35efeef9 100644 --- a/conf/locale/kk_KZ/LC_MESSAGES/djangojs.po +++ b/conf/locale/kk_KZ/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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Kazakh (Kazakhstan) (http://www.transifex.com/projects/p/edx-platform/language/kk_KZ/)\n" diff --git a/conf/locale/km_KH/LC_MESSAGES/django.mo b/conf/locale/km_KH/LC_MESSAGES/django.mo index 9525595fabb2..6536768daa7b 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 4bf68f9a8054..f4eb59d41386 100644 --- a/conf/locale/km_KH/LC_MESSAGES/django.po +++ b/conf/locale/km_KH/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-07-22 14:02+0000\n" "Last-Translator: vireax\n" "Language-Team: Khmer (Cambodia) (http://www.transifex.com/projects/p/edx-platform/language/km_KH/)\n" @@ -928,6 +928,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1725,6 +1729,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3300,6 +3314,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6635,15 +6662,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7424,6 +7444,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10143,113 +10170,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10700,10 +10759,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/km_KH/LC_MESSAGES/djangojs.mo b/conf/locale/km_KH/LC_MESSAGES/djangojs.mo index e1fa5582cc35..55cb74481c6a 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 bcf746223db5..9048cd7a6dde 100644 --- a/conf/locale/km_KH/LC_MESSAGES/djangojs.po +++ b/conf/locale/km_KH/LC_MESSAGES/djangojs.po @@ -27,7 +27,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Khmer (Cambodia) (http://www.transifex.com/projects/p/edx-platform/language/km_KH/)\n" diff --git a/conf/locale/kn/LC_MESSAGES/django.mo b/conf/locale/kn/LC_MESSAGES/django.mo index 9c9610f2fc24..ed4169111afc 100644 Binary files a/conf/locale/kn/LC_MESSAGES/django.mo and b/conf/locale/kn/LC_MESSAGES/django.mo differ diff --git a/conf/locale/kn/LC_MESSAGES/django.po b/conf/locale/kn/LC_MESSAGES/django.po index 4e13051a15bc..889b4e7ec799 100644 --- a/conf/locale/kn/LC_MESSAGES/django.po +++ b/conf/locale/kn/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-05-05 13:09+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Kannada (http://www.transifex.com/projects/p/edx-platform/language/kn/)\n" @@ -926,6 +926,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1723,6 +1727,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3298,6 +3312,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6633,15 +6660,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7422,6 +7442,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10141,113 +10168,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10698,10 +10757,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/kn/LC_MESSAGES/djangojs.mo b/conf/locale/kn/LC_MESSAGES/djangojs.mo index 2c3ca8f54bfa..4bde3f049f0a 100644 Binary files a/conf/locale/kn/LC_MESSAGES/djangojs.mo and b/conf/locale/kn/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/kn/LC_MESSAGES/djangojs.po b/conf/locale/kn/LC_MESSAGES/djangojs.po index 55a29390b7e9..a4a3ec2d262d 100644 --- a/conf/locale/kn/LC_MESSAGES/djangojs.po +++ b/conf/locale/kn/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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Kannada (http://www.transifex.com/projects/p/edx-platform/language/kn/)\n" diff --git a/conf/locale/ko_KR/LC_MESSAGES/django.mo b/conf/locale/ko_KR/LC_MESSAGES/django.mo index 59bd08d2e61f..949956c05460 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 d7159006b55d..27a919de6253 100644 --- a/conf/locale/ko_KR/LC_MESSAGES/django.po +++ b/conf/locale/ko_KR/LC_MESSAGES/django.po @@ -65,7 +65,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: bossnm11 \n" "Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/edx-platform/language/ko_KR/)\n" @@ -951,6 +951,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1741,6 +1745,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3297,6 +3311,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6616,15 +6643,8 @@ msgstr "" msgid "Reset Password" msgstr "암호 재설정" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "강좌" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7422,6 +7442,13 @@ msgstr "" msgid "You do not have any notes." msgstr "노트가 없습니다." +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "강좌" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "학교" @@ -10165,113 +10192,145 @@ msgstr "" msgid "#:" msgstr "#:" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10727,10 +10786,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/ko_KR/LC_MESSAGES/djangojs.mo b/conf/locale/ko_KR/LC_MESSAGES/djangojs.mo index cdd29743ed9d..73764bf456c9 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 938570e77cdd..3b2da4bebb86 100644 --- a/conf/locale/ko_KR/LC_MESSAGES/djangojs.po +++ b/conf/locale/ko_KR/LC_MESSAGES/djangojs.po @@ -36,7 +36,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/edx-platform/language/ko_KR/)\n" diff --git a/conf/locale/lt_LT/LC_MESSAGES/django.mo b/conf/locale/lt_LT/LC_MESSAGES/django.mo index a11edd58ce7c..99951021bfa5 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 709464a8f403..9a30db92171f 100644 --- a/conf/locale/lt_LT/LC_MESSAGES/django.po +++ b/conf/locale/lt_LT/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: Riina \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/edx-platform/language/lt_LT/)\n" @@ -957,6 +957,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1777,6 +1781,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3362,6 +3376,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "Navigacija" @@ -6784,15 +6811,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "Kursai" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7576,6 +7596,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "Kursai" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10347,113 +10374,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10918,10 +10977,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/lt_LT/LC_MESSAGES/djangojs.mo b/conf/locale/lt_LT/LC_MESSAGES/djangojs.mo index 9ff3b3e36eec..e246bae541c9 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 9a4863915bc2..e848a27c5818 100644 --- a/conf/locale/lt_LT/LC_MESSAGES/djangojs.po +++ b/conf/locale/lt_LT/LC_MESSAGES/djangojs.po @@ -37,7 +37,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-09-17 17:40+0000\n" "Last-Translator: Riina \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/edx-platform/language/lt_LT/)\n" diff --git a/conf/locale/ml/LC_MESSAGES/django.mo b/conf/locale/ml/LC_MESSAGES/django.mo index f99a88ffdd45..113a2998c701 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 57d3a0fed28a..3cc728014a05 100644 --- a/conf/locale/ml/LC_MESSAGES/django.po +++ b/conf/locale/ml/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-23 21:10+0000\n" "Last-Translator: karthikkn\n" "Language-Team: Malayalam (http://www.transifex.com/projects/p/edx-platform/language/ml/)\n" @@ -929,6 +929,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1726,6 +1730,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3301,6 +3315,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6638,15 +6665,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7427,6 +7447,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10150,113 +10177,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10707,10 +10766,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/ml/LC_MESSAGES/djangojs.mo b/conf/locale/ml/LC_MESSAGES/djangojs.mo index 05d860b08ff5..00cb91082a78 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 c41eca7aed4d..a6386e53756e 100644 --- a/conf/locale/ml/LC_MESSAGES/djangojs.po +++ b/conf/locale/ml/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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Malayalam (http://www.transifex.com/projects/p/edx-platform/language/ml/)\n" diff --git a/conf/locale/mn/LC_MESSAGES/django.mo b/conf/locale/mn/LC_MESSAGES/django.mo index 707ff119fd33..b4b731783c21 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 1422fa2a05d6..f5da9322b1c0 100644 --- a/conf/locale/mn/LC_MESSAGES/django.po +++ b/conf/locale/mn/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-14 21:21+0000\n" "Last-Translator: zolboo0411 \n" "Language-Team: Mongolian (http://www.transifex.com/projects/p/edx-platform/language/mn/)\n" @@ -933,6 +933,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1730,6 +1734,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3305,6 +3319,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6642,15 +6669,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7431,6 +7451,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10154,113 +10181,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10711,10 +10770,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/mn/LC_MESSAGES/djangojs.mo b/conf/locale/mn/LC_MESSAGES/djangojs.mo index 42c1b510e0f7..b295ef65bffa 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 2ff3289b865e..4c3759446c51 100644 --- a/conf/locale/mn/LC_MESSAGES/djangojs.po +++ b/conf/locale/mn/LC_MESSAGES/djangojs.po @@ -31,7 +31,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Mongolian (http://www.transifex.com/projects/p/edx-platform/language/mn/)\n" diff --git a/conf/locale/mr/LC_MESSAGES/django.mo b/conf/locale/mr/LC_MESSAGES/django.mo index 10985209850a..3140c2f46afa 100644 Binary files a/conf/locale/mr/LC_MESSAGES/django.mo and b/conf/locale/mr/LC_MESSAGES/django.mo differ diff --git a/conf/locale/mr/LC_MESSAGES/django.po b/conf/locale/mr/LC_MESSAGES/django.po index 368f5386d930..67c0173d70ea 100644 --- a/conf/locale/mr/LC_MESSAGES/django.po +++ b/conf/locale/mr/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: \n" "Language-Team: Marathi (http://www.transifex.com/projects/p/edx-platform/language/mr/)\n" @@ -928,6 +928,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1725,6 +1729,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3300,6 +3314,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6637,15 +6664,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7426,6 +7446,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10149,113 +10176,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10706,10 +10765,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/mr/LC_MESSAGES/djangojs.mo b/conf/locale/mr/LC_MESSAGES/djangojs.mo index 62ae418599fa..eb0452a3f413 100644 Binary files a/conf/locale/mr/LC_MESSAGES/djangojs.mo and b/conf/locale/mr/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/mr/LC_MESSAGES/djangojs.po b/conf/locale/mr/LC_MESSAGES/djangojs.po index 0a74edd46ef6..04f996f050f3 100644 --- a/conf/locale/mr/LC_MESSAGES/djangojs.po +++ b/conf/locale/mr/LC_MESSAGES/djangojs.po @@ -27,7 +27,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Marathi (http://www.transifex.com/projects/p/edx-platform/language/mr/)\n" diff --git a/conf/locale/ms/LC_MESSAGES/django.mo b/conf/locale/ms/LC_MESSAGES/django.mo index a8ea9636459b..4bc373994ef9 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 2d6e57552218..24174709c857 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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-03-18 18:07+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Malay (http://www.transifex.com/projects/p/edx-platform/language/ms/)\n" @@ -927,6 +927,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1724,6 +1728,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3299,6 +3313,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6634,15 +6661,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7423,6 +7443,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10142,113 +10169,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10699,10 +10758,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/ms/LC_MESSAGES/djangojs.mo b/conf/locale/ms/LC_MESSAGES/djangojs.mo index 5d8f8ddbc9ba..fe944d575f3e 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 4f158ec7fb86..2f46e987d336 100644 --- a/conf/locale/ms/LC_MESSAGES/djangojs.po +++ b/conf/locale/ms/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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Malay (http://www.transifex.com/projects/p/edx-platform/language/ms/)\n" diff --git a/conf/locale/nb/LC_MESSAGES/django.mo b/conf/locale/nb/LC_MESSAGES/django.mo index 8ec341167fb8..43e789451033 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 226b91ac36f2..cf20997d743c 100644 --- a/conf/locale/nb/LC_MESSAGES/django.po +++ b/conf/locale/nb/LC_MESSAGES/django.po @@ -73,7 +73,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: Pål Messenlien \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/edx-platform/language/nb/)\n" @@ -973,6 +973,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1772,6 +1776,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3343,6 +3357,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "Navigering" @@ -6903,15 +6930,8 @@ msgstr "" msgid "Reset Password" msgstr "Nullstill passord" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "Kurs" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7696,6 +7716,13 @@ msgstr "" msgid "You do not have any notes." msgstr "Du har ingen notater." +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "Kurs" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "Skoler" @@ -10423,113 +10450,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10980,10 +11039,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/nb/LC_MESSAGES/djangojs.mo b/conf/locale/nb/LC_MESSAGES/djangojs.mo index 0626f56f1278..d675f3afd941 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 4bce2e75027b..0f781a791def 100644 --- a/conf/locale/nb/LC_MESSAGES/djangojs.po +++ b/conf/locale/nb/LC_MESSAGES/djangojs.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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/edx-platform/language/nb/)\n" diff --git a/conf/locale/ne/LC_MESSAGES/django.mo b/conf/locale/ne/LC_MESSAGES/django.mo index 0c4f90a27454..b382f6fed6ee 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 e34f1e385e71..06c61d5266fa 100644 --- a/conf/locale/ne/LC_MESSAGES/django.po +++ b/conf/locale/ne/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-03-12 12:54+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Nepali (http://www.transifex.com/projects/p/edx-platform/language/ne/)\n" @@ -929,6 +929,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1726,6 +1730,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3301,6 +3315,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6638,15 +6665,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7427,6 +7447,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10150,113 +10177,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10707,10 +10766,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/ne/LC_MESSAGES/djangojs.mo b/conf/locale/ne/LC_MESSAGES/djangojs.mo index 3cdbb5dafee3..88cbe7c986c7 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 c54fec2fcba3..ecd9cdc80d4a 100644 --- a/conf/locale/ne/LC_MESSAGES/djangojs.po +++ b/conf/locale/ne/LC_MESSAGES/djangojs.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Nepali (http://www.transifex.com/projects/p/edx-platform/language/ne/)\n" diff --git a/conf/locale/nl_NL/LC_MESSAGES/django.mo b/conf/locale/nl_NL/LC_MESSAGES/django.mo index 172494187094..e6f4f2ddd20a 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 345c2661b7bd..f46b34e4352c 100644 --- a/conf/locale/nl_NL/LC_MESSAGES/django.po +++ b/conf/locale/nl_NL/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: HanMi\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/edx-platform/language/nl_NL/)\n" @@ -947,6 +947,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1744,6 +1748,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3319,6 +3333,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "Navigatie" @@ -6649,15 +6676,8 @@ msgstr "" msgid "Reset Password" msgstr "Reset Wachtwoord" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7438,6 +7458,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10160,113 +10187,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10717,10 +10776,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/nl_NL/LC_MESSAGES/djangojs.mo b/conf/locale/nl_NL/LC_MESSAGES/djangojs.mo index bc577b267625..cdbe045007a7 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 c81d379c7e0e..231960695ca1 100644 --- a/conf/locale/nl_NL/LC_MESSAGES/djangojs.po +++ b/conf/locale/nl_NL/LC_MESSAGES/djangojs.po @@ -32,7 +32,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-09-05 14:56+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/edx-platform/language/nl_NL/)\n" diff --git a/conf/locale/or/LC_MESSAGES/django.mo b/conf/locale/or/LC_MESSAGES/django.mo index 2f8bf66353b0..6ef113935242 100644 Binary files a/conf/locale/or/LC_MESSAGES/django.mo and b/conf/locale/or/LC_MESSAGES/django.mo differ diff --git a/conf/locale/or/LC_MESSAGES/django.po b/conf/locale/or/LC_MESSAGES/django.po index 60cd1f209ca0..6dd3f48dc0dc 100644 --- a/conf/locale/or/LC_MESSAGES/django.po +++ b/conf/locale/or/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-05-19 19:18+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Oriya (http://www.transifex.com/projects/p/edx-platform/language/or/)\n" @@ -928,6 +928,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1725,6 +1729,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3300,6 +3314,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6637,15 +6664,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7426,6 +7446,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10149,113 +10176,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10706,10 +10765,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/or/LC_MESSAGES/djangojs.mo b/conf/locale/or/LC_MESSAGES/djangojs.mo index ed4eae558542..4584dce72232 100644 Binary files a/conf/locale/or/LC_MESSAGES/djangojs.mo and b/conf/locale/or/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/or/LC_MESSAGES/djangojs.po b/conf/locale/or/LC_MESSAGES/djangojs.po index 5abb09337f25..ee2995a5179b 100644 --- a/conf/locale/or/LC_MESSAGES/djangojs.po +++ b/conf/locale/or/LC_MESSAGES/djangojs.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Oriya (http://www.transifex.com/projects/p/edx-platform/language/or/)\n" diff --git a/conf/locale/pl/LC_MESSAGES/django.mo b/conf/locale/pl/LC_MESSAGES/django.mo index 5b7c514a0192..92883a6c1401 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 41c8fe4c75f4..369fe66631df 100644 --- a/conf/locale/pl/LC_MESSAGES/django.po +++ b/conf/locale/pl/LC_MESSAGES/django.po @@ -18,6 +18,7 @@ # # Translators: # Jaroslaw Lukawski , 2014 +# Mateusz , 2014 # ajafo , 2014 # #-#-#-#-# mako.po (edx-platform) #-#-#-#-# # edX translation file @@ -32,6 +33,7 @@ # Lazarus Zamenhof , 2014 # lucek , 2014 # mateusz2238 , 2014 +# Mateusz , 2014 # Cairath, 2014 # Radek , 2014 # rutek , 2014 @@ -45,6 +47,7 @@ # Translators: # Jaroslaw Lukawski , 2014 # Jaroslaw Lukawski , 2014 +# Mateusz , 2014 # Cairath, 2014 # Jaroslaw Lukawski , 2014 # #-#-#-#-# messages.po (edx-platform) #-#-#-#-# @@ -62,15 +65,16 @@ # Translators: # Jaroslaw Lukawski , 2014 # mateusz2238 , 2014 +# Mateusz , 2014 # AlinaG , 2014 # Cairath, 2014 msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:16-0400\n" -"PO-Revision-Date: 2014-09-21 16:30+0000\n" -"Last-Translator: Fundacja_Eduprojekt.org \n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" +"PO-Revision-Date: 2014-09-24 17:35+0000\n" +"Last-Translator: Mateusz \n" "Language-Team: Polish (http://www.transifex.com/projects/p/edx-platform/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -960,6 +964,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1757,6 +1765,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3332,6 +3350,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6667,15 +6698,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7456,6 +7480,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10183,113 +10214,145 @@ msgstr "" msgid "#:" msgstr "#:" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10740,10 +10803,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/pl/LC_MESSAGES/djangojs.mo b/conf/locale/pl/LC_MESSAGES/djangojs.mo index 5aa451a35be3..ffbd762b0f18 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 7933b5d824cb..bd21b5794b66 100644 --- a/conf/locale/pl/LC_MESSAGES/djangojs.po +++ b/conf/locale/pl/LC_MESSAGES/djangojs.po @@ -7,6 +7,7 @@ # Adam Łukasiak , 2014 # Jaroslaw Lukawski , 2014 # Jaroslaw Lukawski , 2014 +# Mateusz , 2014 # Cairath, 2014 # Jaroslaw Lukawski , 2014 # Dyfeomorfizm , 2014 @@ -19,6 +20,7 @@ # kuba11p , 2014 # Jaroslaw Lukawski , 2014 # Jaroslaw Lukawski , 2014 +# Mateusz , 2014 # Cairath, 2014 # Jaroslaw Lukawski , 2014 # #-#-#-#-# underscore.po (edx-platform) #-#-#-#-# @@ -39,8 +41,8 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" -"PO-Revision-Date: 2014-09-21 16:30+0000\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" +"PO-Revision-Date: 2014-09-24 18:00+0000\n" "Last-Translator: Mateusz \n" "Language-Team: Polish (http://www.transifex.com/projects/p/edx-platform/language/pl/)\n" "MIME-Version: 1.0\n" diff --git a/conf/locale/pt_BR/LC_MESSAGES/django.mo b/conf/locale/pt_BR/LC_MESSAGES/django.mo index cecefea78809..d1bc6fddb2bf 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 98b8d174368c..9cf7a68e4fb4 100644 --- a/conf/locale/pt_BR/LC_MESSAGES/django.po +++ b/conf/locale/pt_BR/LC_MESSAGES/django.po @@ -154,7 +154,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: javiercencig \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/edx-platform/language/pt_BR/)\n" @@ -1066,6 +1066,10 @@ msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" "Sem resposta do Xqueue por {xqueue_timeout} segundos. Processo interrompido." +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "Não é possível conectar à fila" @@ -1933,6 +1937,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3685,6 +3699,19 @@ msgstr "" msgid "Upload Handout" msgstr "Enviar material de apoio" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "Navegação" @@ -7369,15 +7396,8 @@ msgstr "" msgid "Reset Password" msgstr "Redefinir senha" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "Cursos" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -8204,6 +8224,13 @@ msgstr "" msgid "You do not have any notes." msgstr "Você não possui nenhuma anotação. " +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "Cursos" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "Escolas" @@ -11156,113 +11183,145 @@ msgstr "" msgid "#:" msgstr "Número:" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -11773,10 +11832,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/pt_BR/LC_MESSAGES/djangojs.mo b/conf/locale/pt_BR/LC_MESSAGES/djangojs.mo index 0db4e153c810..69beafaf2b38 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 ea19477aceac..d1f53f59f482 100644 --- a/conf/locale/pt_BR/LC_MESSAGES/djangojs.po +++ b/conf/locale/pt_BR/LC_MESSAGES/djangojs.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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-09-01 20:40+0000\n" "Last-Translator: Marco Túlio Pires \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/edx-platform/language/pt_BR/)\n" diff --git a/conf/locale/pt_PT/LC_MESSAGES/django.mo b/conf/locale/pt_PT/LC_MESSAGES/django.mo index 7772fce24b6b..c72dda2a4de6 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 8766e88e81ca..a3753490a79a 100644 --- a/conf/locale/pt_PT/LC_MESSAGES/django.po +++ b/conf/locale/pt_PT/LC_MESSAGES/django.po @@ -55,7 +55,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: fabio913silva \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/edx-platform/language/pt_PT/)\n" @@ -945,6 +945,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1742,6 +1746,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3317,6 +3331,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6654,15 +6681,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7443,6 +7463,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10166,113 +10193,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10723,10 +10782,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/pt_PT/LC_MESSAGES/djangojs.mo b/conf/locale/pt_PT/LC_MESSAGES/djangojs.mo index 534f97fb42ed..1df80a079ccc 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 e594ebcae1e6..c58e67fe7cbc 100644 --- a/conf/locale/pt_PT/LC_MESSAGES/djangojs.po +++ b/conf/locale/pt_PT/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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 14:14+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/edx-platform/language/pt_PT/)\n" diff --git a/conf/locale/ro/LC_MESSAGES/django.mo b/conf/locale/ro/LC_MESSAGES/django.mo index 78cbc8676ff2..10008cb56ddd 100644 Binary files a/conf/locale/ro/LC_MESSAGES/django.mo and b/conf/locale/ro/LC_MESSAGES/django.mo differ diff --git a/conf/locale/ro/LC_MESSAGES/django.po b/conf/locale/ro/LC_MESSAGES/django.po index eeb9539c32be..9a4aa5eb20c3 100644 --- a/conf/locale/ro/LC_MESSAGES/django.po +++ b/conf/locale/ro/LC_MESSAGES/django.po @@ -42,14 +42,15 @@ # This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. # # Translators: +# Dragos Ardeleanu , 2014 # Rares Mihai Popa , 2014 msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:16-0400\n" -"PO-Revision-Date: 2014-08-25 20:21+0000\n" -"Last-Translator: Rares Mihai Popa \n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" +"PO-Revision-Date: 2014-09-24 08:01+0000\n" +"Last-Translator: Dragos Ardeleanu \n" "Language-Team: Romanian (http://www.transifex.com/projects/p/edx-platform/language/ro/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -939,6 +940,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1736,6 +1741,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3311,6 +3326,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6650,15 +6678,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7439,6 +7460,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10166,113 +10194,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10723,10 +10783,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/ro/LC_MESSAGES/djangojs.mo b/conf/locale/ro/LC_MESSAGES/djangojs.mo index 6d124086c5b5..4b8936063fea 100644 Binary files a/conf/locale/ro/LC_MESSAGES/djangojs.mo and b/conf/locale/ro/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/ro/LC_MESSAGES/djangojs.po b/conf/locale/ro/LC_MESSAGES/djangojs.po index d2d88c8efd69..c52678f909f8 100644 --- a/conf/locale/ro/LC_MESSAGES/djangojs.po +++ b/conf/locale/ro/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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-09-18 20:40+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Romanian (http://www.transifex.com/projects/p/edx-platform/language/ro/)\n" diff --git a/conf/locale/ru/LC_MESSAGES/django.mo b/conf/locale/ru/LC_MESSAGES/django.mo index c225a83570a8..228fcc0bce52 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 42668bcf6d4f..bac5f3cfc9d4 100644 --- a/conf/locale/ru/LC_MESSAGES/django.po +++ b/conf/locale/ru/LC_MESSAGES/django.po @@ -132,7 +132,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: Weyedide \n" "Language-Team: Russian (http://www.transifex.com/projects/p/edx-platform/language/ru/)\n" @@ -1030,6 +1030,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1830,6 +1834,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3412,6 +3426,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "Навигация" @@ -6744,15 +6771,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "Курсы" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7538,6 +7558,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "Курсы" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "Университеты" @@ -10279,113 +10306,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10836,10 +10895,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/ru/LC_MESSAGES/djangojs.mo b/conf/locale/ru/LC_MESSAGES/djangojs.mo index e6daed5cdb5f..a66ff69f2662 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 d2a2c9d48360..f66af08b5e2f 100644 --- a/conf/locale/ru/LC_MESSAGES/djangojs.po +++ b/conf/locale/ru/LC_MESSAGES/djangojs.po @@ -69,7 +69,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-09-17 07:00+0000\n" "Last-Translator: Maksimenkova Olga \n" "Language-Team: Russian (http://www.transifex.com/projects/p/edx-platform/language/ru/)\n" diff --git a/conf/locale/si/LC_MESSAGES/django.mo b/conf/locale/si/LC_MESSAGES/django.mo index ecff0eb515c6..ad705842bcc7 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 adb731fc44c9..1279a8bb53c5 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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: Ned Batchelder \n" "Language-Team: Sinhala (http://www.transifex.com/projects/p/edx-platform/language/si/)\n" @@ -931,6 +931,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1728,6 +1732,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3303,6 +3317,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6640,15 +6667,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7429,6 +7449,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10152,113 +10179,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10709,10 +10768,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/si/LC_MESSAGES/djangojs.mo b/conf/locale/si/LC_MESSAGES/djangojs.mo index e7c19c3387bd..f9f73e2e5d02 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 ae1ab2dde599..335c003c60e1 100644 --- a/conf/locale/si/LC_MESSAGES/djangojs.po +++ b/conf/locale/si/LC_MESSAGES/djangojs.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Sinhala (http://www.transifex.com/projects/p/edx-platform/language/si/)\n" diff --git a/conf/locale/sk/LC_MESSAGES/django.mo b/conf/locale/sk/LC_MESSAGES/django.mo index 047a9ee2460b..37b24975611a 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 e74cd3fc0f73..15592d458d90 100644 --- a/conf/locale/sk/LC_MESSAGES/django.po +++ b/conf/locale/sk/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-09-03 08:46+0000\n" "Last-Translator: Vladimir Zahradnik \n" "Language-Team: Slovak (http://www.transifex.com/projects/p/edx-platform/language/sk/)\n" @@ -936,6 +936,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1733,6 +1737,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3305,6 +3319,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6644,15 +6671,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7433,6 +7453,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10160,113 +10187,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10717,10 +10776,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/sk/LC_MESSAGES/djangojs.mo b/conf/locale/sk/LC_MESSAGES/djangojs.mo index 128412b87bc0..fdd8b77222eb 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 6993bf686278..7fbc9dd556eb 100644 --- a/conf/locale/sk/LC_MESSAGES/djangojs.po +++ b/conf/locale/sk/LC_MESSAGES/djangojs.po @@ -33,7 +33,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-09-03 08:49+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Slovak (http://www.transifex.com/projects/p/edx-platform/language/sk/)\n" diff --git a/conf/locale/sl/LC_MESSAGES/django.mo b/conf/locale/sl/LC_MESSAGES/django.mo index 1c6c695920f5..b86eb0b3a6ab 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 cc88d95aab5a..c8b2ca9372c0 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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: Ned Batchelder \n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/edx-platform/language/sl/)\n" @@ -934,6 +934,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1731,6 +1735,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3306,6 +3320,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6647,15 +6674,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7436,6 +7456,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10167,113 +10194,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10724,10 +10783,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/sl/LC_MESSAGES/djangojs.mo b/conf/locale/sl/LC_MESSAGES/djangojs.mo index 79d1294560d9..9f6142c5d0d1 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 b09603b74e53..7ff780ff061e 100644 --- a/conf/locale/sl/LC_MESSAGES/djangojs.po +++ b/conf/locale/sl/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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/edx-platform/language/sl/)\n" diff --git a/conf/locale/sq/LC_MESSAGES/django.mo b/conf/locale/sq/LC_MESSAGES/django.mo index 57b518c51f2e..43cc36b610ad 100644 Binary files a/conf/locale/sq/LC_MESSAGES/django.mo and b/conf/locale/sq/LC_MESSAGES/django.mo differ diff --git a/conf/locale/sq/LC_MESSAGES/django.po b/conf/locale/sq/LC_MESSAGES/django.po index 739e80ba2e6c..9ca8ab682fae 100644 --- a/conf/locale/sq/LC_MESSAGES/django.po +++ b/conf/locale/sq/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-09-06 17:10+0000\n" "Last-Translator: Faton Nuha \n" "Language-Team: Albanian (http://www.transifex.com/projects/p/edx-platform/language/sq/)\n" @@ -930,6 +930,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1722,6 +1726,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3298,6 +3312,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6645,15 +6672,8 @@ msgstr "Link" msgid "Reset Password" msgstr "Reseto fjalëkalimin" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7438,6 +7458,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10163,113 +10190,145 @@ msgstr "" msgid "#:" msgstr "#:" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" -msgstr "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." +msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" -msgstr "Çmimi: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" -msgstr "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10720,10 +10779,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/sq/LC_MESSAGES/djangojs.mo b/conf/locale/sq/LC_MESSAGES/djangojs.mo index bc1a94928683..282cc0f7dc5e 100644 Binary files a/conf/locale/sq/LC_MESSAGES/djangojs.mo and b/conf/locale/sq/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/sq/LC_MESSAGES/djangojs.po b/conf/locale/sq/LC_MESSAGES/djangojs.po index 8a36c3a73730..90659dbf275e 100644 --- a/conf/locale/sq/LC_MESSAGES/djangojs.po +++ b/conf/locale/sq/LC_MESSAGES/djangojs.po @@ -31,7 +31,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-09-04 21:13+0000\n" "Last-Translator: Faton Nuha \n" "Language-Team: Albanian (http://www.transifex.com/projects/p/edx-platform/language/sq/)\n" diff --git a/conf/locale/sr/LC_MESSAGES/django.mo b/conf/locale/sr/LC_MESSAGES/django.mo index 219691a19e29..7fd1604e7962 100644 Binary files a/conf/locale/sr/LC_MESSAGES/django.mo and b/conf/locale/sr/LC_MESSAGES/django.mo differ diff --git a/conf/locale/sr/LC_MESSAGES/django.po b/conf/locale/sr/LC_MESSAGES/django.po index 30709b8c46ed..695750055578 100644 --- a/conf/locale/sr/LC_MESSAGES/django.po +++ b/conf/locale/sr/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: \n" "Language-Team: Serbian (http://www.transifex.com/projects/p/edx-platform/language/sr/)\n" @@ -932,6 +932,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1729,6 +1733,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3304,6 +3318,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6643,15 +6670,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7432,6 +7452,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10159,113 +10186,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10716,10 +10775,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/sr/LC_MESSAGES/djangojs.mo b/conf/locale/sr/LC_MESSAGES/djangojs.mo index 78cf427ec156..f0b1edcfcbb2 100644 Binary files a/conf/locale/sr/LC_MESSAGES/djangojs.mo and b/conf/locale/sr/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/sr/LC_MESSAGES/djangojs.po b/conf/locale/sr/LC_MESSAGES/djangojs.po index a73228652328..e78e2fba7596 100644 --- a/conf/locale/sr/LC_MESSAGES/djangojs.po +++ b/conf/locale/sr/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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Serbian (http://www.transifex.com/projects/p/edx-platform/language/sr/)\n" diff --git a/conf/locale/sv/LC_MESSAGES/django.mo b/conf/locale/sv/LC_MESSAGES/django.mo index a21a6a9a246f..5c618eecb989 100644 Binary files a/conf/locale/sv/LC_MESSAGES/django.mo and b/conf/locale/sv/LC_MESSAGES/django.mo differ diff --git a/conf/locale/sv/LC_MESSAGES/django.po b/conf/locale/sv/LC_MESSAGES/django.po index ec3acbc2e80b..63d0e4f9085a 100644 --- a/conf/locale/sv/LC_MESSAGES/django.po +++ b/conf/locale/sv/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/edx-platform/language/sv/)\n" @@ -928,6 +928,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1725,6 +1729,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3300,6 +3314,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6637,15 +6664,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7426,6 +7446,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10149,113 +10176,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10706,10 +10765,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/sv/LC_MESSAGES/djangojs.mo b/conf/locale/sv/LC_MESSAGES/djangojs.mo index cfe6cc5686c6..546bb8d4d40b 100644 Binary files a/conf/locale/sv/LC_MESSAGES/djangojs.mo and b/conf/locale/sv/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/sv/LC_MESSAGES/djangojs.po b/conf/locale/sv/LC_MESSAGES/djangojs.po index 9cd12671f9c5..85c1c2b10ff4 100644 --- a/conf/locale/sv/LC_MESSAGES/djangojs.po +++ b/conf/locale/sv/LC_MESSAGES/djangojs.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-06-11 15:18+0000\n" "Last-Translator: \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/edx-platform/language/sv/)\n" diff --git a/conf/locale/sw/LC_MESSAGES/django.mo b/conf/locale/sw/LC_MESSAGES/django.mo index 493fd9317f43..f6642a58c5be 100644 Binary files a/conf/locale/sw/LC_MESSAGES/django.mo and b/conf/locale/sw/LC_MESSAGES/django.mo differ diff --git a/conf/locale/sw/LC_MESSAGES/django.po b/conf/locale/sw/LC_MESSAGES/django.po index 466a86cc71fa..4ded71136364 100644 --- a/conf/locale/sw/LC_MESSAGES/django.po +++ b/conf/locale/sw/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-09-09 14:43+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Swahili (http://www.transifex.com/projects/p/edx-platform/language/sw/)\n" @@ -928,6 +928,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1725,6 +1729,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3300,6 +3314,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6637,15 +6664,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7426,6 +7446,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10149,113 +10176,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10706,10 +10765,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/sw/LC_MESSAGES/djangojs.mo b/conf/locale/sw/LC_MESSAGES/djangojs.mo index 41db438d56af..4f4c63f9019e 100644 Binary files a/conf/locale/sw/LC_MESSAGES/djangojs.mo and b/conf/locale/sw/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/sw/LC_MESSAGES/djangojs.po b/conf/locale/sw/LC_MESSAGES/djangojs.po index 12e9f8d72da5..a88ef01fda38 100644 --- a/conf/locale/sw/LC_MESSAGES/djangojs.po +++ b/conf/locale/sw/LC_MESSAGES/djangojs.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-09-09 14:43+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Swahili (http://www.transifex.com/projects/p/edx-platform/language/sw/)\n" diff --git a/conf/locale/ta/LC_MESSAGES/django.mo b/conf/locale/ta/LC_MESSAGES/django.mo index 6c26b4f8c66d..898d58523255 100644 Binary files a/conf/locale/ta/LC_MESSAGES/django.mo and b/conf/locale/ta/LC_MESSAGES/django.mo differ diff --git a/conf/locale/ta/LC_MESSAGES/django.po b/conf/locale/ta/LC_MESSAGES/django.po index 2fe02c338af7..7e28adbe80dd 100644 --- a/conf/locale/ta/LC_MESSAGES/django.po +++ b/conf/locale/ta/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-14 21:21+0000\n" "Last-Translator: Nadar Solomon Sunder \n" "Language-Team: Tamil (http://www.transifex.com/projects/p/edx-platform/language/ta/)\n" @@ -931,6 +931,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1728,6 +1732,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3303,6 +3317,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6640,15 +6667,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7429,6 +7449,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10152,113 +10179,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10709,10 +10768,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/ta/LC_MESSAGES/djangojs.mo b/conf/locale/ta/LC_MESSAGES/djangojs.mo index 00cf53bea55a..7f32f2c1f26b 100644 Binary files a/conf/locale/ta/LC_MESSAGES/djangojs.mo and b/conf/locale/ta/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/ta/LC_MESSAGES/djangojs.po b/conf/locale/ta/LC_MESSAGES/djangojs.po index 1f214ee78766..d81eaba09b73 100644 --- a/conf/locale/ta/LC_MESSAGES/djangojs.po +++ b/conf/locale/ta/LC_MESSAGES/djangojs.po @@ -27,7 +27,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Tamil (http://www.transifex.com/projects/p/edx-platform/language/ta/)\n" diff --git a/conf/locale/te/LC_MESSAGES/django.mo b/conf/locale/te/LC_MESSAGES/django.mo index a492462b634f..19b544234b82 100644 Binary files a/conf/locale/te/LC_MESSAGES/django.mo and b/conf/locale/te/LC_MESSAGES/django.mo differ diff --git a/conf/locale/te/LC_MESSAGES/django.po b/conf/locale/te/LC_MESSAGES/django.po index d9128d6ca774..a0b33b4bf471 100644 --- a/conf/locale/te/LC_MESSAGES/django.po +++ b/conf/locale/te/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-07-14 12:42+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Telugu (http://www.transifex.com/projects/p/edx-platform/language/te/)\n" @@ -928,6 +928,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1725,6 +1729,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3300,6 +3314,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6637,15 +6664,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7426,6 +7446,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10149,113 +10176,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10706,10 +10765,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/te/LC_MESSAGES/djangojs.mo b/conf/locale/te/LC_MESSAGES/djangojs.mo index 4b64a1e58f0d..1572be41ee53 100644 Binary files a/conf/locale/te/LC_MESSAGES/djangojs.mo and b/conf/locale/te/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/te/LC_MESSAGES/djangojs.po b/conf/locale/te/LC_MESSAGES/djangojs.po index bb878562e15c..57c941a5ae4e 100644 --- a/conf/locale/te/LC_MESSAGES/djangojs.po +++ b/conf/locale/te/LC_MESSAGES/djangojs.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Telugu (http://www.transifex.com/projects/p/edx-platform/language/te/)\n" diff --git a/conf/locale/th/LC_MESSAGES/django.mo b/conf/locale/th/LC_MESSAGES/django.mo index b5c5a27beb51..be05624755d7 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 e8896efa16f7..b63c74ede2fd 100644 --- a/conf/locale/th/LC_MESSAGES/django.po +++ b/conf/locale/th/LC_MESSAGES/django.po @@ -55,7 +55,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-09-07 07:40+0000\n" "Last-Translator: Monthol \n" "Language-Team: Thai (http://www.transifex.com/projects/p/edx-platform/language/th/)\n" @@ -943,6 +943,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1740,6 +1744,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3315,6 +3329,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6650,15 +6677,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7439,6 +7459,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10158,113 +10185,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10715,10 +10774,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/th/LC_MESSAGES/djangojs.mo b/conf/locale/th/LC_MESSAGES/djangojs.mo index 70c1cf7062a8..0070b92691ce 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 14f04de07ade..375dc14879de 100644 --- a/conf/locale/th/LC_MESSAGES/djangojs.po +++ b/conf/locale/th/LC_MESSAGES/djangojs.po @@ -31,7 +31,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-09-07 07:30+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Thai (http://www.transifex.com/projects/p/edx-platform/language/th/)\n" diff --git a/conf/locale/tr_TR/LC_MESSAGES/django.mo b/conf/locale/tr_TR/LC_MESSAGES/django.mo index 336e68f07291..f10499f22e92 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 87ace79e78c2..fc4da9521e02 100644 --- a/conf/locale/tr_TR/LC_MESSAGES/django.po +++ b/conf/locale/tr_TR/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: Hakan Şenel \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/edx-platform/language/tr_TR/)\n" @@ -985,6 +985,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1788,6 +1792,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3388,6 +3402,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "Navigasyon" @@ -6960,15 +6987,8 @@ msgstr "" msgid "Reset Password" msgstr "Parola Sıfırla" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "Dersler" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7790,6 +7810,13 @@ msgstr "" msgid "You do not have any notes." msgstr "Notunuz yok." +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "Dersler" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "Okullar" @@ -10647,113 +10674,145 @@ msgstr "" msgid "#:" msgstr "#:" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -11223,10 +11282,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/tr_TR/LC_MESSAGES/djangojs.mo b/conf/locale/tr_TR/LC_MESSAGES/djangojs.mo index 07ef646899ed..e4bbb1a93265 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 ed4c68ea334e..d6cadd7408ac 100644 --- a/conf/locale/tr_TR/LC_MESSAGES/djangojs.po +++ b/conf/locale/tr_TR/LC_MESSAGES/djangojs.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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-09-01 07:20+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/edx-platform/language/tr_TR/)\n" diff --git a/conf/locale/uk/LC_MESSAGES/django.mo b/conf/locale/uk/LC_MESSAGES/django.mo index 07ebd80fb34f..80c9ee7f55d9 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 a82d7a500776..76a5c342bc33 100644 --- a/conf/locale/uk/LC_MESSAGES/django.po +++ b/conf/locale/uk/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: IvanPrimachenko \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/edx-platform/language/uk/)\n" @@ -944,6 +944,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1741,6 +1745,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3316,6 +3330,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6655,15 +6682,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7444,6 +7464,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10171,113 +10198,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10728,10 +10787,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/uk/LC_MESSAGES/djangojs.mo b/conf/locale/uk/LC_MESSAGES/djangojs.mo index b22bd1e7c247..1e37082cce7e 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 339765e39605..76822e233509 100644 --- a/conf/locale/uk/LC_MESSAGES/djangojs.po +++ b/conf/locale/uk/LC_MESSAGES/djangojs.po @@ -37,7 +37,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/edx-platform/language/uk/)\n" diff --git a/conf/locale/ur/LC_MESSAGES/django.mo b/conf/locale/ur/LC_MESSAGES/django.mo index 3c1666adf9e4..9bddb7a6bd96 100644 Binary files a/conf/locale/ur/LC_MESSAGES/django.mo and b/conf/locale/ur/LC_MESSAGES/django.mo differ diff --git a/conf/locale/ur/LC_MESSAGES/django.po b/conf/locale/ur/LC_MESSAGES/django.po index ef65fc791ad7..ff1e12cdf222 100644 --- a/conf/locale/ur/LC_MESSAGES/django.po +++ b/conf/locale/ur/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-04-07 13:46+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Urdu (http://www.transifex.com/projects/p/edx-platform/language/ur/)\n" @@ -928,6 +928,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1725,6 +1729,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3300,6 +3314,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6637,15 +6664,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7426,6 +7446,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10149,113 +10176,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10706,10 +10765,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/ur/LC_MESSAGES/djangojs.mo b/conf/locale/ur/LC_MESSAGES/djangojs.mo index 64293ffd2737..c36a83413155 100644 Binary files a/conf/locale/ur/LC_MESSAGES/djangojs.mo and b/conf/locale/ur/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/ur/LC_MESSAGES/djangojs.po b/conf/locale/ur/LC_MESSAGES/djangojs.po index 4ea24696247e..63f2eac6eeb5 100644 --- a/conf/locale/ur/LC_MESSAGES/djangojs.po +++ b/conf/locale/ur/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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Urdu (http://www.transifex.com/projects/p/edx-platform/language/ur/)\n" diff --git a/conf/locale/uz/LC_MESSAGES/django.mo b/conf/locale/uz/LC_MESSAGES/django.mo index 6f10d4aab086..b426363b4111 100644 Binary files a/conf/locale/uz/LC_MESSAGES/django.mo and b/conf/locale/uz/LC_MESSAGES/django.mo differ diff --git a/conf/locale/uz/LC_MESSAGES/django.po b/conf/locale/uz/LC_MESSAGES/django.po index a54cd3e028bb..85d791f77bf0 100644 --- a/conf/locale/uz/LC_MESSAGES/django.po +++ b/conf/locale/uz/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-07-23 19:41+0000\n" "Last-Translator: Hamza Foziljonov \n" "Language-Team: Uzbek (http://www.transifex.com/projects/p/edx-platform/language/uz/)\n" @@ -927,6 +927,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1724,6 +1728,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3299,6 +3313,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6634,15 +6661,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7423,6 +7443,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10142,113 +10169,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10699,10 +10758,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/uz/LC_MESSAGES/djangojs.mo b/conf/locale/uz/LC_MESSAGES/djangojs.mo index 941499e3e688..40996fe487c5 100644 Binary files a/conf/locale/uz/LC_MESSAGES/djangojs.mo and b/conf/locale/uz/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/uz/LC_MESSAGES/djangojs.po b/conf/locale/uz/LC_MESSAGES/djangojs.po index a12f1a03230c..eddb2e3c4df6 100644 --- a/conf/locale/uz/LC_MESSAGES/djangojs.po +++ b/conf/locale/uz/LC_MESSAGES/djangojs.po @@ -27,7 +27,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Uzbek (http://www.transifex.com/projects/p/edx-platform/language/uz/)\n" diff --git a/conf/locale/vi/LC_MESSAGES/django.mo b/conf/locale/vi/LC_MESSAGES/django.mo index 849c3b4754f1..11c097cb73a3 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 50dff78c2ea4..80079d6575fa 100644 --- a/conf/locale/vi/LC_MESSAGES/django.po +++ b/conf/locale/vi/LC_MESSAGES/django.po @@ -116,7 +116,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: Minh Tue Vo \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/edx-platform/language/vi/)\n" @@ -341,6 +341,8 @@ msgid "" "This account has been temporarily locked due to excessive login failures. " "Try again later." msgstr "" +"Tài khoản này tạm thời bị khóa do đăng nhập thất bại quá số lần cho phép. " +"Vui lòng thử lại sau. " #: common/djangoapps/student/views.py msgid "" @@ -914,31 +916,31 @@ msgstr "" #: common/djangoapps/util/password_policy_validators.py msgid "must be {0} characters or more" -msgstr "" +msgstr "phải có {0} kí tự hoặc nhiều hơn " #: common/djangoapps/util/password_policy_validators.py msgid "must be {0} characters or less" -msgstr "" +msgstr "phải có {0} kí tự hoặc ít hơn " #: common/djangoapps/util/password_policy_validators.py msgid "Must be more complex ({0})" -msgstr "" +msgstr "Phải thức tạp hơn ({0}) " #: common/djangoapps/util/password_policy_validators.py msgid "must contain {0} or more uppercase characters" -msgstr "" +msgstr "phải chứa {0} hoặc nhiều hơn kí tự viết hoa " #: common/djangoapps/util/password_policy_validators.py msgid "must contain {0} or more lowercase characters" -msgstr "" +msgstr "phải chứa {0} hoặc nhiều hơn kí tự viết thường " #: common/djangoapps/util/password_policy_validators.py msgid "must contain {0} or more digits" -msgstr "" +msgstr "Phải chứa {0} hoặc nhiều hơn kí tự " #: common/djangoapps/util/password_policy_validators.py msgid "must contain {0} or more punctuation characters" -msgstr "" +msgstr "Phải chứa {0} hoặc nhiều hơn dấu chấm câu " #: common/djangoapps/util/password_policy_validators.py msgid "must contain {0} or more non ascii characters" @@ -946,7 +948,7 @@ msgstr "" #: common/djangoapps/util/password_policy_validators.py msgid "must contain {0} or more unique words" -msgstr "" +msgstr "phải chứa {0} hoặc nhiều hơn từ độc nhất " #: common/djangoapps/util/password_policy_validators.py msgid "Too similar to a restricted dictionary word." @@ -1016,6 +1018,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "Không có phản hồi từ Xqueue trong vòng {xqueue_timeout} giây. Đã hủy." +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1818,6 +1824,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3159,6 +3175,8 @@ msgid "" "We are having trouble saving your file. Please try another file or paste a " "URL to your file into the answer box." msgstr "" +"Xảy ra sự cố trong lúc lưu tệp tin của bạn. Vui lòng thử một tệp tin khác " +"hoặc dán đường dẫn tới tệp tin vào ô trả lởi." #: common/lib/xmodule/xmodule/open_ended_grading_classes/self_assessment_module.py msgid "Error saving your score. Please notify course staff." @@ -3407,6 +3425,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "Định hướng" @@ -6238,7 +6269,7 @@ msgstr "Trống " #: cms/djangoapps/contentstore/views/course.py msgid "Unscheduled" -msgstr "" +msgstr "Chưa có lịch học" #: cms/djangoapps/contentstore/views/course.py msgid "" @@ -6297,7 +6328,7 @@ msgstr "Xuất thành công khoá học vào kho git" #: cms/djangoapps/contentstore/views/helpers.py msgid "Vertical" -msgstr "" +msgstr "Xếp dọc" #: cms/djangoapps/contentstore/views/import_export.py msgid "We only support uploading a .tar.gz file." @@ -6781,6 +6812,12 @@ msgid "" " on our {fb_link_start}facebook page{fb_link_end}. Though we may not have a " "chance to respond to every email, we take all feedback into consideration." msgstr "" +"Nếu bạn có câu hỏi về {platform_name}, vui lòng gửi email tới " +"{contact_email}. Để xem nếu câu hỏi của bạn đã được trả lời từ trước, vui " +"lòng ghé thăm {faq_link_startt} trang FAQ{faq_link_end}. Bạn cũng có thể " +"tham gia thảo luận trên {fb_link_start}trang facebook{fb_link_end}. Mặc dù " +"chúng tôi không có cơ hội trả lời từng email, chúng tôi vẫn sẽ xem xét tất " +"cả các phản hồi." #: lms/templates/contact.html msgid "Technical Inquiries and Feedback" @@ -6908,15 +6945,8 @@ msgstr "Kết Nối" msgid "Reset Password" msgstr "Đặt Lại Mật Khẩu" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "Khóa học" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7751,6 +7781,13 @@ msgstr "" msgid "You do not have any notes." msgstr "Bạn không có bất kỳ ghi chú nào." +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "Khóa học" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "Trường" @@ -10551,113 +10588,145 @@ msgstr "" msgid "#:" msgstr "#:" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -11108,10 +11177,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/vi/LC_MESSAGES/djangojs.mo b/conf/locale/vi/LC_MESSAGES/djangojs.mo index 38b6da54608d..983199966b39 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 4bca5fcb4671..39126dcc7179 100644 --- a/conf/locale/vi/LC_MESSAGES/djangojs.po +++ b/conf/locale/vi/LC_MESSAGES/djangojs.po @@ -56,7 +56,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-09-23 04:20+0000\n" "Last-Translator: NGUYEN HOANG AN \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/edx-platform/language/vi/)\n" diff --git a/conf/locale/zh_CN/LC_MESSAGES/django.mo b/conf/locale/zh_CN/LC_MESSAGES/django.mo index 94777d4dacfa..9f317209e2cc 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 23a835af84cb..6a562b44c97c 100644 --- a/conf/locale/zh_CN/LC_MESSAGES/django.po +++ b/conf/locale/zh_CN/LC_MESSAGES/django.po @@ -197,7 +197,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: wuqiong \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/edx-platform/language/zh_CN/)\n" @@ -1080,6 +1080,10 @@ msgstr "发布。当响应返回,该消息将被反馈信息所替代。" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr " Xqueue在 {xqueue_timeout} 秒内无响应,终止。" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1873,6 +1877,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3450,6 +3464,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "导航" @@ -6924,15 +6951,8 @@ msgstr "" msgid "Reset Password" msgstr "重设密码" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "课程" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7726,6 +7746,13 @@ msgstr "" msgid "You do not have any notes." msgstr "您没有任何笔记。" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "课程" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "学校" @@ -10486,113 +10513,145 @@ msgstr "信用卡/借记卡总支付额为: {currency_symbol}{total_cost}" msgid "#:" msgstr "#:" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -11055,10 +11114,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/zh_CN/LC_MESSAGES/djangojs.mo b/conf/locale/zh_CN/LC_MESSAGES/djangojs.mo index c6d91243fbc7..ea27661e7e6f 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 72a35a225f87..6861a2bb2810 100644 --- a/conf/locale/zh_CN/LC_MESSAGES/djangojs.po +++ b/conf/locale/zh_CN/LC_MESSAGES/djangojs.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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-09-05 04:20+0000\n" "Last-Translator: GoodLuck <1833447072@qq.com>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/edx-platform/language/zh_CN/)\n" diff --git a/conf/locale/zh_HK/LC_MESSAGES/django.mo b/conf/locale/zh_HK/LC_MESSAGES/django.mo index 19b0bbb1b097..6d882607af58 100644 Binary files a/conf/locale/zh_HK/LC_MESSAGES/django.mo and b/conf/locale/zh_HK/LC_MESSAGES/django.mo differ diff --git a/conf/locale/zh_HK/LC_MESSAGES/django.po b/conf/locale/zh_HK/LC_MESSAGES/django.po index 4991b3127f3d..70157cbd12de 100644 --- a/conf/locale/zh_HK/LC_MESSAGES/django.po +++ b/conf/locale/zh_HK/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-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/edx-platform/language/zh_HK/)\n" @@ -929,6 +929,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1726,6 +1730,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3301,6 +3315,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "" @@ -6628,15 +6655,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7417,6 +7437,13 @@ msgstr "" msgid "You do not have any notes." msgstr "" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "" @@ -10136,113 +10163,145 @@ msgstr "" msgid "#:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10693,10 +10752,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/zh_HK/LC_MESSAGES/djangojs.mo b/conf/locale/zh_HK/LC_MESSAGES/djangojs.mo index 045adc67efad..b0676a20a4b0 100644 Binary files a/conf/locale/zh_HK/LC_MESSAGES/djangojs.mo and b/conf/locale/zh_HK/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/zh_HK/LC_MESSAGES/djangojs.po b/conf/locale/zh_HK/LC_MESSAGES/djangojs.po index 0cf8b618cf31..31e2332d282d 100644 --- a/conf/locale/zh_HK/LC_MESSAGES/djangojs.po +++ b/conf/locale/zh_HK/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-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-08-28 00:15+0000\n" "Last-Translator: Sarina Canelake \n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/edx-platform/language/zh_HK/)\n" diff --git a/conf/locale/zh_TW/LC_MESSAGES/django.mo b/conf/locale/zh_TW/LC_MESSAGES/django.mo index d449ee23c054..81ae5c3a9563 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 3a44aefcfbf1..5694de4bc2f2 100644 --- a/conf/locale/zh_TW/LC_MESSAGES/django.po +++ b/conf/locale/zh_TW/LC_MESSAGES/django.po @@ -105,7 +105,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:16-0400\n" +"POT-Creation-Date: 2014-09-24 13:35-0400\n" "PO-Revision-Date: 2014-08-25 20:21+0000\n" "Last-Translator: LIU,SHU-HAO \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/edx-platform/language/zh_TW/)\n" @@ -991,6 +991,10 @@ msgstr "" msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "Error running code." +msgstr "" + #: common/lib/capa/capa/inputtypes.py msgid "Cannot connect to the queue" msgstr "" @@ -1781,6 +1785,16 @@ msgid "" "on edx.org, and a New! badge temporarily appears next to the course image." msgstr "" +#: common/lib/xmodule/xmodule/course_module.py +msgid "Mobile Course Available" +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "" +"Enter true or false. If true, the course will be available to mobile " +"devices." +msgstr "" + #: common/lib/xmodule/xmodule/course_module.py msgid "Course Not Graded" msgstr "" @@ -3365,6 +3379,19 @@ msgstr "" msgid "Upload Handout" msgstr "" +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "" +"Optional. Use this for videos where download and streaming URLs for the " +"videos are completely managed by edX. This will override the settings for " +"\"Default Video URL\", \"Video File URLs\", and all YouTube IDs. If you do " +"not know what this setting is, you can leave it blank and continue to use " +"these other settings." +msgstr "" + +#: common/lib/xmodule/xmodule/video_module/video_xfields.py +msgid "EdX Video ID" +msgstr "" + #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" msgstr "導航" @@ -6721,15 +6748,8 @@ msgstr "" msgid "Reset Password" msgstr "重置密碼" -#: lms/templates/dashboard.html lms/templates/original_navigation.html -#: lms/templates/sysadmin_dashboard.html -#: lms/templates/sysadmin_dashboard_gitlogs.html -#: lms/templates/courseware/courses.html -msgid "Courses" -msgstr "課程" - #: lms/templates/dashboard.html -msgid "ordered by recent activity" +msgid "Current Courses" msgstr "" #: lms/templates/dashboard.html @@ -7521,6 +7541,13 @@ msgstr "" msgid "You do not have any notes." msgstr "您沒有任何筆記。" +#: lms/templates/original_navigation.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "課程" + #: lms/templates/original_navigation.html msgid "Schools" msgstr "學校" @@ -10261,113 +10288,145 @@ msgstr "" msgid "#:" msgstr "#:" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Professional Education Invoicing Center" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thank you for your purchase of {course_name}!" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Portland Street, " +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"An invoice for ${total_price} is attached. Payment is due immediately. " +"Information on payment methods can be found on the invoice." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"A CSV file of your registration codes is attached. Please distribute " +"registration codes to each student planning to enroll using the email " +"template below." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "9th floor Cambridge, MA," +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Thanks," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "02139 finance@edx.org" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your {platform_name} Team" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "---------------------------------" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Dear [[Name]]:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Bill To:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "" +"We have provided an enrollment for you in the course {course_name} from " +"{platform_name}. Please follow the instructions below to claim your access." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{company_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Your redeem code is: [[Enter Redeem Code here from the attached CSV]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "{purchaser_name}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(1) Register for an account at https://{site_name}." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Customer Reference Number: {customer_reference_number}" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(2) Once registered, navigate to https://{course_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Registration codes:" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(3) Click 'Add {course_number} to Cart'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"Please distribute one of the following registration codes to each student " -"who is going to enroll in the class." +"(4) On the shopping cart page, enter your redeem code and click apply code. " +"This will make payment equal to $0." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "(5) Click 'Register'" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"A student can redeem one of these codes by registering an account on " -"({site_name}.edx.org), starting the purchase" +"(6) You should be able to see your course on your student dashboard at " +"https://{dashboard_url}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt +#: lms/templates/emails/registration_codes_sale_email.txt msgid "" -"process on this course by adding it to their shopping cart from this page " -"({course_url}), and" +"(7) Course materials will not be available until the course start date." msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "entering their registration code while in the shopping cart." +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "Sincerely," msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"Thank you for your purchase! Failure to pay this invoice will result the " -"invalidation of student enrollments" +#: lms/templates/emails/registration_codes_sale_email.txt +msgid "[[Your Signature]]" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "" -"that use these codes. All purchases are final. Please refer to the " -"cancellation policy" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "INVOICE" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "on {site_name} for more information." +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Course: {course_name} {start_date} - {end_date}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Invoice No: {invoice_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Price: ${price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Terms: Due Immediately" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Quantity: ${quantity}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Due Date: {date}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Sub-Total: ${sub_total}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Bill to:" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Discount: ${discount}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Customer Reference Number: {reference_number}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "--------- ------" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Balance Due: ${sale_price}" msgstr "" -#: lms/templates/emails/registration_codes_sale_invoice.txt -msgid "Total Due: ${total_price}" +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Course: {course_name}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Price: ${course_price} Quantity: {quantity} Sub-Total: " +"${sub_total} Discount: ${discount}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Total: ${sale_price}" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "Payment instructions" +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "" +"Failure to pay this invoice will result the invalidation of student " +"enrollment that use these codes. All purchases are final. Please refer to " +"the cancellation policy on {site_name} for more information." +msgstr "" + +#: lms/templates/emails/registration_codes_sale_invoice_attachment.txt +msgid "If you have payment questions, please contact {contact_email}" msgstr "" #: lms/templates/emails/reject_name_change.txt @@ -10818,10 +10877,6 @@ msgstr "" msgid "Please enter the coupon code" msgstr "" -#: lms/templates/instructor/instructor_dashboard_2/e-commerce.html -msgid "Please enter the coupon discount value greater than 0" -msgstr "" - #: lms/templates/instructor/instructor_dashboard_2/e-commerce.html msgid "Please enter the coupon discount value less than or equal to 100" msgstr "" diff --git a/conf/locale/zh_TW/LC_MESSAGES/djangojs.mo b/conf/locale/zh_TW/LC_MESSAGES/djangojs.mo index 9e17132b1e3c..c568b2ae95e0 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 80e9cefe2f1b..6e4e00b3bb49 100644 --- a/conf/locale/zh_TW/LC_MESSAGES/djangojs.po +++ b/conf/locale/zh_TW/LC_MESSAGES/djangojs.po @@ -65,7 +65,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-09-23 15:15-0400\n" +"POT-Creation-Date: 2014-09-24 13:34-0400\n" "PO-Revision-Date: 2014-09-16 04:59+0000\n" "Last-Translator: KUN-MIN SYU \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/edx-platform/language/zh_TW/)\n"