[NET] Move the remaining IDS_GENERIC_PAGE strings into the command messages and fix...
authorEric Kohl <eric.kohl@reactos.org>
Sun, 10 Mar 2019 08:55:15 +0000 (09:55 +0100)
committerEric Kohl <eric.kohl@reactos.org>
Sun, 10 Mar 2019 08:55:15 +0000 (09:55 +0100)
17 files changed:
base/applications/network/net/cmdAccounts.c
base/applications/network/net/cmdConfig.c
base/applications/network/net/cmdContinue.c
base/applications/network/net/cmdGroup.c
base/applications/network/net/cmdHelp.c
base/applications/network/net/cmdLocalGroup.c
base/applications/network/net/lang/en-US.rc
base/applications/network/net/lang/es-ES.rc
base/applications/network/net/lang/pl-PL.rc
base/applications/network/net/lang/ro-RO.rc
base/applications/network/net/lang/ru-RU.rc
base/applications/network/net/lang/tr-TR.rc
base/applications/network/net/lang/zh-CN.rc
base/applications/network/net/lang/zh-TW.rc
base/applications/network/net/main.c
base/applications/network/net/resource.h
sdk/include/reactos/mc/net_msg.mc

index 2ffc6eb..d04bc48 100644 (file)
@@ -47,7 +47,6 @@ cmdAccounts(
             ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
             PrintNetMessage(MSG_ACCOUNTS_SYNTAX);
             PrintNetMessage(MSG_ACCOUNTS_HELP);
-            ConResPuts(StdOut, IDS_GENERIC_PAGE);
             return 0;
         }
 
index ecc434a..3f85690 100644 (file)
@@ -201,7 +201,6 @@ cmdConfig(
                 ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
                 PrintNetMessage(MSG_CONFIG_SERVER_SYNTAX);
                 PrintNetMessage(MSG_CONFIG_SERVER_HELP);
-                ConResPuts(StdOut, IDS_GENERIC_PAGE);
             }
             else
             {
index 7d656ca..8b4716a 100644 (file)
@@ -31,7 +31,6 @@ INT cmdContinue(INT argc, WCHAR **argv)
             ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
             PrintNetMessage(MSG_CONTINUE_SYNTAX);
             PrintNetMessage(MSG_CONTINUE_HELP);
-            ConResPuts(StdOut, IDS_GENERIC_PAGE);
             return 1;
         }
     }
index f825ed0..919e9dd 100644 (file)
@@ -225,7 +225,6 @@ cmdGroup(
             ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
             PrintNetMessage(MSG_GROUP_SYNTAX);
             PrintNetMessage(MSG_GROUP_HELP);
-            ConResPuts(StdOut, IDS_GENERIC_PAGE);
             return 0;
         }
         else if (_wcsicmp(argv[i], L"/add") == 0)
index a160075..449a2a0 100644 (file)
@@ -68,7 +68,6 @@ INT cmdHelp(INT argc, WCHAR **argv)
     {
         PrintNetMessage(MSG_GROUP_SYNTAX);
         PrintNetMessage(MSG_GROUP_HELP);
-        ConResPuts(StdOut, IDS_GENERIC_PAGE);
         return 0;
     }
 
@@ -83,7 +82,6 @@ INT cmdHelp(INT argc, WCHAR **argv)
     {
         PrintNetMessage(MSG_LOCALGROUP_SYNTAX);
         PrintNetMessage(MSG_LOCALGROUP_HELP);
-        ConResPuts(StdOut, IDS_GENERIC_PAGE);
         return 0;
     }
 
index 8be27ef..673c9a6 100644 (file)
@@ -245,7 +245,6 @@ cmdLocalGroup(
             ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
             PrintNetMessage(MSG_LOCALGROUP_SYNTAX);
             PrintNetMessage(MSG_LOCALGROUP_HELP);
-            ConResPuts(StdOut, IDS_GENERIC_PAGE);
             return 0;
         }
         else if (_wcsicmp(argv[i], L"/add") == 0)
index 506027b..18b5ca7 100644 (file)
@@ -120,7 +120,6 @@ BEGIN
     IDS_GENERIC_LOCKED "Locked"
     IDS_GENERIC_UNLIMITED "Unlimited"
     IDS_GENERIC_SYNTAX "The syntax of this command is:\n\n"
-    IDS_GENERIC_PAGE "NET HELP command | MORE displays one screen at a time.\n\n"
 
     IDS_ERROR_OPTION_NOT_SUPPORTED "The %s option is not supported yet.\n"
     IDS_ERROR_INVALID_OPTION_VALUE "You entered an invalid value for the %s option.\n"
index e39ea97..9e802f3 100644 (file)
@@ -123,7 +123,6 @@ BEGIN
     IDS_GENERIC_LOCKED "Bloqueado"
     IDS_GENERIC_UNLIMITED "Unlimited"
     IDS_GENERIC_SYNTAX "The syntax of this command is:\n\n"
-    IDS_GENERIC_PAGE "NET HELP command | MORE displays one screen at a time.\n\n"
 
     IDS_ERROR_OPTION_NOT_SUPPORTED "La opción %s todavía no está disponible.\n"
     IDS_ERROR_INVALID_OPTION_VALUE "El valor para la opción %s no es válido.\n"
index 4ea9dd4..7fe5117 100644 (file)
@@ -119,7 +119,6 @@ BEGIN
     IDS_GENERIC_LOCKED "Zablokowane"
     IDS_GENERIC_UNLIMITED "Bez ograniczeń"
     IDS_GENERIC_SYNTAX "Składnia tego polecenia jest następująca:\n\n"
-    IDS_GENERIC_PAGE "NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.\n\n"
 
     IDS_ERROR_OPTION_NOT_SUPPORTED "Opcja %s nie jest jeszcze obsługiwana.\n"
     IDS_ERROR_INVALID_OPTION_VALUE "Wprowadzono nieprawidłową wartość dla opcji %s.\n"
index b94139c..6132872 100644 (file)
@@ -126,7 +126,6 @@ BEGIN
     IDS_GENERIC_LOCKED "Blocat"
     IDS_GENERIC_UNLIMITED "Nelimitat"
     IDS_GENERIC_SYNTAX "Sintaxa acestei comenzi:\n\n"
-    IDS_GENERIC_PAGE "NET HELP comandă | MORE (pentru afișare paginată).\n\n"
 
     IDS_ERROR_OPTION_NOT_SUPPORTED "Opțiunea %s încă nu este admisă.\n"
     IDS_ERROR_INVALID_OPTION_VALUE "Ați introdus o valoare nevalidă pentru opțiunea %s.\n"
index 90a255a..70b4dd7 100644 (file)
@@ -122,7 +122,6 @@ BEGIN
     IDS_GENERIC_LOCKED "Заблокировано"
     IDS_GENERIC_UNLIMITED "Не ограничено"
     IDS_GENERIC_SYNTAX "Синтаксис данной команды:\n\n"
-    IDS_GENERIC_PAGE "NET HELP имя_команды | MORE - постраничный просмотр справки.\n\n"
 
     IDS_ERROR_OPTION_NOT_SUPPORTED "Опция %s в данный момент не поддерживается.\n"
     IDS_ERROR_INVALID_OPTION_VALUE "Вы ввели неверный данные для данной опции %s.\n"
index aef7a72..5c001e5 100644 (file)
@@ -122,7 +122,6 @@ BEGIN
     IDS_GENERIC_LOCKED "Kilitli"
     IDS_GENERIC_UNLIMITED "Unlimited"
     IDS_GENERIC_SYNTAX "The syntax of this command is:\n\n"
-    IDS_GENERIC_PAGE "NET HELP command | MORE displays one screen at a time.\n\n"
 
     IDS_ERROR_OPTION_NOT_SUPPORTED "%s seçeneği daha desteklenmiyor.\n"
     IDS_ERROR_INVALID_OPTION_VALUE "%s seçeneği için geçersiz bir değer girdiniz.\n"
index 96c8aae..35ae371 100644 (file)
@@ -122,7 +122,6 @@ BEGIN
     IDS_GENERIC_LOCKED "锁定"
     IDS_GENERIC_UNLIMITED "Unlimited"
     IDS_GENERIC_SYNTAX "The syntax of this command is:\n\n"
-    IDS_GENERIC_PAGE "NET HELP command | MORE displays one screen at a time.\n\n"
 
     IDS_ERROR_OPTION_NOT_SUPPORTED "尚不支持 %s 选项。\n"
     IDS_ERROR_INVALID_OPTION_VALUE "您输入了 %s 选项的无效的值。\n"
index ff067a2..b50e07c 100644 (file)
@@ -122,7 +122,6 @@ BEGIN
     IDS_GENERIC_LOCKED "鎖定"
     IDS_GENERIC_UNLIMITED "Unlimited"
     IDS_GENERIC_SYNTAX "The syntax of this command is:\n\n"
-    IDS_GENERIC_PAGE "NET HELP command | MORE displays one screen at a time.\n\n"
 
     IDS_ERROR_OPTION_NOT_SUPPORTED "尚不支援 %s 選項。\n"
     IDS_ERROR_INVALID_OPTION_VALUE "您輸入了無效的值為 %s 選項。\n"
index 63c825a..4707c14 100644 (file)
@@ -163,7 +163,8 @@ PrintNetMessage(
                    NULL);
     if (pBuffer)
     {
-        ConPrintf(StdOut, L"%s\n", pBuffer);
+        ConPuts(StdOut, pBuffer);
+        ConPuts(StdOut, L"\n");
         LocalFree(pBuffer);
         pBuffer = NULL;
     }
index ec2cab3..1be6288 100644 (file)
 #define IDS_GENERIC_LOCKED             605
 #define IDS_GENERIC_UNLIMITED          606
 #define IDS_GENERIC_SYNTAX             607
-#define IDS_GENERIC_PAGE               608
 
 #define IDS_ERROR_OPTION_NOT_SUPPORTED 700
 #define IDS_ERROR_INVALID_OPTION_VALUE 701
index a687c06..d0313b8 100644 (file)
@@ -921,6 +921,8 @@ service             Is the paused service
                     SCHEDULE
                     SERVER
                     WORKSTATION
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Polish
 NET CONTINUE wznawia działanie usługi, która została.
@@ -933,6 +935,8 @@ usługa              Wstrzymana usługa
                     SCHEDULE
                     SERVER
                     WORKSTATION
+
+NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
 .
 Language=Romanian
 NET CONTINUE reactivates a service that has been suspended by NET PAUSE.
@@ -944,6 +948,8 @@ service             Is the paused service
                     SCHEDULE
                     SERVER
                     WORKSTATION
+
+NET HELP comandă | MORE (pentru afișare paginată).
 .
 Language=Russian
 NET CONTINUE reactivates a service that has been suspended by NET PAUSE.
@@ -955,6 +961,8 @@ service             Is the paused service
                     SCHEDULE
                     SERVER
                     WORKSTATION
+
+NET HELP имя_команды | MORE - постраничный просмотр справки.
 .
 Language=Spanish
 NET CONTINUE reactivates a service that has been suspended by NET PAUSE.
@@ -966,6 +974,8 @@ service             Is the paused service
                     SCHEDULE
                     SERVER
                     WORKSTATION
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Turkish
 NET CONTINUE reactivates a service that has been suspended by NET PAUSE.
