|
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace NuGet.Protocol {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Strings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Strings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("NuGet.Protocol.Strings", typeof(Strings).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Package '{0}' already exists at feed '{1}' and is invalid..
/// </summary>
internal static string AddPackage_ExistingPackageInvalid {
get {
return ResourceManager.GetString("AddPackage_ExistingPackageInvalid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Package '{0}' already exists at feed '{1}'..
/// </summary>
internal static string AddPackage_PackageAlreadyExists {
get {
return ResourceManager.GetString("AddPackage_PackageAlreadyExists", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Successfully added package '{0}' to feed '{1}'..
/// </summary>
internal static string AddPackage_SuccessfullyAdded {
get {
return ResourceManager.GetString("AddPackage_SuccessfullyAdded", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Argument can not be null or empty..
/// </summary>
internal static string Argument_Cannot_Be_Null_Or_Empty {
get {
return ResourceManager.GetString("Argument_Cannot_Be_Null_Or_Empty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Argument cannot be null or empty..
/// </summary>
internal static string ArgumentCannotBeNullOrEmpty {
get {
return ResourceManager.GetString("ArgumentCannotBeNullOrEmpty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to the symbol server.
/// </summary>
internal static string DefaultSymbolServer {
get {
return ResourceManager.GetString("DefaultSymbolServer", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Delete canceled.
/// </summary>
internal static string DeleteCommandCanceled {
get {
return ResourceManager.GetString("DeleteCommandCanceled", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} {1} will be deleted from the {2}. Would you like to continue?.
/// </summary>
internal static string DeleteCommandConfirm {
get {
return ResourceManager.GetString("DeleteCommandConfirm", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} {1} was deleted successfully..
/// </summary>
internal static string DeleteCommandDeletedPackage {
get {
return ResourceManager.GetString("DeleteCommandDeletedPackage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Deleting {0} {1} from the {2}..
/// </summary>
internal static string DeleteCommandDeletingPackage {
get {
return ResourceManager.GetString("DeleteCommandDeletingPackage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Not Found..
/// </summary>
internal static string DeletePackage_NotFound {
get {
return ResourceManager.GetString("DeletePackage_NotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The download of '{0}' timed out because no data was received for {1}ms..
/// </summary>
internal static string Error_DownloadTimeout {
get {
return ResourceManager.GetString("Error_DownloadTimeout", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You are running the '{0}' operation with an 'HTTP' source, '{1}'. NuGet requires HTTPS sources. To use HTTP sources, you must explicitly set 'allowInsecureConnections' to true in your NuGet.Config file. Refer to https://aka.ms/nuget-https-everywhere for more information..
/// </summary>
internal static string Error_HttpServerUsage {
get {
return ResourceManager.GetString("Error_HttpServerUsage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You are using a NuGet source '{0}' that contains an 'HTTP' service index resource endpoint: '{1}'. This is insecure and not recommended. To allow HTTP resources, you must explicitly set 'allowInsecureConnections' to true in your NuGet.Config file. For more information, visit https://aka.ms/nuget-https-everywhere..
/// </summary>
internal static string Error_Insecure_HTTP {
get {
return ResourceManager.GetString("Error_Insecure_HTTP", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid package id : `{0}`..
/// </summary>
internal static string Error_Invalid_package_id {
get {
return ResourceManager.GetString("Error_Invalid_package_id", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Expected package {0} {1}, but got package {2} {3}.
/// </summary>
internal static string Error_PackageIdentityDoesNotMatch {
get {
return ResourceManager.GetString("Error_PackageIdentityDoesNotMatch", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unexpected JSON token type '{0}'..
/// </summary>
internal static string Error_UnexpectedJsonToken {
get {
return ResourceManager.GetString("Error_UnexpectedJsonToken", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Required property '{0}' not found in JSON..
/// </summary>
internal static string Error_RequiredJsonPropertyMissing {
get {
return ResourceManager.GetString("Error_RequiredJsonPropertyMissing", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The server responded with HTTP '403 Forbidden' when accessing the source '{0}'. This suggests that the server has authenticated your identity but has not permitted you to access the requested resource. Provide credentials that have permissions to view this resource..
/// </summary>
internal static string Http_CredentialsForForbidden {
get {
return ResourceManager.GetString("Http_CredentialsForForbidden", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The server responded with HTTP '407 Proxy Authentication Required' when accessing the proxy '{0}'. This suggests that the server needs credentials to authenticate your identity to use a proxy. Provide credentials to access this resource..
/// </summary>
internal static string Http_CredentialsForProxy {
get {
return ResourceManager.GetString("Http_CredentialsForProxy", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The server responded with HTTP '401 Unauthorized' when accessing the source '{0}'. This suggests that the server needs credentials to authenticate your identity. Provide credentials to access this resource..
/// </summary>
internal static string Http_CredentialsForUnauthorized {
get {
return ResourceManager.GetString("Http_CredentialsForUnauthorized", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} {1}.
/// </summary>
internal static string Http_RequestLog {
get {
return ResourceManager.GetString("Http_RequestLog", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} {1} {2}ms.
/// </summary>
internal static string Http_ResponseLog {
get {
return ResourceManager.GetString("Http_ResponseLog", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} {1} {2}ms (retry after: {3}s).
/// </summary>
internal static string Http_ResponseLogWithRetryAfter {
get {
return ResourceManager.GetString("Http_ResponseLogWithRetryAfter", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The HTTP request to '{0} {1}' has timed out after {2}ms..
/// </summary>
internal static string Http_Timeout {
get {
return ResourceManager.GetString("Http_Timeout", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The folder '{0}' contains an invalid version..
/// </summary>
internal static string InvalidVersionFolder {
get {
return ResourceManager.GetString("InvalidVersionFolder", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to the NuGet gallery.
/// </summary>
internal static string LiveFeed {
get {
return ResourceManager.GetString("LiveFeed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The file '{0}' does not exist in the package..
/// </summary>
internal static string LoadFileFromNupkg_FileNotFound {
get {
return ResourceManager.GetString("LoadFileFromNupkg_FileNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot load the file '{0}' because it is larger than {1} MB..
/// </summary>
internal static string LoadFileFromNupkg_FileTooLarge {
get {
return ResourceManager.GetString("LoadFileFromNupkg_FileTooLarge", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unknown problem loading the file '{0}'..
/// </summary>
internal static string LoadFileFromNupkg_UnknownProblemLoadingTheFile {
get {
return ResourceManager.GetString("LoadFileFromNupkg_UnknownProblemLoadingTheFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Downloading a package from '{0}' was canceled..
/// </summary>
internal static string Log_CanceledNupkgDownload {
get {
return ResourceManager.GetString("Log_CanceledNupkgDownload", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error downloading '{0}' from '{1}'..
/// </summary>
internal static string Log_ErrorDownloading {
get {
return ResourceManager.GetString("Log_ErrorDownloading", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed to download package '{0}' from '{1}'..
/// </summary>
internal static string Log_FailedToDownloadPackage {
get {
return ResourceManager.GetString("Log_FailedToDownloadPackage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The V2 feed at '{0}' returned an unexpected status code '{1} {2}'..
/// </summary>
internal static string Log_FailedToFetchV2Feed {
get {
return ResourceManager.GetString("Log_FailedToFetchV2Feed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed to fetch results from V2 feed at '{0}' with following message : {1}.
/// </summary>
internal static string Log_FailedToFetchV2FeedHttp {
get {
return ResourceManager.GetString("Log_FailedToFetchV2FeedHttp", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unable to load nuspec from package '{0}'..
/// </summary>
internal static string Log_FailedToGetNuspecStream {
get {
return ResourceManager.GetString("Log_FailedToGetNuspecStream", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unable to parse {0} information from {1}. .
/// </summary>
internal static string Log_FailedToParseRepoSignInfor {
get {
return ResourceManager.GetString("Log_FailedToParseRepoSignInfor", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unable to get repository signature information for source {0}..
/// </summary>
internal static string Log_FailedToReadRepositorySignature {
get {
return ResourceManager.GetString("Log_FailedToReadRepositorySignature", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unable to load the service index for source {0}..
/// </summary>
internal static string Log_FailedToReadServiceIndex {
get {
return ResourceManager.GetString("Log_FailedToReadServiceIndex", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed to retrieve information about '{0}' from remote source '{1}'..
/// </summary>
internal static string Log_FailedToRetrievePackage {
get {
return ResourceManager.GetString("Log_FailedToRetrievePackage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed to verify the root directory of local source '{0}'..
/// </summary>
internal static string Log_FailedToVerifyRootDirectory {
get {
return ResourceManager.GetString("Log_FailedToVerifyRootDirectory", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed to validate the file '{0}'..
/// </summary>
internal static string Log_FailedToVerifyValidFile {
get {
return ResourceManager.GetString("Log_FailedToVerifyValidFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The file '{0}' is corrupt..
/// </summary>
internal static string Log_FileIsCorrupt {
get {
return ResourceManager.GetString("Log_FileIsCorrupt", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An invalid cache entry was found for URL '{0}' and will be replaced..
/// </summary>
internal static string Log_InvalidCacheEntry {
get {
return ResourceManager.GetString("Log_InvalidCacheEntry", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The nupkg at '{0}' is not valid..
/// </summary>
internal static string Log_InvalidNupkgFromUrl {
get {
return ResourceManager.GetString("Log_InvalidNupkgFromUrl", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The local source '{0}' doesn't exist..
/// </summary>
internal static string Log_LocalSourceNotExist {
get {
return ResourceManager.GetString("Log_LocalSourceNotExist", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Retrying '{0}' for source '{1}'..
/// </summary>
internal static string Log_RetryingFindPackagesById {
get {
return ResourceManager.GetString("Log_RetryingFindPackagesById", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An error was encountered when fetching '{0} {1}'. The request will now be retried..
/// </summary>
internal static string Log_RetryingHttp {
get {
return ResourceManager.GetString("Log_RetryingHttp", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Retrying repository signature request for source '{0}'..
/// </summary>
internal static string Log_RetryingRepositorySignature {
get {
return ResourceManager.GetString("Log_RetryingRepositorySignature", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Retrying service index request for source '{0}'..
/// </summary>
internal static string Log_RetryingServiceIndex {
get {
return ResourceManager.GetString("Log_RetryingServiceIndex", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No API Key was provided and no API Key could be found for {0}. To save an API Key for a source use the 'setApiKey' command..
/// </summary>
internal static string NoApiKeyFound {
get {
return ResourceManager.GetString("NoApiKeyFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The license version string '{0}' is higher than the one supported by this toolset '{1}'..
/// </summary>
internal static string NuGetLicense_LicenseExpressionVersionTooHigh {
get {
return ResourceManager.GetString("NuGetLicense_LicenseExpressionVersionTooHigh", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The license identifier(s) {0} is(are) not recognized by the current toolset..
/// </summary>
internal static string NuGetLicenseExpression_NonStandardIdentifier {
get {
return ResourceManager.GetString("NuGetLicenseExpression_NonStandardIdentifier", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to '{0}' is not a valid nupkg file..
/// </summary>
internal static string NupkgPath_Invalid {
get {
return ResourceManager.GetString("NupkgPath_Invalid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to '{0}' is not a valid nupkg file. Error: '{1}'..
/// </summary>
internal static string NupkgPath_InvalidEx {
get {
return ResourceManager.GetString("NupkgPath_InvalidEx", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to One or more URIs must be specified..
/// </summary>
internal static string OneOrMoreUrisMustBeSpecified {
get {
return ResourceManager.GetString("OneOrMoreUrisMustBeSpecified", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unable to find package '{0}'..
/// </summary>
internal static string PackageNotFound {
get {
return ResourceManager.GetString("PackageNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ERROR: This version of nuget.exe does not support updating packages to package source '{0}'..
/// </summary>
internal static string PackageServerEndpoint_NotSupported {
get {
return ResourceManager.GetString("PackageServerEndpoint_NotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to '{0}' is not a valid path..
/// </summary>
internal static string Path_Invalid {
get {
return ResourceManager.GetString("Path_Invalid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to '{0}' should be a local path or a UNC share path..
/// </summary>
internal static string Path_Invalid_NotFileNotUnc {
get {
return ResourceManager.GetString("Path_Invalid_NotFileNotUnc", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A connection has already been started..
/// </summary>
internal static string Plugin_ConnectionAlreadyStarted {
get {
return ResourceManager.GetString("Plugin_ConnectionAlreadyStarted", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The plugin connection is closed..
/// </summary>
internal static string Plugin_ConnectionIsClosed {
get {
return ResourceManager.GetString("Plugin_ConnectionIsClosed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Downloading a package from a plugin is not supported since unsigned packages are not allowed and package download plugins do not support signed package verification..
/// </summary>
internal static string Plugin_DownloadNotSupportedSinceUnsignedNotAllowed {
get {
return ResourceManager.GetString("Plugin_DownloadNotSupportedSinceUnsignedNotAllowed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Plugin '{0}' failed with the exception: {1}.
/// </summary>
internal static string Plugin_Exception {
get {
return ResourceManager.GetString("Plugin_Exception", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Plugin '{0}' failed within {1:N3} seconds with exit code {2}..
/// </summary>
internal static string Plugin_FailedOnCreation {
get {
return ResourceManager.GetString("Plugin_FailedOnCreation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Plugin '{0}' failed a {1} operation for package {2}.{3}..
/// </summary>
internal static string Plugin_FailedOperationForPackage {
get {
return ResourceManager.GetString("Plugin_FailedOperationForPackage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A failure occurred while attempting to query package versions for package '{0}' using the plugin at '{1}'..
/// </summary>
internal static string Plugin_FailureQueryingPackageVersions {
get {
return ResourceManager.GetString("Plugin_FailureQueryingPackageVersions", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Terminating plugin '{0}' due to an unrecoverable fault: {1}.
/// </summary>
internal static string Plugin_Fault {
get {
return ResourceManager.GetString("Plugin_Fault", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A plugin was not found at path '{0}'..
/// </summary>
internal static string Plugin_FileNotFound {
get {
return ResourceManager.GetString("Plugin_FileNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The plugin handshake failed..
/// </summary>
internal static string Plugin_HandshakeFailed {
get {
return ResourceManager.GetString("Plugin_HandshakeFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A handshake request handler already exists..
/// </summary>
internal static string Plugin_HandshakeRequestHandlerAlreadyExists {
get {
return ResourceManager.GetString("Plugin_HandshakeRequestHandlerAlreadyExists", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The idle timeout must be greater than or equal to System.Threading.Timeout.InfiniteTimeSpan..
/// </summary>
internal static string Plugin_IdleTimeoutMustBeGreaterThanOrEqualToInfiniteTimeSpan {
get {
return ResourceManager.GetString("Plugin_IdleTimeoutMustBeGreaterThanOrEqualToInfiniteTimeSpan", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Plugin initialization failed..
/// </summary>
internal static string Plugin_InitializationFailed {
get {
return ResourceManager.GetString("Plugin_InitializationFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The plugin at '{0}' did not have a valid embedded signature..
/// </summary>
internal static string Plugin_InvalidEmbeddedSignature {
get {
return ResourceManager.GetString("Plugin_InvalidEmbeddedSignature", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The message type '{0}' is invalid at this time..
/// </summary>
internal static string Plugin_InvalidMessageType {
get {
return ResourceManager.GetString("Plugin_InvalidMessageType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The plugin file path '{0}' is invalid..
/// </summary>
internal static string Plugin_InvalidPluginFilePath {
get {
return ResourceManager.GetString("Plugin_InvalidPluginFilePath", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A plugin is not connected..
/// </summary>
internal static string Plugin_NotConnected {
get {
return ResourceManager.GetString("Plugin_NotConnected", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Plugin '{0}' failed to download package '{1}'..
/// </summary>
internal static string Plugin_PackageDownloadFailed {
get {
return ResourceManager.GetString("Plugin_PackageDownloadFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Problem starting the plugin '{0}'. {1}.
/// </summary>
internal static string Plugin_ProblemStartingPlugin {
get {
return ResourceManager.GetString("Plugin_ProblemStartingPlugin", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A plugin protocol exception occurred..
/// </summary>
internal static string Plugin_ProtocolException {
get {
return ResourceManager.GetString("Plugin_ProtocolException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A protocol version is not supported on error..
/// </summary>
internal static string Plugin_ProtocolVersionNotSupportedOnError {
get {
return ResourceManager.GetString("Plugin_ProtocolVersionNotSupportedOnError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to '{0}' must be greater than or equal to '{1}'..
/// </summary>
internal static string Plugin_ProtocolVersionOutOfRange {
get {
return ResourceManager.GetString("Plugin_ProtocolVersionOutOfRange", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Request context does not exist for request ID '{0}'..
/// </summary>
internal static string Plugin_RequestContextDoesNotExist {
get {
return ResourceManager.GetString("Plugin_RequestContextDoesNotExist", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A request handler does not exist for the message method '{0}'..
/// </summary>
internal static string Plugin_RequestHandlerDoesNotExist {
get {
return ResourceManager.GetString("Plugin_RequestHandlerDoesNotExist", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Timeout must be greater than TimeSpan.Zero and less than or equal to TimeSpan.FromMilliseconds(int.MaxValue)..
/// </summary>
internal static string Plugin_TimeoutOutOfRange {
get {
return ResourceManager.GetString("Plugin_TimeoutOutOfRange", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The enum value '{0}' is unrecognized..
/// </summary>
internal static string Plugin_UnrecognizedEnumValue {
get {
return ResourceManager.GetString("Plugin_UnrecognizedEnumValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The operation claims are unrecognized: {0}..
/// </summary>
internal static string Plugin_UnrecognizedOperationClaims {
get {
return ResourceManager.GetString("Plugin_UnrecognizedOperationClaims", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed to retrieve metadata from source '{0}'..
/// </summary>
internal static string Protocol_BadSource {
get {
return ResourceManager.GetString("Protocol_BadSource", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to '{0}' is a duplicate url which has already been downloaded and will lead to a cyclic dependency. Please correct from server..
/// </summary>
internal static string Protocol_duplicateUri {
get {
return ResourceManager.GetString("Protocol_duplicateUri", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The content at '{0}' is not a valid JSON object..
/// </summary>
internal static string Protocol_InvalidJsonObject {
get {
return ResourceManager.GetString("Protocol_InvalidJsonObject", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The content at '{0}' is not valid XML..
/// </summary>
internal static string Protocol_InvalidXml {
get {
return ResourceManager.GetString("Protocol_InvalidXml", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Metadata could not be loaded from the source '{0}'..
/// </summary>
internal static string Protocol_MalformedMetadataError {
get {
return ResourceManager.GetString("Protocol_MalformedMetadataError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The source does not have a Search service!.
/// </summary>
internal static string Protocol_MissingSearchService {
get {
return ResourceManager.GetString("Protocol_MissingSearchService", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The source does not have the 'version' property..
/// </summary>
internal static string Protocol_MissingVersion {
get {
return ResourceManager.GetString("Protocol_MissingVersion", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An error occurred while retrieving package metadata for '{0}' from source '{1}'..
/// </summary>
internal static string Protocol_PackageMetadataError {
get {
return ResourceManager.GetString("Protocol_PackageMetadataError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The path '{0}' for the selected source could not be resolved..
/// </summary>
internal static string Protocol_Search_LocalSourceNotFound {
get {
return ResourceManager.GetString("Protocol_Search_LocalSourceNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The source version is not supported: '{0}'..
/// </summary>
internal static string Protocol_UnsupportedVersion {
get {
return ResourceManager.GetString("Protocol_UnsupportedVersion", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Your package was pushed..
/// </summary>
internal static string PushCommandPackagePushed {
get {
return ResourceManager.GetString("PushCommandPackagePushed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Pushing {0} to {1}....
/// </summary>
internal static string PushCommandPushingPackage {
get {
return ResourceManager.GetString("PushCommandPushingPackage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to To skip already published packages, use the option --skip-duplicate.
/// </summary>
internal static string PushCommandSkipDuplicateAdvertiseDotnetExe {
get {
return ResourceManager.GetString("PushCommandSkipDuplicateAdvertiseDotnetExe", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to To skip already published packages, use the option -SkipDuplicate.
/// </summary>
internal static string PushCommandSkipDuplicateAdvertiseNuGetExe {
get {
return ResourceManager.GetString("PushCommandSkipDuplicateAdvertiseNuGetExe", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The option to skip duplicates is not currently supported for this type of push..
/// </summary>
internal static string PushCommandSkipDuplicateNotImplemented {
get {
return ResourceManager.GetString("PushCommandSkipDuplicateNotImplemented", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Repository content URL for repository signatures must be HTTPS..
/// </summary>
internal static string RepositoryContentUrlMustBeHttps {
get {
return ResourceManager.GetString("RepositoryContentUrlMustBeHttps", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Repository Signatures resouce must be served over HTTPS. Source: {0}.
/// </summary>
internal static string RepositorySignaturesResourceMustBeHttps {
get {
return ResourceManager.GetString("RepositorySignaturesResourceMustBeHttps", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to String argument '{0}' cannot be null or empty.
/// </summary>
internal static string StringCannotBeNullOrEmpty {
get {
return ResourceManager.GetString("StringCannotBeNullOrEmpty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File does not exist ({0})..
/// </summary>
internal static string UnableToFindFile {
get {
return ResourceManager.GetString("UnableToFindFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unable to parse a valid version from a v3 folder: '{0}'..
/// </summary>
internal static string UnableToParseFolderV3Version {
get {
return ResourceManager.GetString("UnableToParseFolderV3Version", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Package source '{0}' has {1} vulnerability data pages. Using the first {2}..
/// </summary>
internal static string Vulnerability_TooManyPages {
get {
return ResourceManager.GetString("Vulnerability_TooManyPages", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Package source '{0}' vulnerability data index '{1}' could not be loaded. This indicates a problem with the JSON file contents returned from the server..
/// </summary>
internal static string VulnerabilityPage_CouldNotLoad {
get {
return ResourceManager.GetString("VulnerabilityPage_CouldNotLoad", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Vulnerability page index {0} does not contain a name (Source: '{1}').
/// </summary>
internal static string VulnerabilityPage_HasNoName {
get {
return ResourceManager.GetString("VulnerabilityPage_HasNoName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Vulnerability page index {0} contains invalid characters (Source: '{1}').
/// </summary>
internal static string VulnerabilityPage_NameHasInvalidCharacters {
get {
return ResourceManager.GetString("VulnerabilityPage_NameHasInvalidCharacters", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Vulnerability page name '{0}' is not unique. Only using the first (Source: '{1}').
/// </summary>
internal static string VulnerabilityPage_NameNotUnique {
get {
return ResourceManager.GetString("VulnerabilityPage_NameNotUnique", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Vulnerability page index {0} name is longer than {1} characters (Source: '{2}').
/// </summary>
internal static string VulnerabilityPage_NameTooLong {
get {
return ResourceManager.GetString("VulnerabilityPage_NameTooLong", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Vulnerability page '{0}' does not contain a URL (Source: '{1}').
/// </summary>
internal static string VulnerabilityPage_NoUrl {
get {
return ResourceManager.GetString("VulnerabilityPage_NoUrl", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Vulnerability page '{0}' contains URL that is not http(s) (Source: '{1}').
/// </summary>
internal static string VulnerabilityPage_UrlNotHttp {
get {
return ResourceManager.GetString("VulnerabilityPage_UrlNotHttp", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Found symbols package '{0}', but no API key was specified for the symbol server. To save an API Key, run 'NuGet.exe setApiKey [your API key from http://www.NuGet.org]'..
/// </summary>
internal static string Warning_SymbolServerNotConfigured {
get {
return ResourceManager.GetString("Warning_SymbolServerNotConfigured", resourceCulture);
}
}
}
}
|