Skip to content

Commit

Permalink
Conditions help for dataentry
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@528 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Jul 19, 2003
1 parent 58a94ff commit be2ac41
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions admin/lang/english/messages.php
Expand Up @@ -39,6 +39,9 @@
define(_SURVEYS, "Surveys");
define(_GROUPS, "Groups");
define(_QUESTIONS, "Questions");
define(_QBYQ, "Question by Question");
define(_GBYG, "Group by Group");
define(_SBYS, "All in one");

//BUTTON MOUSEOVERS
//administration bar
Expand Down Expand Up @@ -189,9 +192,10 @@
define(_EMAIL, "Email Address"); //FOR LATER RELEASE

//GENERAL WORDS AND PHRASES
define(_YES, "Yes");
define(_NO, "No");
define(_CANCEL, "Cancel");
define(_AD_YES, "Yes");
define(_AD_NO, "No");
define(_AD_CANCEL, "Cancel");
define(_AD_CHOOSE, "Please Choose..");
define(_ERROR, "Error");
define(_SUCCESS, "Success");
define(_REQ, "*Required");
Expand All @@ -200,7 +204,6 @@
define(_ADDQ, "Add Question");
define(_ADDU, "Add User");
define(_SAVE, "Save Changes");
define(_CHOOSE, "Please Choose..");
define(_NONE, "None"); //as in "Do not display anything, or none chosen";
define(_GO_ADMIN, "Main Admin Screen"); //text to display to return/display main administration screen
define(_CONTINUE, "Continue");
Expand Down Expand Up @@ -386,6 +389,10 @@
define(_DE_UPDATED, "Record has been updated.");
define(_DE_EDITING, "Editing Response");
define(_DE_QUESTIONHELP, "Help about this question");
define(_DE_CONDITIONHELP1, "Only answer this if the following conditions are met:");
define(_DE_CONDITIONHELP2, "to question {QUESTION}, you answered {ANSWER}"); //This will be a tricky one depending on your languages syntax. {ANSWER} is replaced with ALL ANSWERS, seperated by _DE_OR (OR).
define(_DE_AND, "AND");
define(_DE_OR, "OR");

//TOKEN CONTROL MESSAGES
define(_TC_NOSID, "You have not selected a survey");
Expand Down

0 comments on commit be2ac41

Please sign in to comment.