Remove unused messages.

This commit is contained in:
Michal Čihař
2005-11-23 10:41:30 +00:00
parent f9ab10666a
commit 122cfe19ed
118 changed files with 1 additions and 234 deletions

View File

@@ -207,7 +207,6 @@ $strDoYouReally = 'Вы действительно желаете ';
$strDocu = 'Документация';
$strDrop = 'Уничтожить';
$strDropDatabaseStrongWarning = 'Вы уверенны что хотите уничтожить всю базу данных?';
$strDropSelectedDatabases = 'Удалить выбранные БД';
$strDropUsersDb = 'Удалить базы, которые имеют такие же имена как и пользователи.';
$strDumpSaved = 'Дамп сохранён в файл %s.';
$strDumpXRows = 'Дамп %s записей, начиная с %s.';
@@ -808,7 +807,6 @@ $strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate