Improved choice mod,

This commit is contained in:
danmarsden 2005-03-29 23:46:54 +00:00
parent 6fd87e3bc7
commit 9c82279a96

View file

@ -4,7 +4,7 @@
$string['allowupdate'] = 'Allow choice to be updated';
$string['answered'] = 'Answered';
$string['choice'] = 'Choice $a';
$string['choice'] = 'Choice';
$string['choiceclose'] = 'Until';
$string['choicename'] = 'Choice name';
$string['choiceopen'] = 'Open';
@ -29,5 +29,8 @@ $string['timerestrict'] = 'Restrict answering to this time period';
$string['savemychoice'] = 'Save my choice';
$string['showunanswered'] = 'Show column for unanswered';
$string['viewallresponses'] = 'View $a responses';
$string['addmorechoices'] = 'Add more choices';
$string['displaymode'] = 'Display Mode';
$string['displayhorizontal'] = 'Display horizontally';
$string['displayvertical'] = 'Display vertically';
?>