62fb9cdb843884b1614b595360c6d3a4d6d964aa
[nssm.git] / messages.mc
1 LanguageNames =
2 (
3 English=0x0409:MSG00409
4 French=0x40C:MSG0040C
5 Italian=0x410:MSG00410
6 )
7
8 MessageId = 501
9 SymbolicName = NSSM_MESSAGE_USAGE
10 Severity = Informational
11 Language = English
12 NSSM: The non-sucking service manager
13 Version %s, %s
14 Usage: nssm <option> [args]
15
16 To show service installation GUI:
17
18         nssm install [<servicename>]
19
20 To install a service without confirmation:
21
22         nssm install <servicename> <app> [<args>]
23
24 To show service removal GUI:
25
26         nssm remove [<servicename>]
27
28 To remove a service without confirmation:
29
30         nssm remove <servicename> confirm
31 .
32 Language = French
33 NSSM: Le gestionnaire de services Windows pour les professionnels!
34 Version %s, %s
35 Syntaxe: nssm <option> [arguments]
36
37 Pour afficher l'écran d'installation du service:
38
39         nssm install [<nom_du_service>]
40
41 Pour installer un service sans confirmation:
42
43         nssm install <nom_du_service> <application> [<arguments>]
44
45 Pour afficher l'écran de désinstallation du service:
46
47         nssm remove [<nom_du_service>]
48
49 Pour désinstaller un service sans confirmation:
50
51         nssm remove <nom_du_service> confirm
52 .
53 Language = Italian
54 NSSM: il Service Manager professionale.
55 Versione %s, %s
56 Uso: nssm <opzioni> [argomenti]
57
58 Per aprire l'interfaccia di INSTALLAZIONE Servizio:
59
60         nssm install [<nomeservizio>]
61
62 Per INSTALLARE il servizio da riga di comando:
63
64         nssm install <nomeservizio> <applicazione> [<argomenti>]
65
66 Per aprire l'interfaccia di RIMOZIONE Servizio:
67
68         nssm remove [<nomeservizio>]
69
70 Per RIMUOVERE il servizio da riga di comando:
71
72         nssm remove <nomeservizio> confirm
73 .
74
75 MessageId = +1
76 SymbolicName = NSSM_MESSAGE_NOT_ADMINISTRATOR_CANNOT_INSTALL
77 Severity = Informational
78 Language = English
79 Administrator access is needed to install a service.
80 .
81 Language = French
82 Les droits d'administrateur sont requis pour installer un service.
83 .
84 Language = Italian
85 L'installazione di un servizio richiede privilegi di amministratore.
86 .
87
88 MessageId = +1
89 SymbolicName = NSSM_MESSAGE_NOT_ADMINISTRATOR_CANNOT_REMOVE
90 Severity = Informational
91 Language = English
92 Administrator access is needed to remove a service.
93 .
94 Language = French
95 Les droits d'administrateur sont requis pour désinstaller un service.
96 .
97 Language = Italian
98 La rimozione di un servizio richiede privilegi di amministratore.
99 .
100
101 MessageId = +1
102 SymbolicName = NSSM_MESSAGE_PRE_REMOVE_SERVICE
103 Severity = Informational
104 Language = English
105 To remove a service without confirmation: nssm remove <servicename> confirm
106 .
107 Language = French
108 Pour désinstaller un service sans confirmation: nssm remove <nom_du_service> confirm
109 .
110 Language = Italian
111 Per rimuovere un servizio da riga di comando: nssm remove <servicename> confirm
112 .
113
114 MessageId = +1
115 SymbolicName = NSSM_MESSAGE_OPEN_SERVICE_MANAGER_FAILED
116 Severity = Informational
117 Language = English
118 Error opening service manager!
119 .
120 Language = French
121 Erreur à l'ouverture du gestionnaire de services!
122 .
123 Language = Italian
124 Errore apertura Service Manager!
125 .
126
127 MessageId = +1
128 SymbolicName = NSSM_MESSAGE_PATH_TOO_LONG
129 Severity = Informational
130 Language = English
131 The full path to %s is too long!
132 .
133 Language = French
134 Le chemin complet vers %s est trop long!
135 .
136 Language = Italian
137 Il path completo verso %s è troppo lungo!
138 .
139
140 MessageId = +1
141 SymbolicName = NSSM_MESSAGE_FLAGS_TOO_LONG
142 Severity = Informational
143 Language = English
144 The program flags are too long!
145 .
146 Language = French
147 The program flags are too long!
148 .
149 Language = Italian
150 The program flags are too long!
151 .
152
153 MessageId = +1
154 SymbolicName = NSSM_MESSAGE_OUT_OF_MEMORY_FOR_IMAGEPATH
155 Severity = Informational
156 Language = English
157 Out of memory for ImagePath!
158 .
159 Language = French
160 Mémoire insuffisante pour spécifier le chemin de l'image (ImagePath)!
161 .
162 Language = Italian
163 Memoria insufficiente per ImagePath!
164 .
165
166 MessageId = +1
167 SymbolicName = NSSM_MESSAGE_CREATESERVICE_FAILED
168 Severity = Informational
169 Language = English
170 Error creating service!
171 .
172 Language = French
173 Erreur à la création du service!
174 .
175 Language = Italian
176 Errore creazione servizio!
177 .
178
179 MessageId = +1
180 SymbolicName = NSSM_MESSAGE_CREATE_PARAMETERS_FAILED
181 Severity = Informational
182 Language = English
183 Error setting startup parameters for the service!
184 .
185 Language = French
186 Erreur en essayant de régler les paramètres de démarrage du service!
187 .
188 Language = Italian
189 Errore durante l'impostazione dei parametri per il servizio!
190 .
191
192 MessageId = +1
193 SymbolicName = NSSM_MESSAGE_SERVICE_INSTALLED
194 Severity = Informational
195 Language = English
196 Service "%s" installed successfully!
197 .
198 Language = French
199 Le service "%s" a été installé avec succès!
200 .
201 Language = Italian
202 Servizio "%s" installato correttamente!
203 .
204
205 MessageId = +1
206 SymbolicName = NSSM_MESSAGE_OPENSERVICE_FAILED
207 Severity = Informational
208 Language = English
209 Can't open service!
210 .
211 Language = French
212 Impossible d'ouvrir le service!
213 .
214 Language = Italian
215 Impossibile aprire il servizio!
216 .
217
218 MessageId = +1
219 SymbolicName = NSSM_MESSAGE_DELETESERVICE_FAILED
220 Severity = Informational
221 Language = English
222 Error deleting service!
223 .
224 Language = French
225 Erreur à la suppression du service!
226 .
227 Language = Italian
228 Errore durante la rimozione del servizio!
229 .
230
231 MessageId = +1
232 SymbolicName = NSSM_MESSAGE_SERVICE_REMOVED
233 Severity = Informational
234 Language = English
235 Service "%s" removed successfully!
236 .
237 Language = French
238 Le service "%s" a été désinstallé avec succès!
239 .
240 Language = Italian
241 Servizio "%s" rimosso correttamente!
242 .
243
244 MessageId = +1
245 SymbolicName = NSSM_GUI_CREATEDIALOG_FAILED
246 Severity = Informational
247 Language = English
248 CreateDialog() failed:
249 %s
250 .
251 Language = French
252 CreateDialog() a échoué:
253 %s
254 .
255 Language = Italian
256 Chiamata a CreateDialog() fallita:
257 %s
258 .
259
260 MessageId = +1
261 SymbolicName = NSSM_GUI_MISSING_SERVICE_NAME
262 Severity = Informational
263 Language = English
264 No valid service name was specified!
265 .
266 Language = French
267 Aucun nom de service valide n'a été spécifié!
268 .
269 Language = Italian
270 Nessun nome di servizio valido specificato!
271 .
272
273 MessageId = +1
274 SymbolicName = NSSM_GUI_MISSING_PATH
275 Severity = Informational
276 Language = English
277 No valid executable path was specified!
278 .
279 Language = French
280 Aucun chemin valide de fichier exécutable n'a été spécifié!
281 .
282 Language = Italian
283 Path verso l'eseguibile non specificato!
284 .
285
286 MessageId = +1
287 SymbolicName = NSSM_GUI_INVALID_OPTIONS
288 Severity = Informational
289 Language = English
290 No valid options were specified!
291 .
292 Language = French
293 Aucun option valide n'a été spécifiée!
294 .
295 Language = Italian
296 Nessuna opzione valida specificata!
297 .
298
299 MessageId = +1
300 SymbolicName = NSSM_GUI_OUT_OF_MEMORY_FOR_IMAGEPATH
301 Severity = Informational
302 Language = English
303 Error constructing ImagePath!\nThis really shouldn't happen.  You could be out of memory
304 or the world may be about to end or something equally bad.
305 .
306 Language = French
307 Mémoire insuffisante pour spécifier le chemin de l'image (ImagePath)!
308 Cette situation ne devrait jamais se produire.  Vous êtes peut-être à court de mémoire RAM,
309 ou la fin du monde est proche, ou un autre désastre du même type.
310 .
311 Language = Italian
312 Errore durante la costruzione di ImagePath!\nQesto errore è inatteso. La memoria è insuffieiente
313 oppure il mondo sta per finire oppure è accaduto qualcosa di ugualmente grave!
314 .
315
316 MessageId = +1
317 SymbolicName = NSSM_GUI_INVALID_ENVIRONMENT
318 Severity = Informational
319 Language = English
320 Environment should comprise strings of the form KEY=VALUE.
321 .
322 Language = French
323 L'environnement devrait comprendre des chaînes sous la forme KEY=VALUE.
324 .
325 Language = Italian
326 L'ambiente dovrebbe comprendere stringhe nella forma CHIAVE=VALORE.
327 .
328
329 MessageId = +1
330 SymbolicName = NSSM_GUI_INSTALL_SERVICE_FAILED
331 Severity = Informational
332 Language = English
333 Couldn't create service!
334 Perhaps it is already installed...
335 .
336 Language = French
337 Impossible de créer le service!
338 Peut-être est-il déjà installé...
339 .
340 Language = Italian
341 Impossibile creare il servizio!
342 Probabilmente è già installato...
343 .
344
345 MessageId = +1
346 SymbolicName = NSSM_GUI_CREATE_PARAMETERS_FAILED
347 Severity = Informational
348 Language = English
349 Couldn't set startup parameters for the service!
350 Deleting the service...
351 .
352 Language = French
353 Impossible de régler les paramètres de démarrage pour le service!
354 Suppression du dit service...
355 .
356 Language = Italian
357 Impossibile impostare i parametri di avvio per il servizio!
358 Eliminazione servizio in corso...
359 .
360
361 MessageId = +1
362 SymbolicName = NSSM_GUI_ASK_REMOVE_SERVICE
363 Severity = Informational
364 Language = English
365 Remove the service?
366 .
367 Language = French
368 Supprimer le service "%s" ?
369 .
370 Language = Italian
371 Eliminare il servizio?
372 .
373
374 MessageId = +1
375 SymbolicName = NSSM_GUI_SERVICE_NOT_INSTALLED
376 Severity = Informational
377 Language = English
378 Can't open service!
379 Perhaps it isn't installed...
380 .
381 Language = French
382 Impossible d'ouvrir le service!
383 Celui-ci n'est peut-être pas installé...
384 .
385 Language = Italian
386 Impossibile aprire il servizio!
387 Probabilmente non è installato...
388 .
389
390 MessageId = +1
391 SymbolicName = NSSM_GUI_REMOVE_SERVICE_FAILED
392 Severity = Informational
393 Language = English
394 Can't delete service!  Make sure the service is stopped and try again.
395 If this error persists, you may need to set the service NOT to start
396 automatically, reboot your computer and try removing it again.
397 .
398 Language = French
399 Impossible de supprimer le service!  Assurez-vous que ce service est arrêté et réessayez.
400 Si cette erreur persiste, réglez ce service en lancement MANUEL
401 (non automatique), redémarrez votre ordinateur et tentez de nouveau la suppression.
402 .
403 Language = Italian
404 Impossibile eliminare il servizio! Verificare che sia stato fermato e riprovare.
405 Se l'errore persiste, provare ad impostare il servizio come avvio NON
406 automatico, riavviare il computer e tentare di nuovo la rimozione.
407 .
408
409 MessageId = +1
410 SymbolicName = NSSM_GUI_BROWSE_FILTER_APPLICATIONS
411 Severity = Informational
412 Language = English
413 Applications%0
414 .
415 Language = French
416 Applications%0
417 .
418 Language = Italian
419 Applicazioni%0
420 .
421
422 MessageId = +1
423 SymbolicName = NSSM_GUI_BROWSE_FILTER_DIRECTORIES
424 Severity = Informational
425 Language = English
426 Directories%0
427 .
428 Language = French
429 Répertoires%0
430 .
431 Language = Italian
432 Cartelle%0
433 .
434
435 MessageId = +1
436 SymbolicName = NSSM_GUI_BROWSE_FILTER_ALL_FILES
437 Severity = Informational
438 Language = English
439 All files%0
440 .
441 Language = French
442 Tous les fichiers%0
443 .
444 Language = Italian
445 Tutti i files%0
446 .
447
448 MessageId = +1
449 SymbolicName = NSSM_GUI_BROWSE_TITLE
450 Severity = Informational
451 Language = English
452 Locate application file
453 .
454 Language = French
455 Indiquez le fichier exécutable
456 .
457 Language = Italian
458 Ricerca file applicazione
459 .
460
461 MessageId = +1
462 SymbolicName = NSSM_GUI_TAB_APPLICATION
463 Severity = Informational
464 Language = English
465 Application%0
466 .
467 Language = French
468 Application%0
469 .
470 Language = Italian
471 Applicazione%0
472 .
473
474 MessageId = +1
475 SymbolicName = NSSM_GUI_TAB_SHUTDOWN
476 Severity = Informational
477 Language = English
478 Shutdown%0
479 .
480 Language = French
481 Shutdown%0
482 .
483 Language = Italian
484 Shutdown%0
485 .
486
487 MessageId = +1
488 SymbolicName = NSSM_GUI_TAB_EXIT
489 Severity = Informational
490 Language = English
491 Exit actions%0
492 .
493 Language = French
494 Exit actions%0
495 .
496 Language = Italian
497 Exit actions%0
498 .
499
500 MessageId = +1
501 SymbolicName = NSSM_GUI_TAB_IO
502 Severity = Informational
503 Language = English
504 I/O%0
505 .
506 Language = French
507 I/O%0
508 .
509 Language = Italian
510 I/O%0
511 .
512
513 MessageId = +1
514 SymbolicName = NSSM_GUI_TAB_ROTATION
515 Severity = Informational
516 Language = English
517 File rotation%0
518 .
519 Language = French
520 File rotation%0
521 .
522 Language = Italian
523 File rotation%0
524 .
525
526 MessageId = +1
527 SymbolicName = NSSM_GUI_TAB_ENVIRONMENT
528 Severity = Informational
529 Language = English
530 Environment%0
531 .
532 Language = French
533 Environnement%0
534 .
535 Language = Italian
536 Ambiente%0
537 .
538
539 MessageId = +1
540 SymbolicName = NSSM_GUI_EXIT_RESTART
541 Severity = Informational
542 Language = English
543 Restart application%0
544 .
545 Language = French
546 Redémarrer l'application%0
547 .
548 Language = Italian
549 Riavvare l'applicazione%0
550 .
551
552 MessageId = +1
553 SymbolicName = NSSM_GUI_EXIT_IGNORE
554 Severity = Informational
555 Language = English
556 No action (srvany compatible)%0
557 .
558 Language = French
559 No action (srvany compatible)%0
560 .
561 Language = Italian
562 No action (srvany compatible)%0
563 .
564
565 MessageId = +1
566 SymbolicName = NSSM_GUI_EXIT_REALLY
567 Severity = Informational
568 Language = English
569 Stop service (oneshot mode)%0
570 .
571 Language = French
572 Stop service (oneshot mode)%0
573 .
574 Language = Italian
575 Stop service (oneshot mode)%0
576 .
577
578 MessageId = +1
579 SymbolicName = NSSM_GUI_EXIT_UNCLEAN
580 Severity = Informational
581 Language = English
582 Fake crash (pre-Vista)%0
583 .
584 Language = French
585 Fake crash (pre-Vista)%0
586 .
587 Language = Italian
588 Fake crash (pre-Vista)%0
589 .
590
591 MessageId = 1001
592 SymbolicName = NSSM_EVENT_DISPATCHER_FAILED
593 Severity = Error
594 Language = English
595 StartServiceCtrlDispatcher() failed:
596 %1
597 .
598 Language = French
599 Erreur en tentant de connecter la tâche principale du service au gestionnaire de services Windows.
600 StartServiceCtrlDispatcher() a échoué:
601 %1
602 .
603 Language = Italian
604 Chiamata a StartServiceCtrlDispatcher() fallita:
605 %1
606 .
607
608 MessageId = +1
609 SymbolicName = NSSM_EVENT_OPENSCMANAGER_FAILED
610 Severity = Error
611 Language = English
612 Unable to connect to service manager!
613 Perhaps you need to be an administrator...
614 .
615 Language = French
616 Connexion impossible au gestionnaire de services!
617 Il vous manque peut-être des droits d'administrateur.
618 .
619 Language = Italian
620 Impossibile connettersi al Service Manager!
621 Probabilmente sono necessari permessi di Amministratore...
622 .
623
624 MessageId = +1
625 SymbolicName = NSSM_EVENT_OUT_OF_MEMORY
626 Severity = Error
627 Language = English
628 Out of memory for %1 in %2!
629 .
630 Language = French
631 Mémoire insuffisante pour %1 dans %2!
632 .
633 Language = Italian
634 Memoria insufficiente per %1 in %2!
635 .
636
637 MessageId = +1
638 SymbolicName = NSSM_EVENT_GET_PARAMETERS_FAILED
639 Severity = Error
640 Language = English
641 Failed to get startup parameters for service %1.
642 .
643 Language = French
644 Paramètres de démarrage non trouvés pour le service %1.
645 .
646 Language = Italian
647 Impossibile ottenere i permessi di avvio per il servizio %1.
648 .
649
650 MessageId = +1
651 SymbolicName = NSSM_EVENT_REGISTERSERVICECTRLHANDER_FAILED
652 Severity = Error
653 Language = English
654 RegisterServiceCtrlHandlerEx() failed:
655 %1
656 .
657 Language = French
658 Échec de l'enregistrement de la fonction de gestion des requêtes étendues de contrôle du service.
659 RegisterServiceCtrlHandlerEx() a échoué:
660 %1
661 .
662 Language = Italian
663 Chiamata a RegisterServiceCtrlHandlerEx() fallita:
664 %1
665 .
666
667 MessageId = +1
668 SymbolicName = NSSM_EVENT_START_SERVICE_FAILED
669 Severity = Error
670 Language = English
671 Can't start %1 for service %2.
672 Error code: %3.
673 .
674 Language = French
675 Impossible de démarrer %1 pour le service %2.
676 Code erreur: %3.
677 .
678 Language = Italian
679 Impossibile avviare %1 per il servizio %2.
680 Codice errore: %3.
681 .
682
683 MessageId = +1
684 SymbolicName = NSSM_EVENT_RESTART_SERVICE_FAILED
685 Severity = Warning
686 Language = English
687 Failed to restart %1 for service %2.
688 Sleeping...
689 .
690 Language = French
691 Impossible de redémarrer %1 pour le service %2.
692 Mise en sommeil...
693 .
694 Language = Italian
695 Impossibile riavviare %1 per il servizio %2.
696 In stato di attesa...
697 .
698
699 MessageId = +1
700 SymbolicName = NSSM_EVENT_STARTED_SERVICE
701 Severity = Informational
702 Language = English
703 Started %1 %2 for service %3 in %4.
704 .
705 Language = French
706 Démarrage réussi de %1 %2 pour le service %3 depuis le répertoire %4.
707 .
708 Language = Italian
709 Avviati %1 %2 per il servizio %3 in %4.
710 .
711
712 MessageId = +1
713 SymbolicName = NSSM_EVENT_REGISTERWAITFORSINGLEOBJECT_FAILED
714 Severity = Warning
715 Language = English
716 Service %1 may claim to be still running when %2 exits.
717 RegisterWaitForSingleObject() failed:
718 %3
719 .
720 Language = French
721 Le service %1 peut indiquer être toujours actif lorsque %2 se terminera.
722 RegisterWaitForSingleObject() a échoué:
723 %3
724 .
725 Language = Italian
726 Servizio %1 potrebbe richiedere di essere in esecuzione quando %2 termina.
727 Chiamata a RegisterWaitForSingleObject() fallita:
728 %3
729 .
730
731 MessageId = +1
732 SymbolicName = NSSM_EVENT_CREATEPROCESS_FAILED
733 Severity = Error
734 Language = English
735 Failed to start service %1.  Program %2 couldn't be launched.
736 CreateProcess() failed:
737 %3
738 .
739 Language = French
740 Échec du démarrage du service %1.  Le programme %2 n'a pas pu être lancé.
741 CreateProcess() a échoué:
742 %3
743 .
744 Language = Italian
745 Impossibile avviare il servizio %1.  Il programma %2 non può essere avviato.
746 Chiamata a CreateProcess() fallita:
747 %3
748 .
749
750 MessageId = +1
751 SymbolicName = NSSM_EVENT_TERMINATEPROCESS
752 Severity = Informational
753 Language = English
754 Killing process %2 because service %1 is stopping.
755 .
756 Language = French
757 Arrêt forcé du processus %2 du fait de l'arrêt du service %1.
758 .
759 Language = Italian
760 Arresto in corso del processo %2 in quanto il processo %1 sta terminando.
761 .
762
763 MessageId = +1
764 SymbolicName = NSSM_EVENT_PROCESS_ALREADY_STOPPED
765 Severity = Informational
766 Language = English
767 Requested stop of service %1.  No action is required as program %2 is not running.
768 .
769 Language = French
770 Arrêt requis du service %1.  Aucune action n'est requise car le programme %2 n'est pas en cours d'exécution.
771 .
772 Language = Italian
773 Richiesta terminazione del servizio %1.  Nessuna azione necessaria in quanto il programma %2 non è in esecuzione.
774 .
775
776 MessageId = +1
777 SymbolicName = NSSM_EVENT_ENDED_SERVICE
778 Severity = Informational
779 Language = English
780 Program %1 for service %2 exited with return code %3.
781 .
782 Language = French
783 Le programme %1 pour le service %2 s'est arrêté avec code retour %3.
784 .
785 Language = Italian
786 Il programma %1 per il servizio %2 è terminato con codice errore %3.
787 .
788
789 MessageId = +1
790 SymbolicName = NSSM_EVENT_EXIT_RESTART
791 Severity = Informational
792 Language = English
793 Service %1 action for exit code %2 is %3.
794 Attempting to restart %4.
795 .
796 Language = French
797 L'action prévue du service %1 pour le code retour %2 est: %3.
798 Tentative de redémarrage de %4.
799 .
800 Language = Italian
801 L'azione per il servizio %1, codice di uscita %2, è %3
802 Tentativo di riavvio %4.
803 .
804
805 MessageId = +1
806 SymbolicName = NSSM_EVENT_EXIT_IGNORE
807 Severity = Informational
808 Language = English
809 Service %1 action for exit code %2 is %3.
810 No action will be taken to restart %4.
811 .
812 Language = French
813 L'action prévue du service %1 pour le code retour %2 est: %3.
814 Aucune action ne sera entreprise pour redémarrer %4.
815 .
816 Language = Italian
817 Azione di servizio "%1" per il codice di uscita %2 è %3.
818 Nessuna azione sarà intrapresa per riavviare %4.
819 .
820
821 MessageId = +1
822 SymbolicName = NSSM_EVENT_EXIT_REALLY
823 Severity = Informational
824 Language = English
825 Service %1 action for exit code %2 is %3.
826 Exiting.
827 .
828 Language = French
829 L'action prévue du service %1 pour le code retour %2 est: %3.
830 Le programme ne sera pas redémarré.
831 .
832 Language = Italian
833 L'azione per il servizio %1, codice di uscita %2, è %3.
834 Termine.
835 .
836
837 MessageId = +1
838 SymbolicName = NSSM_EVENT_OPENKEY_FAILED
839 Severity = Error
840 Language = English
841 Failed to open registry key HKLM\%1:
842 %2
843 .
844 Language = French
845 Échec de l'ouverture de la clé de registre HKLM\%1:
846 %2
847 .
848 Language = Italian
849 Impossibile aprire la chiave di registro HKLM\%1:
850 %2
851 .
852
853 MessageId = +1
854 SymbolicName = NSSM_EVENT_QUERYVALUE_FAILED
855 Severity = Error
856 Language = English
857 Failed to read registry value %1:
858 %2
859 .
860 Language = French
861 Échec de l'ouverture de la valeur de registre %1:
862 %2
863 .
864 Language = Italian
865 Impossibile leggere la chiave di registro %1:
866 %2
867 .
868
869 MessageId = +1
870 SymbolicName = NSSM_EVENT_SETVALUE_FAILED
871 Severity = Error
872 Language = English
873 Failed to write registry value %1:
874 %2
875 .
876 Language = French
877 Échec de l'écriture de la valeur de registre %1:
878 %2
879 .
880 Language = Italian
881 Impossibile scrivere la chiave di registro %1:
882 %2
883 .
884
885 MessageId = +1
886 SymbolicName = NSSM_EVENT_EXIT_UNCLEAN
887 Severity = Informational
888 Language = English
889 Service %1 action for exit code %2 is %3.
890 Exiting.
891 .
892 Language = French
893 L'action prévue du service %1 pour le code retour %2 est: %3.
894 Le programme s'est terminé de manière impropre.
895 .
896 Language = Italian
897 L'azione per il servizio %1, codice di uscita %2, è %3.
898 Il programma è terminato in maniera impropria.
899 .
900
901 MessageId = +1
902 SymbolicName = NSSM_EVENT_GRACEFUL_SUICIDE
903 Severity = Informational
904 Language = English
905 Service %1 application %2 exited with exit code 0 but the default exit action is %3.
906 Honouring the %4 action would result in the service being flagged as failed and subject to recovery actions.
907 The service will instead be stopped gracefully.  To suppress this message, explicitly configure the exit action for exit code 0 to either %5 or %6.
908 .
909 Language = French
910 L'application %2 du service %1 s'est terminée sur un code retour 0.  Par défaut, lorsque l'application se termine, l'action suivante est configurée: %3.
911 Exécuter cette action %4 ferait que le service serait marqué en échec et sujet à des actions de récupération.
912 Donc, pour éviter cette situation, le service sera arrêté normalement.
913 Pour supprimer le présent message, configurez explicitement l'action de sortie pour le code retour 0 à %5 ou %6.
914 .
915 Language = Italian
916 Servizio %1 applicazione %2 uscita con docide 0 ma l'azione di uscita di default è%3.
917 In base all'azione %4 il servizio andrebbe impostato come fallito e soggetto ad azioni di ripristino.
918 Il servizio verrà invece terminato in modo gentile. Per eliminare questo messaggio, impostare l'azione di uscita per il codice di uscita 0 su %5 o %6.
919 .
920
921 MessageId = +1
922 SymbolicName = NSSM_EVENT_EXPANDENVIRONMENTSTRINGS_FAILED
923 Severity = Error
924 Language = English
925 Failed to expand registry value %1:
926 %2
927 .
928 Language = French
929 Erreur lors de l'expansion des variables d'environnement dans la valeur de registre %1:
930 %2
931 .
932 Language = Italian
933 Impossibile espandere la chiave di registro %1:
934 %2
935 .
936
937 MessageId = +1
938 SymbolicName = NSSM_EVENT_KILLING
939 Severity = Informational
940 Language = English
941 Killing process tree of process %2 for service %1 with exit code %3
942 .
943 Language = French
944 Interruption du processus %2 et de ses processus-fils pour le service %1. Code retour = %3
945 .
946 Language = Italian
947 Arresto dell'albero di processo %2 per il servizio %1 con codice di uscita %3
948 .
949
950 MessageId = +1
951 SymbolicName = NSSM_EVENT_CREATETOOLHELP32SNAPSHOT_PROCESS_FAILED
952 Severity = Error
953 Language = English
954 Failed to create snapshot of running processes when terminating service %1:
955 %2
956 .
957 Language = French
958 Impossible de créer un instantané des processus en cours d'exécution lors de l'arrêt du service %1:
959 %2
960 .
961 Language = Italian
962 Impossibile creare uno snapshot dei processi in esecuzione durante l'arresto del servizio %1!
963 %2
964 .
965
966 MessageId = +1
967 SymbolicName = NSSM_EVENT_PROCESS_ENUMERATE_FAILED
968 Severity = Error
969 Language = English
970 Failed to enumerate running processes when terminating service %1:
971 %2
972 .
973 Language = French
974 Impossible d'énumérer les processus en cours d'exécution lors de l'arrêt du service %1:
975 %2
976 .
977 Language = Italian
978 Impossibile enumerare i processi in esecuzione durante la terminazione del servizio %1.
979 %2
980 .
981
982 MessageId = +1
983 SymbolicName = NSSM_EVENT_OPENPROCESS_FAILED
984 Severity = Error
985 Language = English
986 Failed to open process handle for process with PID %1 when terminating service %2:
987 %3
988 .
989 Language = French
990 Échec à l'ouverture du handle de processus avec PID est %1 lors de l'arrêt du service %2:
991 %3
992 .
993 Language = Italian
994 Impossibile aprire l'handle di proceso con PID %1 durante la terminazione del servizio %2.
995 %3
996 .
997
998 MessageId = +1
999 SymbolicName = NSSM_EVENT_KILL_PROCESS_TREE
1000 Severity = Informational
1001 Language = English
1002 Killing PID %1 in process tree of PID %2 because service %3 is stopping.
1003 .
1004 Language = French
1005 Arrêt forcé du processus avec PID %1 (processus enfant du processus avec PID %2) résultant de l'arrêt du service %3.
1006 .
1007 Language = Italian
1008 Terminazione del PID %1 nell'albero di processo con PID %2 in quanto il servizio %3 è in fase di terminazione.
1009 .
1010
1011 MessageId = +1
1012 SymbolicName = NSSM_EVENT_TERMINATEPROCESS_FAILED
1013 Severity = Error
1014 Language = English
1015 Failed to terminate process with PID %1 for service %2:
1016 %3
1017 .
1018 Language = French
1019 Impossible d'arrêter le processus avec PID %1 pour le service %2:
1020 %3
1021 .
1022 Language = Italian
1023 Impossibile terminare il processo con PID %1 per il servizio %2:
1024 %3
1025 .
1026
1027 MessageId = +1
1028 SymbolicName = NSSM_EVENT_NO_FLAGS
1029 Severity = Warning
1030 Language = English
1031 Registry key %1 is unset for service %2.
1032 No flags will be passed to %3 when it starts.
1033 .
1034 Language = French
1035 La clé de registre %1 n'est pas définie pour le service %2.
1036 Aucune option ne sera transmise à %3 lorsqu'il démarrera.
1037 .
1038 Language = Italian
1039 La chiave di registro %1 non è impostata per il servizio %2.
1040 Nessin flag verrà passato a %3 in fase di avvio.
1041 .
1042
1043 MessageId = +1
1044 SymbolicName = NSSM_EVENT_NO_DIR
1045 Severity = Warning
1046 Language = English
1047 Registry key %1 is unset for service %2.
1048 Assuming startup directory %3.
1049 .
1050 Language = French
1051 La clé de registre %1 n'est pas définie pour le service %2.
1052 Le répertoire de démarrage sera supposé être: %3.
1053 .
1054 Language = Italian
1055 La chiave di registro %1 non è impostata per il servizio %2.
1056 Cartella di avvio presunta: %3.
1057 .
1058
1059 MessageId = +1
1060 SymbolicName = NSSM_EVENT_NO_DIR_AND_NO_FALLBACK
1061 Severity = Error
1062 Language = English
1063 Registry key %1 is unset for service %2.
1064 Additionally, ExpandEnvironmentStrings("%%SYSTEMROOT%%") failed when trying to choose a fallback startup directory.
1065 .
1066 Language = French
1067 La clé de registre %1 n'est pas définie pour le service %2.
1068 De surcroît, l'expansion de la variable d'environnement "%%SYSTEMROOT%%" a échoué lors de la détermination d'un répertoire de démarrage de secours.
1069 .
1070 Language = Italian
1071 La chiave di registro %1 non è impostata per il servizio %2.
1072 Inoltre, la chiamata a ExpandEnvironmentStrings("%%SYSTEMROOT%%") è fallita in fase di scelta directory alternativa.
1073 .
1074
1075 MessageId = +1
1076 SymbolicName = NSSM_EVENT_CREATETOOLHELP32SNAPSHOT_THREAD_FAILED
1077 Severity = Error
1078 Language = English
1079 Failed to create snapshot of running threads when terminating service %1:
1080 %2
1081 .
1082 Language = French
1083 Impossible de créer un instantané des threads en cours d'exécution lors de l'arrêt du service %1:
1084 %2
1085 .
1086 Language = Italian
1087 Impossibile creare uno snapshot dei thread attivi dutante la fase di terminazione del servizio %1:
1088 %2
1089 .
1090
1091 MessageId = +1
1092 SymbolicName = NSSM_EVENT_THREAD_ENUMERATE_FAILED
1093 Severity = Error
1094 Language = English
1095 Failed to enumerate running threads when terminating service %1:
1096 %2
1097 .
1098 Language = French
1099 Impossible d'énumérer les tâches (threads) en cours d'exécution lors de l'arrêt du service %1:
1100 %2
1101 .
1102 Language = Italian
1103 Impossibile enumerare i thread attivi durante la fase di terminazione del servizio %1:
1104 %2
1105 .
1106
1107 MessageId = +1
1108 SymbolicName = NSSM_EVENT_THROTTLED
1109 Severity = Warning
1110 Language = English
1111 Service %1 ran for less than %2 milliseconds.
1112 Restart will be delayed by %3 milliseconds.
1113 .
1114 Language = French
1115 Le service %1 est resté actif durant moins de %2 millisecondes.
1116 Son redémarrage sera retardé de %3 millisecondes.
1117 .
1118 Language = Italian
1119 Il servizio %1 è rimasto in esecuzione per meno di %2 millisecondi.
1120 Il riavvio verrà posticipato di %3 millisecondi.
1121 .
1122
1123 MessageId = +1
1124 SymbolicName = NSSM_EVENT_RESET_THROTTLE
1125 Severity = Informational
1126 Language = English
1127 Request to resume service %1.  Throttling of restart attempts will be reset.
1128 .
1129 Language = French
1130 Demande de redémarrage du service %1.  La régulation des tentatives de redémarrage sera réinitialisée.
1131 .
1132 Language = Italian
1133 Richiesta di cambio nome per il servizio %1. Il meccanismo di regolazione della pausa di riavvio verrà resettato.
1134 .
1135
1136 MessageId = +1
1137 SymbolicName = NSSM_EVENT_BOGUS_THROTTLE
1138 Severity = Warning
1139 Language = English
1140 The registry value %2, used to specify the minimum number of milliseconds which must elapse before service %1 is considered to have started successfully, was not of type REG_DWORD.  The default time of %3 milliseconds will be used.
1141 .
1142 Language = French
1143 La valeur de registre %2, indiquant le nombre minimal de millisecondes devant s'écouler avant que le service %1 soit considéré comme ayant démarré avec succès, 
1144 n'était pas du type REG_DWORD.  Une durée de %3 millisecondes sera utilisée par défaut.
1145 .
1146 Language = Italian
1147 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.
1148 Verrà usato il tempo di default pari a %3 ms.
1149 .
1150
1151 MessageId = +1
1152 SymbolicName = NSSM_EVENT_CREATEWAITABLETIMER_FAILED
1153 Severity = Warning
1154 Language = English
1155 Failed to create waitable timer for service %1:
1156 %2
1157 Throttled restarts will not be interruptible.
1158 .
1159 Language = French
1160 Impossible de créer un déclenchement temporisé ("waitable timer") pour le service %1:
1161 %2
1162 Les redémarrages régulés ne pourront pas être interrompus.
1163 .
1164 Language = Italian
1165 Impossibile creare un timer per il servizio %1:
1166 %2
1167 Il meccanismo di regolazione della pausa di riavvio non sarà interrompibile.
1168 .
1169
1170 MessageId = +1
1171 SymbolicName = NSSM_EVENT_CREATEPROCESS_FAILED_INVALID_ENVIRONMENT
1172 Severity = Error
1173 Language = English
1174 Failed to start service %1.  Program %2 couldn't be launched.
1175 CreateProcess() failed with ERROR_INVALID_PARAMETER and a process environment was set in the %3 registry value.  It is likely that the environment was incorrectly specified.  %3 should be a REG_MULTI_SZ value comprising strings of the form KEY=VALUE.
1176 .
1177 Language = French
1178 Échec de démarrage du service %1.  Le programme %2 n'a pas pu être lancé.
1179 La fonction CreateProcess() a échoué sur une erreur ERROR_INVALID_PARAMETER et un environnement de processus a été défini dans la valeur de base de registre %3.
1180 Il est vraisemblable que l'environnement a été spécifié de manière incorrecte.
1181 %3 devrait être définie comme valeur REG_MULTI_SZ comprenant des chaînes sous la forme KEY=VALUE.
1182 .
1183 Language = Italian
1184 Impossibile riavviare il servizio %1. Il programma %2 non può essere avviato.
1185 Chiamata a CreateProcess() fallita con ERROR_INVALID_PARAMETER e ambiente di processo impostato nella chiave di registro %3. E' probabile che l'ambiente si stato specificato in modo errato.
1186 $3 dovrebbe essere un valore REG_MULTI_SZ comprendente stringhe nella forma CHIAVE=VALORE.
1187 .
1188
1189 MessageId = +1
1190 SymbolicName = NSSM_EVENT_INVALID_ENVIRONMENT_STRING_TYPE
1191 Severity = Warning
1192 Language = English
1193 Environment declaration %1 for service %2 is not of type REG_MULTI_SZ and will be ignored.
1194 .
1195 Language = French
1196 La déclaration de l'environnement %1 pour le service %2 n'est pas du type REG_MULTI_SZ.  Cette déclaration sera ignorée.
1197 .
1198 Language = Italian
1199 Dichiarazione di ambiente %1 per il servizio %2 non è di tipo REG_MULTI_SZ e verrà quindi ignorata.
1200 .
1201
1202 MessageId = +1
1203 SymbolicName = NSSM_EVENT_SERVICE_CONTROL_HANDLED
1204 Severity = Informational
1205 Language = English
1206 Service %1 received %2 control, which will be handled.
1207 .
1208 Language = French
1209 Le service %1 a reçu le code de contrôle %2, qui sera pris en compte.
1210 .
1211 Language = Italian
1212 Il servizio %1 ha ricevuto la chiave di controllo %2 che sarà gestita.
1213 .
1214
1215 MessageId = +1
1216 SymbolicName = NSSM_EVENT_SERVICE_CONTROL_NOT_HANDLED
1217 Severity = Informational
1218 Language = English
1219 Service %1 received unsupported %2 control, which will not be handled.
1220 .
1221 Language = French
1222 Le service %1 a reçu le code de contrôle %2, qui n'est pas géré.  Aucune action ne sera entreprise en réponse à cette demande.
1223 .
1224 Language = Italian
1225 Il servizio %1 ha ricevuto una chiave di controllo %2 non supportata. Essa non sarà gestita.
1226 .
1227
1228 MessageId = +1
1229 SymbolicName = NSSM_EVENT_SERVICE_CONTROL_UNKNOWN
1230 Severity = Informational
1231 Language = English
1232 Service %1 received unknown service control message %2, which will be ignored.
1233 .
1234 Language = French
1235 Le service %1 a reçu le code de contrôle inconnu %2, qui sera donc ignoré.
1236 .
1237 Language = Italian
1238 Il servizio %1 ha ricevuto un messaggio di controllo di servizio sconosciuto %2, che verrà ignorato.
1239 .
1240
1241 MessageId = +1
1242 SymbolicName = NSSM_EVENT_CHANGESERVICECONFIG2_FAILED
1243 Severity = Informational
1244 Language = English
1245 Error configuring service failure actions for service %1.  The service will not be subject to recovery actions if it exits gracefully with a non-zero exit code.
1246 ChangeServiceConfig2() failed:
1247 %2
1248 .
1249 Language = French
1250 Erreur lors de la configuration des actions en cas d'échec du service %1.  Le service ne déclenchera aucune action de récupération s'il se termine normalement avec un code retour non nul.
1251 ChangeServiceConfig2() a échoué:
1252 .
1253 Language = Italian
1254 Errore in fase di configurazione delle aziondi di fallimento per il servizio %1. Il servizio non sarà soggetto ad azioni di ripristino nel caso termini in modo gentile con un codice di uscita non nullo.
1255 Chiamata a ChangeServiceConfig2() fallita:
1256 %2
1257 .
1258
1259 MessageId = +1
1260 SymbolicName = NSSM_EVENT_GETPROCESSTIMES_FAILED
1261 Severity = Error
1262 Language = English
1263 GetProcessTimes() failed:
1264 %1
1265 .
1266 Language = French
1267 Échec de GetProcessTimes():
1268 %1
1269 .
1270 Language = Italian
1271 Chiamata a GetProcessTimes():
1272 %1
1273 .
1274
1275 MessageId = +1
1276 SymbolicName = NSSM_EVENT_ATTACHCONSOLE_FAILED
1277 Severity = Error
1278 Language = English
1279 Error attaching to console for service %1.
1280 AttachConsole() failed:
1281 %2
1282 .
1283 Language = French
1284 Error attaching to console for service %1.
1285 AttachConsole() a échoué:
1286 %2
1287 .
1288 Language = Italian
1289 Error attaching to console for service %1.
1290 AttachConsole() fallita:
1291 %2
1292 .
1293
1294 MessageId = +1
1295 SymbolicName = NSSM_EVENT_SETCONSOLECTRLHANDLER_FAILED
1296 Severity = Error
1297 Language = English
1298 Error setting null handler for Control-C events sent to service %1.
1299 SetConsoleCtrlHandler() failed:
1300 %2
1301 .
1302 Language = French
1303 Error setting null handler for Control-C events sent to service %1.
1304 SetConsoleCtrlHandler() a échoué:
1305 %2
1306 .
1307 Language = Italian
1308 Error setting null handler for Control-C events sent to service %1.
1309 SetConsoleCtrlHandler() fallita:
1310 %2
1311 .
1312
1313 MessageId = +1
1314 SymbolicName = NSSM_EVENT_GENERATECONSOLECTRLEVENT_FAILED
1315 Severity = Error
1316 Language = English
1317 Error generating Control-C event for service %1.
1318 GenerateConsoleCtrlEvent() failed:
1319 %2
1320 .
1321 Language = French
1322 Error generating Control-C event for service %1.
1323 GenerateConsoleCtrlEvent() a échoué:
1324 %2
1325 .
1326 Language = Italian
1327 Error generating Control-C event for service %1.
1328 GenerateConsoleCtrlEvent() fallita:
1329 %2
1330 .
1331
1332 MessageId = +1
1333 SymbolicName = NSSM_EVENT_FREECONSOLE_FAILED
1334 Severity = Warning
1335 Language = English
1336 Error detaching from console for service %1.
1337 FreeConsole() failed:
1338 %2
1339 .
1340 Language = French
1341 Error detaching from console for service %1.
1342 FreeConsole() a échoué:
1343 %2
1344 .
1345 Language = Italian
1346 Error detaching from console for service %1.
1347 FreeConsole() fallita:
1348 %2
1349 .
1350
1351 MessageId = +1
1352 SymbolicName = NSSM_EVENT_CREATEFILE_FAILED
1353 Severity = Error
1354 Language = English
1355 CreateFile() failed to open %1:
1356 %2
1357 .
1358 Language = French
1359 CreateFile() a échoué %1:
1360 %2
1361 .
1362 Language = Italian
1363 Chiamata a CreateFile() fallita %1:
1364 %2
1365 .
1366
1367 MessageId = +1
1368 SymbolicName = NSSM_EVENT_DUPLICATEHANDLE_FAILED
1369 Severity = Error
1370 Language = English
1371 Error duplicating the filehandle previously opened for %1 as %2.
1372 DuplicateHandle() failed:
1373 %3
1374 .
1375 Language = French
1376 DuplicateHandle() a échoué (%1 -> %2):
1377 %3
1378 .
1379 Language = Italian
1380 Chiamata a DuplicateHandle() fallita (%1 -> %2):
1381 %3
1382 .
1383
1384 MessageId = +1
1385 SymbolicName = NSSM_EVENT_GET_OUTPUT_HANDLES_FAILED
1386 Severity = Error
1387 Language = English
1388 Error setting up one or more I/O filehandles.  Service %1 will not be started.
1389 .
1390 Language = French
1391 Error setting up one or more I/O filehandles.  Service %1 will not be started.
1392 .
1393 Language = Italian
1394 Error setting up one or more I/O filehandles.  Service %1 will not be started.
1395 .
1396
1397 MessageId = +1
1398 SymbolicName = NSSM_EVENT_BOGUS_STOP_METHOD_SKIP
1399 Severity = Warning
1400 Language = English
1401 The registry value %2, used to specify the method(s) by which %3 will skip when attempting to stop service %1, was not of type REG_DWORD.  All available methods will be used.
1402 .
1403 Language = French
1404 The registry value %2, used to specify the method(s) by which %3 will skip when attempting to stop service %1, was not of type REG_DWORD.  All available methods will be used.
1405 .
1406 Language = Italian
1407 The registry value %2, used to specify the method(s) by which %3 will skip when attempting to stop service %1, was not of type REG_DWORD.  All available methods will be used.
1408 .
1409
1410 MessageId = +1
1411 SymbolicName = NSSM_EVENT_PROCESS_STILL_ACTIVE
1412 Severity = Warning
1413 Language = English
1414 The service %1 is stopping but PID %2 is still running.
1415 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.
1416 It will no longer be possible to attempt to control the application and the service will report a stopped status.
1417 .
1418 Language = French
1419 The service %1 is stopping but PID %2 is still running.
1420 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.
1421 It will no longer be possible to attempt to control the application and the service will report a stopped status.
1422 .
1423 Language = Italian
1424 The service %1 is stopping but PID %2 is still running.
1425 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.
1426 It will no longer be possible to attempt to control the application and the service will report a stopped status.
1427 .
1428
1429 MessageId = +1
1430 SymbolicName = NSSM_EVENT_LOADLIBRARY_FAILED
1431 Severity = Warning
1432 Language = English
1433 Error loading the %1 DLL!
1434 LoadLibrary() failed:
1435 %2
1436 .
1437 Language = French
1438 Erreur à l'ouverture de la DLL %1!
1439 LoadLibrary() a échoué:
1440 %2
1441 .
1442 Language = Italian
1443 Errore apertura DLL %1!
1444 Chiamata a LoadLibrary() fallita:
1445 %2
1446 .
1447
1448 MessageId = +1
1449 SymbolicName = NSSM_EVENT_GETPROCADDRESS_FAILED
1450 Severity = Warning
1451 Language = English
1452 GetProcAddress(%1) failed:
1453 %2
1454 .
1455 Language = French
1456 GetProcAddress(%1) a échoué:
1457 %2
1458 .
1459 Language = Italian
1460 Chiamata a GetProcAddress(%1) fallita:
1461 %2
1462 .
1463
1464 MessageId = +1
1465 SymbolicName = NSSM_EVENT_BOGUS_KILL_CONSOLE_GRACE_PERIOD
1466 Severity = Warning
1467 Language = English
1468 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.
1469 .
1470 Language = French
1471 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.
1472 .
1473 Language = Italian
1474 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.
1475 .
1476
1477 MessageId = +1
1478 SymbolicName = NSSM_EVENT_BOGUS_KILL_WINDOW_GRACE_PERIOD
1479 Severity = Warning
1480 Language = English
1481 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.
1482 .
1483 Language = French
1484 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.
1485 .
1486 Language = Italian
1487 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.
1488 .
1489
1490 MessageId = +1
1491 SymbolicName = NSSM_EVENT_BOGUS_KILL_THREADS_GRACE_PERIOD
1492 Severity = Warning
1493 Language = English
1494 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.
1495 .
1496 Language = French
1497 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.
1498 .
1499 Language = Italian
1500 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.
1501 .
1502
1503 MessageId = +1
1504 SymbolicName = NSSM_EVENT_AWAITING_SHUTDOWN
1505 Severity = Informational
1506 Language = English
1507 %1 has waited %3 of %5 milliseconds for the %2 service to exit.
1508 Next update in %4 milliseconds.
1509 .
1510 Language = French
1511 %1 has waited %3 of %5 milliseconds for the %2 service to exit.
1512 Next update in %4 milliseconds.
1513 .
1514 Language = Italian
1515 %1 has waited %3 of %5 milliseconds for the %2 service to exit.
1516 Next update in %4 milliseconds.
1517 .
1518
1519 MessageId = +1
1520 SymbolicName = NSSM_EVENT_CREATETHREAD_FAILED
1521 Severity = Error
1522 Language = English
1523 CreateThread() failed:
1524 %1
1525 .
1526 Language = French
1527 CreateThread() a échoué:
1528 %1
1529 .
1530 Language = Italian
1531 Chiamata a CreateThread() fallita:
1532 %1
1533 .
1534
1535 MessageId = +1
1536 SymbolicName = NSSM_EVENT_STARTUP_DELAY_TOO_LONG
1537 Severity = Informational
1538 Language = English
1539 The minimum number of milliseconds which must pass before service %1 is considered to have been started successfully is set to %2.  Access to the Windows service control manager is blocked until the service updates its status, therefore %3 will wait a maximum of %4 milliseconds before reporting the service's state as running.  Service restart throttling will be enforced if the service runs for less than the full %2 milliseconds.
1540 .
1541 Language = French
1542 The minimum number of milliseconds which must pass before service %1 is considered to have been started successfully is set to %2.  Access to the Windows service control manager is blocked until the service updates its status, therefore %3 will wait a maximum of %4 milliseconds before reporting the service's state as running.  Service restart throttling will be enforced if the service runs for less than the full %2 milliseconds.
1543 .
1544 Language = Italian
1545 The minimum number of milliseconds which must pass before service %1 is considered to have been started successfully is set to %2.  Access to the Windows service control manager is blocked until the service updates its status, therefore %3 will wait a maximum of %4 milliseconds before reporting the service's state as running.  Service restart throttling will be enforced if the service runs for less than the full %2 milliseconds.
1546 .
1547
1548 MessageId = +1
1549 SymbolicName = NSSM_EVENT_SETENVIRONMENTVARIABLE_FAILED
1550 Severity = Warning
1551 Language = English
1552 SetEnvironmentVariable(%1=%2) failed:
1553 %3
1554 .
1555 Language = French
1556 SetEnvironmentVariable(%1=%2) a échoué:
1557 %3
1558 .
1559 Language = Italian
1560 Chiamata a SetEnvironmentVariable(%1=%2) fallita:
1561 .
1562
1563 MessageId = +1
1564 SymbolicName = NSSM_EVENT_ROTATE_FILE_FAILED
1565 Severity = Error
1566 Language = English
1567 Failed to rotate output file %2 for service %1.
1568 %3 failed for file %4:
1569 %5
1570 .
1571 Language = French
1572 Failed to rotate output file %2 for service %1.
1573 %3 failed for file %4:
1574 %5
1575 .
1576 Language = Italian
1577 Failed to rotate output file %2 for service %1.
1578 %3 failed for file %4:
1579 %5
1580 .