[Phpmyadmin-devel] 2.9.0 message freeze?
Marc Delisle
Marc.Delisle at cegepsherbrooke.qc.ca
Thu Aug 3 00:44:11 CEST 2006
Robin H. Johnson a écrit :
> On Wed, Aug 02, 2006 at 05:16:29PM -0400, Marc Delisle wrote:
>> Hi,
>>
>> I would like some feedback about a message freeze for 2.9.0 because I'm
>> preparing the batch.
> I need to finish off my followup from OSCON 2006, but there is one short
> thing relevant to the message freeze.
>
> For the cookie login page, there were a number of requests that the
> field labels be changed to 'MySQL username' and 'MySQL password' etc.
What about just changing $strLogin: "Log in" to "Log in to MySQL" or
something like that? It would appear as a legend of the fieldset that
encloses Username, Password and Server and I think the look would be
better than a repetition of MySQL.
>
> This is to differentiate it from an htaccess assigned username/password,
> or username from some other system.
>
> See the attached patch (that might need some fuzz to apply).
> (I haven't commited it myself).
>
>
>
> ------------------------------------------------------------------------
>
> --- lang/english-iso-8859-1.inc.php.orig 2006-08-02 14:50:16.000000000 -0700
> +++ lang/english-iso-8859-1.inc.php 2006-08-02 14:51:08.000000000 -0700
> @@ -425,9 +425,9 @@
> $strLoginInformation = 'Login Information';
> $strLogin = 'Log in';
> $strLogout = 'Log out';
> -$strLogPassword = 'Password:';
> -$strLogServer = 'Server';
> -$strLogUsername = 'Username:';
> +$strLogPassword = 'MySQL Password:';
> +$strLogServer = 'MySQL Server';
> +$strLogUsername = 'MySQL Username:';
> $strLongOperation = 'This operation could take a long time. Proceed anyway?';
>
> $strMaxConnects = 'max. concurrent connections';
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Phpmyadmin-devel mailing list
> Phpmyadmin-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
More information about the Developers
mailing list