1*47fecc29SStanislav Motylkov/*
2*47fecc29SStanislav Motylkov * PROJECT:     ReactOS NetSh
3*47fecc29SStanislav Motylkov * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4*47fecc29SStanislav Motylkov * PURPOSE:     English (United States) resource file
5*47fecc29SStanislav Motylkov * TRANSLATOR:  Copyright 2023 Eric Kohl <eric.kohl@reactos.org>
6*47fecc29SStanislav Motylkov */
7*47fecc29SStanislav Motylkov
8d8f9f7f2SEric KohlLANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
9d8f9f7f2SEric Kohl
10d8f9f7f2SEric Kohl/* Basic application information */
11d8f9f7f2SEric KohlSTRINGTABLE
12d8f9f7f2SEric KohlBEGIN
13d8f9f7f2SEric Kohl    IDS_APP_USAGE "\nUsage: netsh [-a AliasFile] [-c Context] [-r RemoteMachine] \
14d8f9f7f2SEric Kohl\n             [Command | -f ScriptFile]\n"
15d8f9f7f2SEric Kohl    IDS_INVALID_COMMAND "The following command was not found: %ls.\n"
16d8f9f7f2SEric Kohl    IDS_OPEN_FAILED     "The file %ls could not be openend.\n"
17d8f9f7f2SEric Kohl    IDS_INVALID_SYNTAX  "The syntax supplied for this command is not valid. Check help for the correct syntax.\n\n"
18d8f9f7f2SEric KohlEND
19d8f9f7f2SEric Kohl
20d8f9f7f2SEric KohlSTRINGTABLE
21d8f9f7f2SEric KohlBEGIN
22d8f9f7f2SEric Kohl    IDS_HELP_HEADER "\nThe following commands are available:\n"
23d8f9f7f2SEric Kohl    IDS_SUBCONTEXT_HEADER "\nThe following sub-contexts are available:\n"
24d8f9f7f2SEric Kohl    IDS_HLP_UP             "Goes up one context level."
25d8f9f7f2SEric Kohl    IDS_HLP_UP_EX          "Syntax: ..\n\n        Goes up one context level.\n\n"
26d8f9f7f2SEric Kohl    IDS_HLP_EXIT           "Exits the program."
27d8f9f7f2SEric Kohl    IDS_HLP_EXIT_EX        "Syntax: exit\n\n        Exits the program.\n\n"
28d8f9f7f2SEric Kohl    IDS_HLP_HELP           "Displays a list of commands."
29d8f9f7f2SEric Kohl    IDS_HLP_HELP_EX        "Syntax: help\n\n        Displays a list of commands.\n\n"
30d8f9f7f2SEric Kohl
31d8f9f7f2SEric Kohl    IDS_HLP_ADD_HELPER     "Installs a helper DLL."
32d8f9f7f2SEric Kohl    IDS_HLP_ADD_HELPER_EX  "Syntax: add helper <dll file name>\n\n        Installs the specified helper DLL in netsh.\n\n"
33d8f9f7f2SEric Kohl
34d8f9f7f2SEric Kohl    IDS_HLP_DEL_HELPER     "Removes a helper DLL."
35d8f9f7f2SEric Kohl    IDS_HLP_DEL_HELPER_EX  "Syntax: delete helper <dll file name>\n\n        Removes the specified helper DLL from netsh.\n\n"
36d8f9f7f2SEric Kohl
37d8f9f7f2SEric Kohl    IDS_HLP_SHOW_HELPER    "Lists all the top-level helpers."
38d8f9f7f2SEric Kohl    IDS_HLP_SHOW_HELPER_EX "Syntax: show helper\n\n        Lists all the top-level helpers.\n\n"
39d8f9f7f2SEric Kohl
40d8f9f7f2SEric Kohl    IDS_HLP_GROUP_ADD      "Adds a configuration entry to a list of entries."
41d8f9f7f2SEric Kohl    IDS_HLP_GROUP_DELETE   "Deletes a configuration entry from a list of entries."
42d8f9f7f2SEric Kohl    IDS_HLP_GROUP_SHOW     "Displays information."
43d8f9f7f2SEric KohlEND
44