Mattflaschen has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/310624

Change subject: DO NOT MERGE: Gender test
......................................................................

DO NOT MERGE: Gender test

Change-Id: I9d9e854aa4ee5384a377e26a0bd475bc87bf2bff
---
M includes/specials/SpecialBlankpage.php
M languages/i18n/en.json
2 files changed, 6 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/24/310624/1

diff --git a/includes/specials/SpecialBlankpage.php 
b/includes/specials/SpecialBlankpage.php
index e61f12b..5db8eb4 100644
--- a/includes/specials/SpecialBlankpage.php
+++ b/includes/specials/SpecialBlankpage.php
@@ -34,6 +34,11 @@
 
        public function execute( $par ) {
                $this->setHeaders();
+
+               $this->getOutput()->addHTML( '<p>$this->msg: ' . $this->msg( 
'fileexists' )->text() . '</p>' );
+
+               $this->getOutput()->addHTML( '<p>wfMessage ' . wfMessage( 
'fileexists' )->text() . '</p>' );
+
                $this->getOutput()->addWikiMsg( 'intentionallyblankpage' );
        }
 }
diff --git a/languages/i18n/en.json b/languages/i18n/en.json
index 020f058..bea8484 100644
--- a/languages/i18n/en.json
+++ b/languages/i18n/en.json
@@ -1458,7 +1458,7 @@
        "largefileserver": "This file is bigger than the server is configured 
to allow.",
        "emptyfile": "The file you uploaded seems to be empty.\nThis might be 
due to a typo in the filename.\nPlease check whether you really want to upload 
this file.",
        "windows-nonascii-filename": "This wiki does not support filenames with 
special characters.",
-       "fileexists": "A file with this name exists already, please check 
<strong>[[:$1]]</strong> if {{GENDER:|you}} are not sure if you want to change 
it.\n[[$1|thumb]]",
+       "fileexists": "A file with this name exists already, please check 
<strong>[[:$1]]</strong> if {{GENDER:|maleyou|femaleyou|unspecifiedyou}} are 
not sure if you want to change it.\n[[$1|thumb]]",
        "filepageexists": "The description page for this file has already been 
created at <strong>[[:$1]]</strong>, but no file with this name currently 
exists.\nThe summary you enter will not appear on the description page.\nTo 
make your summary appear there, you will need to manually edit 
it.\n[[$1|thumb]]",
        "fileexists-extension": "A file with a similar name exists: 
[[$2|thumb]]\n* Name of the uploading file: <strong>[[:$1]]</strong>\n* Name of 
the existing file: <strong>[[:$2]]</strong>\nDo you perhaps want to use a more 
distinctive name?",
        "fileexists-thumbnail-yes": "The file seems to be an image of reduced 
size <em>(thumbnail)</em>.\n[[$1|thumb]]\nPlease check the file 
<strong>[[:$1]]</strong>.\nIf the checked file is the same image of original 
size it is not necessary to upload an extra thumbnail.",

-- 
To view, visit https://gerrit.wikimedia.org/r/310624
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9d9e854aa4ee5384a377e26a0bd475bc87bf2bff
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <mflasc...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to