mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
* Move unused forked code to external directory * Fix SLN build errors * Add back resource provider core since it's referenced by main resource provider project * Update PackageProjects step of pipeline
58 lines
2.3 KiB
Plaintext
58 lines
2.3 KiB
Plaintext
# String resource file
|
|
#
|
|
# When processed by the String Resource Tool, this file generates
|
|
# both a .CS and a .RESX file with the same name as the file.
|
|
# The .CS file contains a class which can be used to access these
|
|
# string resources, including the ability to format in
|
|
# parameters, which are identified with the .NET {x} format
|
|
# (see String.Format help).
|
|
#
|
|
# Comments below assume the file name is SR.strings.
|
|
#
|
|
# Lines starting with a semicolon ";" are also treated as comments, but
|
|
# in a future version they will be extracted and made available in LocStudio
|
|
# Put your comments to localizers _before_ the string they apply to.
|
|
#
|
|
# SMO build specific comment
|
|
# after generating the .resx file, run srgen on it and get the .resx file
|
|
# please remember to also check that .resx in, along with the
|
|
# .strings and .cs files
|
|
|
|
[strings]
|
|
|
|
############################################################################
|
|
# Extensibility
|
|
|
|
ServiceAlreadyRegistered = Cannot register service for type {0}, one or more services already registered
|
|
|
|
MultipleServicesFound = Multiple services found for type {0}, expected only 1
|
|
|
|
IncompatibleServiceForExtensionLoader = Service of type {0} cannot be created by ExtensionLoader<{1}>
|
|
|
|
ServiceProviderNotSet = SetServiceProvider() was not called to establish the required service provider
|
|
|
|
ServiceNotFound = Service {0} was not found in the service provider
|
|
|
|
ServiceNotOfExpectedType = Service of Type {0} is not compatible with registered Type {1}
|
|
|
|
############################################################################
|
|
# Hosting
|
|
|
|
HostingUnexpectedEndOfStream = MessageReader's input stream ended unexpectedly, terminating
|
|
|
|
HostingHeaderMissingColon = Message header must separate key and value using ':'
|
|
|
|
HostingHeaderMissingContentLengthHeader = Fatal error: Content-Length header must be provided
|
|
|
|
HostingHeaderMissingContentLengthValue = Fatal error: Content-Length value is not an integer
|
|
|
|
HostingJsonRpcHostAlreadyStarted = JSON RPC host has already started
|
|
|
|
HostingJsonRpcHostNotStarted = JSON RPC host has not started
|
|
|
|
HostingJsonRpcVersionMissing = JSON RPC version parameter is missing or invalid
|
|
|
|
HostingMessageMissingMethod = JSON RPC message is missing required method parameter
|
|
|
|
HostingMethodHandlerDoesNotExist(string messageType, string method) = {0} handler for method '{1}' does not exist.
|