mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 22:25:27 +00:00
Console recruit message has been moved to MobileFrontend
Change-Id: I48eb8ac7471f7e17ed10ac326230cf2ffed467d1 Depends-On: I3ee0c34139ec658566e8d324a3c8c28a80e930fd
This commit is contained in:
parent
20f69d0b49
commit
6b801b8c5c
|
@ -4,7 +4,6 @@
|
|||
},
|
||||
"minerva-last-modified-date": "Last edited on $1, at $2",
|
||||
"minerva-talk-add-topic": "Add discussion",
|
||||
"mobile-frontend-console-recruit": "\\o/ Hey! This is open source software and we need volunteers to help us build this thing, make it better and fix any bugs that you might be seeing in this JavaScript console!\n\nYou can find our backlog @ https://phabricator.wikimedia.org/project/profile/67/",
|
||||
"mobile-frontend-cookies-required": "Cookies are required to switch view modes. Please enable them and try again.",
|
||||
"mobile-frontend-editor-blocked-info-loggedin": "Your account is blocked from editing. The block was made by {{GENDER:$2|$2}} for the following reason: $1",
|
||||
"mobile-frontend-editor-cta": "Help improve this page!",
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
},
|
||||
"minerva-last-modified-date": "Text that displays the date the page was last modified. Parameters:\n* $1 - date\n* $2 - time\n{{Related|Mobile-frontend-last-modified}}",
|
||||
"minerva-talk-add-topic": "Label for button which shows at bottom of talk pages in mobile view prompting addition of topic",
|
||||
"mobile-frontend-console-recruit": "Message that is displayed in the JavaScript console aimed at developers in an attempt to recruit volunteers. The \\o/ emoticon is a man with his arms in the air with the purpose of drawing attention to the message. If this doesn't translate into the destination language feel free to omit it or use something more applicable.",
|
||||
"mobile-frontend-cookies-required": "Error message shown when user attempts to switch site modes and cookies are not enabled.",
|
||||
"mobile-frontend-editor-blocked-info-loggedin": "Toast message for logged in users that appears (before the user see the editor) when a user tries to edit a page, but is blocked from editing with reason and blocked by information.\n\nParameters:\n* $1 - blocked by information (Username of the user who crated this block)\n* $2 - Reason for this block, if any",
|
||||
"mobile-frontend-editor-cta": "Caption for call to action when an anonymous user clicks on edit icon. (Note the mobile site currently doesn't allow anonymous editing.)\n{{Identical|Help improve this page}}",
|
||||
|
|
|
@ -54,12 +54,5 @@
|
|||
) );
|
||||
}
|
||||
}( mw.config.get( 'wgRedirectedFrom' ) ) );
|
||||
|
||||
// Recruit volunteers through the console (note console.log may not be a function so check via apply)
|
||||
/* eslint-disable no-console */
|
||||
if ( window.console && window.console.log && window.console.log.apply &&
|
||||
mw.config.get( 'wgMFEnableJSConsoleRecruitment' ) ) {
|
||||
console.log( mw.msg( 'mobile-frontend-console-recruit' ) );
|
||||
}
|
||||
/* eslint-enable no-console */
|
||||
}( mw.mobileFrontend ) );
|
||||
|
|
Loading…
Reference in a new issue