[Phpmyadmin-devel] 1350356 Show processes vs Processes

should we add new strings or alter the old ones? -- Sebastian Mendel www.sebastianmendel.de www.sf.net/projects/phpdatetime | www.sf.net/projects/phptimesheet

Marc Delisle schrieb:
Sebastian Mendel a écrit :
should we add new strings or alter the old ones?
In this case we are lucky because we already have
$strServerTabProcesslist = 'Processes';
yes, but: $strMySQLCharset = 'Charset'; $strMySQLConnectionCollation = 'Connection collation'; $strMySQLShowProcess = 'Processes'; $strMySQLShowStatus = 'Runtime information'; $strMySQLShowVars = 'System variables'; -- Sebastian Mendel www.sebastianmendel.de www.sf.net/projects/phpdatetime | www.sf.net/projects/phptimesheet

Sebastian Mendel a écrit :
Marc Delisle schrieb:
Sebastian Mendel a écrit :
should we add new strings or alter the old ones?
In this case we are lucky because we already have
$strServerTabProcesslist = 'Processes';
yes, but:
$strMySQLCharset = 'Charset'; $strMySQLConnectionCollation = 'Connection collation'; $strMySQLShowProcess = 'Processes'; $strMySQLShowStatus = 'Runtime information'; $strMySQLShowVars = 'System variables';
Can't we just use the corresponding $strServerTabXXX messages? Or you find them too short? In this case I would vote for new messages, but I think it would be better to use the $strServerTabXXX messages.

Hi On Thu 24. 11. 2005 15:07, Sebastian Mendel wrote:
should we add new strings or alter the old ones?
I also looked at that one and thought about different solution: add server tabs to welcome page and drop all links that duplicate their functionality and also duplicate strings. Comments? -- Michal Čihař | http://cihar.com

Michal Čihař schrieb:
Hi
On Thu 24. 11. 2005 15:07, Sebastian Mendel wrote:
should we add new strings or alter the old ones?
I also looked at that one and thought about different solution:
add server tabs to welcome page and drop all links that duplicate their functionality and also duplicate strings. Comments?
yes i was also thinking about this more than once ... and change the navigation line to: PMA -> Server -> database -> ... with PMA leads back to homepage and Server is replaced by a drop down select box for selecting the server to connect to -- Sebastian Mendel www.sebastianmendel.de www.sf.net/projects/phpdatetime | www.sf.net/projects/phptimesheet

On Fri 25. 11. 2005 09:29, Sebastian Mendel wrote:
and change the navigation line to:
PMA -> Server -> database -> ...
with PMA leads back to homepage
and Server is replaced by a drop down select box for selecting the server to connect to
I like this idea! -- Michal Čihař | http://cihar.com
participants (3)
-
Marc Delisle
-
Michal Čihař
-
Sebastian Mendel