Skip to content

Commit

Permalink
Create DB messages added
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@474 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Jul 7, 2003
1 parent f1f62c7 commit 8d59002
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions admin/lang/english/messages.php
Expand Up @@ -12,6 +12,8 @@
define(_ACTIVATE, "Activate Survey");
define(_DEACTIVATE, "Deactivate Survey");
define(_CHECKFIELDS, "Check Database Fields");
define(_CREATEDB, "Create Database");
define(_SETUP, "PHPSurveyor Setup");

//DROPDOWN HEADINGS
define(_SURVEYS, "Surveys");
Expand Down Expand Up @@ -222,4 +224,11 @@
define(_CF_FIELDCREATED, "Field Created");
define(_CF_OK, "OK");

//CREATE DATABASE (createdb.php)
define(_CD_DBCREATED, "Database has been created.");
define(_CD_POPULATE_MESSAGE, "Please click below to populate the database");
define(_CD_POPULATE, "Populate Database");
define(_CD_NOCREATE, "Could not create database");
define(_CD_NODBNAME, "Database Information not provided. This script must be run from admin.php only.")

?>

0 comments on commit 8d59002

Please sign in to comment.