Fix context usage.

Remove context where it is not needed, add it to messages.inc where it
seems to be useful.
This commit is contained in:
Michal Čihař
2010-03-11 19:18:44 +01:00
parent 3bbda2c230
commit 3f5b2bd34e
58 changed files with 3 additions and 2740 deletions

View File

@@ -206,7 +206,7 @@ $strCreatePage = __('Create a page');
$strCreatePdfFeat = __('Creation of PDFs');
$strCreateRelation = __('Create relation');
$strCreateTable = __('Create table');
$strCreateTableShort = __('Create table');
$strCreateTableShort = _pgettext('$strCreateTableShort', 'Create table');
$strCreateUserDatabase = __('Database for user');
$strCreateUserDatabaseName = __('Create database with same name and grant all privileges');
$strCreateUserDatabaseNone = _pgettext('$strCreateUserDatabaseNone', 'None');
@@ -524,7 +524,7 @@ $strMbOverloadWarning = __('You have enabled mbstring.func_overload in your PHP
$strMediaWiki = __('MediaWiki Table');
$strMIME_available_mime = __('Available MIME types');
$strMIME_available_transform = __('Available transformations');
$strMIME_description = __('Description');
$strMIME_description = _pgettext('$strMIME_description', 'Description');
$strMIME_MIMEtype = __('MIME type');
$strMIME_nodescription = __('No description is available for this transformation.<br />Please ask the author what %s does.');
$strMIME_transformation = __('Browser transformation');
@@ -1355,7 +1355,7 @@ $strShowStatusQcache_lowmem_prunesDescr = __('The number of queries that have be
$strShowStatusQcache_not_cachedDescr = __('The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).');
$strShowStatusQcache_queries_in_cacheDescr = __('The number of queries registered in the cache.');
$strShowStatusQcache_total_blocksDescr = __('The total number of blocks in the query cache.');
$strShowStatusReset = __('Reset');
$strShowStatusReset = _pgettext('$strShowStatusReset', 'Reset');
$strShowStatusRpl_statusDescr = __('The status of failsafe replication (not yet implemented).');
$strShowStatusSelect_full_joinDescr = __('The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.');
$strShowStatusSelect_full_range_joinDescr = __('The number of joins that used a range search on a reference table.');