You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Internationalisation file for the User Export Extension.
*
* @addtogroup Extensions
*/
$messages = array();
$messages['en'] = array(
'userexport' => 'User Export',
'userexport-submit' => 'Export users to CSV file',
'userexport-badtoken' => 'Invalid edit token',
'userexport-description' => 'This is a very simple extension to export Mediawiki users to a CSV file.<br />It only export the user name and user email, but it can be easily extended to support more user fields.',