@@ -977,6 +987,7 @@ service             Is the paused service
                     SCHEDULE
                     SERVER
                     WORKSTATION
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Chinese
 NET CONTINUE reactivates a service that has been suspended by NET PAUSE.
@@ -988,6 +999,8 @@ service             Is the paused service
                     SCHEDULE
                     SERVER
                     WORKSTATION
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Taiwanese
 NET CONTINUE reactivates a service that has been suspended by NET PAUSE.
@@ -999,6 +1012,8 @@ service             Is the paused service
                     SCHEDULE
                     SERVER
                     WORKSTATION
+
+NET HELP command | MORE displays one screen at a time.
 .
 
 
@@ -1136,6 +1151,8 @@ username[ ...]   List one or more usernames to add to or remove from
                  a group. Separate multiple username entries with a space.
 /ADD             Adds a group, or adds a username to a group.
 /DELETE          Removes a group, or removes a username from a group.
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Polish
 NET GROUP dodaje, wyświetla lub modyfikuje grupy globalne na serwerach.
@@ -1154,6 +1171,8 @@ nazwa_użytkownika[ ...]  Lista zawierająca nazwy jednego lub kilku
                          Rozdziel kolejne nazwy znakiem spacji.
 /ADD                     Dodaje grupę lub dodaje nazwę użytkownika do grupy.
 /DELETE                  Usuwa grupę lub usuwa nazwę użytkownika z grupy.
+
+NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
 .
 Language=Romanian
 NET GROUP adds, displays or modifies global groups on servers. When
@@ -1171,6 +1190,8 @@ username[ ...]   List one or more usernames to add to or remove from
                  a group. Separate multiple username entries with a space.
 /ADD             Adds a group, or adds a username to a group.
 /DELETE          Removes a group, or removes a username from a group.
+
+NET HELP comandă | MORE (pentru afișare paginată).
 .
 Language=Russian
 NET GROUP adds, displays or modifies global groups on servers. When
@@ -1188,6 +1209,8 @@ username[ ...]   List one or more usernames to add to or remove from
                  a group. Separate multiple username entries with a space.
 /ADD             Adds a group, or adds a username to a group.
 /DELETE          Removes a group, or removes a username from a group.
+
+NET HELP имя_команды | MORE - постраничный просмотр справки.
 .
 Language=Spanish
 NET GROUP adds, displays or modifies global groups on servers. When
@@ -1205,6 +1228,8 @@ username[ ...]   List one or more usernames to add to or remove from
                  a group. Separate multiple username entries with a space.
 /ADD             Adds a group, or adds a username to a group.
 /DELETE          Removes a group, or removes a username from a group.
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Turkish
 NET GROUP adds, displays or modifies global groups on servers. When
@@ -1222,6 +1247,8 @@ username[ ...]   List one or more usernames to add to or remove from
                  a group. Separate multiple username entries with a space.
 /ADD             Adds a group, or adds a username to a group.
 /DELETE          Removes a group, or removes a username from a group.
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Chinese
 NET GROUP adds, displays or modifies global groups on servers. When
@@ -1239,6 +1266,8 @@ username[ ...]   List one or more usernames to add to or remove from
                  a group. Separate multiple username entries with a space.
 /ADD             Adds a group, or adds a username to a group.
 /DELETE          Removes a group, or removes a username from a group.
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Taiwanese
 NET GROUP adds, displays or modifies global groups on servers. When
@@ -1256,6 +1285,8 @@ username[ ...]   List one or more usernames to add to or remove from
                  a group. Separate multiple username entries with a space.
 /ADD             Adds a group, or adds a username to a group.
 /DELETE          Removes a group, or removes a username from a group.
+
+NET HELP command | MORE displays one screen at a time.
 .
 
 
@@ -1337,7 +1368,7 @@ Language=Polish
    NET GROUP                NET SESSION              NET VIEW
 
    NET HELP SYNTAX explains how to read NET HELP syntax lines.
