{
	"": [
		"--------------------------------------------------------------------------------------------",
		"Copyright (c) Microsoft Corporation. All rights reserved.",
		"Licensed under the MIT License. See License.txt in the project root for license information.",
		"--------------------------------------------------------------------------------------------",
		"Do not edit this file. It is machine generated."
	],
	"version": "1.0.0",
	"contents": {
		"package": {
			"configuration.suggest.basic": "Controls whether the built-in PHP language suggestions are enabled. The support suggests PHP globals and variables.",
			"configuration.validate.enable": "Enable/disable built-in PHP validation.",
			"configuration.validate.executablePath": "Points to the PHP executable.",
			"configuration.validate.run": "Whether the linter is run on save or on type.",
			"configuration.title": "PHP",
			"commands.categroy.php": "PHP",
			"command.untrustValidationExecutable": "Disallow PHP validation executable (defined as workspace setting)",
			"displayName": "PHP Language Features",
			"description": "Provides rich language support for PHP files."
		},
		"dist/features/validationProvider": {
			"php.useExecutablePath": "Do you allow {0} (defined as a workspace setting) to be executed to lint PHP files?",
			"php.yes": "Дозволити",
			"php.no": "Заборонити",
			"wrongExecutable": "Cannot validate since {0} is not a valid php executable. Use the setting 'php.validate.executablePath' to configure the PHP executable.",
			"noExecutable": "Cannot validate since no PHP executable is set. Use the setting 'php.validate.executablePath' to configure the PHP executable.",
			"unknownReason": "Failed to run php using path: {0}. Reason is unknown.",
			"goToSetting": "Відкрити Налаштування"
		}
	}
}