From 28d2cacaadeb9f5ff6f2b3e219554262ea06a825 Mon Sep 17 00:00:00 2001 From: xzilla Date: Thu, 21 Feb 2008 17:15:57 +0000 Subject: [PATCH] woops, that was a bit overzealous --- lang/english.php | 30 ++++++++++++++++++++++++++++-- lang/recoded/english.php | 30 ++++++++++++++++++++++++++++-- 2 files changed, 56 insertions(+), 4 deletions(-) diff --git a/lang/english.php b/lang/english.php index 71948d34..97c297b0 100755 --- a/lang/english.php +++ b/lang/english.php @@ -4,7 +4,7 @@ * English language file for phpPgAdmin. Use this as a basis * for new translations. * - * $Id: english.php,v 1.230 2008/02/21 17:05:54 xzilla Exp $ + * $Id: english.php,v 1.231 2008/02/21 17:15:57 xzilla Exp $ */ // Language and character set @@ -19,6 +19,7 @@ $lang['strppahome'] = 'phpPgAdmin Homepage'; $lang['strpgsqlhome'] = 'PostgreSQL Homepage'; $lang['strpgsqlhome_url'] = 'http://www.postgresql.org/'; + $lang['strlocaldocs'] = 'PostgreSQL Documentation (local)'; $lang['strreportbug'] = 'Report a Bug'; $lang['strviewfaq'] = 'View online FAQ'; $lang['strviewfaq_url'] = 'http://phppgadmin.sourceforge.net/?page=faq'; @@ -43,12 +44,14 @@ $lang['strenable'] = 'Enable'; $lang['strdisable'] = 'Disable'; $lang['strdrop'] = 'Drop'; + $lang['strdropped'] = 'Dropped'; $lang['strnull'] = 'Null'; $lang['strnotnull'] = 'Not Null'; $lang['strprev'] = '< Prev'; $lang['strnext'] = 'Next >'; $lang['strfirst'] = '<< First'; $lang['strlast'] = 'Last >>'; + $lang['strfailed'] = 'Failed'; $lang['strcreate'] = 'Create'; $lang['strcreated'] = 'Created'; $lang['strcomment'] = 'Comment'; @@ -64,6 +67,7 @@ $lang['strselect'] = 'Select'; $lang['strdelete'] = 'Delete'; $lang['strupdate'] = 'Update'; + $lang['strreferences'] = 'References'; $lang['stryes'] = 'Yes'; $lang['strno'] = 'No'; $lang['strtrue'] = 'TRUE'; @@ -116,6 +120,7 @@ $lang['strdownloadgzipped'] = 'Download compressed with gzip'; $lang['strinfo'] = 'Info'; $lang['stroids'] = 'OIDs'; + $lang['stradvanced'] = 'Advanced'; $lang['strvariables'] = 'Variables'; $lang['strprocess'] = 'Process'; $lang['strprocesses'] = 'Processes'; @@ -128,10 +133,10 @@ $lang['strfile'] = 'File'; $lang['strfileimported'] = 'File imported.'; $lang['strtrycred'] = 'Use these credentials for all servers'; - $lang['strconfdropcred'] = 'For security reason, disconnecting will destroy your shared login information. Are you sure you want to disconnect ?'; $lang['stractionsonmultiplelines'] = 'Actions on multiple lines'; $lang['strselectall'] = 'Select all'; $lang['strunselectall'] = 'Unselect all'; + $lang['strlocale'] = 'Locale'; // User-supplied SQL history $lang['strhistory'] = 'History'; @@ -336,6 +341,7 @@ $lang['strshowalldatabases'] = 'Show all databases'; $lang['strnodatabases'] = 'No databases found.'; $lang['strcreatedatabase'] = 'Create database'; + $lang['strdatabasename'] = 'Database name'; $lang['strdatabaseneedsname'] = 'You must give a name for your database.'; $lang['strdatabasecreated'] = 'Database created.'; $lang['strdatabasecreatedbad'] = 'Database creation failed.'; @@ -426,10 +432,12 @@ $lang['strindex'] = 'Index'; $lang['strindexes'] = 'Indexes'; $lang['strindexname'] = 'Index name'; + $lang['strshowallindexes'] = 'Show all indexes'; $lang['strnoindex'] = 'No index found.'; $lang['strnoindexes'] = 'No indexes found.'; $lang['strcreateindex'] = 'Create index'; $lang['strtabname'] = 'Tab name'; + $lang['strcolumnname'] = 'Column name'; $lang['strindexneedsname'] = 'You must give a name for your index.'; $lang['strindexneedscols'] = 'Indexes require a valid number of columns.'; $lang['strindexcreated'] = 'Index created.'; @@ -437,6 +445,7 @@ $lang['strconfdropindex'] = 'Are you sure you want to drop the index "%s"?'; $lang['strindexdropped'] = 'Index dropped.'; $lang['strindexdroppedbad'] = 'Index drop failed.'; + $lang['strkeyname'] = 'Key name'; $lang['struniquekey'] = 'Unique key'; $lang['strprimarykey'] = 'Primary key'; $lang['strindextype'] = 'Type of index'; @@ -449,9 +458,11 @@ // Rules $lang['strrules'] = 'Rules'; $lang['strrule'] = 'Rule'; + $lang['strshowallrules'] = 'Show all rules'; $lang['strnorule'] = 'No rule found.'; $lang['strnorules'] = 'No rules found.'; $lang['strcreaterule'] = 'Create rule'; + $lang['strrulename'] = 'Rule name'; $lang['strruleneedsname'] = 'You must specify a name for your rule.'; $lang['strrulecreated'] = 'Rule created.'; $lang['strrulecreatedbad'] = 'Rule creation failed.'; @@ -462,7 +473,10 @@ // Constraints $lang['strconstraint'] = 'Constraint'; $lang['strconstraints'] = 'Constraints'; + $lang['strshowallconstraints'] = 'Show all constraints'; $lang['strnoconstraints'] = 'No constraints found.'; + $lang['strcreateconstraint'] = 'Create constraint'; + $lang['strconstraintcreated'] = 'Constraint created.'; $lang['strconstraintcreatedbad'] = 'Constraint creation failed.'; $lang['strconfdropconstraint'] = 'Are you sure you want to drop the constraint "%s" on "%s"?'; $lang['strconstraintdropped'] = 'Constraint dropped.'; @@ -481,6 +495,7 @@ $lang['struniqaddedbad'] = 'Failed to add unique key.'; $lang['straddfk'] = 'Add foreign key'; $lang['strfkneedscols'] = 'Foreign key requires at least one column.'; + $lang['strfkneedstarget'] = 'Foreign key requires a target table.'; $lang['strfkadded'] = 'Foreign key added.'; $lang['strfkaddedbad'] = 'Failed to add foreign key.'; $lang['strfktarget'] = 'Target table'; @@ -497,6 +512,7 @@ $lang['strcreateplfunction'] = 'Create SQL/PL function'; $lang['strcreateinternalfunction'] = 'Create internal function'; $lang['strcreatecfunction'] = 'Create C function'; + $lang['strfunctionname'] = 'Function name'; $lang['strreturns'] = 'Returns'; $lang['strproglanguage'] = 'Programming language'; $lang['strfunctionneedsname'] = 'You must give a name for your function.'; @@ -595,6 +611,7 @@ $lang['strnoschema'] = 'No schema found.'; $lang['strnoschemas'] = 'No schemas found.'; $lang['strcreateschema'] = 'Create schema'; + $lang['strschemaname'] = 'Schema name'; $lang['strschemaneedsname'] = 'You must give a name for your schema.'; $lang['strschemacreated'] = 'Schema created.'; $lang['strschemacreatedbad'] = 'Schema creation failed.'; @@ -654,6 +671,9 @@ $lang['strrightsort'] = 'Right sort'; $lang['strlessthan'] = 'Less than'; $lang['strgreaterthan'] = 'Greater than'; + $lang['stroperatorneedsname'] = 'You must give a name for your operator.'; + $lang['stroperatorcreated'] = 'Operator created.'; + $lang['stroperatorcreatedbad'] = 'Operator creation failed.'; $lang['strconfdropoperator'] = 'Are you sure you want to drop the operator "%s"?'; $lang['stroperatordropped'] = 'Operator dropped.'; $lang['stroperatordroppedbad'] = 'Operator drop failed.'; @@ -688,6 +708,7 @@ $lang['straggregate'] = 'Aggregate'; $lang['straggregates'] = 'Aggregates'; $lang['strnoaggregates'] = 'No aggregates found.'; + $lang['stralltypes'] = '(All types)'; $lang['strcreateaggregate'] = 'Create aggregate'; $lang['straggrbasetype'] = 'Input data type'; $lang['straggrsfunc'] = 'State transition function'; @@ -770,6 +791,8 @@ $lang['strconfdropnode'] = 'Are you sure you want to drop node "%s"?'; $lang['strnodedropped'] = 'Node dropped.'; $lang['strnodedroppedbad'] = 'Node drop failed.'; + $lang['strfailover'] = 'Failover'; + $lang['strnodefailedover'] = 'Node failed over.'; $lang['strnodefailedoverbad'] = 'Node failover failed.'; $lang['strstatus'] = 'Status'; $lang['strhealthy'] = 'Healthy'; @@ -899,6 +922,7 @@ // Fulltext search $lang['strfulltext'] = 'Full Text Search'; $lang['strftsconfig'] = 'FTS configuration'; + $lang['strftsconfigs'] = 'Configurations'; $lang['strftscreateconfig'] = 'Create FTS configuration'; $lang['strftscreatedict'] = 'Create dictionary'; $lang['strftscreatedicttemplate'] = 'Create dictionary template'; @@ -919,9 +943,11 @@ $lang['strftsdict'] = 'Dictionary'; $lang['strftsemptymap'] = 'Empty FTS configuration map.'; $lang['strftswithmap'] = 'With map'; + $lang['strftsmakedefault'] = 'Make default for given locale'; $lang['strftsconfigaltered'] = 'FTS configuration altered.'; $lang['strftsconfigalteredbad'] = 'FTS configuration alter failed.'; $lang['strftsconfigmap'] = 'FTS configuration map'; + $lang['strftsparsers'] = 'FTS parsers'; $lang['strftsnoparsers'] = 'No FTS parsers available.'; $lang['strftsnodicts'] = 'No FTS dictionaries available.'; $lang['strftsdictcreated'] = 'FTS dictionary created.'; diff --git a/lang/recoded/english.php b/lang/recoded/english.php index 15f27e12..da187d31 100644 --- a/lang/recoded/english.php +++ b/lang/recoded/english.php @@ -4,7 +4,7 @@ * English language file for phpPgAdmin. Use this as a basis * for new translations. * - * $Id: english.php,v 1.181 2008/02/21 17:05:54 xzilla Exp $ + * $Id: english.php,v 1.182 2008/02/21 17:15:57 xzilla Exp $ */ // Language and character set @@ -19,6 +19,7 @@ $lang['strppahome'] = 'phpPgAdmin Homepage'; $lang['strpgsqlhome'] = 'PostgreSQL Homepage'; $lang['strpgsqlhome_url'] = 'http://www.postgresql.org/'; + $lang['strlocaldocs'] = 'PostgreSQL Documentation (local)'; $lang['strreportbug'] = 'Report a Bug'; $lang['strviewfaq'] = 'View online FAQ'; $lang['strviewfaq_url'] = 'http://phppgadmin.sourceforge.net/?page=faq'; @@ -43,12 +44,14 @@ $lang['strenable'] = 'Enable'; $lang['strdisable'] = 'Disable'; $lang['strdrop'] = 'Drop'; + $lang['strdropped'] = 'Dropped'; $lang['strnull'] = 'Null'; $lang['strnotnull'] = 'Not Null'; $lang['strprev'] = '< Prev'; $lang['strnext'] = 'Next >'; $lang['strfirst'] = '<< First'; $lang['strlast'] = 'Last >>'; + $lang['strfailed'] = 'Failed'; $lang['strcreate'] = 'Create'; $lang['strcreated'] = 'Created'; $lang['strcomment'] = 'Comment'; @@ -64,6 +67,7 @@ $lang['strselect'] = 'Select'; $lang['strdelete'] = 'Delete'; $lang['strupdate'] = 'Update'; + $lang['strreferences'] = 'References'; $lang['stryes'] = 'Yes'; $lang['strno'] = 'No'; $lang['strtrue'] = 'TRUE'; @@ -116,6 +120,7 @@ $lang['strdownloadgzipped'] = 'Download compressed with gzip'; $lang['strinfo'] = 'Info'; $lang['stroids'] = 'OIDs'; + $lang['stradvanced'] = 'Advanced'; $lang['strvariables'] = 'Variables'; $lang['strprocess'] = 'Process'; $lang['strprocesses'] = 'Processes'; @@ -128,10 +133,10 @@ $lang['strfile'] = 'File'; $lang['strfileimported'] = 'File imported.'; $lang['strtrycred'] = 'Use these credentials for all servers'; - $lang['strconfdropcred'] = 'For security reason, disconnecting will destroy your shared login information. Are you sure you want to disconnect ?'; $lang['stractionsonmultiplelines'] = 'Actions on multiple lines'; $lang['strselectall'] = 'Select all'; $lang['strunselectall'] = 'Unselect all'; + $lang['strlocale'] = 'Locale'; // User-supplied SQL history $lang['strhistory'] = 'History'; @@ -336,6 +341,7 @@ $lang['strshowalldatabases'] = 'Show all databases'; $lang['strnodatabases'] = 'No databases found.'; $lang['strcreatedatabase'] = 'Create database'; + $lang['strdatabasename'] = 'Database name'; $lang['strdatabaseneedsname'] = 'You must give a name for your database.'; $lang['strdatabasecreated'] = 'Database created.'; $lang['strdatabasecreatedbad'] = 'Database creation failed.'; @@ -426,10 +432,12 @@ $lang['strindex'] = 'Index'; $lang['strindexes'] = 'Indexes'; $lang['strindexname'] = 'Index name'; + $lang['strshowallindexes'] = 'Show all indexes'; $lang['strnoindex'] = 'No index found.'; $lang['strnoindexes'] = 'No indexes found.'; $lang['strcreateindex'] = 'Create index'; $lang['strtabname'] = 'Tab name'; + $lang['strcolumnname'] = 'Column name'; $lang['strindexneedsname'] = 'You must give a name for your index.'; $lang['strindexneedscols'] = 'Indexes require a valid number of columns.'; $lang['strindexcreated'] = 'Index created.'; @@ -437,6 +445,7 @@ $lang['strconfdropindex'] = 'Are you sure you want to drop the index "%s"?'; $lang['strindexdropped'] = 'Index dropped.'; $lang['strindexdroppedbad'] = 'Index drop failed.'; + $lang['strkeyname'] = 'Key name'; $lang['struniquekey'] = 'Unique key'; $lang['strprimarykey'] = 'Primary key'; $lang['strindextype'] = 'Type of index'; @@ -449,9 +458,11 @@ // Rules $lang['strrules'] = 'Rules'; $lang['strrule'] = 'Rule'; + $lang['strshowallrules'] = 'Show all rules'; $lang['strnorule'] = 'No rule found.'; $lang['strnorules'] = 'No rules found.'; $lang['strcreaterule'] = 'Create rule'; + $lang['strrulename'] = 'Rule name'; $lang['strruleneedsname'] = 'You must specify a name for your rule.'; $lang['strrulecreated'] = 'Rule created.'; $lang['strrulecreatedbad'] = 'Rule creation failed.'; @@ -462,7 +473,10 @@ // Constraints $lang['strconstraint'] = 'Constraint'; $lang['strconstraints'] = 'Constraints'; + $lang['strshowallconstraints'] = 'Show all constraints'; $lang['strnoconstraints'] = 'No constraints found.'; + $lang['strcreateconstraint'] = 'Create constraint'; + $lang['strconstraintcreated'] = 'Constraint created.'; $lang['strconstraintcreatedbad'] = 'Constraint creation failed.'; $lang['strconfdropconstraint'] = 'Are you sure you want to drop the constraint "%s" on "%s"?'; $lang['strconstraintdropped'] = 'Constraint dropped.'; @@ -481,6 +495,7 @@ $lang['struniqaddedbad'] = 'Failed to add unique key.'; $lang['straddfk'] = 'Add foreign key'; $lang['strfkneedscols'] = 'Foreign key requires at least one column.'; + $lang['strfkneedstarget'] = 'Foreign key requires a target table.'; $lang['strfkadded'] = 'Foreign key added.'; $lang['strfkaddedbad'] = 'Failed to add foreign key.'; $lang['strfktarget'] = 'Target table'; @@ -497,6 +512,7 @@ $lang['strcreateplfunction'] = 'Create SQL/PL function'; $lang['strcreateinternalfunction'] = 'Create internal function'; $lang['strcreatecfunction'] = 'Create C function'; + $lang['strfunctionname'] = 'Function name'; $lang['strreturns'] = 'Returns'; $lang['strproglanguage'] = 'Programming language'; $lang['strfunctionneedsname'] = 'You must give a name for your function.'; @@ -595,6 +611,7 @@ $lang['strnoschema'] = 'No schema found.'; $lang['strnoschemas'] = 'No schemas found.'; $lang['strcreateschema'] = 'Create schema'; + $lang['strschemaname'] = 'Schema name'; $lang['strschemaneedsname'] = 'You must give a name for your schema.'; $lang['strschemacreated'] = 'Schema created.'; $lang['strschemacreatedbad'] = 'Schema creation failed.'; @@ -654,6 +671,9 @@ $lang['strrightsort'] = 'Right sort'; $lang['strlessthan'] = 'Less than'; $lang['strgreaterthan'] = 'Greater than'; + $lang['stroperatorneedsname'] = 'You must give a name for your operator.'; + $lang['stroperatorcreated'] = 'Operator created.'; + $lang['stroperatorcreatedbad'] = 'Operator creation failed.'; $lang['strconfdropoperator'] = 'Are you sure you want to drop the operator "%s"?'; $lang['stroperatordropped'] = 'Operator dropped.'; $lang['stroperatordroppedbad'] = 'Operator drop failed.'; @@ -688,6 +708,7 @@ $lang['straggregate'] = 'Aggregate'; $lang['straggregates'] = 'Aggregates'; $lang['strnoaggregates'] = 'No aggregates found.'; + $lang['stralltypes'] = '(All types)'; $lang['strcreateaggregate'] = 'Create aggregate'; $lang['straggrbasetype'] = 'Input data type'; $lang['straggrsfunc'] = 'State transition function'; @@ -770,6 +791,8 @@ $lang['strconfdropnode'] = 'Are you sure you want to drop node "%s"?'; $lang['strnodedropped'] = 'Node dropped.'; $lang['strnodedroppedbad'] = 'Node drop failed.'; + $lang['strfailover'] = 'Failover'; + $lang['strnodefailedover'] = 'Node failed over.'; $lang['strnodefailedoverbad'] = 'Node failover failed.'; $lang['strstatus'] = 'Status'; $lang['strhealthy'] = 'Healthy'; @@ -899,6 +922,7 @@ // Fulltext search $lang['strfulltext'] = 'Full Text Search'; $lang['strftsconfig'] = 'FTS configuration'; + $lang['strftsconfigs'] = 'Configurations'; $lang['strftscreateconfig'] = 'Create FTS configuration'; $lang['strftscreatedict'] = 'Create dictionary'; $lang['strftscreatedicttemplate'] = 'Create dictionary template'; @@ -919,9 +943,11 @@ $lang['strftsdict'] = 'Dictionary'; $lang['strftsemptymap'] = 'Empty FTS configuration map.'; $lang['strftswithmap'] = 'With map'; + $lang['strftsmakedefault'] = 'Make default for given locale'; $lang['strftsconfigaltered'] = 'FTS configuration altered.'; $lang['strftsconfigalteredbad'] = 'FTS configuration alter failed.'; $lang['strftsconfigmap'] = 'FTS configuration map'; + $lang['strftsparsers'] = 'FTS parsers'; $lang['strftsnoparsers'] = 'No FTS parsers available.'; $lang['strftsnodicts'] = 'No FTS dictionaries available.'; $lang['strftsdictcreated'] = 'FTS dictionary created.'; -- 2.39.5