Drop unused strings, change others.
authorsoranzo <soranzo>
Tue, 24 Apr 2007 11:13:01 +0000 (11:13 +0000)
committersoranzo <soranzo>
Tue, 24 Apr 2007 11:13:01 +0000 (11:13 +0000)
lang/english.php
lang/recoded/english.php

index ac4df44a9d9eba2657dd5f92d6edbe7824915a03..c602ced3eb08ccfbdfef567dd8d3e22b63bf2874 100755 (executable)
@@ -4,7 +4,7 @@
         * English language file for phpPgAdmin.  Use this as a basis
         * for new translations.
         *
-        * $Id: english.php,v 1.205 2007/04/21 15:39:54 xzilla Exp $
+        * $Id: english.php,v 1.206 2007/04/24 11:13:01 soranzo Exp $
         */
 
        // Language and character set
@@ -14,7 +14,7 @@
        $lang['appdbencoding'] = 'LATIN1';
        $lang['applangdir'] = 'ltr';
 
-       // Welcome  
+       // Welcome
        $lang['strintro'] = 'Welcome to phpPgAdmin.';
        $lang['strppahome'] = 'phpPgAdmin Homepage';
        $lang['strpgsqlhome'] = 'PostgreSQL Homepage';
        $lang['strcancreaterole'] = 'Can create role?';
        $lang['strrolecreated'] = 'Role created.';
        $lang['strrolecreatedbad'] = 'Create role failed.';
-       $lang['stralterrole'] = 'Alter role';
        $lang['strrolealtered'] = 'Role altered.';
        $lang['strrolealteredbad'] = 'Role alter failed.';
        $lang['strcanlogin'] = 'Can login?';
        $lang['strminvalue'] = 'Min value';
        $lang['strcachevalue'] = 'Cache value';
        $lang['strlogcount'] = 'Log count';
-       $lang['striscycled'] = 'Is cycled?';
-       $lang['striscalled'] = 'Is called?';
+       $lang['strcancycle'] = 'Can cycle?';
+       $lang['striscalled'] = 'Will increment last value before returning next value (is_called)?';
        $lang['strsequenceneedsname'] = 'You must specify a name for your sequence.';
        $lang['strsequencecreated'] = 'Sequence created.';
        $lang['strsequencecreatedbad'] = 'Sequence creation failed.'; 
        $lang['strsequencedroppedbad'] = 'Sequence drop failed.';
        $lang['strsequencereset'] = 'Sequence reset.';
        $lang['strsequenceresetbad'] = 'Sequence reset failed.'; 
-       $lang['straltersequence'] = 'Alter sequence';
        $lang['strsequencealtered'] = 'Sequence altered.';
        $lang['strsequencealteredbad'] = 'Sequence alteration failed.';
        $lang['strsetval'] = 'Set value';
        $lang['straggregates'] = 'Aggregates';
        $lang['strnoaggregates'] = 'No aggregates found.';
        $lang['stralltypes'] = '(All types)';
-       $lang['straggrtransfn'] = 'Transition function';
        $lang['strcreateaggregate'] = 'Create aggregate';
        $lang['straggrbasetype'] = 'Input data type';
        $lang['straggrsfunc'] = 'State transition function';
-       $lang['straggrstype'] = 'State data type';
+       $lang['straggrstype'] = 'Data type for state value';
        $lang['straggrffunc'] = 'Final function';
        $lang['straggrinitcond'] = 'Initial condition';
        $lang['straggrsortop'] = 'Sort operator';
        $lang['strconfdropaggregate'] = 'Are you sure you want to drop the aggregate "%s"?';
        $lang['straggregatedropped'] = 'Aggregate dropped.';
        $lang['straggregatedroppedbad'] = 'Aggregate drop failed.';
-       $lang['stralteraggregate'] = 'Alter aggregate';
        $lang['straggraltered'] = 'Aggregate altered.';
        $lang['straggralteredbad'] = 'Aggregate alteration failed.';
