ms.external-tools-report.5.0.1.source-code.externaltools.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of external-tools-report Show documentation
Show all versions of external-tools-report Show documentation
LTI tool for collecting external tool data for reporting.
The newest version!
###
# #%L
# external-tools-report
# %%
# Copyright (C) 2022 - 2023 Indiana University
# %%
# Redistribution and use in source and binary forms, with or without modification,
# are permitted provided that the following conditions are met:
#
# 1. Redistributions of source code must retain the above copyright notice, this
# list of conditions and the following disclaimer.
#
# 2. Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
#
# 3. Neither the name of the Indiana University nor the names of its contributors
# may be used to endorse or promote products derived from this software without
# specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
# OF THE POSSIBILITY OF SUCH DAMAGE.
# #L%
###
externaltools.title=External Tools Data
externaltools.newTerm.section=New Term Data
externaltools.currentTerms.section=Current Term Data
externaltools.addTerm.link=Import new term data
externaltools.addTerm.title=Import term data
externaltools.noTerms=There is currently no term data.
externaltools.delete=Delete term data
externaltools.delete.button=Delete
externaltools.termHeading=Term
externaltools.actionHeading=Action
externaltools.deleteHeading=Delete term
externaltools.deleteMsg=All records for the term {0} will be deleted. Do you want to continue?
externaltools.modal.deleteConfirm=Delete Term Data
externaltools.modal.no=Cancel
externaltools.alert.success=Success
externaltools.alert.error=Error
externaltools.delete.error=Please select a term to delete.
externaltools.delete.success=The term {0} ({1}) was successfully deleted.
externaltools.upload.success=New term data was added successfully.
externaltools.upload.error.noFile=Please upload a CSV file.
externaltools.upload.error.noContent=The uploaded CSV file has no content.
exernaltools.upload.error.unexpected=An unexpected error occurred while uploading your CSV file. Please try again.
externaltools.upload.error.existingTerm=Term data already exists for {0} ({1}). You must first delete the existing term data before uploading new data for this term.
externaltools.upload.error.nonNumeric.canvasId=The CSV file contains non-numeric data in row {0} for canvas_id: {1}
externaltools.upload.error.nonNumeric.counts=The Counts column contains data that is not an integer in row {0}: {1}
externaltools.upload.error.missingCounts=A value for "Counts" is required for all rows. Please ensure your data includes the counts and try again.
externaltools.upload.error.missingTermId=Term id is required for all rows. Please ensure your data includes the term id and try again.
externaltools.upload.error.missingTermName=Term name is required for all rows. Please ensure your data includes the term name and try again.
externaltools.upload.error.differentTerms=You may only import one term at a time. Please check that you do not have multiple term ids in this file.
externaltools.upload.error.differentTermNames=Your file contains more than one term name. Please check that you do not have multiple term names in this file.
externaltools.newTerm.heading=Import new term data
externaltools.newTerm.confirm=Import Term Data
externaltools.newTerm.cancel=Cancel
externaltools.newTerm.upload=Upload a CSV file
© 2015 - 2025 Weber Informatics LLC | Privacy Policy