Jump to: navigation, search
364,345 results found
Showing translations which match any of the search words. Require all search words.
Languages
Message groups
The tag "$1" is applied to more than $2 {{PLURAL:$2|revision|revisions}}, which means it cannot be deleted.
MediaWiki:Tags-delete-too-many-uses/en
It will be removed from {{PLURAL:$2|$2 revision or log entry|all $2 revisions and/or log entries}} to which it is currently applied.
MediaWiki:Tags-delete-explanation-in-use/en
The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually applied: $1
MediaWiki:Tags-apply-not-allowed-multi/en
<strong>Error: The text you have submitted is {{PLURAL:$1|one kilobyte|$1 kilobytes}} long, which is longer than the maximum of {{PLURAL:$2|one kilobyte|$2 kilobytes}}.</strong>
It cannot be saved.
It cannot be saved.
MediaWiki:Longpageerror/en
"It" refers to a tag.
This is the second paragraph (not always shown) of an explanation to tell users what they are about to do. The first paragraph is probably {{msg-mw|tags-delete-explanation-initial}}.
Parameters:
* $1 - the code name of the tag that is about to be deleted
* $2 - the number of places the tag is used. The value is the sum of (revisions + log entries) where the tag is used.
This is the second paragraph (not always shown) of an explanation to tell users what they are about to do. The first paragraph is probably {{msg-mw|tags-delete-explanation-initial}}.
Parameters:
* $1 - the code name of the tag that is about to be deleted
* $2 - the number of places the tag is used. The value is the sum of (revisions + log entries) where the tag is used.
MediaWiki:Tags-delete-explanation-in-use/qqq
The tag "$1" is not allowed to be manually applied.
MediaWiki:Tags-apply-not-allowed-one/en
Page "$1" cannot be deleted since there are links or redirects to it from the following {{PLURAL:$2|page|pages}}:
MediaWiki:Safedelete-cannotdelete/en
<strong>The tag "$1" is still active, and will continue to be applied in the future.</strong> To stop this from happening, go to the place(s) where the tag is set to be applied, and disable it there.
MediaWiki:Tags-delete-explanation-active/en
Error: The IP address $1 is not blocked directly and cannot be unblocked.
It is, however, blocked as part of the range $2, which can be unblocked.
It is, however, blocked as part of the range $2, which can be unblocked.
MediaWiki:Ipb blocked as range/en
Error hiding the item dated $2, $1: This is the current revision.
It cannot be hidden.
It cannot be hidden.
MediaWiki:Revdelete-hide-current/en
Unable to perform history merge as more than the limit of $1 {{PLURAL:$1|revision|revisions}} would be moved.
MediaWiki:Mergehistory-fail-toobig/en
Message collection filters. Use <kbd>!</kbd> to negate condition. For example <kbd>!fuzzy</kbd> means list only all non-fuzzy messages. Filters are applied in the order given.
;fuzzy:Messages with fuzzy tag.
;optional:Messages which should be translated only if changes are necessary.
;ignored:Messages which are never translated.
;hastranslation:Messages which have a translation regardless if it is fuzzy or not.
;translated:Messages which have a translation which is not fuzzy.
;changed:Messages which have been translated or changed since last export.
;reviewer:N:Messages where the user number <kbd>N</kbd> is among reviewers.
;last-translator:N:Messages where the user number <kbd>N</kbd> is the last translator.
;fuzzy:Messages with fuzzy tag.
;optional:Messages which should be translated only if changes are necessary.
;ignored:Messages which are never translated.
;hastranslation:Messages which have a translation regardless if it is fuzzy or not.
;translated:Messages which have a translation which is not fuzzy.
;changed:Messages which have been translated or changed since last export.
;reviewer:N:Messages where the user number <kbd>N</kbd> is among reviewers.
;last-translator:N:Messages where the user number <kbd>N</kbd> is the last translator.
MediaWiki:Apihelp-query+messagecollection-param-filter/en
This message appears in the revision history of a page when comparing two versions which aren't consecutive, and the intermediate revisions have been edited by more than 100 users.
Parameters:
* $1 - the number of revisions, will always be 101 or more
* $2 - the number of users that were found, which was limited at 100
{{Related|Diff-multi}}
Parameters:
* $1 - the number of revisions, will always be 101 or more
* $2 - the number of users that were found, which was limited at 100
{{Related|Diff-multi}}
MediaWiki:Diff-multi-manyusers/qqq
Your signature is too long.
It must not be more than $1 {{PLURAL:$1|character|characters}} long.
It must not be more than $1 {{PLURAL:$1|character|characters}} long.
MediaWiki:Badsiglength/en
{{PLURAL:$2|One revision|$2 revisions}} of this difference ($1) {{PLURAL:$2|was|were}} not found.
This is usually caused by following an outdated diff link to a page that has been deleted.
Details can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].
This is usually caused by following an outdated diff link to a page that has been deleted.
Details can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].
MediaWiki:Difference-missing-revision/en
#<!-- 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
#<!-- 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
Error message that one or more templates could not be deleted.
Parameters:
* $1 - the number of templates which could not be deleted - use for PLURAL distinction
* $2 - a list of the templates which could not be deleted
* $3 - a list with the reason for each template why they could not be deleted
Parameters:
* $1 - the number of templates which could not be deleted - use for PLURAL distinction
* $2 - a list of the templates which could not be deleted
* $3 - a list with the reason for each template why they could not be deleted
MediaWiki:Bs-pagetemplates-remove-message-failure/qqq
How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).
MediaWiki:Apihelp-query+backlinks-param-limit/en
How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).
MediaWiki:Apihelp-query+imageusage-param-limit/en
#<!-- 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
#<!-- 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
Identical to {{msg-mw|Scarytranscludefailed}}, but shows the HTTP error which was received. This will not be parsed as wikitext and will appear as is. Parameters:
* $1 - URL which points to interwiki template
* $2 - HTTP status, integer (other than 200)
* $1 - URL which points to interwiki template
* $2 - HTTP status, integer (other than 200)
MediaWiki:Scarytranscludefailed-httpstatus/qqq
Cite extension. Error message shown in the references tag when the same name is used for too many ref tags. Too many in this case is more than there are backlink labels defined in [[MediaWiki:Cite references link many format backlink labels]].
It is not possible to make a clickable link to this message. "nowiki" is mandatory around [[MediaWiki:Cite references link many format backlink labels]].
It is not possible to make a clickable link to this message. "nowiki" is mandatory around [[MediaWiki:Cite references link many format backlink labels]].
MediaWiki:Cite error references no backlink label/qqq
Error message seen via the API when a user tries to apply more than one tag that is not properly defined.
Parameters:
* $1 - comma-separated list of tag names
* $2 - number of tags
Parameters:
* $1 - comma-separated list of tag names
* $2 - number of tags
MediaWiki:Tags-apply-not-allowed-multi/qqq
Retrieved from "https://translatewiki.net/wiki/Special:SearchTranslations"