From ff00107f1e744aad9f839461cbe6f1bb76a03a4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 24 May 2010 10:57:30 +0200 Subject: [PATCH] Remove unused message strings from messages.inc.php (B). --- libraries/messages.inc.php | 46 -------------------------------------- 1 file changed, 46 deletions(-) diff --git a/libraries/messages.inc.php b/libraries/messages.inc.php index 223aea28d..873e7d20d 100644 --- a/libraries/messages.inc.php +++ b/libraries/messages.inc.php @@ -18,52 +18,6 @@ $charset = 'utf-8'; /* l10n: Text direction, use either ltr or rtl */ $text_dir = __('ltr'); -$strBack = __('Back'); -$strBaltic = __('Baltic'); -$strBeginCut = __('BEGIN CUT'); -$strBeginRaw = __('BEGIN RAW'); -$strBinary = __('Binary'); -$strBinaryDoNotEdit = __('Binary - do not edit'); -$strBinaryLog = __('Binary log'); -$strBinLogEventType = __('Event type'); -$strBinLogInfo = __('Information'); -$strBinLogName = __('Log name'); -$strBinLogOriginalPosition = __('Original position'); -$strBinLogPosition = __('Position'); -$strBinLogServerId = __('Server ID'); -$strBLOBRepository = __('BLOB Repository'); -$strBLOBRepositoryDamaged = __('Damaged'); -$strBLOBRepositoryDisableAreYouSure = __('Are you sure you want to disable all BLOB references for database %s?'); -$strBLOBRepositoryDisabled = _pgettext('$strBLOBRepositoryDisabled', 'Disabled'); -$strBLOBRepositoryDisable = __('Disable'); -$strBLOBRepositoryDisableStrongWarning = __('You are about to DISABLE a BLOB Repository!'); -$strBLOBRepositoryEnabled = _pgettext('$strBLOBRepositoryEnabled', 'Enabled'); -$strBLOBRepositoryEnable = __('Enable'); -$strBLOBRepositoryRemove = __('Remove BLOB Repository Reference'); -$strBLOBRepositoryRepair = _pgettext('$strBLOBRepositoryRepair', 'Repair'); -$strBLOBRepositoryUpload = __('Upload to BLOB repository'); -$strBookmarkAllUsers = __('Let every user access this bookmark'); -$strBookmarkCreated = __('Bookmark %s created'); -$strBookmarkDeleted = __('The bookmark has been deleted.'); -$strBookmarkLabel = __('Label'); -$strBookmarkQuery = __('Bookmarked SQL query'); -$strBookmarkReplace = __('Replace existing bookmark of same name'); -$strBookmarkThis = __('Bookmark this SQL query'); -$strBookmarkView = __('View only'); -$strBrowse = __('Browse'); -$strBrowseDistinctValues = __('Browse distinct values'); -$strBrowseForeignValues = __('Browse foreign values'); -$strBufferPoolActivity = __('Buffer Pool Activity'); -$strBufferPool = __('Buffer Pool'); -$strBufferPoolUsage = __('Buffer Pool Usage'); -$strBufferReadMissesInPercent = __('Read misses in %'); -$strBufferReadMisses = __('Read misses'); -$strBufferWriteWaitsInPercent = __('Write waits in %'); -$strBufferWriteWaits = __('Write waits'); -$strBulgarian = __('Bulgarian'); -$strBusyPages = __('Busy pages'); -$strBzip = __('"bzipped"'); - $strCalendar = __('Calendar'); $strCancel = __('Cancel'); $strCanNotLoadExportPlugins = __('Could not load export plugins, please check your installation!');