Your IP : 216.73.216.54


Current Path : /var/www/html/mediawiki-1.43.1/extensions/FileImporter/
Upload File :
Current File : /var/www/html/mediawiki-1.43.1/extensions/FileImporter/FileImporter.alias.php

<?php
/**
 * Aliases for special pages
 *
 * @file
 * @ingroup Extensions
 */

$specialPageAliases = [];

/** English (English) */
$specialPageAliases['en'] = [
	'ImportFile' => [ 'ImportFile' ],
];

/** Spanish (Español) */
$specialPageAliases['es'] = [
	'ImportFile' => [ 'Importar_archivo' ],
];

/** Urdu (اردو) */
$specialPageAliases['ur'] = [
	'ImportFile' => [ 'درآمد_فائل' ],
];