new strIndexesSeemEqual

This commit is contained in:
Marc Delisle
2007-10-19 16:24:20 +00:00
parent c94fd548d6
commit ff0e9e14a8
55 changed files with 56 additions and 55 deletions

View File

@@ -359,7 +359,6 @@ $strImportFormat = 'Формат импортируемого файла';
$strImportSuccessfullyFinished = 'Импорт успешно завершен, запросов выполнено: %d.';
$strIndex = 'Индекс';
$strIndexes = 'Индексы';
$strIndexesSeemEqual = 'Следующие индексы определены как идентичные, и один из них должен быть удален:';
$strIndexHasBeenDropped = 'Индекс %s был удален';
$strIndexName = 'Имя индекса :';
$strIndexType = 'Тип индекса :';
@@ -1031,4 +1030,5 @@ $strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
?>