-   NET HELP command | MORE displays Help one screen at a time.
+   NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
 .
 Language=Romanian
    Sunt disponibile următoarele comenzi:
@@ -1352,7 +1383,7 @@ Language=Romanian
    NET GROUP                NET SESSION              NET VIEW
 
    NET HELP SYNTAX explains how to read NET HELP syntax lines.
-   NET HELP command | MORE displays Help one screen at a time.
+   NET HELP comandă | MORE (pentru afișare paginată).
 .
 Language=Russian
    Доступны следующие команды:
@@ -1367,7 +1398,7 @@ Language=Russian
    NET GROUP                NET SESSION              NET VIEW
 
    NET HELP SYNTAX explains how to read NET HELP syntax lines.
-   NET HELP command | MORE displays Help one screen at a time.
+   NET HELP имя_команды | MORE - постраничный просмотр справки.
 .
 Language=Spanish
    Éstos son los argumentos de línea de comandos disponibles:
@@ -1603,6 +1634,8 @@ name[ ...]       List one or more usernames or groupnams to add to or
                  must be established for users or global groups added to a
                  local group with this command.
 /DELETE          Removes a groupname or username from a local group.
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Polish
 NET LOCALGROUP dodaje, wyświetla, lub modyfikuje grupy lokalne na komputerach
@@ -1628,6 +1661,8 @@ nazwa[ ...]       Lista zawierająca nazwy jednego lub kilku użytkowników
                   poleceniem do grupy lokalnej należy wcześniej utworzyć
                   odpowiednie konto.
 /DELETE           Usuwa nazwę grupy lub użytkownika z grupy lokalnej.
+
+NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
 .
 Language=Romanian
 NET LOCALGROUP adds, displays or modifies local groups on computers. When
@@ -1651,6 +1686,8 @@ name[ ...]       List one or more usernames or groupnams to add to or
                  must be established for users or global groups added to a
                  local group with this command.
 /DELETE          Removes a groupname or username from a local group.
+
+NET HELP comandă | MORE (pentru afișare paginată).
 .
 Language=Russian
 NET LOCALGROUP adds, displays or modifies local groups on computers. When
@@ -1674,6 +1711,8 @@ name[ ...]       List one or more usernames or groupnams to add to or
                  must be established for users or global groups added to a
                  local group with this command.
 /DELETE          Removes a groupname or username from a local group.
+
+NET HELP имя_команды | MORE - постраничный просмотр справки.
 .
 Language=Spanish
 NET LOCALGROUP adds, displays or modifies local groups on computers. When
@@ -1697,6 +1736,8 @@ name [ ...]      List one or more usernames or groupnams to add to or
                  must be established for users or global groups added to a
                  local group with this command.
 /DELETE          Removes a groupname or username from a local group.
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Turkish
 NET LOCALGROUP adds, displays or modifies local groups on computers. When
@@ -1720,6 +1761,8 @@ name[ ...]       List one or more usernames or groupnams to add to or
                  must be established for users or global groups added to a
                  local group with this command.
 /DELETE          Removes a groupname or username from a local group.
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Chinese
 NET LOCALGROUP adds, displays or modifies local groups on computers. When
@@ -1743,6 +1786,8 @@ name[ ...]       List one or more usernames or groupnams to add to or
                  must be established for users or global groups added to a
                  local group with this command.
 /DELETE          Removes a groupname or username from a local group.
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Taiwanese
 NET LOCALGROUP adds, displays or modifies local groups on computers. When
@@ -1766,6 +1811,8 @@ name[ ...]       List one or more usernames or groupnams to add to or
                  must be established for users or global groups added to a
                  local group with this command.
 /DELETE          Removes a groupname or username from a local group.
+
+NET HELP command | MORE displays one screen at a time.
 .
 
 
