Remove unused message strings from messages.inc.php (A).
This commit is contained in:
@@ -18,57 +18,6 @@ $charset = 'utf-8';
|
||||
/* l10n: Text direction, use either ltr or rtl */
|
||||
$text_dir = __('ltr');
|
||||
|
||||
$strAbortedClients = __('Aborted');
|
||||
$strAccessDenied = __('Access denied');
|
||||
$strAction = __('Action');
|
||||
$strActions = __('Actions');
|
||||
$strAddAutoIncrement = __('Add AUTO_INCREMENT value');
|
||||
$strAddClause = __('Add %s');
|
||||
$strAddConstraints = __('Add constraints');
|
||||
$strAddDeleteColumn = __('Add/Delete Field Columns');
|
||||
$strAddDeleteRow = __('Add/Delete Criteria Row');
|
||||
$strAddFields = __('Add %s field(s)');
|
||||
$strAddHeaderComment = __('Add custom comment into header (\\n splits lines)');
|
||||
$strAddIntoComments = __('Add into comments');
|
||||
$strAddNewField = __('Add new field');
|
||||
$strAddPrivilegesOnDb = __('Add privileges on the following database');
|
||||
$strAddPrivilegesOnTbl = __('Add privileges on the following table');
|
||||
$strAddSearchConditions = __('Add search conditions (body of the "where" clause):');
|
||||
$strAddToIndex = __('Add to index %s column(s)');
|
||||
$strAddUser = __('Add a new User');
|
||||
$strAddUserMessage = __('You have added a new user.');
|
||||
$strAdministration = __('Administration');
|
||||
$strAfter = __('After %s');
|
||||
$strAfterInsertBack = __('Go back to previous page');
|
||||
$strAfterInsertNewInsert = __('Insert another new row');
|
||||
$strAfterInsertNext = __('Edit next row');
|
||||
$strAfterInsertSame = __('Go back to this page');
|
||||
$strAll = __('All');
|
||||
$strAllowInterrupt = __('Allow the interruption of an import in case the script detects it is close to the PHP timeout limit. This might be good way to import large files, however it can break transactions.');
|
||||
$strAllTableSameWidth = __('Display all tables with the same width');
|
||||
$strAlterOrderBy = __('Alter table order by');
|
||||
$strAnalyze = __('Analyze');
|
||||
$strAnalyzeTable = __('Analyze table');
|
||||
$strAnd = __('And');
|
||||
$strAndSmall = __('and');
|
||||
$strAndThen = __('and then');
|
||||
$strAngularLinks = __('Angular links');
|
||||
$strAnIndex = __('An index has been added on %s');
|
||||
$strAny = __('Any');
|
||||
$strAnyHost = __('Any host');
|
||||
$strAnyUser = __('Any user');
|
||||
$strApplyChanges = __('Apply Selected Changes');
|
||||
$strApproximateCount = __('May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ 3.11[/a]');
|
||||
$strAPrimaryKey = __('A primary key has been added on %s');
|
||||
$strArabic = __('Arabic');
|
||||
$strArmenian = __('Armenian');
|
||||
$strAscending = __('Ascending');
|
||||
$strAsDefined = __('As defined:');
|
||||
$strAtBeginningOfTable = __('At Beginning of Table');
|
||||
$strAtEndOfTable = __('At End of Table');
|
||||
$strAttr = __('Attributes');
|
||||
$strAutomaticLayout = __('Automatic layout');
|
||||
|
||||
$strBack = __('Back');
|
||||
$strBaltic = __('Baltic');
|
||||
$strBeginCut = __('BEGIN CUT');
|
||||
|
Reference in New Issue
Block a user