{
    "activationMessage": "You have Community license. Activate PREMIUM to get more features.",
    "activeMessage": "Your license is successfuly activated. Do you need to renew it?",
    "evaluationMessage": "Community license. Purchase PREMIUM features at https://www.devsense.com/purchase?from=vscode",
    "expired": "Your license key is expired. Please purchase and re-activate your license to get up-to-date features.",
    "expiresOnFormatString": "expires on {0}",
    "downgradeToFormatString": "Downgrade to {0}",
    "enterKey": "I have the license key",
    "enterKeyButton": "Enter License Key",
    "requestTrial": "Try PREMIUM",
    "buyLicense": "Buy License",
    "buy": "Buy",
    "Free": "Free",
    "Welcome": "Welcome",
    "Overview": "Overview",
    "News": "News",
    "License": "License",
    "Premium": "Premium",
    "renewLicense": "Renew License",
    "trialMail": "Your e-mail",
    "trialPrompt": "Get free 30-day license to your e-mail. By applying you agree to receive our occasional newsletter. You can unsubscribe at any time.",
    "invalidMail": "Entered e-mail is not valid",
    "info": "More information",
    "more.settings": "More settings",
    "purchase": "Purchase",
    "giveUsFeedback": "Give us Feedback",
    "uninstallMessage": "We're sorry to see you go! How can we improve the PHP extension?",
    "promptText": "Please enter your license key. It will be activated online. For more information visit www.devsense.com",
    "placeHolder": "License Key",
    "offlineFailed": "License invalid or expired.",
    "serverTimeout": "Connection to activation server timeouted.",
    "connectionError": "Activation server cannot be reached.",
    "unknownError": "Activation error.",
    "accessDenied": "Activation server is unavailable at this time.",
    "internalError": "Activation server internal error.",
    "invalidLicenseKey": "Entered license key is not valid.",
    "activationSucceeded": "Activation succeeded, thank you for using our tools!",
    "licenseStored": "The license has been stored.",
    "licenseError": "Error decoding given license",
    "extensions": "Extensions",
    "manage-extension": "Manage extension",
    "phpToolsStarted": "PHP extension started.",
    "dontshowagain": "Don't show again",
    "showmore": "Show me more",
    "retry": "Retry",
    "activateOffline": "Activate offline",
    "dismiss": "Dismiss",
    "download": "Download",
    "install": "Install",
    "subscribe": "Subscribe",
    "pickPhpVersion": "Choose PHP version or your executable defined in 'php.executables' setting.",
    "noTodoInWorkspace": "No todo in your workspace",
    "noXdebugWarning": "Xdebug for PHP seems to be missing. Debugging might not work.",
    "noWorkspaceFolder": "There are no workspace folders.",
    "noCoverageFound": "No code coverage was collected. Check your 'phpunit.xml' file if you have <source> (PHPUnit >=10) or <coverage> (PHPUnit <10) elements configured properly.",

    "PhpunitXmlMissing": "Tests found in your workspace. Create 'phpunit.xml' to enable Test Explorer?",
    "NoPHPError": "'php' binary could not be either found or executed. Make sure PHP is installed, and add path to \"php.executables\" setting.",
    "GenerateDefault": "Create phpunit.xml",
    "Problem_0_Excluded": "Setting has been updated, diagnostic {0} is ignored now.",
    "OpenSettings": "Open Settings",
    "Cancel": "Dismiss",
    "OK": "OK",
    "ChooseMethodsToOverride": "Choose methods to override ...",
    "NoMethodsToOverride": "No methods to override.",
    
    "pendingLoadFormatText": "$(loading~spin) {0}",
    "pendingLoadTooltip": "Language server is indexing files in your workspace.",
    "pendingAnalysisTooltip": "Language server is analyzing problems.",

    "license.status.notactive": "Premium features not active.",
    "license.status.active": "Product activated.",

    "webview.welcome_first.h1": "Welcome to the PHP extension!",
    "webview.welcome.h1": "What's new in PHP extension",
    "webview.welcome.shownews": "Show What's New after Update.",
    "webview.welcome.more": "More details ...",
    "webview.welcome.allnews": "See all news and releases ...",
    "webview.welcome.yourfeatures": "Your license includes",

    "debug.command.start-listen": "Listen for Xdebug",
    "debug.command.start-listen.detail": "Waits for requests to debug.",
    "debug.command.run-console": "Run current Script in Console",
    "debug.command.run-console.detail": "Runs the current PHP script",
    "debug.command.debug-console": "Debug current Script in Console",
    "debug.command.debug-console.detail": "Runs the current PHP script with debugging",
    "debug.command.run-builtin": "Launch built-in server",
    "debug.command.debug-builtin": "Launch built-in server and Debug",
    "debug.command.profile.console": "Profile current Script",
    "debug.command.profile.console.detail": "Runs current script as a Console Appliction with Profiling",

    "debug.breakpoints.notices": "Notices",
    "debug.breakpoints.warnings": "Warnings",
    "debug.breakpoints.errors": "Errors",
    "debug.breakpoints.exceptions": "Exceptions",
    "debug.breakpoints.uncaught-exceptions": "Uncaught Exceptions",
    "debug.automaticXdebugPort": "automatic Xdebug port",

    "feature.custom_formatter_rules": "Custom Formatter Rules",
    "feature.codelens": "CodeLens",
    "feature.intellisense": "IntelliSense",
    "feature.semantic_colors": "Semantic Colors"
}