Sebastian Mendel a écrit :
Marc Delisle schrieb:
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.';
ok
"... and one of them could possibly removed." ?
"... and one of them could possibly be removed." :)