System messages

Jump to navigation Jump to search
This is a list of system messages available in the MediaWiki namespace. Please visit MediaWiki Localisation and translatewiki.net if you wish to contribute to the generic MediaWiki localisation.
System messages
First pagePrevious pageNext pageLast page
Name Default message text
Current message text
smw-admin-fulltext-button (talk) (Translate) Schedule full-text rebuild
smw-admin-fulltext-intro (talk) (Translate) Rebuilds the search index from property tables with an enabled [https://www.semantic-mediawiki.org/wiki/Full-text full-text search] datatype. Changes to the index rules (altered stopwords, new stemmer etc.) and/or a newly added or altered table does require to run this job again.
smw-admin-fulltext-title (talk) (Translate) Full-text search rebuild
smw-admin-helplink (talk) (Translate) https://www.semantic-mediawiki.org/wiki/Help:Special:SemanticMediaWiki
smw-admin-iddispose-docu (talk) (Translate) It should be noted that the disposal operation is unrestricted and will remove the entity from the storage engine together with all its references in pending tables, if confirmed. Please perform this task with '''caution''' and only after the [https://www.semantic-mediawiki.org/wiki/Help:Object_ID_disposal documentation] has been consulted.
smw-admin-iddispose-done (talk) (Translate) ID "$1" was removed from the storage backend.
smw-admin-iddispose-no-references (talk) (Translate) The search was unable to match "$1" to a table entry.
smw-admin-iddispose-references (talk) (Translate) ID "$1" has {{PLURAL:$2|no|at least one}} active reference:
smw-admin-iddispose-references-multiple (talk) (Translate) List of matches with at least one active reference record.
smw-admin-iddispose-title (talk) (Translate) Disposal
smw-admin-idlookup-docu (talk) (Translate) This section shows technical details about an individual entity (wikipage, subobject, property, etc.) in Semantic MediaWiki. The input can be a numeric ID or a string value to match the relevant search field, yet any ID reference relates to Semantic MediaWiki and not to MediaWiki's page or revision ID.
smw-admin-idlookup-input (talk) (Translate) Search:
smw-admin-idlookup-title (talk) (Translate) Lookup
smw-admin-installfile (talk) (Translate) If you experience problems with your installation, start by checking the guidelines in the <a href="https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/docs/INSTALL.md">INSTALL file</a> and the <a href="https://www.semantic-mediawiki.org/wiki/Help:Installation">installation page</a>.
smw-admin-job-scheduler-note (talk) (Translate) Tasks (those enabled) in this section are performed via the job queue to avoid deadlock situations during their execution. The [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Job_queue job queue] is responsible for the processing and it is critical that the <code>runJobs.php</code> maintenance script has an appropriate capacity (see also configuration parameter <code>$wgRunJobsAsync</code>).
smw-admin-main-title (talk) (Translate) Semantic MediaWiki » $1
smw-admin-maintenance-no-description (talk) (Translate) No description.
smw-admin-maintenance-script-description-disposeoutdatedentities (talk) (Translate) Dispose of outdated entities and query links.
smw-admin-maintenance-script-description-dumprdf (talk) (Translate) RDF export of existing triples.
smw-admin-maintenance-script-description-populatehashfield (talk) (Translate) Populates the <code>smw_hash</code> field for rows missing the value.
smw-admin-maintenance-script-description-purgeentitycache (talk) (Translate) Purge cache entries for known entities and their associated data.
smw-admin-maintenance-script-description-rebuildconceptcache (talk) (Translate) This script is used to manage concept caches for Semantic MediaWiki where it can create, remove, and update selected caches.
smw-admin-maintenance-script-description-rebuilddata (talk) (Translate) Recreates all the semantic data in the database, by cycling through all the pages that might have semantic data.
smw-admin-maintenance-script-description-rebuildelasticindex (talk) (Translate) Rebuilds the Elasticsearch index (only for installations that use the <code>ElasticStore</code>), by cycling through all entities that have semantic data.
smw-admin-maintenance-script-description-rebuildelasticmissingdocuments (talk) (Translate) Find missing entities in Elasticsearch (only for installations that use the <code>ElasticStore</code>) and schedule appropriate update jobs.
smw-admin-maintenance-script-description-rebuildfulltextsearchtable (talk) (Translate) Rebuilds the <code>SQLStore</code> fulltext search index (for installations where the setting has been enabled).
smw-admin-maintenance-script-description-rebuildpropertystatistics (talk) (Translate) Rebuilds the usage statistics for all property entities.
smw-admin-maintenance-script-description-removeduplicateentities (talk) (Translate) Removes duplicate entities found in selected tables that have no active references.
smw-admin-maintenance-script-description-runimport (talk) (Translate) Populate and import auto-discovered content from [https://www.semantic-mediawiki.org/wiki/Help:$smwgImportFileDirs $smwgImportFileDirs].
smw-admin-maintenance-script-description-setupstore (talk) (Translate) Sets up the storage and query backend as defined in <code>LocalSettings.php</code>.
smw-admin-maintenance-script-description-updateentitycollation (talk) (Translate) Updates the <code>smw_sort</code> field in the <code>SQLStore</code> (in accordance with the [https://www.semantic-mediawiki.org/wiki/Help:$smwgEntityCollation $smwgEntityCollation] setting).
smw-admin-maintenance-script-description-updatequerydependencies (talk) (Translate) Update queries and query dependencies (see the [https://www.semantic-mediawiki.org/wiki/Help:$smwgEnabledQueryDependencyLinksStore $smwgEnabledQueryDependencyLinksStore] setting).
smw-admin-maintenance-script-section-intro (talk) (Translate) The following maintenance scripts require an administrator and access to the command line to be able to execute listed scripts.
smw-admin-maintenance-script-section-rebuild (talk) (Translate) Rebuild scripts
smw-admin-maintenance-script-section-title (talk) (Translate) List of available maintenance scripts
smw-admin-maintenance-script-section-update (talk) (Translate) Update scripts
smw-admin-maintenance-tab-scripts (talk) (Translate) Maintenance scripts
smw-admin-maintenance-tab-tasks (talk) (Translate) Tasks
smw-admin-maintenancealerts-invalidentities-alert (talk) (Translate) The system matched $1 [https://www.semantic-mediawiki.org/wiki/Invalid_entities {{PLURAL:$1|entity|entities}}] to an [https://www.semantic-mediawiki.org/wiki/Unmaintained_namespace unmaintained namespace] and it is recommended to run the [https://www.semantic-mediawiki.org/wiki/disposeOutdatedEntities.php <code>disposeOutdatedEntities.php</code>] or [https://www.semantic-mediawiki.org/wiki/rebuildData.php <code>rebuildData.php</code>] maintenance script.
smw-admin-maintenancealerts-invalidentities-alert-title (talk) (Translate) Invalid entities
smw-admin-maintenancealerts-lastoptimizationrun-alert (talk) (Translate) The system has found that the last [https://www.semantic-mediawiki.org/wiki/Table_optimization table optimization] was run $2 days ago (record from $1) which exceeds the $3 days maintenance threshold. As mentioned in the documentation, running optimizations will allow the query planner to make better decisions about queries therefore it is suggested to run the table optimization on a regular basis.
smw-admin-maintenancealerts-lastoptimizationrun-alert-title (talk) (Translate) Table optimization
smw-admin-maintenancealerts-outdatedentitiesmaxcount-alert (talk) (Translate) The system has counted $1 [https://www.semantic-mediawiki.org/wiki/Outdated_entities outdated entities] and reached a critical level of unattended maintenance by exceeding the threshold of $2. It is recommended to run the [https://www.semantic-mediawiki.org/wiki/disposeOutdatedEntities.php <code>disposeOutdatedEntities.php</code>] maintenance script.
smw-admin-maintenancealerts-outdatedentitiesmaxcount-alert-title (talk) (Translate) Outdated entities
smw-admin-maintenancealerts-section-intro (talk) (Translate) The following alerts and notices should be resolved and while not essential it is expected to help improve system and operational maintainability.
smw-admin-objectid (talk) (Translate) ID:
smw-admin-operational-statistics (talk) (Translate) This page contains operational statistics collected in or from Semantic MediaWiki related functions. An extended list of wiki specific statistics can be found [[Special:Statistics|<b>here</b>]].
smw-admin-other-functions (talk) (Translate) Other functions
smw-admin-outdateddisposal-active (talk) (Translate) An outdated entities disposal job has been scheduled.
smw-admin-outdateddisposal-button (talk) (Translate) Schedule disposal
First pagePrevious pageNext pageLast page