* Language template file for WebDB. Use this to base language
* files.
*
- * $Id: english.php,v 1.44 2003/01/18 09:07:51 chriskl Exp $
+ * $Id: english.php,v 1.45 2003/01/19 02:48:22 chriskl Exp $
*/
// Language and character set
$strArguments = 'Arguments';
$strFunctionNeedsName = 'You must give a name for your function.';
$strFunctionNeedsDef = 'You must give a definition for your function.';
-
+
// Triggers
$strTrigger = 'Trigger';
$strTriggers = 'Triggers';
$strNoTriggers = 'No triggers found.';
$strCreateTrigger = 'Create Trigger';
-
+ $strConfDropTrigger = 'Are you sure you want to drop the trigger "%s" on "%s"?';
+ $strTriggerDropped = 'Trigger dropped.';
+ $strTriggerDroppedBad = 'Trigger drop failed.';
+
// Types
$strType = 'Type';
$strTypes = 'Types';