Search translations
Jump to navigation
Jump to search
757 results found
Showing translations which match any of the search words. Require all search words.
Languages
Message groups
The value for the option specified by <var>$1optionname</var>.
MediaWiki:Apihelp-options-param-optionvalue/en-gb
Options for the CategoryTree constructor as a JSON object. The <var>depth</var> option defaults to <kbd>1</kbd>.
MediaWiki:Apihelp-categorytree-param-options/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
Protocol of the URL. If empty and <var>$1query</var> set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.
MediaWiki:Apihelp-query+exturlusage-param-protocol/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
You can set how the media item appears on the page. This should be the thumbnail format to be consistent with other pages in almost all cases.
MediaWiki:Visualeditor-dialog-media-type-section-help/en-gb
Adds a trail of breadcrumbs to the page to show the path of users through the wiki.
MediaWiki:Breadcrumbs-desc/en-gb
The Google ID of the user.
MediaWiki:Apihelp-googleplusprofileinfo-param-googleid/en-gb
The value $1 was not recognised as a valid set of coordinates.
MediaWiki:Maps-invalid-coordinates/en-gb
for the circle should be defined only two parameters, the coordinates of the centre and the radius. But specified {{PLURAL:$1|one parameter|$1 parameters}}
MediaWiki:Multimaps-circle-wrong-number-parameters/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
The selected date likely isn't correct, given the licence ($1).
MediaWiki:Mwe-upwiz-error-date-license-unlikely/en-gb
The domain to add or remove to the list.
MediaWiki:Apihelp-googleloginmanagealloweddomain-param-domain/en-gb
The centre of the map. When not provided, the map will automatically pick the optimal centre to display all markers on the map.
MediaWiki:Semanticmaps-par-centre/en-gb
Allow the user to edit their own talk page (depends on <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).
MediaWiki:Apihelp-block-param-allowusertalk/en-gb
Title in the category namespace, prefix will be ignored if given.
MediaWiki:Apihelp-categorytree-param-category/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
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
List pages on the watchlist of the current user.
MediaWiki:Apihelp-query+watchlistraw-example-simple/en-gb
Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$1diffto</var>. If <var>$1section</var> is set, only that section will be diffed against this text.
MediaWiki:Apihelp-query+revisions+base-param-difftotext/en-gb
Allows an element to be scrolled through the use of panning (drag & drop)
MediaWiki:Panscroll-desc/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
Retrieved from "https://translatewiki.net/wiki/Special:SearchTranslations"