add trigger translations
authorchriskl <chriskl>
Sun, 19 Jan 2003 02:48:22 +0000 (02:48 +0000)
committerchriskl <chriskl>
Sun, 19 Jan 2003 02:48:22 +0000 (02:48 +0000)
lang/english.php

index b820d292ccf4320a122a67693385e73d413eb390..bac3b2593bc872c13079ac91427b669a7227eec9 100755 (executable)
@@ -4,7 +4,7 @@
         * 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';