-       $lang['straggrneedsname'] = 'You must specify a name for the aggregate';
-       $lang['straggrneedsbasetype'] = 'You must specify the input data type for the aggregate';
-       $lang['straggrneedssfunc'] = 'You must specify the name of the state transition function for the aggregate';
-       $lang['straggrneedsstype'] = 'You must specify the data type for the aggregate\'s state value';
+       $lang['straggrneedsname'] = 'You must specify a name for the aggregate.';
+       $lang['straggrneedsbasetype'] = 'You must specify the input data type for the aggregate.';
+       $lang['straggrneedssfunc'] = 'You must specify the name of the state transition function for the aggregate.';
+       $lang['straggrneedsstype'] = 'You must specify the data type for the aggregate\'s state value.';
        $lang['straggrcreated'] = 'Aggregate created.';
        $lang['straggrcreatedbad'] = 'Aggregate creation failed.';
        $lang['straggrshowall'] = 'Show all aggregates';
        $lang['strturnedoff'] = 'Turned Off'; 
        $lang['strenabled'] = 'Enabled'; 
        $lang['strvacuumbasethreshold'] = 'Vacuum Base Threshold'; 
-       $lang['strvacuumscalefactor'] = 'Vacuum Scale Factor';  
-       $lang['stranalybasethreshold'] = 'Analyze Base Threshold';  
+       $lang['strvacuumscalefactor'] = 'Vacuum Scale Factor';
+       $lang['stranalybasethreshold'] = 'Analyze Base Threshold';
        $lang['stranalyzescalefactor'] = 'Analyze Scale Factor'; 
        $lang['strvacuumcostdelay'] = 'Vacuum Cost Delay'; 
-       $lang['strvacuumcostlimit'] = 'Vacuum Cost Limit';  
+       $lang['strvacuumcostlimit'] = 'Vacuum Cost Limit';
 
-    // Table-level Locks
+       // Table-level Locks
        $lang['strlocks'] = 'Locks';
        $lang['strtransaction'] = 'Transaction ID';
        $lang['strprocessid'] = 'Process ID';
index 8ca9f7d90330c3a366c77c3a5a9405769df912c5..06add374cda05d4206de30cb65e2d7fe5ee0a1c9 100644 (file)
@@ -4,7 +4,7 @@
         * English language file for phpPgAdmin.  Use this as a basis
         * for new translations.
         *
-        * $Id: english.php,v 1.157 2007/04/21 15:39:54 xzilla Exp $
+        * $Id: english.php,v 1.158 2007/04/24 11:13:02 soranzo Exp $
         */
 
        // Language and character set
@@ -14,7 +14,7 @@
        $lang['appdbencoding'] = 'LATIN1';
        $lang['applangdir'] = 'ltr';
 
-       // Welcome  
+       // Welcome
        $lang['strintro'] = 'Welcome to phpPgAdmin.';
        $lang['strppahome'] = 'phpPgAdmin Homepage';
        $lang['strpgsqlhome'] = 'PostgreSQL Homepage';
        $lang['strcancreaterole'] = 'Can create role?';
        $lang['strrolecreated'] = 'Role created.';
        $lang['strrolecreatedbad'] = 'Create role failed.';
-       $lang['stralterrole'] = 'Alter role';
        $lang['strrolealtered'] = 'Role altered.';
        $lang['strrolealteredbad'] = 'Role alter failed.';
        $lang['strcanlogin'] = 'Can login?';
        $lang['strminvalue'] = 'Min value';
        $lang['strcachevalue'] = 'Cache value';
        $lang['strlogcount'] = 'Log count';
