From 5eba0307dbdd15d1a215419ff9fd3e3f96f99f0e Mon Sep 17 00:00:00 2001 From: Khaled Lela Date: Fri, 11 Feb 2022 20:30:36 +0200 Subject: handle publish scorm runtime exception msg key as translation under resources/lang/en-US/scorm.php --- resources/lang/en-US/scorm.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 resources/lang/en-US/scorm.php (limited to 'resources') diff --git a/resources/lang/en-US/scorm.php b/resources/lang/en-US/scorm.php new file mode 100644 index 0000000..9eb1c89 --- /dev/null +++ b/resources/lang/en-US/scorm.php @@ -0,0 +1,17 @@ + 'Invalid SCORM version.', + 'no_sco_in_scorm_archive_message' => 'No items in SCORM archive.', + 'invalid_scorm_data' => 'Invalid SCORM data.', + 'cannot_load_imsmanifest_message' => 'Can not load SCORM manifest.', + 'invalid_scorm_manifest_identifier' => 'Invalid SCORM manifest identifier.', + 'scorm_disk_not_define' => 'SCORM disk not define', + + // SCORM Items/Children messages** + 'default_organization_not_found_message' => 'SCORM item default organization not found.', + 'no_organization_found_message' => 'No organization found.', + 'sco_with_no_identifier_message' => 'SCORM item without identifier.', + 'sco_resource_without_href_message' => 'SCORM item resource without entry link.', + 'sco_without_resource_message' => 'SCORM item without resource.' +]; -- cgit v1.2.3