${_("About Exporting Libraries")}
${_("You can export libraries and edit them outside of {studio_name}. The exported file is a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains the library structure and content. You can also re-import libraries that you've exported.").format( studio_name=settings.STUDIO_SHORT_NAME, )}
${_("About Exporting Courses")}
${_("You can export courses and edit them outside of {studio_name}. The exported file is a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains the course structure and content. You can also re-import courses that you've exported.").format( studio_name=settings.STUDIO_SHORT_NAME )}
${Text(_("{em_start}Caution:{em_end} When you export a course, information such as MATLAB API keys, LTI passports, annotation secret token strings, and annotation storage URLs are included in the exported data. If you share your exported files, you may also be sharing sensitive or license-specific information.")).format( em_start=HTML(''), em_end=HTML("") )}
%if library: ${_("Export My Library Content")} %else: ${_("Export My Course Content")} %endif
%if library: ${_("Library Export Status")} %else: ${_("Course Export Status")} %endif
-
${_("Preparing")}
${_("Preparing to start the export")}
-
${_("Exporting")}
${_("Creating the export data files (You can now leave this page safely, but avoid making drastic changes to content until this export is complete)")}
-
${_("Compressing")}
${_("Compressing the exported data and preparing it for download")}
-
${_("Success")}
%if library: ${_("Your exported library can now be downloaded")} %else: ${_("Your exported course can now be downloaded")} %endif
${Text(_("Data {em_start}exported with{em_end} your course:")).format( em_start=HTML(''), em_end=HTML("") )}
- ${_("Values from Advanced Settings, including MATLAB API keys and LTI passports")}
- ${_("Course Content (all Sections, Sub-sections, and Units)")}
- ${_("Course Structure")}
- ${_("Individual Problems")}
- ${_("Pages")}
- ${_("Course Assets")}
- ${_("Course Settings")}
${Text(_("Data {em_start}not exported{em_end} with your course:")).format( em_start=HTML(''), em_end=HTML("") )}
- ${_("User Data")}
- ${_("Course Team Data")}
- ${_("Forum/discussion Data")}
- ${_("Certificates")}