X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=messages.mc;h=fdf295bbce34a416bc423f3c43c3fc83357696a6;hb=636b16d3702049145143511c6461ff20bf1f245d;hp=0aea1ae013f41248b219e8d8dec13da96fd3c3b2;hpb=23b8173ce06a843f18a9269fc6f7d4d0d224cd4c;p=nssm.git diff --git a/messages.mc b/messages.mc index 0aea1ae..fdf295b 100644 --- a/messages.mc +++ b/messages.mc @@ -990,7 +990,7 @@ n' . Language = Italian La chiave di registro %2, utilizzata per specificare il minimo numero di millisecondi che devono intercorrere prima che il servizio %1 sia considerato avviato correttamente, non è di tipo REG_DWORD. -Verrà usato il tempo di default pari a 3 ms. +Verrà usato il tempo di default pari a %3 ms. . MessageId = +1 @@ -1270,3 +1270,77 @@ The service %1 is stopping but PID %2 is still running. Usually %3 will call TerminateProcess() as a last resort to ensure that the process is stopped but the registry value %4 has been set and not all process termination methods have been attempted. It will no longer be possible to attempt to control the application and the service will report a stopped status. . + +MessageId = +1 +SymbolicName = NSSM_EVENT_LOADLIBRARY_FAILED +Severity = Warning +Language = English +Error loading the %1 DLL! +LoadLibrary() failed: +%2 +. +Language = French +Erreur à l'ouverture de la DLL %1! +LoadLibrary() a échoué: +%2 +. +Language = Italian +Errore apertura DLL %1! +Chiamata a LoadLibrary() fallita: +%2 +. + +MessageId = +1 +SymbolicName = NSSM_EVENT_GETPROCADDRESS_FAILED +Severity = Warning +Language = English +GetProcAddress(%1) failed: +%2 +. +Language = French +GetProcAddress(%1) a échoué: +%2 +. +Language = Italian +Chiamata a GetProcAddress(%1) fallita: +%2 +. + +MessageId = +1 +SymbolicName = NSSM_EVENT_BOGUS_KILL_CONSOLE_GRACE_PERIOD +Severity = Warning +Language = English +The registry value %2, used to specify the maximum number of milliseconds to wait for service %1 to stop after sending a Control-C event, was not of type REG_DWORD. The default time of %3 milliseconds will be used. +. +Language = French +The registry value %2, used to specify the maximum number of milliseconds to wait for service %1 to stop after sending a Control-C event, was not of type REG_DWORD. The default time of %3 milliseconds will be used. +. +Language = Italian +The registry value %2, used to specify the maximum number of milliseconds to wait for service %1 to stop after sending a Control-C event, was not of type REG_DWORD. The default time of %3 milliseconds will be used. +. + +MessageId = +1 +SymbolicName = NSSM_EVENT_BOGUS_KILL_WINDOW_GRACE_PERIOD +Severity = Warning +Language = English +The registry value %2, used to specify the maximum number of milliseconds to wait for service %1 to stop after posting a WM_CLOSE message to windows managed by the application, was not of type REG_DWORD. The default time of %3 milliseconds will be used. +. +Language = French +The registry value %2, used to specify the maximum number of milliseconds to wait for service %1 to stop after posting a WM_CLOSE message to windows managed by the application, was not of type REG_DWORD. The default time of %3 milliseconds will be used. +. +Language = Italian +The registry value %2, used to specify the maximum number of milliseconds to wait for service %1 to stop after posting a WM_CLOSE message to windows managed by the application, was not of type REG_DWORD. The default time of %3 milliseconds will be used. +. + +MessageId = +1 +SymbolicName = NSSM_EVENT_BOGUS_KILL_THREADS_GRACE_PERIOD +Severity = Warning +Language = English +The registry value %2, used to specify the maximum number of milliseconds to wait for service %1 to stop after posting a WM_QUIT message to the message queues of threads managed by the application, was not of type REG_DWORD. The default time of %3 milliseconds will be used. +. +Language = French +The registry value %2, used to specify the maximum number of milliseconds to wait for service %1 to stop after posting a WM_QUIT message to the message queues of threads managed by the application, was not of type REG_DWORD. The default time of %3 milliseconds will be used. +. +Language = Italian +The registry value %2, used to specify the maximum number of milliseconds to wait for service %1 to stop after posting a WM_QUIT message to the message queues of threads managed by the application, was not of type REG_DWORD. The default time of %3 milliseconds will be used. +.