Jump to: navigation, search
33,652 results found
Showing translations which match any of the search words. Require all search words.
Languages
Message groups
Member of the Comment Administrators (commentadmin) group, shown on [[Special:ListUsers]].
{{doc-group|commentadmin|member}}
{{doc-group|commentadmin|member}}
MediaWiki:Group-commentadmin-member/qqq
Parameters:
* $1 - a link to the page, the time and date of the version is the link anchor
* $2 - an internal or external link the user who made the version with the user name as the link anchor, or empty, or a text identifying the user without a link
* $3 - a link to the diff page of this version and the version preceeding it, or empty
* $4 - the comment, as provided by the user, which may be empty
* $1 - a link to the page, the time and date of the version is the link anchor
* $2 - an internal or external link the user who made the version with the user name as the link anchor, or empty, or a text identifying the user without a link
* $3 - a link to the diff page of this version and the version preceeding it, or empty
* $4 - the comment, as provided by the user, which may be empty
MediaWiki:Configure-old-summary/qqq
Used as an item in the list in [[Special:ViewConfig]].
Parameters:
* $1 - may be two radio buttons, as in history pages, or empty
* $2 - the time and date of the version
* $3 - a link to the user who made the version, or a text, or empty
* $4 - replaced with zero to several links to that version
* $5 - the comment, as provided by the user, which may be empty
* $6 - the date of the version
* $7 - the time of the version
Parameters:
* $1 - may be two radio buttons, as in history pages, or empty
* $2 - the time and date of the version
* $3 - a link to the user who made the version, or a text, or empty
* $4 - replaced with zero to several links to that version
* $5 - the comment, as provided by the user, which may be empty
* $6 - the date of the version
* $7 - the time of the version
MediaWiki:Configure-viewconfig-line/qqq
Comment for the empty revision created when changing visibility of AFT on that page. Parameters:
* $1 is the title of the page whose protection was changed
* $1 is the title of the page whose protection was changed
MediaWiki:Articlefeedbackv5-protection-title/qqq
{{Flagged Revs-small}}
Appears on top of the protection form when the current version is not the stable version.
Refers to {{msg-mw|Validationpage}}.
{{Related|Revreview-visibility}}
Appears on top of the protection form when the current version is not the stable version.
Refers to {{msg-mw|Validationpage}}.
{{Related|Revreview-visibility}}
MediaWiki:Revreview-visibility-outdated/qqq
Unable to parse JSON configuration. Please check the syntax.
MediaWiki:Jsonconfig-bad-json/en
Subject for notification about a comment on a revision. Parameters:
* $1 – Repository name
* $2 – Number of the revision
* $1 – Repository name
* $2 – Number of the revision
MediaWiki:Codereview-email-subj/qqq
Label for the edit summary of the revision.
{{Identical|Comment}}
{{Identical|Comment}}
MediaWiki:Revisionslider-label-comment/qqq
Header text for a notification when a user is thanked for their comment on a Flow board. Parameters:
* $1 is the username of the user sending the thanks (not suitable for GENDER).
* $2 is either unused by the translation, or is the thanking user's name for use in GENDER.
* $3 is the title of the topic the comment belongs to
* $4 is the title of the page where the comment is located
* $5 is either unused by the translation, or is the username of the user being thanked, for use in GENDER.
{{related|Notification-header-flow}}
* $1 is the username of the user sending the thanks (not suitable for GENDER).
* $2 is either unused by the translation, or is the thanking user's name for use in GENDER.
* $3 is the title of the topic the comment belongs to
* $4 is the title of the page where the comment is located
* $5 is either unused by the translation, or is the username of the user being thanked, for use in GENDER.
{{related|Notification-header-flow}}
MediaWiki:Notification-header-flow-thank/qqq
When feedback is to be discussed on the user's talk page, this is the content template that will be provided.
Parameters:
* $1 - (Unused) the user that submitted the feedback (either the IP for anonymous user, or in the format [[User:Name|Name]] for registered users)
* $2 - (Unused) the permalink to the feedback that'll be discussed
* $3 - the date the feedback was submitted
* $4 - (Unused) the time the feedback was submitted
* $5 - the link to all feedback on this article
* $6 - the full feedback comment (will be empty in the event that feedback text is short and fits in the section title)
* $7 - the title of the page the feedback was submitted for
Parameters:
* $1 - (Unused) the user that submitted the feedback (either the IP for anonymous user, or in the format [[User:Name|Name]] for registered users)
* $2 - (Unused) the permalink to the feedback that'll be discussed
* $3 - the date the feedback was submitted
* $4 - (Unused) the time the feedback was submitted
* $5 - the link to all feedback on this article
* $6 - the full feedback comment (will be empty in the event that feedback text is short and fits in the section title)
* $7 - the title of the page the feedback was submitted for
MediaWiki:Articlefeedbackv5-discuss-user-section-content/qqq
Format for displaying notifications of a comment being added to an existing discussion.
Parameters:
* $1 - the username of the person who edited, plain text. Can be used for GENDER.
* $2 - the section title of the discussion
* $3 - a link to a page and section
* $4 - the page on which the discussion exists, plain text
See also:
* {{msg-mw|Notification-add-comment-yours2}}
Parameters:
* $1 - the username of the person who edited, plain text. Can be used for GENDER.
* $2 - the section title of the discussion
* $3 - a link to a page and section
* $4 - the page on which the discussion exists, plain text
See also:
* {{msg-mw|Notification-add-comment-yours2}}
MediaWiki:Notification-add-comment2/qqq
#<!-- 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
Activity log entry when all abuse flags were cleared on feedback. Parameters:
* $1 - a link to the user who performed the action
* $2 - the informational comment left upon performing the action
* $3 - (Optional) the date & time the action was performed
* $4 - the date the action was performed
* $5 - the time the action was performed
* $5 - the time the action was performed
* $6 - the username, for GENDER support
{{Related|Articlefeedbackv5-activity-item}}
* $1 - a link to the user who performed the action
* $2 - the informational comment left upon performing the action
* $3 - (Optional) the date & time the action was performed
* $4 - the date the action was performed
* $5 - the time the action was performed
* $5 - the time the action was performed
* $6 - the username, for GENDER support
{{Related|Articlefeedbackv5-activity-item}}
MediaWiki:Articlefeedbackv5-activity-item-clear-flags/qqq
{{doc-apihelp-param|description=the "templatesandboxtext" parameter for the "parse" and "expandtemplates" modules}}
MediaWiki:Templatesandbox-apihelp-text/qqq
{{doc-apihelp-param|description=the "templatesandboxcontentformat" parameter for the "parse" and "expandtemplates" modules}}
MediaWiki:Templatesandbox-apihelp-contentformat/qqq
{{doc-apihelp-param|description=the "templatesandboxcontentmodel" parameter for the "parse" and "expandtemplates" modules}}
MediaWiki:Templatesandbox-apihelp-contentmodel/qqq
{{doc-apihelp-param|description=the "templatesandboxtitle" parameter for the "parse" and "expandtemplates" modules}}
MediaWiki:Templatesandbox-apihelp-title/qqq
{{doc-apihelp-param|description=the "templatesandboxprefix" parameter for the "parse" and "expandtemplates" modules}}
MediaWiki:Templatesandbox-apihelp-prefix/qqq
Bundle header text for a notification when a user is thanked for their comment on a Flow board. Parameters:
* $1 is the number of users who sent thanks for the same post. When used with PLURAL, the value 100 represents more than 99.
* $2 is the title of the topic the comment belongs to
* $3 is either unused by the translation, or is the username of the user being thanked, for use in GENDER.
{{related|Notification-header-flow}}
* $1 is the number of users who sent thanks for the same post. When used with PLURAL, the value 100 represents more than 99.
* $2 is the title of the topic the comment belongs to
* $3 is either unused by the translation, or is the username of the user being thanked, for use in GENDER.
{{related|Notification-header-flow}}
MediaWiki:Notification-bundle-header-flow-thank/qqq
AFT entry line displayed on My Contributions. An example of this line could be: 10:59, 30 August 2012 . . (+55) . . Feedback: Main Page (This is some more feedback, using the AFT feedback form) . . Status: Helpful and Featured
* $1 - the date & time with link to feedback permalink - in the example: "10:59, 30 August 2012"
* $2 - the comment character count - in the example: "(+55)"
* $3 - the feedback permalink - in the example: the link behind "Feedback: Main Page"
* $4 - the page title - in the example: "Main Page"
* $5 - the username (only set in the case of newbie log) - not in the example, this will only show up in the newbie log
* $6 - the comment - in the example: "(This is some more feedback, using the AFT feedback form)"
* $7 - a list of the feedback's current statusses, built out of {{msg-mw|Articlefeedbackv5-contribs-entry-status}}, if the status is not empty - in the example: "Status: Helpful and Featured"
* $8 - (Optional) the date with link to feedback permalink - in the example: "30 August 2012"
* $9 - (Optional) the time with link to feedback permalink - in the example: "10:59"
* $1 - the date & time with link to feedback permalink - in the example: "10:59, 30 August 2012"
* $2 - the comment character count - in the example: "(+55)"
* $3 - the feedback permalink - in the example: the link behind "Feedback: Main Page"
* $4 - the page title - in the example: "Main Page"
* $5 - the username (only set in the case of newbie log) - not in the example, this will only show up in the newbie log
* $6 - the comment - in the example: "(This is some more feedback, using the AFT feedback form)"
* $7 - a list of the feedback's current statusses, built out of {{msg-mw|Articlefeedbackv5-contribs-entry-status}}, if the status is not empty - in the example: "Status: Helpful and Featured"
* $8 - (Optional) the date with link to feedback permalink - in the example: "30 August 2012"
* $9 - (Optional) the time with link to feedback permalink - in the example: "10:59"
MediaWiki:Articlefeedbackv5-contribs-entry/qqq
Retrieved from "https://translatewiki.net/wiki/Special:SearchTranslations"