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

@@ -221,7 +221,6 @@ $strDocu = 'Documentació';
$strDoYouReally = 'Realment vols fer?';
$strDropDatabaseStrongWarning = 'Ets a punt d\' ELIMINAR completament una base de dades!';
$strDrop = 'Eliminar';
$strDropSelectedDatabases = 'Esborra les Bases de dades sel.lecionades';
$strDropUsersDb = 'Esborra les bases de dades que tenen els mateixos noms que els usuaris.';
$strDumpingData = 'Volcant dades de la taula';
$strDumpSaved = 'El volcat s\'ha guardat amb el nom d\'arxiu %s.';
@@ -785,7 +784,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