{
	"@metadata": {
		"authors": []
	},
	"extensiondistributor": "Download MediaWiki extension",
	"skindistributor": "Download MediaWiki skin",
	"extensiondistributor-desc": "Extension for distributing snapshot archives of extensions",
	"extdist-not-configured": "Please configure <code>$wgExtDistAPIConfig</code>.",
	"extdist-list-missing-extensions": "Unable to fetch extension list!",
	"extdist-list-missing-skins": "Unable to fetch skin list!",
	"extdist-no-such-extensions": "No such extension \"$1\".",
	"extdist-no-such-skins": "No such skin \"$1\".",
	"extdist-no-such-version-extensions": "The extension \"$1\" does not exist in the version \"$2\".",
	"extdist-no-such-version-skins": "The skin \"$1\" does not exist in the version \"$2\".",
	"extdist-choose-extensions": "Select which extension you want to download:",
	"extdist-choose-skins": "Select which skin you want to download:",
	"extdist-submit-extension": "Continue",
	"extdist-choose-version-extensions": "You are downloading the <b>$1</b> extension.\n\nSelect your MediaWiki version.\n\nMost extensions work across multiple versions of MediaWiki, so if your MediaWiki version is not here, or if you have a need for the latest extension features, try using the current version.",
	"extdist-choose-version-skins": "You are downloading the <b>$1</b> skin.\n\nSelect your MediaWiki version.\n\nMost skins work across multiple versions of MediaWiki, so if your MediaWiki version is not here, or if you have a need for the latest skin features, try using the current version.",
	"extdist-no-versions-extensions": "The selected extension ($1) is not available in any version!",
	"extdist-no-versions-skins": "The selected skin ($1) is not available in any version!",
	"extdist-submit-version": "Continue",
	"extdist-created-extensions": "A snapshot of version <b>$2</b> of the <b>$1</b> extension for MediaWiki <b>$3</b> has been created. Your download should start automatically in 5 seconds.\n\nThe URL for this snapshot is:\n:$4\nYou can use this link to download the extension on any computer, but please do not bookmark it, since its contents will not be updated, and it may be deleted at a later date.\n\nYou should extract the tar archive's contents into the extensions directory of your MediaWiki installation. For example, on a Unix-like OS:\n\n<pre>\ntar -xzf $5 -C /var/www/mediawiki/extensions\n</pre>\n\nOn Windows, you can use [http://www.7-zip.org/ 7-zip] to extract the files.\n\nIf your wiki is on a remote server, extract the files to a temporary directory on your local computer, and then upload '''all''' of the extracted files to the extensions directory on the server.\n\nAfter you have extracted the files, you will need to register the extension in LocalSettings.php. The extension documentation should have instructions on how to do this.\n\nIf you have any questions about this extension distribution system, please go to [[Extension talk:ExtensionDistributor]].",
	"extdist-created-skins": "A snapshot of version <b>$2</b> of the <b>$1</b> skin for MediaWiki <b>$3</b> has been created. Your download should start automatically in 5 seconds.\n\nThe URL for this snapshot is:\n:$4\nYou can use this link to download the skin on any computer, but please do not bookmark it, since its contents will not be updated, and it may be deleted at a later date.\n\nYou should extract the tar archive's contents into the skins directory of your MediaWiki installation. For example, on a Unix-like OS:\n\n<pre>\ntar -xzf $5 -C /var/www/mediawiki/skins\n</pre>\n\nOn Windows, you can use [http://www.7-zip.org/ 7-zip] to extract the files.\n\nIf your wiki is on a remote server, extract the files to a temporary directory on your local computer, and then upload '''all''' of the extracted files to the skins directory on the server.\n\nAfter you have extracted the files, you will need to register the skin in LocalSettings.php. The skin documentation should have instructions on how to do this.\n\nIf you have any questions about this skin distribution system, please go to [[Extension talk:ExtensionDistributor]].",
	"extdist-want-more-extensions": "Get another extension",
	"extdist-want-more-skins": "Get another skin",
	"extdist-goto-extensions-page": "Return to the '''$1''' extension page.",
	"extdist-goto-skins-page": "Return to the '''$1''' skin page.",
	"extdist-tar-error": "Unable to fetch archive URL from archive API.",
	"extdist-no-branches": "Unable to fetch information about any branches.",
	"extdist-popular-extensions": "Top {{PLURAL:$1|$1 downloaded extension|$1 downloaded extensions}}:",
	"extdist-popular-skins": "Top {{PLURAL:$1|$1 downloaded skin|$1 downloaded skins}}:",
	"extdist-branch-alpha": "master (latest development version)",
	"extdist-branch-candidate": "$1 (next stable candidate)",
	"extdist-branch-stable": "$1 (latest stable MediaWiki)"
}