@@ -1875,40 +1922,56 @@ Language=English
 NET PAUSE suspends a service. Pausing a service puts it on hold.
 
 service   The name of the service to be paused.
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Polish
 NET PAUSE wstrzymuje usługę.
 
 usługa   Nazwa wstrzymywanej usługi.
+
+NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
 .
 Language=Romanian
 NET PAUSE suspends a service. Pausing a service puts it on hold.
 
 service   The name of the service to be paused.
+
+NET HELP comandă | MORE (pentru afișare paginată).
 .
 Language=Russian
 NET PAUSE suspends a service. Pausing a service puts it on hold.
 
 service   The name of the service to be paused.
+
+NET HELP имя_команды | MORE - постраничный просмотр справки.
 .
 Language=Spanish
 NET PAUSE suspends a service. Pausing a service puts it on hold.
 service   The name of the service to be paused.
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Turkish
 NET PAUSE suspends a service. Pausing a service puts it on hold.
 
 service   The name of the service to be paused.
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Chinese
 NET PAUSE suspends a service. Pausing a service puts it on hold.
 
 service   The name of the service to be paused.
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Taiwanese
 NET PAUSE suspends a service. Pausing a service puts it on hold.
 
 service   The name of the service to be paused.
+
+NET HELP command | MORE displays one screen at a time.
 .
 
 
@@ -2226,6 +2289,8 @@ service   The name of the service to be started.
 When typed at the command prompt, service name of two words or more must
 be enclosed in quotation marks. For example, NET START "NET LOGON"
 starts the net logon service.
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Polish
 NET START uruchamia usługi lub wyświetla uruchomione usługi.
@@ -2235,6 +2300,8 @@ usługa   Nazwa uruchamianej usługi.
 Nazwy usług mające dwa lub więcej słów wpisywane w.
 wierszu polecenia muszą być ujęte w cudzysłów. Przykładowo,
 NET START "NET LOGON" uruchamia usługę logowania w sieci.
+
+NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
 .
 Language=Romanian
 NET START starts services or lists running services.
@@ -2244,6 +2311,8 @@ service   The name of the service to be started.
 When typed at the command prompt, service name of two words or more must
 be enclosed in quotation marks. For example, NET START "NET LOGON"
 starts the net logon service.
+
+NET HELP comandă | MORE (pentru afișare paginată).
 .
 Language=Russian
 NET START starts services or lists running services.
@@ -2253,6 +2322,8 @@ service   The name of the service to be started.
 When typed at the command prompt, service name of two words or more must
 be enclosed in quotation marks. For example, NET START "NET LOGON"
 starts the net logon service.
+
+NET HELP имя_команды | MORE - постраничный просмотр справки.
 .
 Language=Spanish
 NET START starts services or lists running services.
@@ -2262,6 +2333,8 @@ service   The name of the service to be started.
 When typed at the command prompt, service name of two words or more must
 be enclosed in quotation marks. For example, NET START "NET LOGON"
 starts the net logon service.
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Turkish
 NET START starts services or lists running services.
@@ -2271,6 +2344,8 @@ service   The name of the service to be started.
 When typed at the command prompt, service name of two words or more must
 be enclosed in quotation marks. For example, NET START "NET LOGON"
 starts the net logon service.
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Chinese
 NET START starts services or lists running services.
@@ -2280,6 +2355,8 @@ service   The name of the service to be started.
 When typed at the command prompt, service name of two words or more must
 be enclosed in quotation marks. For example, NET START "NET LOGON"
 starts the net logon service.
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Taiwanese
 NET START starts services or lists running services.
@@ -2289,6 +2366,8 @@ service   The name of the service to be started.
 When typed at the command prompt, service name of two words or more must
 be enclosed in quotation marks. For example, NET START "NET LOGON"
 starts the net logon service.
+
+NET HELP command | MORE displays one screen at a time.
 .
 
 
