mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[SERVICES]
* Improve resource files. CORE-7637 svn path=/trunk/; revision=61123
This commit is contained in:
parent
72f576f3c4
commit
951f0f0909
9 changed files with 29 additions and 29 deletions
|
@ -1,4 +1,4 @@
|
|||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Audio Service"
|
||||
#define REACTOS_STR_INTERNAL_NAME "audiosrv\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "audiosrv.dll\0"
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Audio Service"
|
||||
#define REACTOS_STR_INTERNAL_NAME "audiosrv"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "audiosrv.dll"
|
||||
#include <reactos/version.rc>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#define REACTOS_STR_FILE_DESCRIPTION "Event logging service\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "EventLog\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "EventLog.exe\0"
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "Event logging service"
|
||||
#define REACTOS_STR_INTERNAL_NAME "EventLog"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "EventLog.exe"
|
||||
#include <reactos/version.rc>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#define REACTOS_STR_FILE_DESCRIPTION "RPC subsystem\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "RpcSs\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "RpcSs.exe\0"
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "RPC subsystem"
|
||||
#define REACTOS_STR_INTERNAL_NAME "RpcSs"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "RpcSs.exe"
|
||||
#include <reactos/version.rc>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#define REACTOS_STR_FILE_DESCRIPTION "Spooler-Service\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "Spoolsv\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "Spoolsv.exe\0"
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "Spooler-Service"
|
||||
#define REACTOS_STR_INTERNAL_NAME "Spoolsv"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "Spoolsv.exe"
|
||||
#include <reactos/version.rc>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#define REACTOS_STR_FILE_DESCRIPTION "SvcHost subsystem\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "SvcHost\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "SvcHost.exe\0"
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "SvcHost subsystem"
|
||||
#define REACTOS_STR_INTERNAL_NAME "SvcHost"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "SvcHost.exe"
|
||||
#include <reactos/version.rc>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS TCP/IP Services Application\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "tcpsvcs\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "tcpsvcs.exe\0"
|
||||
#define REACTOS_STR_ORIGINAL_COPYRIGHT "Ged Murphy (gedmurphy@gmail.com)\0"
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS TCP/IP Services Application"
|
||||
#define REACTOS_STR_INTERNAL_NAME "tcpsvcs"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "tcpsvcs.exe"
|
||||
#define REACTOS_STR_ORIGINAL_COPYRIGHT "Ged Murphy (gedmurphy@gmail.com)"
|
||||
#include <reactos/version.rc>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Simple Telnet Service\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "telnetd\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "telnetd.exe\0"
|
||||
#define REACTOS_STR_ORIGINAL_COPYRIGHT "fred.van.lieshout 'at' zonnet.nl\0"
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Simple Telnet Service"
|
||||
#define REACTOS_STR_INTERNAL_NAME "telnetd"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "telnetd.exe"
|
||||
#define REACTOS_STR_ORIGINAL_COPYRIGHT "fred.van.lieshout 'at' zonnet.nl"
|
||||
#include <reactos/version.rc>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#define REACTOS_STR_FILE_DESCRIPTION "Themes-Service\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "thmsvc\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "thmsvc.exe\0"
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "Themes-Service"
|
||||
#define REACTOS_STR_INTERNAL_NAME "thmsvc"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "thmsvc.exe"
|
||||
#include <reactos/version.rc>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#define REACTOS_STR_FILE_DESCRIPTION "User-Mode Plug and Play manager\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "Umpnpmgr\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "Umpnpmgr.exe\0"
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "User-Mode Plug and Play manager"
|
||||
#define REACTOS_STR_INTERNAL_NAME "Umpnpmgr"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "Umpnpmgr.exe"
|
||||
#include <reactos/version.rc>
|
||||
|
|
Loading…
Reference in a new issue