Skip to content

Commit

Permalink
activities MDL-24180 realtered available to/from strings in activitie…
Browse files Browse the repository at this point in the history
…s and conditional completion to try and make the unclear clear
  • Loading branch information
Andrew Davis committed Sep 21, 2010
1 parent 002fc5b commit 2248b99
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lang/en/condition.php
Expand Up @@ -26,8 +26,8 @@
$string['addcompletions'] = 'Add {no} activity conditions to form';
$string['addgrades'] = 'Add {no} grade conditions to form';
$string['availabilityconditions'] = 'Restrict availability';
$string['availablefrom'] = 'Only available from';
$string['availableuntil'] = 'Only available until';
$string['availablefrom'] = 'Accessible from';
$string['availableuntil'] = 'Accessible until';
$string['badavailabledates'] = 'Invalid dates. If you set both dates, the \'available from\' date should be before the \'until\' date.';
$string['completion_complete'] = 'must be marked complete';
$string['completioncondition'] = 'Activity completion condition';
Expand Down
2 changes: 1 addition & 1 deletion mod/assignment/lang/en/assignment.php
Expand Up @@ -50,7 +50,7 @@
$string['assignmentsubmission'] = 'Assignment Submissions';
$string['assignmenttype'] = 'Assignment type';
$string['assignment:view'] = 'View assignment';
$string['availabledate'] = 'Accept submissions from';
$string['availabledate'] = 'Available from';
$string['cannotdeletefiles'] = 'An error occurred and files could not be deleted';
$string['cannotviewassignment'] = 'You can not view this assignment';
$string['comment'] = 'Comment';
Expand Down
4 changes: 2 additions & 2 deletions mod/data/lang/en/data.php
Expand Up @@ -39,14 +39,14 @@
$string['authorlastname'] = 'Author surname';
$string['autogenallforms'] = 'Generate all default templates';
$string['autolinkurl'] = 'Autolink the URL';
$string['availablefromdate'] = 'Entries available from';
$string['availablefromdate'] = 'Available from';
$string['availabletags'] = 'Available tags';
$string['availabletags_help'] = 'Tags are placeholders in the template, which will be replaced by data or other items, such as an edit icon, when entries are edited or viewed.
Fields have the format [[fieldname]]. All other tags have the format ##sometag##.
Only the tags that are in the "Available tags" list may be used for the current template.';
$string['availabletodate'] = 'Entries available to';
$string['availabletodate'] = 'Available to';
$string['blank'] = 'Blank';
$string['buttons'] = 'Actions';
$string['bynameondate'] = 'by {$a->name} - {$a->date}';
Expand Down
2 changes: 1 addition & 1 deletion mod/lesson/lang/en/lesson.php
Expand Up @@ -59,7 +59,7 @@
$string['attempts'] = 'Attempts';
$string['attemptsdeleted'] = 'Deleted attempts';
$string['attemptsremaining'] = 'You have {$a} attempt(s) remaining';
$string['available'] = 'Open lesson';
$string['available'] = 'Available from';
$string['averagescore'] = 'Average score';
$string['averagetime'] = 'Average time';
$string['branch'] = 'Branch';
Expand Down

0 comments on commit 2248b99

Please sign in to comment.