[NET] Implement the group command
[reactos.git] / base / applications / network / net / lang / en-US.rc
index f778c5a..c8c3b6e 100644 (file)
@@ -83,8 +83,23 @@ type NET CONFIG SERVER without parameters.\n\n"
                     WORKSTATION\n\n"
     IDS_FILE_SYNTAX "NET FILE [id [/CLOSE]]\n\n"
     IDS_FILE_HELP "FILE\n...\n\n"
-    IDS_GROUP_SYNTAX "NET GROUP ...\n\n"
-    IDS_GROUP_HELP "GROUP\n...\n\n"
+    IDS_GROUP_SYNTAX "NET GROUP [groupname [/COMMENT:""text""]] [/DOMAIN]\n\
+          groupname {/ADD [/COMMENT:""text""] | /DELETE} [/DOMAIN]\n\
+          groupname username [...] {/ADD | /DELETE} [/DOMAIN]\n\n"
+    IDS_GROUP_HELP_1 "NET GROUP adds, displays or modifies global groups on servers. When\n\
+used without parameters, it displays the groupnames on the server.\n\n"
+    IDS_GROUP_HELP_2 "groupname        Is the name of the group to add, expand, or delete.\n\
+                 Supply only a groupname to view a list of users\n\
+                 in a group.\n"
+    IDS_GROUP_HELP_3 "/COMMENT:""text""  Adds a comment for a new or existing group.\n\
+                 Enclose the text inquotation marks.\n"
+    IDS_GROUP_HELP_4 "/DOMAIN          Performs the operation on a domain controller\n\
+                 of the current domain. Otherwise, the operation is \n\
+                 performed on the local computer.\n"
+    IDS_GROUP_HELP_5 "username[ ...]   List one or more usernames to add to or remove from\n\
+                 a group. Separate multiple username entries with a space.\n"
+    IDS_GROUP_HELP_6 "/ADD             Adds a group, or adds a username to a group.\n"
+    IDS_GROUP_HELP_7 "/DELETE          Removes a group, or removes a username from a group.\n\n"
     IDS_HELP_SYNTAX "NET HELP command\n   - or -\nNET command /HELP\n\n"
     IDS_HELP_HELP_1 "   The following commands are available:\n\n\
    NET ACCOUNTS             NET HELP                 NET SHARE\n\
@@ -105,7 +120,27 @@ message and suggested actions you can take to solve the problem.\n\n"
     IDS_LOCALGROUP_SYNTAX "NET LOCALGROUP [groupname [/COMMENT:""text""]] [/DOMAIN]\n\
                groupname {/ADD [/COMMENT:""text""] | /DELETE} [/DOMAIN]\n\
                groupname name [...] {/ADD | /DELETE} [/DOMAIN]\n\n"
-    IDS_LOCALGROUP_HELP "LOCALGROUP\n...\n\n"
+    IDS_LOCALGROUP_HELP_1 "NET LOCALGROUP adds, displays or modifies local groups on computers. When\n\
+used without parameters, it displays the local groups on the computer.\n\n"
+    IDS_LOCALGROUP_HELP_2 "groupname        Is the name of the local group to add, expand, or\n\
+                 delete. Supply only a groupname to view a list of\n\
+                 users or global groups in a local group.\n"
+    IDS_LOCALGROUP_HELP_3 "/COMMENT:""text""  Adds a comment for a new or existing group.\n\
+                 Enclose the text inquotation marks.\n"
+    IDS_LOCALGROUP_HELP_4 "/DOMAIN          Performs the operation on a domain controller\n\
+                 of the current domain. Otherwise, the operation is \n\
+                 performed on the local computer.\n"
+    IDS_LOCALGROUP_HELP_5 "name[ ...]       List one or more usernames or groupnams to add to or\n\
+                 remove from a local group. Separate multiple entries with\n\
+                 a space. Names may be users or global groups, but not\n\
+                 other local groups. If a user is from another doamin,\n\
+                 preface the username with the domain name (for\n\
+                 example, SALES\\RALPHR).\n"
+    IDS_LOCALGROUP_HELP_6 "/ADD             Adds a groupname or username to a local group. An account\n\
+                 must be established for users or global groups added to a\n\
+                 local group with this command.\n"
+    IDS_LOCALGROUP_HELP_7 "/DELETE          Removes a groupname or username from a local group.\n\n"
+
     IDS_NAME_SYNTAX "NET NAME ...\n\n"
     IDS_NAME_HELP "NAME\n...\n\n"
     IDS_PRINT_SYNTAX  "NET PRINT ...\n\n"