@@ -2333,6 +2412,8 @@ the services for which statistics are available.
 
 SERVER        Displays the Server service statistics.
 WORKSTATION   Displays the Workstation service statistics.
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Polish
 NET STATISTICS wyświetla dziennik statystyki dla lokalnej usługi
@@ -2341,6 +2422,8 @@ usługi dla których statystyka jest dostępna.
 
 SERVER        Wyświetla statystykę usługi Serwer.
 WORKSTATION   Wyświetla statystykę usługi Stacja robocza.
+
+NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
 .
 Language=Romanian
 NET STATISTICS displays the statisticslog for the local Workstation or
@@ -2349,6 +2432,8 @@ the services for which statistics are available.
 
 SERVER        Displays the Server service statistics.
 WORKSTATION   Displays the Workstation service statistics.
+
+NET HELP comandă | MORE (pentru afișare paginată).
 .
 Language=Russian
 NET STATISTICS displays the statisticslog for the local Workstation or
@@ -2357,6 +2442,8 @@ the services for which statistics are available.
 
 SERVER        Displays the Server service statistics.
 WORKSTATION   Displays the Workstation service statistics.
+
+NET HELP имя_команды | MORE - постраничный просмотр справки.
 .
 Language=Spanish
 NET STATISTICS displays the statisticslog for the local Workstation or
@@ -2365,6 +2452,8 @@ the services for which statistics are available.
 
 SERVER        Displays the Server service statistics.
 WORKSTATION   Displays the Workstation service statistics.
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Turkish
 NET STATISTICS displays the statisticslog for the local Workstation or
@@ -2373,6 +2462,8 @@ the services for which statistics are available.
 
 SERVER        Displays the Server service statistics.
 WORKSTATION   Displays the Workstation service statistics.
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Chinese
 NET STATISTICS displays the statisticslog for the local Workstation or
@@ -2381,6 +2472,8 @@ the services for which statistics are available.
 
 SERVER        Displays the Server service statistics.
 WORKSTATION   Displays the Workstation service statistics.
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Taiwanese
 NET STATISTICS displays the statisticslog for the local Workstation or
@@ -2389,6 +2482,8 @@ the services for which statistics are available.
 
 SERVER        Displays the Server service statistics.
 WORKSTATION   Displays the Workstation service statistics.
+
+NET HELP command | MORE displays one screen at a time.
 .
 
 
@@ -2434,6 +2529,8 @@ service   The name of the service to be stopped.
 Stopping a service cancels any network connection the service is
 using. Also, some services are dependent on others. Stopping one
 service can stop others. Some services cannot be stopped.
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Polish
 NET STOP zatrzymuje usługi.
@@ -2443,6 +2540,8 @@ usługa   Nazwa zatrzymywanej usługi.
 Zatrzymanie usługi rozłącza wszystkie połączenia sieciowe
 używane przez usługę. Niektóre usługi zależą od innych. Zatrzymanie jednej
 może też zatrzymać inne. Niektóre usługi nie mogą być zatrzymane.
+
+NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
 .
 Language=Romanian
 NET STOP stops services.
@@ -2452,6 +2551,8 @@ service   The name of the service to be stopped.
 Stopping a service cancels any network connection the service is
 using. Also, some services are dependent on others. Stopping one
 service can stop others. Some services cannot be stopped.
+
+NET HELP comandă | MORE (pentru afișare paginată).
 .
 Language=Russian
 NET STOP stops services.
@@ -2461,6 +2562,8 @@ service   The name of the service to be stopped.
 Stopping a service cancels any network connection the service is
 using. Also, some services are dependent on others. Stopping one
 service can stop others. Some services cannot be stopped.
+
+NET HELP имя_команды | MORE - постраничный просмотр справки.
 .
 Language=Spanish
 NET STOP stops services.
@@ -2470,6 +2573,8 @@ service   The name of the service to be stopped.
 Stopping a service cancels any network connection the service is
 using. Also, some services are dependent on others. Stopping one
 service can stop others. Some services cannot be stopped.
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Turkish
 NET STOP stops services.
