Skip to content

Commit

Permalink
Activate and deactivate messages
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@461 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Jul 6, 2003
1 parent 15a407b commit 7857db7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions admin/lang/english/messages.php
Expand Up @@ -192,4 +192,15 @@
define(_AC_NOTPRIVATE, "This is not an anonymous survey. A token table must also be created.");
define(_AC_CREATETOKENS, "Initialise Tokens");
define(_AC_SURVEYACTIVE, "This survey is now active, and responses can be recorded.");
define(_AC_DEACTIVATE_MESSAGE1, "In an active survey, a table is created to store all the data-entry records.");
define(_AC_DEACTIVATE_MESSAGE2, "When you de-activate a survey all the data entered in the original table will be moved elsewhere, and when you activate the survey again, the table will be empty. You will not be able to access this data using PHPSurveyor any more.");
define(_AC_DEACTIVATE_MESSAGE3, "De-activated survey data can only be accessed by system administrators using a MySQL data access tool like phpmyadmin. If your survey uses tokens, this table will also be renamed and will only be accessible by system administrators.");
define(_AC_DEACTIVATE_MESSAGE4, "Your responses table will be renamed to:");
define(_AC_DEACTIVATE_MESSAGE5, "You should export your responses before de-activating. Click \"Cancel\" to return to the main admin screen without de-activating this survey.");
define(_AC_DEACTIVATE, "De-Activate");
define(_AC_DEACTIVATED_MESSAGE1, "The responses table has been renamed to: ");
define(_AC_DEACTIVATED_MESSAGE2, "The responses to this survey are no longer available using PHPSurveyor.");
define(_AC_DEACTIVATED_MESSAGE3, "You should note the name of this table in case you need to access this information later.");
define(_AC_DEACTIVATED_MESSAGE4, "The tokens table associated with this survey has been renamed to: ");

?>

0 comments on commit 7857db7

Please sign in to comment.