@@ -186,6 +221,11 @@ service can stop others. Some services cannot be stopped.\n\n"
     IDS_CONFIG_WORKSTATION_DOMAIN "Workstation domain"
     IDS_CONFIG_WORKSTATION_LOGON "Logon domain"
 
+    IDS_GROUP_GROUPS "Group Accounts for \\\\%s"
+    IDS_GROUP_NAME "Group name"
+    IDS_GROUP_COMMENT "Comment"
+    IDS_GROUP_MEMBERS "Members"
+
     IDS_LOCALGROUP_ALIASES "Aliases for \\\\%s"
     IDS_LOCALGROUP_ALIAS_NAME "Alias name"
     IDS_LOCALGROUP_COMMENT "Comment"
@@ -193,8 +233,42 @@ service can stop others. Some services cannot be stopped.\n\n"
 
     IDS_STATISTICS_TEXT "Statistics are available for the following services:\n\n\
    Server\n   Workstation\n\n"
-    IDS_STATISTICS_SERVER_NAME "Server statistics for \\\\%s\n\n"
-    IDS_STATISTICS_WORKSTATION_NAME "Workstation statistics for \\\\%s\n\n"
+    IDS_STATISTICS_SINCE "Statistics since %d/%d/%d %d:%02d %s\n\n\n"
+    IDS_STATISTICS_SRV_NAME "Server statistics for \\\\%s\n\n\n"
+    IDS_STATISTICS_SRV_SESACCEPT "Sessions accepted"
+    IDS_STATISTICS_SRV_SESSTIME "Sessions timed-out"
+    IDS_STATISTICS_SRV_SESSERROR "Sessions errored-out"
+    IDS_STATISTICS_SRV_KBSENT "Kilobytes sent"
+    IDS_STATISTICS_SRV_KBRCVD "Kilobytes received"
+    IDS_STATISTICS_SRV_MRESPTIME "Mean response time (msec)"
+    IDS_STATISTICS_SRV_SYSERRORS "System errors"
+    IDS_STATISTICS_SRV_PMERRORS "Permission violations"
+    IDS_STATISTICS_SRV_PWERRORS "Password violations"
+    IDS_STATISTICS_SRV_FILES "Files accessed"
+    IDS_STATISTICS_SRV_DEVICES "Communication devices accessed"
+    IDS_STATISTICS_SRV_JOBS "Print jobs spooled"
+    IDS_STATISTICS_SRV_BUFFERS "Times buffers exhausted\n\n"
+    IDS_STATISTICS_SRV_BIGBUFFERS "  Big buffers"
+    IDS_STATISTICS_SRV_REQBUFFERS "  Request buffers"
+    IDS_STATISTICS_WKS_NAME "Workstation statistics for \\\\%s\n\n\n"
+    IDS_STATISTICS_WKS_BYTESRCVD "Bytes received"
+    IDS_STATISTICS_WKS_SMBSRCVD "Server Message Blocks (SMBs) received"
+    IDS_STATISTICS_WKS_BYTESTRANS "Bytes transmitted"
+    IDS_STATISTICS_WKS_SMBSTRANS "Server Message Blocks (SMBs) transmitted"
+    IDS_STATISTICS_WKS_READOPS "Read operations"
+    IDS_STATISTICS_WKS_WRITEOPS "Write operations"
+    IDS_STATISTICS_WKS_READDENIED "Raw reads denied"
+    IDS_STATISTICS_WKS_WRITEDENIED "Raw writes denied"
+    IDS_STATISTICS_WKS_NETWORKERROR "Network errors"
+    IDS_STATISTICS_WKS_CONNECTS "Connections made"
+    IDS_STATISTICS_WKS_RECONNECTS "Reconnections made"
+    IDS_STATISTICS_WKS_DISCONNECTS "Server disconnects"
+    IDS_STATISTICS_WKS_SESSIONS "Sessions started"
+    IDS_STATISTICS_WKS_HUNGSESSIONS "Hung sessions"
+    IDS_STATISTICS_WKS_FAILSESSIONS "Failed sessions"
+    IDS_STATISTICS_WKS_FAILEDOPS "Failed operations"
+    IDS_STATISTICS_WKS_USECOUNT "Use count"
+    IDS_STATISTICS_WKS_FAILUSECOUNT "Failed use count"
 
     IDS_USER_ACCOUNTS "User accounts for \\\\%s"
     IDS_USER_NAME "User name"