jenkins-bot has submitted this change and it was merged. Change subject: Clarify case sensitivity in stats-table-case message ......................................................................
Clarify case sensitivity in stats-table-case message https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Phalanx-stats-table-case/sv Change-Id: I767fbe51c68a3ec3d5c923c83c5538d8437050b4 --- M i18n/en.json M i18n/qqq.json 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: Florianschmidtwelzow: Looks good to me, approved jenkins-bot: Verified diff --git a/i18n/en.json b/i18n/en.json index ef9931e..407b409 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -89,7 +89,7 @@ "phalanx-stats-table-expire": "Expires", "phalanx-stats-table-exact": "Exact", "phalanx-stats-table-regex": "Regex", - "phalanx-stats-table-case": "Case", + "phalanx-stats-table-case": "Case sensitive", "phalanx-stats-table-reason": "Reason", "phalanx-stats-table-language": "Language", "phalanx-stats-entry": "<b>$4</b> filter type <b>$1</b> blocked user <b>$2</b> on <a href=\"http://$3.shoutwiki.com/\">$3</a>", diff --git a/i18n/qqq.json b/i18n/qqq.json index e7734fe..aa999c8 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -91,7 +91,7 @@ "phalanx-stats-table-expire": "Used on the table in [[Special:PhalanxStats]]; refer to the [[:File:Phalanx MediaWiki extension - statistics interface for a given block.png|extension screenshot]] for details.\n{{Identical|Expire}}", "phalanx-stats-table-exact": "Used on the table in Special:PhalanxStats; refer to the [[:File:Phalanx MediaWiki extension - statistics interface for a given block.png|extension screenshot]] for details\n{{Identical|Exact}}", "phalanx-stats-table-regex": "Used on the table in [[Special:PhalanxStats]]; refer to the [[:File:Phalanx MediaWiki extension - statistics interface for a given block.png|extension screenshot]] for details.\n{{Identical|Regex}}", - "phalanx-stats-table-case": "Used on the table in [[Special:PhalanxStats]]; refer to the [[:File:Phalanx MediaWiki extension - statistics interface for a given block.png|extension screenshot]] for details.\n\nShort for \"Case sensitive?\".\n{{Identical|Case}}", + "phalanx-stats-table-case": "Used on the table in [[Special:PhalanxStats]]; refer to the [[:File:Phalanx MediaWiki extension - statistics interface for a given block.png|extension screenshot]] for details.\n{{Identical|Case}}", "phalanx-stats-table-reason": "Used on the table in [[Special:PhalanxStats]]; refer to the [[:File:Phalanx MediaWiki extension - statistics interface for a given block.png|extension screenshot]] for details.\n{{Identical|Reason}}", "phalanx-stats-table-language": "Used on the table in Special:PhalanxStats; refer to the [[:File:Phalanx MediaWiki extension - statistics interface for a given block.png|extension screenshot]] for details.\n{{Identical|Language}}", "phalanx-stats-entry": "Entry on Special:PhalanxStats/some-block-ID-goes-here\n* $1 is the filter type, such as \"content\" ({{msg-mw|Phalanx-type-content}})\n* $2 is the user name or IP address who triggered the filter\n* $3 is the wiki's subdomain\n* $4 is the timestamp (time and date)", -- To view, visit https://gerrit.wikimedia.org/r/262117 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I767fbe51c68a3ec3d5c923c83c5538d8437050b4 Gerrit-PatchSet: 4 Gerrit-Project: mediawiki/extensions/Phalanx Gerrit-Branch: master Gerrit-Owner: MtDu <[email protected]> Gerrit-Reviewer: Florianschmidtwelzow <[email protected]> Gerrit-Reviewer: Jack Phoenix <[email protected]> Gerrit-Reviewer: MtDu <[email protected]> Gerrit-Reviewer: Nemo bis <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
