Merge branch 'MDL-26636' of git://github.com/timhunt/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2011-03-07 00:25:54 +01:00
commit 5878504958

View file

@ -89,7 +89,7 @@ $string['aon'] = 'AON format';
$string['areyousureremoveselected'] = 'Are you sure you want to remove all the selected questions?'; $string['areyousureremoveselected'] = 'Are you sure you want to remove all the selected questions?';
$string['asshownoneditscreen'] = 'As shown on the edit screen'; $string['asshownoneditscreen'] = 'As shown on the edit screen';
$string['attempt'] = 'Attempt {$a}'; $string['attempt'] = 'Attempt {$a}';
$string['attemptalreadyclosed'] = 'This attempt has already be finished.'; $string['attemptalreadyclosed'] = 'This attempt has already been finished.';
$string['attemptclosed'] = 'Attempt has not closed yet'; $string['attemptclosed'] = 'Attempt has not closed yet';
$string['attemptduration'] = 'Time taken'; $string['attemptduration'] = 'Time taken';
$string['attemptedon'] = 'Attempted on'; $string['attemptedon'] = 'Attempted on';