|
From: Jirka P. <fi...@us...> - 2002-06-17 09:21:56
|
Update of /cvsroot/phpbt/phpbt/languages
In directory usw-pr-cvs1:/tmp/cvs-serv14929/phpbt/languages
Modified Files:
cz.php cz_iso-8859-2.php en.php
Log Message:
Switch to associative arrays for templates and some code cleanup.
Q: Is anyone testing files from CVS, except me and Ben? Please, let me know ...
Index: cz.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/cz.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- cz.php 13 Jun 2002 14:26:36 -0000 1.12
+++ cz.php 17 Jun 2002 09:21:52 -0000 1.13
@@ -90,42 +90,54 @@
'addnewsite' => 'Pøidat nové prostøedí',
'sitelist' => 'Seznam prostøedí',
'sites' => 'Prostøedí',
- '_opt_All' => 'Ve',
- '_Project' => 'Projekt',
- '_Version' => 'Verze',
- '_Component' => 'Komponenta',
- '_Status' => 'Status',
- '_Resolution' => 'Rozhodnutí',
- '_OpSys' => 'Operaèní systém',
- '_Priority' => 'Priorita',
- '_Severity' => 'Dùleitost',
- '_Database' => 'Databáze',
- '_ReportedOnSite' => 'Prostøedí výskytu',
- '_Summary' => 'Shrnutí',
- '_DescriptionEntry' => 'Poloka popisu',
- '_SortBy' => 'Tøídit podle',
- '_SortBy_BugNumber' => 'Èísla BUGu',
- '_SortBy_Severity' => 'Dùleitosti',
- '_SortBy_Reporter' => 'Reportéra',
- '_SortBy_Priority' => 'Priority',
- '_SortBy_Status' => 'Statutu',
- '_SortAsc' => 'Vzestupnì',
- '_SortDesc' => 'Sestupnì',
- '_SaveThisQueryAs' => 'Uloit tento dotaz jako',
- '_ResetBackToDefaultQuery' => 'Zpìt k pùvodnímu dotazu',
- '_SubmitQuery' => 'Odeslat dotaz',
- '_SavedQueries' => 'Uloené dotazy',
- '_1GoToThe' => 'Pøejít na',
- '_1AdvancedQueryPage' => 'stránku pokroèilého vyhledávání',
- '_1SimpleQueryPage' => 'stránku jednoduchého vyhledávání',
- '_SureDeleteSavedQuery' => 'Jste si jisti, e chcete odstranit tento uloený dotaz?',
- '_MatchingAs' => 'odpovídá (vyhledat jako)',
- '_MatchingAs_Regexp' => 'regulárním výrazem',
- '_MatchingAs_NotRegexp' => 'není regulárním výrazem',
- '_MatchingAs_Substring' => 'podøetìzec',
- '_MatchingAs_Exact' => 'pøesnì',
- '_eMail_Reporter' => 'reportér',
- '_eMail_AssignedTo' => 'pøiøazeno',
+ 'QUERY' => array(
+ 'opt_All' => 'Ve',
+ 'Project' => 'Projekt',
+ 'Version' => 'Verze',
+ 'Component' => 'Komponenta',
+ 'Status' => 'Status',
+ 'Resolution' => 'Rozhodnutí',
+ 'OpSys' => 'Operaèní systém',
+ 'Priority' => 'Priorita',
+ 'Severity' => 'Dùleitost',
+ 'Database' => 'Databáze',
+ 'ReportedOnSite' => 'Prostøedí výskytu',
+ 'Summary' => 'Shrnutí',
+ 'DescriptionEntry' => 'Poloka popisu',
+ 'SortBy' => 'Tøídit podle',
+ 'SortBy_BugNumber' => 'Èísla BUGu',
+ 'SortBy_Severity' => 'Dùleitosti',
+ 'SortBy_Reporter' => 'Reportéra',
+ 'SortBy_Priority' => 'Priority',
+ 'SortBy_Status' => 'Statutu',
+ 'SortAsc' => 'Vzestupnì',
+ 'SortDesc' => 'Sestupnì',
+ 'SaveThisQueryAs' => 'Uloit tento dotaz jako',
+ 'ResetBackToDefaultQuery' => 'Zpìt k pùvodnímu dotazu',
+ 'SubmitQuery' => 'Odeslat dotaz',
+ 'SavedQueries' => 'Uloené dotazy',
+ 'GoToThe' => 'Pøejít na',
+ 'AdvancedQueryPage' => 'stránku pokroèilého vyhledávání',
+ 'SimpleQueryPage' => 'stránku jednoduchého vyhledávání',
+ 'SureDeleteSavedQuery' => 'Jste si jisti, e chcete odstranit tento uloený dotaz?',
+ 'MatchingAs' => 'odpovídá (vyhledat jako)',
+ 'MatchingAs_Regexp' => 'regulárním výrazem',
+ 'MatchingAs_NotRegexp' => 'není regulárním výrazem',
+ 'MatchingAs_Substring' => 'podøetìzec',
+ 'MatchingAs_Exact' => 'pøesnì',
+ 'eMail_Reporter' => 'reportér',
+ 'eMail_AssignedTo' => 'pøiøazeno'
+ ),
+ 'WRAP' => array(
+ 'FindBug' => 'Hledat BUG',
+ 'Home' => 'Domù',
+ 'AddNewBug' => 'Pøidat nový BUG',
+ 'QueryBugs' => 'Prohledávání',
+ 'ViewReports' => 'Hláení/Reporty',
+ 'Documentation' => 'Dokumentace',
+ 'AdminTools' => 'Administraèní nástroje',
+ 'CreateNewAccount' => 'Vytvoøit nový úèet'
+ )
);
// Page titles
@@ -176,8 +188,7 @@
'adddatabase' => 'Pøidat databázi',
'editdatabase' => 'Upravit databázi',
'database' => 'Databáze',
- 'site' => 'Prostøedí',
- 'documentation' => 'Dokumentace'
+ 'site' => 'Prostøedí'
);
?>
Index: cz_iso-8859-2.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/cz_iso-8859-2.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cz_iso-8859-2.php 13 Jun 2002 14:26:37 -0000 1.9
+++ cz_iso-8859-2.php 17 Jun 2002 09:21:52 -0000 1.10
@@ -90,42 +90,54 @@
'addnewsite' => 'Pøidat nové prostøedí',
'sitelist' => 'Seznam prostøedí',
'sites' => 'Prostøedí',
- '_opt_All' => 'V¹e',
- '_Project' => 'Projekt',
- '_Version' => 'Verze',
- '_Component' => 'Komponenta',
- '_Status' => 'Status',
- '_Resolution' => 'Rozhodnutí',
- '_OpSys' => 'Operaèní systém',
- '_Priority' => 'Priorita',
- '_Severity' => 'Dùle¾itost',
- '_Database' => 'Databáze',
- '_ReportedOnSite' => 'Prostøedí výskytu',
- '_Summary' => 'Shrnutí',
- '_DescriptionEntry' => 'Polo¾ka popisu',
- '_SortBy' => 'Tøídit podle',
- '_SortBy_BugNumber' => 'Èísla BUGu',
- '_SortBy_Severity' => 'Dùle¾itosti',
- '_SortBy_Reporter' => 'Reportéra',
- '_SortBy_Status' => 'Statutu',
- '_SortBy_Priority' => 'Priority',
- '_SortAsc' => 'Vzestupnì',
- '_SortDesc' => 'Sestupnì',
- '_SaveThisQueryAs' => 'Ulo¾t tento dotaz jako',
- '_ResetBackToDefaultQuery' => 'Zpìt k pùvodnímu dotazu',
- '_SubmitQuery' => 'Odeslat dotaz',
- '_SavedQueries' => 'Ulo¾ené dotazy',
- '_1GoToThe' => 'Pøejít na',
- '_1AdvancedQueryPage' => 'stránku pokroèilého vyhledávání',
- '_1SimpleQueryPage' => 'stránku jednoduchého vyhledávání',
- '_SureDeleteSavedQuery' => 'Jste si jisti, ¾e chcete smazat tento ulo¾ený dotaz?',
- '_MatchingAs' => 'odpovídá (vyhledat jako)',
- '_MatchingAs_Regexp' => 'regulárním výrazem',
- '_MatchingAs_NotRegexp' => 'není regulárním výrazem',
- '_MatchingAs_Substring' => 'podøetìzec',
- '_MatchingAs_Exact' => 'pøesnì',
- '_eMail_Reporter' => 'reportér',
- '_eMail_AssignedTo' => 'pøiøazeno'
+ 'QUERY' => array(
+ 'opt_All' => 'V¹e',
+ 'Project' => 'Projekt',
+ 'Version' => 'Verze',
+ 'Component' => 'Komponenta',
+ 'Status' => 'Status',
+ 'Resolution' => 'Rozhodnutí',
+ 'OpSys' => 'Operaèní systém',
+ 'Priority' => 'Priorita',
+ 'Severity' => 'Dùle¾itost',
+ 'Database' => 'Databáze',
+ 'ReportedOnSite' => 'Prostøedí výskytu',
+ 'Summary' => 'Shrnutí',
+ 'DescriptionEntry' => 'Polo¾ka popisu',
+ 'SortBy' => 'Tøídit podle',
+ 'SortBy_BugNumber' => 'Èísla BUGu',
+ 'SortBy_Severity' => 'Dùle¾itosti',
+ 'SortBy_Reporter' => 'Reportéra',
+ 'SortBy_Priority' => 'Priority',
+ 'SortBy_Status' => 'Statutu',
+ 'SortAsc' => 'Vzestupnì',
+ 'SortDesc' => 'Sestupnì',
+ 'SaveThisQueryAs' => 'Ulo¾it tento dotaz jako',
+ 'ResetBackToDefaultQuery' => 'Zpìt k pùvodnímu dotazu',
+ 'SubmitQuery' => 'Odeslat dotaz',
+ 'SavedQueries' => 'Ulo¾ené dotazy',
+ 'GoToThe' => 'Pøejít na',
+ 'AdvancedQueryPage' => 'stránku pokroèilého vyhledávání',
+ 'SimpleQueryPage' => 'stránku jednoduchého vyhledávání',
+ 'SureDeleteSavedQuery' => 'Jste si jisti, ¾e chcete odstranit tento ulo¾ený dotaz?',
+ 'MatchingAs' => 'odpovídá (vyhledat jako)',
+ 'MatchingAs_Regexp' => 'regulárním výrazem',
+ 'MatchingAs_NotRegexp' => 'není regulárním výrazem',
+ 'MatchingAs_Substring' => 'podøetìzec',
+ 'MatchingAs_Exact' => 'pøesnì',
+ 'eMail_Reporter' => 'reportér',
+ 'eMail_AssignedTo' => 'pøiøazeno'
+ ),
+ 'WRAP' => array(
+ 'FindBug' => 'Hledat BUG',
+ 'Home' => 'Domù',
+ 'AddNewBug' => 'Pøidat nový BUG',
+ 'QueryBugs' => 'Prohledávání',
+ 'ViewReports' => 'Hlá¹ení/Reporty',
+ 'Documentation' => 'Dokumentace',
+ 'AdminTools' => 'Administraèní nástroje',
+ 'CreateNewAccount' => 'Vytvoøit nový úèet'
+ )
);
// Page titles
@@ -176,7 +188,7 @@
'adddatabase' => 'Pøidat databázi',
'editdatabase' => 'Upravit databázi',
'database' => 'Databáze',
- 'documentation' => 'Dokumentace',
'site' => 'Prostøedí'
);
?>
+
Index: en.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/en.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- en.php 13 Jun 2002 14:26:37 -0000 1.21
+++ en.php 17 Jun 2002 09:21:52 -0000 1.22
@@ -90,42 +90,54 @@
'addnewsite' => 'Add new Site',
'sitelist' => 'Site list',
'sites' => 'Sites',
- '_opt_All' => 'All',
- '_Project' => 'Project',
- '_Version' => 'Version',
- '_Component' => 'Component',
- '_Status' => 'Status',
- '_Resolution' => 'Resolution',
- '_OpSys' => 'OpSys',
- '_Priority' => 'Priority',
- '_Severity' => 'Severity',
- '_Database' => 'Database',
- '_ReportedOnSite' => 'Reported on Site',
- '_Summary' => 'Summary',
- '_DescriptionEntry' => 'A description entry',
- '_SortBy' => 'Sort By',
- '_SortBy_BugNumber' => 'Bug Number',
- '_SortBy_Severity' => 'Severity',
- '_SortBy_Reporter' => 'Reporter',
- '_SortBy_Priority' => 'Priority',
- '_SortBy_Status' => 'Status',
- '_SortAsc' => 'Ascending',
- '_SortDesc' => 'Descending',
- '_SaveThisQueryAs' => 'Save this query as',
- '_ResetBackToDefaultQuery' => 'Reset back to default query',
- '_SubmitQuery' => 'Submit query',
- '_SavedQueries' => 'Saved Queries',
- '_1GoToThe' => 'Go to the',
- '_1AdvancedQueryPage' => 'advanced query page',
- '_1SimpleQueryPage' => 'simple query page',
- '_SureDeleteSavedQuery' => 'Are you sure to delete this saved query?',
- '_MatchingAs' => 'matching as',
- '_MatchingAs_Regexp' => 'regexp',
- '_MatchingAs_NotRegexp' => 'not regexp',
- '_MatchingAs_Substring' => 'substring',
- '_MatchingAs_Exact' => 'exact',
- '_eMail_Reporter' => 'Reporter',
- '_eMail_AssignedTo' => 'Assigned To'
+ 'QUERY' => array(
+ 'opt_All' => 'All',
+ 'Project' => 'Project',
+ 'Version' => 'Version',
+ 'Component' => 'Component',
+ 'Status' => 'Status',
+ 'Resolution' => 'Resolution',
+ 'OpSys' => 'OpSys',
+ 'Priority' => 'Priority',
+ 'Severity' => 'Severity',
+ 'Database' => 'Database',
+ 'ReportedOnSite' => 'Reported on Site',
+ 'Summary' => 'Summary',
+ 'DescriptionEntry' => 'A description entry',
+ 'SortBy' => 'Sort By',
+ 'SortBy_BugNumber' => 'Bug Number',
+ 'SortBy_Severity' => 'Severity',
+ 'SortBy_Reporter' => 'Reporter',
+ 'SortBy_Priority' => 'Priority',
+ 'SortBy_Status' => 'Status',
+ 'SortAsc' => 'Ascending',
+ 'SortDesc' => 'Descending',
+ 'SaveThisQueryAs' => 'Save this query as',
+ 'ResetBackToDefaultQuery' => 'Reset back to default query',
+ 'SubmitQuery' => 'Submit query',
+ 'SavedQueries' => 'Saved Queries',
+ 'GoToThe' => 'Go to the',
+ 'AdvancedQueryPage' => 'advanced query page',
+ 'SimpleQueryPage' => 'simple query page',
+ 'SureDeleteSavedQuery' => 'Are you sure to delete this saved query?',
+ 'MatchingAs' => 'matching as',
+ 'MatchingAs_Regexp' => 'regexp',
+ 'MatchingAs_NotRegexp' => 'not regexp',
+ 'MatchingAs_Substring' => 'substring',
+ 'MatchingAs_Exact' => 'exact',
+ 'eMail_Reporter' => 'Reporter',
+ 'eMail_AssignedTo' => 'Assigned To'
+ ),
+ 'WRAP' => array(
+ 'FindBug' => 'Find Bug',
+ 'Home' => 'Home',
+ 'AddNewBug' => 'Add a new Bug',
+ 'QueryBugs' => 'Query Bugs',
+ 'ViewReports' => 'View Reports',
+ 'Documentation' => 'Read Documentation',
+ 'AdminTools' => 'Admin Tools',
+ 'CreateNewAccount' => 'Create a new Account'
+ )
);
// Page titles
@@ -180,3 +192,4 @@
'documentation' => 'Read documentation'
);
?>
+
|