-       $lang['striscycled'] = 'Is cycled?';
-       $lang['striscalled'] = 'Is called?';
+       $lang['strcancycle'] = 'Can cycle?';
+       $lang['striscalled'] = 'Will increment last value before returning next value (is_called)?';
        $lang['strsequenceneedsname'] = 'You must specify a name for your sequence.';
        $lang['strsequencecreated'] = 'Sequence created.';
        $lang['strsequencecreatedbad'] = 'Sequence creation failed.'; 
        $lang['strsequencedroppedbad'] = 'Sequence drop failed.';
        $lang['strsequencereset'] = 'Sequence reset.';
        $lang['strsequenceresetbad'] = 'Sequence reset failed.'; 
-       $lang['straltersequence'] = 'Alter sequence';
        $lang['strsequencealtered'] = 'Sequence altered.';
        $lang['strsequencealteredbad'] = 'Sequence alteration failed.';
        $lang['strsetval'] = 'Set value';
        $lang['straggregates'] = 'Aggregates';
        $lang['strnoaggregates'] = 'No aggregates found.';
        $lang['stralltypes'] = '(All types)';
-       $lang['straggrtransfn'] = 'Transition function';
        $lang['strcreateaggregate'] = 'Create aggregate';
        $lang['straggrbasetype'] = 'Input data type';
        $lang['straggrsfunc'] = 'State transition function';
-       $lang['straggrstype'] = 'State data type';
+       $lang['straggrstype'] = 'Data type for state value';
        $lang['straggrffunc'] = 'Final function';
        $lang['straggrinitcond'] = 'Initial condition';
        $lang['straggrsortop'] = 'Sort operator';
        $lang['strconfdropaggregate'] = 'Are you sure you want to drop the aggregate &quot;%s&quot;?';
        $lang['straggregatedropped'] = 'Aggregate dropped.';
        $lang['straggregatedroppedbad'] = 'Aggregate drop failed.';
-       $lang['stralteraggregate'] = 'Alter aggregate';
        $lang['straggraltered'] = 'Aggregate altered.';
        $lang['straggralteredbad'] = 'Aggregate alteration failed.';
-       $lang['straggrneedsname'] = 'You must specify a name for the aggregate';
-       $lang['straggrneedsbasetype'] = 'You must specify the input data type for the aggregate';
-       $lang['straggrneedssfunc'] = 'You must specify the name of the state transition function for the aggregate';
-       $lang['straggrneedsstype'] = 'You must specify the data type for the aggregate\'s state value';
+       $lang['straggrneedsname'] = 'You must specify a name for the aggregate.';
+       $lang['straggrneedsbasetype'] = 'You must specify the input data type for the aggregate.';
+       $lang['straggrneedssfunc'] = 'You must specify the name of the state transition function for the aggregate.';
+       $lang['straggrneedsstype'] = 'You must specify the data type for the aggregate\'s state value.';
        $lang['straggrcreated'] = 'Aggregate created.';
        $lang['straggrcreatedbad'] = 'Aggregate creation failed.';
        $lang['straggrshowall'] = 'Show all aggregates';
        $lang['strturnedoff'] = 'Turned Off'; 
        $lang['strenabled'] = 'Enabled'; 
        $lang['strvacuumbasethreshold'] = 'Vacuum Base Threshold'; 
-       $lang['strvacuumscalefactor'] = 'Vacuum Scale Factor';  
-       $lang['stranalybasethreshold'] = 'Analyze Base Threshold';  
+       $lang['strvacuumscalefactor'] = 'Vacuum Scale Factor';
+       $lang['stranalybasethreshold'] = 'Analyze Base Threshold';
        $lang['stranalyzescalefactor'] = 'Analyze Scale Factor'; 
        $lang['strvacuumcostdelay'] = 'Vacuum Cost Delay'; 
-       $lang['strvacuumcostlimit'] = 'Vacuum Cost Limit';  
+       $lang['strvacuumcostlimit'] = 'Vacuum Cost Limit';
 
-    // Table-level Locks
+       // Table-level Locks
        $lang['strlocks'] = 'Locks';
        $lang['strtransaction'] = 'Transaction ID';
        $lang['strprocessid'] = 'Process ID';