should we add new strings or alter the old ones?
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 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ř 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
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!