translations for create rule and add check. fix a grammar error
authorchriskl <chriskl>
Sun, 16 Mar 2003 10:46:34 +0000 (10:46 +0000)
committerchriskl <chriskl>
Sun, 16 Mar 2003 10:46:34 +0000 (10:46 +0000)
lang/english.php

index 669b814646d0e8a3a3ffb1c9f566b3fe134f817f..c62262faf56d0a1e1dbe44fbb7c548c1b9aaa5a6 100755 (executable)
@@ -4,7 +4,7 @@
         * Language template file for WebDB. Use this to base language
         * files.
         *
-        * $Id: english.php,v 1.56 2003/03/12 02:29:47 chriskl Exp $
+        * $Id: english.php,v 1.57 2003/03/16 10:46:34 chriskl Exp $
         */
 
        // Language and character set
@@ -18,7 +18,7 @@
        $strServer = 'Server';
        $strLogout = 'Logout';
        $strOwner = 'Owner';
-       $strAction = 'Action';  
+       $strAction = 'Action';
        $strActions = 'Actions';
        $strName = 'Name';
        $strDefinition = 'Definition';
@@ -72,6 +72,9 @@
        $strReindex = 'Reindex';
        $strRun = 'Run';
        $strAdd = 'Add';
+       $strEvent = 'Event';
+       $strWhere = 'Where';
+       $strInstead = 'Do Instead';
 
        // Error handling
        $strNoFrames = 'You need a frames-enabled browser to use this application.';
        $strNoRules = 'No rules found.';
        $strCreateRule = 'Create rule';
        $strRuleName = 'Rule name';
-       $strRuleNeedsName = 'You must specify a name of rule.';
+       $strRuleNeedsName = 'You must specify a name for your rule.';
        $strRuleCreated = 'Rule created.';
        $strRuleCreatedBad = 'Rule creation failed.';
        $strConfDropRule = 'Are you sure you want to drop the rule "%s" on "%s"?';
        $strConstraintDropped = 'Constraint dropped.';
        $strConstraintDroppedBad = 'Constraint drop failed.';
        $strAddCheck = 'Add Check';
+       $strCheckNeedsDefinition = 'Check constraint needs a definition.';
+       $strCheckAdded = 'Check constraint added.';
+       $strCheckAddedBad = 'Failed to add check constraint.';
 
        // Functions
        $strFunction = 'Function';