File size: 21,217 Bytes
8c763fb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 | <?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="https://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Name" xml:space="preserve">
<value>NAME</value>
</data>
<data name="Synopsis" xml:space="preserve">
<value>SYNOPSIS</value>
</data>
<data name="DetailedDescription" xml:space="preserve">
<value>DESCRIPTION</value>
</data>
<data name="Syntax" xml:space="preserve">
<value>SYNTAX</value>
</data>
<data name="Parameters" xml:space="preserve">
<value>PARAMETERS</value>
</data>
<data name="InputType" xml:space="preserve">
<value>INPUTS</value>
</data>
<data name="ReturnType" xml:space="preserve">
<value>OUTPUTS</value>
</data>
<data name="TerminatingErrors" xml:space="preserve">
<value>TERMINATING ERRORS</value>
</data>
<data name="NonHyphenTerminatingErrors" xml:space="preserve">
<value>NON-TERMINATING ERRORS</value>
</data>
<data name="Notes" xml:space="preserve">
<value>NOTES</value>
</data>
<data name="Examples" xml:space="preserve">
<value>EXAMPLES</value>
</data>
<data name="Example" xml:space="preserve">
<value>Example</value>
</data>
<data name="ExampleUpperCase" xml:space="preserve">
<value>EXAMPLE</value>
</data>
<data name="Output" xml:space="preserve">
<value>OUTPUT</value>
</data>
<data name="RelatedLinks" xml:space="preserve">
<value>RELATED LINKS</value>
</data>
<data name="ShortDescription" xml:space="preserve">
<value>SHORT DESCRIPTION</value>
</data>
<data name="TitleColon" xml:space="preserve">
<value>Title:</value>
</data>
<data name="QuestionColon" xml:space="preserve">
<value>Question:</value>
</data>
<data name="Answer" xml:space="preserve">
<value>Answer</value>
</data>
<data name="TermColon" xml:space="preserve">
<value>Term:</value>
</data>
<data name="DefinitionColon" xml:space="preserve">
<value>Definition:</value>
</data>
<data name="ContentColon" xml:space="preserve">
<value>Content:</value>
</data>
<data name="ProviderName" xml:space="preserve">
<value>PROVIDER NAME</value>
</data>
<data name="BaseCmdletInformation" xml:space="preserve">
<value> This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216). </value>
</data>
<data name="ParameterRequired" xml:space="preserve">
<value>Required? </value>
</data>
<data name="ParameterPosition" xml:space="preserve">
<value>Position? </value>
</data>
<data name="TypeColon" xml:space="preserve">
<value>Type: </value>
</data>
<data name="TargetObjectTypeColon" xml:space="preserve">
<value>Target Object Type: </value>
</data>
<data name="ParameterDefaultValue" xml:space="preserve">
<value>Default value </value>
</data>
<data name="AcceptsPipelineInput" xml:space="preserve">
<value>Accept pipeline input? </value>
</data>
<data name="AcceptsWildCardCharacters" xml:space="preserve">
<value>Accept wildcard characters? </value>
</data>
<data name="Category" xml:space="preserve">
<value>(Category: </value>
</data>
<data name="SuggestedActionColon" xml:space="preserve">
<value>Suggested Action: </value>
</data>
<data name="VerboseHelpInfo" xml:space="preserve">
<value>For more information, type: </value>
</data>
<data name="FullHelpInfo" xml:space="preserve">
<value>For technical information, type: </value>
</data>
<data name="ExampleHelpInfo" xml:space="preserve">
<value>To see the examples, type: </value>
</data>
<data name="RelatedLinksHelpInfo" xml:space="preserve">
<value>For online help, type: </value>
</data>
<data name="CommonParameters" xml:space="preserve">
<value><CommonParameters></value>
</data>
<data name="RemarksSection" xml:space="preserve">
<value>REMARKS</value>
</data>
<data name="TrueShort" xml:space="preserve">
<value>true</value>
</data>
<data name="NamedParameter" xml:space="preserve">
<value>Named</value>
</data>
<data name="Drives" xml:space="preserve">
<value>DRIVES</value>
</data>
<data name="Capabilities" xml:space="preserve">
<value>CAPABILITIES</value>
</data>
<data name="Tasks" xml:space="preserve">
<value>TASKS</value>
</data>
<data name="Task" xml:space="preserve">
<value>TASK: </value>
</data>
<data name="Filters" xml:space="preserve">
<value>FILTERS</value>
</data>
<data name="DynamicParameters" xml:space="preserve">
<value>DYNAMIC PARAMETERS</value>
</data>
<data name="CmdletsSupported" xml:space="preserve">
<value>Cmdlets Supported: </value>
</data>
<data name="AliasesSection" xml:space="preserve">
<value>ALIASES</value>
</data>
<data name="GetLatestHelpContent" xml:space="preserve">
<value>Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.
-- To download and install Help files for the module that includes this cmdlet, use Update-Help.
-- To view the Help topic for this cmdlet online, type: "Get-Help {0} -Online" or
go to {1}.</value>
</data>
<data name="None" xml:space="preserve">
<value>None</value>
</data>
<data name="ParameterAliases" xml:space="preserve">
<value>Aliases </value>
</data>
<data name="ParameterIsDynamic" xml:space="preserve">
<value>Dynamic? </value>
</data>
<data name="ParameterSetName" xml:space="preserve">
<value>Parameter set name </value>
</data>
<data name="UnableToRetrieveHelpInfoXml" xml:space="preserve">
<value>Unable to retrieve the HelpInfo XML file for UI culture {0}. Make sure the HelpInfoUri property in the module manifest is valid or check your network connection and then try the command again.</value>
</data>
<data name="PipelineByPropertyName" xml:space="preserve">
<value>ByPropertyName</value>
</data>
<data name="PipelineByValue" xml:space="preserve">
<value>ByValue</value>
</data>
<data name="PipelineFromRemainingArguments" xml:space="preserve">
<value>FromRemainingArguments</value>
</data>
<data name="HelpCultureNotSupported" xml:space="preserve">
<value>The specified culture is not supported: {0}. Specify a culture from the following list: {{{1}}}.</value>
</data>
<data name="HelpCultureNotSupportedFallback" xml:space="preserve">
<value>Postponing error and trying fallback cultures, will show as error if none of fallbacks are supported:
{0}</value>
</data>
<data name="ModuleBaseMustExist" xml:space="preserve">
<value>The ModuleBase directory cannot be found. Verify the directory and try again.</value>
</data>
<data name="PathMustBeValidContainers" xml:space="preserve">
<value>The path {0} is not a valid directory. Make sure the directory exists and retry.</value>
</data>
<data name="TooManyRedirections" xml:space="preserve">
<value>A Help URI cannot contain more than 10 redirections. Specify a valid Help URI.</value>
</data>
<data name="UpdateProgressActivity" xml:space="preserve">
<value>Updating Help</value>
</data>
<data name="UpdateProgressConnecting" xml:space="preserve">
<value>Connecting to Help Content...</value>
</data>
<data name="UpdateProgressDownloading" xml:space="preserve">
<value>Downloading Help Content...</value>
</data>
<data name="UpdateProgressInstalling" xml:space="preserve">
<value>Installing Help content...</value>
</data>
<data name="UpdateProgressLocating" xml:space="preserve">
<value>Locating Help Content...</value>
</data>
<data name="AllParameterSetsName" xml:space="preserve">
<value>(All)</value>
</data>
<data name="CannotMatchModulePattern" xml:space="preserve">
<value>No PowerShell modules were found that match the following pattern: {0}. Verify the pattern and then try the command again.</value>
</data>
<data name="ModuleNotFoundWithFullyQualifiedName" xml:space="preserve">
<value>No PowerShell modules were found that match the specified FullyQualifiedModule {0}. Verify the FullyQualifiedModule value and then try the command again.</value>
</data>
<data name="HelpContentNotFound" xml:space="preserve">
<value>Help content cannot be found. Make sure the server is available and the help content location is properly defined in the HelpInfo XML.</value>
</data>
<data name="HelpInfoUriNotFound" xml:space="preserve">
<value>The Update-Help command failed because the specified module does not support updatable help. Use Get-Help -Online or look online for help for the commands in this module.</value>
</data>
<data name="ModuleNameNullOrEmpty" xml:space="preserve">
<value>The following parameter must not be null or empty: Module.</value>
</data>
<data name="PathNullOrEmpty" xml:space="preserve">
<value>The following parameter must not be null or empty: Path.</value>
</data>
<data name="UpdateHelpCompleted" xml:space="preserve">
<value>Update-Help has completed successfully.</value>
</data>
<data name="UnzipFailure" xml:space="preserve">
<value>Error extracting Help content.</value>
</data>
<data name="UnableToConnect" xml:space="preserve">
<value>Unable to connect to Help content. The server on which Help content is stored might not be available. Verify that the server is available, or wait until the server is back online, and then try the command again.</value>
</data>
<data name="HelpContentXmlValidationFailure" xml:space="preserve">
<value>The Help content at the specified location is not valid. Specify a location that contains valid Help Content.</value>
</data>
<data name="HelpInfoXmlValidationFailure" xml:space="preserve">
<value>The HelpInfo XML is not valid. Specify valid HelpInfo XML.</value>
</data>
<data name="SaveHelpCompleted" xml:space="preserve">
<value>Help content was successfully saved to the following location: {0}</value>
</data>
<data name="HelpContentXsdNotFound" xml:space="preserve">
<value>The Help content XSD file cannot be found in {0}. Verify that the XSD file exists at the specified location, and then retry the command.</value>
</data>
<data name="FailedToUpdateHelpForModule" xml:space="preserve">
<value>Failed to update Help for the module(s) :
'{0}'
{1}</value>
</data>
<data name="SaveProgressActivity" xml:space="preserve">
<value>Saving Help</value>
</data>
<data name="HelpContentContainsInvalidFiles" xml:space="preserve">
<value>Help content contains files that are not valid. Only .txt and .xml files are supported.</value>
</data>
<data name="FailedToSaveHelpForModule" xml:space="preserve">
<value>Failed to save Help for the module(s) '{0}' : {1}</value>
</data>
<data name="FailedToSaveHelpForModuleWithCulture" xml:space="preserve">
<value>Failed to save Help for the module(s) '{0}' with UI culture(s) {{{1}}} : {2}.
English-US help content is available and can be saved using: Save-Help -UICulture en-US.</value>
</data>
<data name="FailedToUpdateHelpForModuleWithCulture" xml:space="preserve">
<value>Failed to update Help for the module(s) '{0}' with UI culture(s) {{{1}}} : {2}.
English-US help content is available and can be installed using: Update-Help -UICulture en-US.</value>
</data>
<data name="FailedToUpdateHelpWithLocaleNoUICulture" xml:space="preserve">
<value>Your current culture is ({0}), which is not associated with any language, consider changing your system culture or install the English-US help content using: Update-Help -UICulture en-US.</value>
</data>
<data name="FalseShort" xml:space="preserve">
<value>false</value>
</data>
<data name="CannotSpecifyRecurseWithoutPath" xml:space="preserve">
<value>The -Recurse parameter is only available if a source path is specified.</value>
</data>
<data name="ProviderIsNotFileSystem" xml:space="preserve">
<value>The path {0} does not contain a FileSystem provider. Verify that the specified path contains the FileSystem provider, and then retry the command.</value>
</data>
<data name="SearchingForHelpContent" xml:space="preserve">
<value>Searching Help for {0} ...</value>
</data>
<data name="CannotMatchUICulturePattern" xml:space="preserve">
<value>No UI culture was found that matches the following pattern: {0}. Verify the pattern and then try the command again.</value>
</data>
<data name="UseForceToSaveHelp" xml:space="preserve">
<value>Help was not saved for the module {0}, because the Save-Help command was run on this computer within the last 24 hours.
To save help again, add the Force parameter to your command.</value>
</data>
<data name="UseForceToUpdateHelp" xml:space="preserve">
<value>Help was not updated for the module {0}, because the Update-Help command was run on this computer within the last 24 hours.
To update help again, add the Force parameter to your command.</value>
</data>
<data name="NewestContentAlreadyInstalled" xml:space="preserve">
<value>The most current Help files are already installed.</value>
</data>
<data name="SuccessfullyUpdatedHelpContent" xml:space="preserve">
<value>{0}: {1}. Culture {2} Version {3}</value>
</data>
<data name="UpdatedHelpContent" xml:space="preserve">
<value>Updated {0}</value>
</data>
<data name="InvalidHelpInfoUri" xml:space="preserve">
<value>The value of the HelpInfoUri key in the module manifest must resolve to a container or root URL on a website where the help files are stored. The HelpInfoUri '{0}' does not resolve to a container.</value>
</data>
<data name="HelpContentMustBeInTargetNamespace" xml:space="preserve">
<value>Help content must be in the namespace {0}.</value>
</data>
<data name="GetLatestHelpContentWithoutHelpUri" xml:space="preserve">
<value>Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.
-- To download and install Help files for the module that includes this cmdlet, use Update-Help.</value>
</data>
<data name="NewestContentAlreadyDownloaded" xml:space="preserve">
<value>The most current Help files are already downloaded.</value>
</data>
<data name="SavedHelpContent" xml:space="preserve">
<value>Saved {0}</value>
</data>
<data name="InvalidHelpInfoUriFormat" xml:space="preserve">
<value>The HelpInfoURI {0} does not start with HTTP.</value>
</data>
<data name="RootElementMustBeHelpItems" xml:space="preserve">
<value>The root level element of the help content must be "helpItems".</value>
</data>
<data name="SaveProgressActivityForModule" xml:space="preserve">
<value>Saving Help for module {0}</value>
</data>
<data name="UpdateProgressActivityForModule" xml:space="preserve">
<value>Updating Help for module {0}</value>
</data>
<data name="UpdateHelpResolveUriVerbose" xml:space="preserve">
<value>Resolving URI: "{0}"</value>
</data>
<data name="OnlineHelpUri" xml:space="preserve">
<value>Help URI: {0}</value>
</data>
<data name="UpdateHelpShouldProcessActionMessage" xml:space="preserve">
<value>{0}, Current Version: {1}, Available Version: {2}, UICulture: {3}</value>
</data>
<data name="Properties" xml:space="preserve">
<value>PROPERTIES</value>
</data>
<data name="Methods" xml:space="preserve">
<value>METHODS</value>
</data>
</root>
|