Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Modifications to XOT language files
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@531 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
pgogy committed Nov 22, 2012
1 parent f023e11 commit 7f4b4e3
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 2 deletions.
38 changes: 36 additions & 2 deletions languages/en-GB/modules/xerte/edit.inc
Expand Up @@ -2,7 +2,7 @@

/**
*
* Xerte preview english language file
* Simile Edit english language file
*
* @author Patrick Lockley
* @version 1.0
Expand All @@ -11,7 +11,41 @@
*/


define("XERTE_EDIT_TITLE", "Xerte Online Editor Window");
define("SIMILE_EDIT_TITLE", "Simile Editor Window");

define("SIMILE_DESC_TEXT", "Enter the description for your timeline here. You can use <p>, <img> and <a> HTML tags.");

define("SIMILE_START_STOP", "Timeline start and end years");

define("SIMILE_START", "Start");

define("SIMILE_STOP", "Stop");

define("SIMILE_START_STOP_EXTRA" , "In these fields enter the years you want your timeline to start and stop.");

define("SIMILE_ZONE", "Timeline zones");

define("SIMILE_ZONE_EXPLAIN", "A zone is a band on the time zone reflecting a grouping of events");

define("SIMILE_EXISTING_ZONES", "Existing zones");

define("SIMILE_UNIT", "Unit");

define("SIMILE_WIDTH", "Width");

define("SIMILE_HOUR", "Hour");
define("SIMILE_DAY", "Day");
define("SIMILE_MONTH", "Month");
define("SIMILE_YEAR", "Year");
define("SIMILE_DECADE", "Decade");
define("SIMILE_CENTURY", "Century");

define("SIMILE_ZONE_GUIDE", "Which Time Zones should this zone sync with? (Make sure each zone is only linked to once.) ");

define("SIMILE_ZONE_SYNC", "Select a zone to sync");
define("SIMILE_REMOVE", "Remove");



define("XERTE_EDIT_MAXIMISE", "Maximise Window Size");

Expand Down
28 changes: 28 additions & 0 deletions languages/en-GB/modules/xerte/export_page.inc
@@ -0,0 +1,28 @@
<?PHP

/**
*
* export page template language file
*
* @author Patrick Lockley
* @version 1.0
* @copyright Pat Lockley
* @package
*/

define("XERTE_EXPORT_DESCRIPTION","There are several ways to export a project. An exported project is packaged, but not deleted, into a zip file for you to share with another user, to deploy on the web, or to import into a SCORM compliant LMS or VLE. You can choose whether to export all of the project's files, or just those files used by the project.");

define("XERTE_EXPORT_ZIP_ARCHIVE", "Archive export. Complete backup including offline editing and round-tripping back to toolkits or sharing with other Xerte users: ");
define("XERTE_EXPORT_ZIP_ARCHIVE_LINK","Get Archive Zip.");

define("XERTE_EXPORT_ZIP", "Export for deployment. Contains only the files required for importing into a vle without SCORM tracking, sharing via CD or USB etc or importing into another XOT install: ");
define("XERTE_EXPORT_ZIP_LINK","Get Deployment Zip.");

define("XERTE_EXPORT_SCORM", "Export for SCORM deployment: self contained, SCORM 1.2 or SCORM 2004 enables tracking of Quiz scores e.g. into Moodle gradebook: ");

define("XERTE_EXPORT_SCORM_12_LINK","Get SCORM 1.2 package");

define("XERTE_EXPORT_SCORM_2004_LINK","Get SCORM 2004 3rd Ed package");

?>

0 comments on commit 7f4b4e3

Please sign in to comment.