Skip to content

Commit

Permalink
Drop unused strings, change others.
Browse files Browse the repository at this point in the history
  • Loading branch information
soranzo committed Apr 24, 2007
1 parent 6110c73 commit 59732d3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 34 deletions.
30 changes: 13 additions & 17 deletions lang/english.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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';
Expand Down Expand Up @@ -296,7 +296,6 @@
$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?';
Expand Down Expand Up @@ -391,8 +390,8 @@
$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.';
Expand All @@ -401,7 +400,6 @@
$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';
Expand Down Expand Up @@ -682,25 +680,23 @@
$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['strdropaggregate'] = 'Drop aggregate';
$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';
Expand Down Expand Up @@ -878,13 +874,13 @@
$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';
Expand Down
30 changes: 13 additions & 17 deletions lang/recoded/english.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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';
Expand Down Expand Up @@ -296,7 +296,6 @@
$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?';
Expand Down Expand Up @@ -391,8 +390,8 @@
$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.';
Expand All @@ -401,7 +400,6 @@
$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';
Expand Down Expand Up @@ -682,25 +680,23 @@
$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['strdropaggregate'] = 'Drop aggregate';
$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';
Expand Down Expand Up @@ -878,13 +874,13 @@
$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';
Expand Down

0 comments on commit 59732d3

Please sign in to comment.