New, speedier English translation. All files and every line has changed.

This is working OK in my testing, but please contact me immediately
if you find any errors.
This commit is contained in:
moodler 2003-11-18 07:28:46 +00:00
parent 452c1cb363
commit 892a80dc63
20 changed files with 2542 additions and 2563 deletions

View file

@ -1,21 +1,21 @@
<?PHP // $Id$
<?PHP // $Id$
// choice.php - created with Moodle 1.2 development (2003111400)
#------------------------------------------------------------
$string['modulename'] = "Choice";
$string['modulenameplural'] = "Choices";
#------------------------------------------------------------
$string['answered'] = "Answered";
$string['choice'] = "Choice \$a";
$string['choicename'] = "Choice name";
$string['choicetext'] = "Choice text";
$string['notanswered'] = "Not answered yet";
$string['publish'] = "Publish results";
$string['publishanonymous'] = "Publish anonymous results, do not show student names";
$string['publishnames'] = "Publish full results, showing names and their choices";
$string['publishnot'] = "Do not publish results to students";
$string['responses'] = "Responses";
$string['responsesto'] = "Responses to \$a";
$string['savemychoice'] = "Save my choice";
$string['viewallresponses'] = "View \$a responses";
$string['answered'] = 'Answered';
$string['choice'] = 'Choice $a';
$string['choicename'] = 'Choice name';
$string['choicetext'] = 'Choice text';
$string['modulename'] = 'Choice';
$string['modulenameplural'] = 'Choices';
$string['notanswered'] = 'Not answered yet';
$string['publish'] = 'Publish results';
$string['publishanonymous'] = 'Publish anonymous results, do not show student names';
$string['publishnames'] = 'Publish full results, showing names and their choices';
$string['publishnot'] = 'Do not publish results to students';
$string['responses'] = 'Responses';
$string['responsesto'] = 'Responses to $a';
$string['savemychoice'] = 'Save my choice';
$string['viewallresponses'] = 'View $a responses';
?>