@@ -2479,6 +2584,8 @@ service   The name of the service to be stopped.
 Stopping a service cancels any network connection the service is
 using. Also, some services are dependent on others. Stopping one
 service can stop others. Some services cannot be stopped.
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Chinese
 NET STOP stops services.
@@ -2488,6 +2595,8 @@ service   The name of the service to be stopped.
 Stopping a service cancels any network connection the service is
 using. Also, some services are dependent on others. Stopping one
 service can stop others. Some services cannot be stopped.
+
+NET HELP command | MORE displays one screen at a time.
 .
 Language=Taiwanese
 NET STOP stops services.
@@ -2497,6 +2606,8 @@ service   The name of the service to be stopped.
 Stopping a service cancels any network connection the service is
 using. Also, some services are dependent on others. Stopping one
 service can stop others. Some services cannot be stopped.
+
+NET HELP command | MORE displays one screen at a time.
 .
 
 
@@ -2758,7 +2869,7 @@ Options      Are as follows:
                               /WORKSTATIONS has no list or if the list is *,
                               the user can log on from any computer.
 
-   NET HELP command | MORE displays Help one screen at a time.
+NET HELP command | MORE displays Help one screen at a time.
 .
 Language=Polish
 NET USER creates and modifies user accounts on computers. When used
@@ -2832,7 +2943,7 @@ Options      Are as follows:
                               /WORKSTATIONS has no list or if the list is *,
                               the user can log on from any computer.
 
-   NET HELP command | MORE displays Help one screen at a time.
+NET HELP command | MORE displays Help one screen at a time.
 .
 Language=Romanian
 NET USER creates and modifies user accounts on computers. When used
@@ -2906,7 +3017,7 @@ Options      Are as follows:
                               /WORKSTATIONS has no list or if the list is *,
                               the user can log on from any computer.
 
-   NET HELP command | MORE displays Help one screen at a time.
+NET HELP command | MORE displays Help one screen at a time.
 .
 Language=Russian
 NET USER creates and modifies user accounts on computers. When used
@@ -2980,7 +3091,7 @@ Options      Are as follows:
                               /WORKSTATIONS has no list or if the list is *,
                               the user can log on from any computer.
 
-   NET HELP command | MORE displays Help one screen at a time.
+NET HELP command | MORE displays Help one screen at a time.
 .
 Language=Spanish
 NET USER creates and modifies user accounts on computers. When used
@@ -3054,7 +3165,7 @@ Options      Are as follows:
                               /WORKSTATIONS has no list or if the list is *,
                               the user can log on from any computer.
 
-   NET HELP command | MORE displays Help one screen at a time.
+NET HELP command | MORE displays Help one screen at a time.
 .
 Language=Turkish
 NET USER creates and modifies user accounts on computers. When used
@@ -3128,7 +3239,7 @@ Options      Are as follows:
                               /WORKSTATIONS has no list or if the list is *,
                               the user can log on from any computer.
 
-   NET HELP command | MORE displays Help one screen at a time.
+NET HELP command | MORE displays Help one screen at a time.
 .
 Language=Chinese
 NET USER creates and modifies user accounts on computers. When used
@@ -3202,7 +3313,7 @@ Options      Are as follows:
                               /WORKSTATIONS has no list or if the list is *,
                               the user can log on from any computer.
 
-   NET HELP command | MORE displays Help one screen at a time.
+NET HELP command | MORE displays Help one screen at a time.
 .
 Language=Taiwanese
 NET USER creates and modifies user accounts on computers. When used
@@ -3276,7 +3387,7 @@ Options      Are as follows:
                               /WORKSTATIONS has no list or if the list is *,
                               the user can log on from any computer.
 
-   NET HELP command | MORE displays Help one screen at a time.
+NET HELP command | MORE displays Help one screen at a time.
 .