Search translations
Jump to navigation
Jump to search
1,120 results found
Showing translations which match any of the search words. Require all search words.
Languages
Message groups
#<!-- leave this line exactly as it is --> <pre>
# This message lets you configure the settings of the "Did you mean" suggestions.
# See also https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters-phrase.html
# Changes to this take effect immediately.
# The syntax is as follows:
# * Everything from a "#" character to the end of the line is a comment.
# * Every non-blank line is the setting name followed by a ":" character followed by the setting value
# The settings are :
# * max_errors (integer): the maximum number of terms that will be considered misspelled in order to be corrected. 1 or 2.
# * confidence (float): The confidence level defines a factor applied to the input phrases score which is used as a threshold for other suggestion candidates. Only candidates that score higher than the threshold will be included in the result. For instance a confidence level of 1.0 will only return suggestions that score higher than the input phrase. If set to 0.0 the best candidate are returned.
# * min_doc_freq (float 0 to 1): The minimal threshold in number of documents a suggestion should appear in.
# High frequency terms are generally "stop words".
# * max_term_freq (float 0 to 1): The maximum threshold in number of documents in which a term can exist in order to be included.
# * prefix_length (integer): The minimal number of prefix characters that must match a term in order to be a suggestion.
# * suggest_mode (missing, popular, always): The suggest mode controls the way suggestions are included.
# Examples of good lines:
# max_errors:2
# confidence:2.0
# max_term_freq:0.5
# min_doc_freq:0.01
# prefix_length:2
# suggest_mode:always
#
# </pre> <!-- leave this line exactly as it is -->
# This message lets you configure the settings of the "Did you mean" suggestions.
# See also https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters-phrase.html
# Changes to this take effect immediately.
# The syntax is as follows:
# * Everything from a "#" character to the end of the line is a comment.
# * Every non-blank line is the setting name followed by a ":" character followed by the setting value
# The settings are :
# * max_errors (integer): the maximum number of terms that will be considered misspelled in order to be corrected. 1 or 2.
# * confidence (float): The confidence level defines a factor applied to the input phrases score which is used as a threshold for other suggestion candidates. Only candidates that score higher than the threshold will be included in the result. For instance a confidence level of 1.0 will only return suggestions that score higher than the input phrase. If set to 0.0 the best candidate are returned.
# * min_doc_freq (float 0 to 1): The minimal threshold in number of documents a suggestion should appear in.
# High frequency terms are generally "stop words".
# * max_term_freq (float 0 to 1): The maximum threshold in number of documents in which a term can exist in order to be included.
# * prefix_length (integer): The minimal number of prefix characters that must match a term in order to be a suggestion.
# * suggest_mode (missing, popular, always): The suggest mode controls the way suggestions are included.
# Examples of good lines:
# max_errors:2
# confidence:2.0
# max_term_freq:0.5
# min_doc_freq:0.01
# prefix_length:2
# suggest_mode:always
#
# </pre> <!-- leave this line exactly as it is -->
MediaWiki:Cirrussearch-didyoumean-settings/en-gb
#<!-- leave this line exactly as it is --> <pre>
# This message lets you configure the settings of the "more like this" feature.
# Changes to this take effect immediately.
# The syntax is as follows:
# * Everything from a "#" character to the end of the line is a comment.
# * Every non-blank line is the setting name followed by a ":" character followed by the setting value
# The settings are:
# * min_doc_freq (integer): Minimum number of documents (per shard) that need a term for it to be considered.
# * max_doc_freq (integer): Maximum number of documents (per shard) that have a term for it to be considered.
# High frequency terms are generally "stop words".
# * max_query_terms (integer): Maximum number of terms to be considered. This value is limited to $wgCirrusSearchMoreLikeThisMaxQueryTermsLimit (100).
# * min_term_freq (integer): Minimum number of times the term appears in the input to doc to be considered. For small fields (title) this value should be 1.
# * minimum_should_match (percentage -100% to 100%, or integer number of terms): The percentage of terms to match on. Defaults to 30%.
# * min_word_len (integer): Minimal length of a term to be considered. Defaults to 0.
# * max_word_len (integer): The maximum word length above which words will be ignored. Defaults to unbounded (0).
# * fields (comma separated list of values): These are the fields to use. Allowed fields are title, text, auxiliary_text, opening_text, headings and all.
# * use_fields (true|false) : Tell the "more like this" query to use only the field data. Defaults to false: the system will extract the content of the text field to build the query.
# Examples of good lines:
# min_doc_freq:2
# max_doc_freq:20000
# max_query_terms:25
# min_term_freq:2
# minimum_should_match:30%
# min_word_len:2
# max_word_len:40
# fields:text,opening_text
# use_fields:true
# </pre> <!-- leave this line exactly as it is -->
# This message lets you configure the settings of the "more like this" feature.
# Changes to this take effect immediately.
# The syntax is as follows:
# * Everything from a "#" character to the end of the line is a comment.
# * Every non-blank line is the setting name followed by a ":" character followed by the setting value
# The settings are:
# * min_doc_freq (integer): Minimum number of documents (per shard) that need a term for it to be considered.
# * max_doc_freq (integer): Maximum number of documents (per shard) that have a term for it to be considered.
# High frequency terms are generally "stop words".
# * max_query_terms (integer): Maximum number of terms to be considered. This value is limited to $wgCirrusSearchMoreLikeThisMaxQueryTermsLimit (100).
# * min_term_freq (integer): Minimum number of times the term appears in the input to doc to be considered. For small fields (title) this value should be 1.
# * minimum_should_match (percentage -100% to 100%, or integer number of terms): The percentage of terms to match on. Defaults to 30%.
# * min_word_len (integer): Minimal length of a term to be considered. Defaults to 0.
# * max_word_len (integer): The maximum word length above which words will be ignored. Defaults to unbounded (0).
# * fields (comma separated list of values): These are the fields to use. Allowed fields are title, text, auxiliary_text, opening_text, headings and all.
# * use_fields (true|false) : Tell the "more like this" query to use only the field data. Defaults to false: the system will extract the content of the text field to build the query.
# Examples of good lines:
# min_doc_freq:2
# max_doc_freq:20000
# max_query_terms:25
# min_term_freq:2
# minimum_should_match:30%
# min_word_len:2
# max_word_len:40
# fields:text,opening_text
# use_fields:true
# </pre> <!-- leave this line exactly as it is -->
MediaWiki:Cirrussearch-morelikethis-settings/en-gb
#<!-- leave this line exactly as it is --> <pre>
# Headings that will be ignored by search.
# Changes to this take effect as soon as the page with the heading is indexed.
# You can force page reindexing by doing a null edit.
# Syntax is as follows:
# * Everything from a "#" character to the end of the line is a comment.
# * Every non-blank line is the exact title to ignore, case and everything.
References
External links
See also
#</pre> <!-- leave this line exactly as it is -->
# Headings that will be ignored by search.
# Changes to this take effect as soon as the page with the heading is indexed.
# You can force page reindexing by doing a null edit.
# Syntax is as follows:
# * Everything from a "#" character to the end of the line is a comment.
# * Every non-blank line is the exact title to ignore, case and everything.
References
External links
See also
#</pre> <!-- leave this line exactly as it is -->
MediaWiki:Cirrussearch-ignored-headings/en-gb
#<!-- leave this line exactly as it is --> <pre>
# Headings that will be ignored by search.
# Changes to this take effect as soon as the page with the heading is indexed.
# You can force page reindexing by doing a null edit.
# Syntax is as follows:
# * Everything from a "#" character to the end of the line is a comment.
# * Every non-blank line is the exact title to ignore, case and everything.
References
External links
See also
#</pre> <!-- leave this line exactly as it is -->
# Headings that will be ignored by search.
# Changes to this take effect as soon as the page with the heading is indexed.
# You can force page reindexing by doing a null edit.
# Syntax is as follows:
# * Everything from a "#" character to the end of the line is a comment.
# * Every non-blank line is the exact title to ignore, case and everything.
References
External links
See also
#</pre> <!-- leave this line exactly as it is -->
MediaWiki:Search-ignored-headings/en-gb
#<!-- leave this line exactly as it is --> <pre>
# If a page contains one of these templates then its search score is multiplied by the configured percentage.
# Changes to this take effect immediately.
# Syntax is as follows:
# * Everything from a "#" character to the end of the line is a comment.
# * Every non-blank line is the exact template name to boost, namespace, case and everything, followed by a "|" character followed by a number followed by a "%" character.
# Examples of good lines:
# Template:Good|150%
# Template:Very Very Good|300%
# Template:Bad|50%
# Examples of non-working lines:
# Template:Foo|150.234234% <-- no decimal points allowed!
# Foo|150% <--- technically works, but for transclusions of the Foo page from the main namespace
# You can test configuration changes by performing a query prefixed with boost-templates:"XX" where XX is all of the templates you want to boost separated by spaces instead of line breaks.
# Queries that specify boost-templates:"XX" ignore the contents of this field.
#</pre> <!-- leave this line exactly as it is -->
# If a page contains one of these templates then its search score is multiplied by the configured percentage.
# Changes to this take effect immediately.
# Syntax is as follows:
# * Everything from a "#" character to the end of the line is a comment.
# * Every non-blank line is the exact template name to boost, namespace, case and everything, followed by a "|" character followed by a number followed by a "%" character.
# Examples of good lines:
# Template:Good|150%
# Template:Very Very Good|300%
# Template:Bad|50%
# Examples of non-working lines:
# Template:Foo|150.234234% <-- no decimal points allowed!
# Foo|150% <--- technically works, but for transclusions of the Foo page from the main namespace
# You can test configuration changes by performing a query prefixed with boost-templates:"XX" where XX is all of the templates you want to boost separated by spaces instead of line breaks.
# Queries that specify boost-templates:"XX" ignore the contents of this field.
#</pre> <!-- leave this line exactly as it is -->
MediaWiki:Cirrussearch-boost-templates/en-gb
This is a log of changes to the [[Special:Interwiki|interwiki table]].
MediaWiki:Log-description-interwiki/en-gb
Adds a trail of breadcrumbs to the page to show the path of users through the wiki.
MediaWiki:Breadcrumbs-desc/en-gb
You can use this to show a label that shows next to the item for all readers. This is often used to explain why the item is relevant to the context in which it is shown. It should be succinct and informative.
MediaWiki:Visualeditor-dialog-media-content-section-help/en-gb
The action you have requested is limited to users in {{PLURAL:$2|the group|one of the groups}}: $1.
MediaWiki:Badaccess-groups/en-gb
The app that you are trying to connect seems to be set up incorrectly. Contact the author of "$1" for help.
MediaWiki:Mwoauth-invalid-authorization-not-approved/en-gb
The authorisation server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
MediaWiki:Mwoauth-oauth2-error-temporarily-unavailable/en-gb
You can make this media item appear in line with the text of the page instead of floating. You should do this sparingly, as it will break up the flow of the text if you uncheck this box.
MediaWiki:Visualeditor-dialog-media-position-checkbox-help/en-gb
<strong>Warning:</strong> You are editing a page that is used to provide interface text for the software.
Changes to this page will affect the appearance of the user interface for other users on this wiki.
Changes to this page will affect the appearance of the user interface for other users on this wiki.
MediaWiki:Editinginterface/en-gb
The wikitext here is too short to be a licence
MediaWiki:Mwe-upwiz-error-license-wikitext-too-short/en-gb
You are not entitled to view the results of this poll.
MediaWiki:Ajaxpoll-view-results-permission/en-gb
The database did not find the text of a page that it should have found, named ‘$1’ $2.
This is usually caused by following an outdated diff or history link to a page that has been deleted.
If this is not the case, you may have found a bug in the software.
Please report this to an [[Special:ListUsers/sysop|administrator]], making note of the URL.
This is usually caused by following an outdated diff or history link to a page that has been deleted.
If this is not the case, you may have found a bug in the software.
Please report this to an [[Special:ListUsers/sysop|administrator]], making note of the URL.
MediaWiki:Missing-article/en-gb
The Surreal Barnstar is awarded to any user who adds "special flavour" to the community by acting as a sort of wildcard.
MediaWiki:Wikilove-barnstar-surreal-desc/en-gb
You can set where this media item appears on the page. This is sometimes used to break up a long line of images on one side of the page.
MediaWiki:Visualeditor-dialog-media-position-section-help/en-gb
Sorry, you are not in the predetermined list of users authorised to vote in this election.
MediaWiki:Securepoll-not-in-list/en-gb
Allows you to manage the list of domains, which are allowed to be used to login with Google.
MediaWiki:Apihelp-googleloginmanagealloweddomain-description/en-gb
External HTTP requests to the local wiki using this interwiki prefix will be redirected to the target URL of the interwiki (i.e. treated like links to local pages).
MediaWiki:Interwiki local 1 intro/en-gb
Check the "Licence" header on the side of the Flickr page. Both the icons and licence name that they used have to match one of the choices here.
MediaWiki:Mwe-upwiz-license-flickr-subhead/en-gb
Or you can specific a global licence below that will be applied to all items in the batch upload. This value can be a free text value or a MediaWiki template. If this field has a value in it then any metadata value mapped to the permission parameter will be ignored.
MediaWiki:Gwtoolset-global-license-explanation/en-gb
You can set how large the media item appears on the page. This should almost always be the normal size, as a custom size will interfere with the layout of the page for readers and make the media items seem inconsistent.
MediaWiki:Visualeditor-dialog-media-size-section-help/en-gb
Retrieved from "https://translatewiki.net/wiki/Special:SearchTranslations"