Skip to content

Commit

Permalink
mod-data MDL-23618 Converted preset page to make use of mforms and ne…
Browse files Browse the repository at this point in the history
…w file picker element
  • Loading branch information
Sam Hemelryk committed Aug 4, 2010
1 parent 4ee5134 commit cba87c3
Show file tree
Hide file tree
Showing 5 changed files with 558 additions and 643 deletions.
4 changes: 4 additions & 0 deletions mod/data/lang/en/data.php
Expand Up @@ -120,6 +120,7 @@
$string['entry'] = 'Entry';
$string['entrysaved'] = 'Your entry has been saved';
$string['errormustbeteacher'] = 'You need to be a teacher to use this page!';
$string['errorpresetexists'] = 'There is already a preset with the selected name';
$string['example'] = 'Database module example';
$string['excel'] = 'Excel';
$string['export'] = 'Export';
Expand Down Expand Up @@ -197,6 +198,8 @@
$string['list'] = 'View list';
$string['listtemplate'] = 'List template';
$string['longitude'] = 'Longitude';
$string['mapexistingfield'] = 'Map to {$a}';
$string['mapnewfield'] = 'Create a new field';
$string['mappingwarning'] = 'All old fields not mapped to a new field will be lost and all data in that field will be removed.';
$string['maxentries'] = 'Maximum entries';
$string['maxentries_help'] = 'The maximum number of entries a student is allowed to submit for this activity.';
Expand Down Expand Up @@ -253,6 +256,7 @@
$string['optionalfilename'] = 'Filename (optional)';
$string['other'] = 'Other';
$string['overwrite'] = 'Overwrite';
$string['overrwritedesc'] = 'Overwrite the preset if it already exists';
$string['overwritesettings'] = 'Overwrite current settings';
$string['pagesize'] = 'Entries per page';
$string['participants'] = 'Participants';
Expand Down

0 comments on commit cba87c3

Please sign in to comment.