{
	"@metadata": {
		"authors": [
			"Adam Nielsen",
			"Kghbln"
		]
	},
	"action-masseditregex": "perform a bulk edit",
	"masseditregex": "Mass edit using regular expressions",
	"masseditregex-desc": "Allows to use regular expressions to [[Special:MassEditRegex|edit many pages in one operation]]",
	"masseditregextext": "Enter one or more regular expressions (one per line) for matching, and one or more expressions to replace each match with.\nThe first match-expression, if successful, will be replaced with the first replace-expression, and so on.\nSee [https://php.net/function.preg-replace the PHP function preg_replace()] for details.",
	"masseditregex-extensionname": "Mass Edit via Regular Expressions",
	"masseditregex-pagelisttxt": "Pages to edit:",
	"masseditregex-matchtxt": "Search for:",
	"masseditregex-replacetxt": "Replace with:",
	"masseditregex-executebtn": "Execute",
	"masseditregex-err-nopages": "You must specify at least one page to change.",
	"masseditregex-before": "Before",
	"masseditregex-after": "After",
	"masseditregex-max-preview-diffs": "Preview has been limited to the first $1 {{PLURAL:$1|match|matches}}.",
	"masseditregex-num-changes": "$1: $2 {{PLURAL:$2|change|changes}}",
	"masseditregex-page-not-exists": "$1 does not exist",
	"masseditregex-num-articles-changed": "$1 {{PLURAL:$1|page|pages}} edited",
	"masseditregex-view-full-summary": "View full edit summary",
	"masseditregex-hint-intro": "Here are some hints and examples for accomplishing common tasks:",
	"masseditregex-hint-headmatch": "Match",
	"masseditregex-hint-headreplace": "Replace",
	"masseditregex-hint-headeffect": "Effect",
	"masseditregex-hint-toappend": "Append some text to the end of the page - great for adding pages to categories",
	"masseditregex-hint-remove": "Remove some text from all the pages in the list",
	"masseditregex-hint-removecat": "Remove all categories from a page (note the escaping of the square brackets in the wikicode.)\nThe replacement values should not be escaped.",
	"masseditregex-hint-renamelink": "Replace AAA with BBB in link text but not the link destination: [[AAA|AAA]] becomes [[AAA|BBB]]",
	"masseditregex-listtype-intro": "This is a list of:",
	"masseditregex-listtype-pagenames": "Page names (edit these pages)",
	"masseditregex-listtype-pagename-prefixes": "Page name prefixes (edit pages having names beginning with this text)",
	"masseditregex-listtype-categories": "Category names (edit each page within these categories)",
	"masseditregex-listtype-backlinks": "Backlinks (edit pages that link to these ones)",
	"masseditregex-exprnomatch": "The expression \"$1\" matched no pages.",
	"masseditregex-badregex": "Invalid regex:",
	"masseditregex-editfailed": "Edit failed:",
	"masseditregex-tooltip-execute": "Apply these changes to each page",
	"masseditregex-editall": "Edit all",
	"right-masseditregex": "Replace page contents using regular expressions",
	"masseditregex-noaccess": "You do not have access to MassEditRegex",
	"masseditregex-norevisions": "No revisions found to edit",
	"masseditregex-blocked": "Your user account is blocked",
	"masseditregex-readonlydb": "Database is read-only",
	"masseditregex-js-clientside": "Execute in browser",
	"masseditregex-js-execution": "Tick this to perform the page iteration on the client-side in the browser. This allows larger changes normally limited by the PHP maximum execution time.",
	"masseditregex-js-jobdone": "Complete",
	"masseditregex-js-working": "Processing... ($1 left)",
	"masseditregex-js-pagenotexist": "$1 does not exist.",
	"masseditregex-js-mwapi-api-error": "Error: MediaWiki API returned error code $1: $2",
	"masseditregex-js-mwapi-general-error": "Error: Unknown result from MediaWiki API.",
	"masseditregex-js-mwapi-unknown-error": "Error: Unknown error during request to MediaWiki API."
}
