2002-08-02 17:36:35 +00:00
|
|
|
<?PHP // $Id$
|
|
|
|
|
|
|
|
#------------------------------------------------------------
|
|
|
|
$string[modulename] = "Choice";
|
|
|
|
$string[modulenameplural] = "Choices";
|
|
|
|
#------------------------------------------------------------
|
|
|
|
|
2002-08-12 08:28:04 +00:00
|
|
|
$string[answered] = "Answered";
|
|
|
|
$string[choice1] = "First choice";
|
|
|
|
$string[choice2] = "Second choice";
|
|
|
|
$string[choicename] = "Choice name";
|
|
|
|
$string[choicetext] = "Choice text";
|
|
|
|
$string[notanswered] = "Not answered yet";
|
|
|
|
$string[responses] = "Responses";
|
2002-08-18 09:43:39 +00:00
|
|
|
$string[responsesto] = "Responses to \$a";
|
2002-08-12 08:28:04 +00:00
|
|
|
$string[savemychoice] = "Save my choice";
|
2002-08-18 09:52:51 +00:00
|
|
|
$string[viewallresponses] = "View \$a responses";
|
2002-08-02 17:36:35 +00:00
|
|
|
?>
|