[Phpmyadmin-devel] concatenate locales
Marc Delisle
Marc.Delisle at cegepsherbrooke.qc.ca
Wed Oct 17 16:52:06 CEST 2007
Sebastian Mendel a écrit :
> Sebastian Mendel schrieb:
>> Marc Delisle schrieb:
>>
>>> Yes. In the first years of phpMyAdmin we added some concatenated
>>> messages instead of those short messages that don't read correctly in
>>> most other languages.
>>>
> $strIndexesSeemEqual . ' ' . $each_index_name . ', ' . $first_column['Key_name']
Rephrase as this?
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and
one of them should be removed.';
More information about the Developers
mailing list