Skip to content

Commit

Permalink
Added checkfields.php messages
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@470 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Jul 7, 2003
1 parent 74314c1 commit 8694cad
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion admin/lang/english/messages.php
Expand Up @@ -11,6 +11,7 @@
define(_USERCONTROL, "User Control");
define(_ACTIVATE, "Activate Survey");
define(_DEACTIVATE, "Deactivate Survey");
define(_CHECKFIELDS, "Check Database Fields");

//DROPDOWN HEADINGS
define(_SURVEYS, "Surveys");
Expand Down Expand Up @@ -213,6 +214,12 @@
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: ");


//CHECKFIELDS
define(_CF_CHECKTABLES, "Checking to ensure all tables exist");
define(_CF_CHECKFIELDS, "Checking to ensure all fields exist");
define(_CF_CHECKING, "Checking");
define(_CF_TABLECREATED, "Table Created");
define(_CF_FIELDCREATED, "Field Created");
define(_CF_OK, "OK");

?>

0 comments on commit 8694cad

Please sign in to comment.