mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
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:
parent
452c1cb363
commit
892a80dc63
20 changed files with 2542 additions and 2563 deletions
|
@ -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';
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue