4304d9860382c8f25c7cde403322076aaf3f0d5f
[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_MISSING_USERNAME
301 Severity = Informational
302 Language = English
303 Missing account name!
304 .
305 Language = French
306 Missing account name!
307 .
308 Language = Italian
309 Missing account name!
310 .
311
312 MessageId = +1
313 SymbolicName = NSSM_GUI_INVALID_USERNAME
314 Severity = Informational
315 Language = English
316 Invalid account name!
317 .
318 Language = French
319 Invalid account name!
320 .
321 Language = Italian
322 Invalid account name!
323 .
324
325 MessageId = +1
326 SymbolicName = NSSM_GUI_MISSING_PASSWORD
327 Severity = Informational
328 Language = English
329 Missing or mismatched password(s)!
330 .
331 Language = French
332 Missing or mismatched password(s)!
333 .
334 Language = Italian
335 Missing or mismatched password(s)!
336 .
337
338 MessageId = +1
339 SymbolicName = NSSM_GUI_INVALID_PASSWORD
340 Severity = Informational
341 Language = English
342 Invalid password!
343 .
344 Language = French
345 Invalid password!
346 .
347 Language = Italian
348 Invalid password!
349 .
350
351 MessageId = +1
352 SymbolicName = NSSM_GUI_INVALID_DISPLAYNAME
353 Severity = Informational
354 Language = English
355 Invalid displayname!
356 .
357 Language = French
358 Invalid displayname!
359 .
360 Language = Italian
361 Invalid displayname!
362 .
363
364 MessageId = +1
365 SymbolicName = NSSM_GUI_INVALID_DESCRIPTION
366 Severity = Informational
367 Language = English
368 Invalid description!
369 .
370 Language = French
371 Invalid description!
372 .
373 Language = Italian
374 Invalid description!
375 .
376
377 MessageId = +1
378 SymbolicName = NSSM_GUI_OUT_OF_MEMORY_FOR_IMAGEPATH
379 Severity = Informational
380 Language = English
381 Error constructing ImagePath!\nThis really shouldn't happen.  You could be out of memory
382 or the world may be about to end or something equally bad.
383 .
384 Language = French
385 Mémoire insuffisante pour spécifier le chemin de l'image (ImagePath)!
386 Cette situation ne devrait jamais se produire.  Vous êtes peut-être à court de mémoire RAM,
387 ou la fin du monde est proche, ou un autre désastre du même type.
388 .
389 Language = Italian
390 Errore durante la costruzione di ImagePath!\nQesto errore è inatteso. La memoria è insuffieiente
391 oppure il mondo sta per finire oppure è accaduto qualcosa di ugualmente grave!
392 .
393
394 MessageId = +1
395 SymbolicName = NSSM_GUI_INVALID_ENVIRONMENT
396 Severity = Informational
397 Language = English
398 Environment should comprise strings of the form KEY=VALUE.
399 .
400 Language = French
401 L'environnement devrait comprendre des chaînes sous la forme KEY=VALUE.
402 .
403 Language = Italian
404 L'ambiente dovrebbe comprendere stringhe nella forma CHIAVE=VALORE.
405 .
406
407 MessageId = +1
408 SymbolicName = NSSM_GUI_INSTALL_SERVICE_FAILED
409 Severity = Informational
410 Language = English
411 Couldn't create service!
412 Perhaps it is already installed...
413 .
414 Language = French
415 Impossible de créer le service!
416 Peut-être est-il déjà installé...
417 .
418 Language = Italian
419 Impossibile creare il servizio!
420 Probabilmente è già installato...
421 .
422
423 MessageId = +1
424 SymbolicName = NSSM_GUI_CREATE_PARAMETERS_FAILED
425 Severity = Informational
426 Language = English
427 Couldn't set startup parameters for the service!
428 Deleting the service...
429 .
430 Language = French
431 Impossible de régler les paramètres de démarrage pour le service!
432 Suppression du dit service...
433 .
434 Language = Italian
435 Impossibile impostare i parametri di avvio per il servizio!
436 Eliminazione servizio in corso...
437 .
438
439 MessageId = +1
440 SymbolicName = NSSM_GUI_ASK_REMOVE_SERVICE
441 Severity = Informational
442 Language = English
443 Remove the service?
444 .
445 Language = French
446 Supprimer le service "%s" ?
447 .
448 Language = Italian
449 Eliminare il servizio?
450 .
451
452 MessageId = +1
453 SymbolicName = NSSM_GUI_SERVICE_NOT_INSTALLED
454 Severity = Informational
455 Language = English
456 Can't open service!
457 Perhaps it isn't installed...
458 .
459 Language = French
460 Impossible d'ouvrir le service!
461 Celui-ci n'est peut-être pas installé...
462 .
463 Language = Italian
464 Impossibile aprire il servizio!
465 Probabilmente non è installato...
466 .
467
468 MessageId = +1
469 SymbolicName = NSSM_GUI_REMOVE_SERVICE_FAILED
470 Severity = Informational
471 Language = English
472 Can't delete service!  Make sure the service is stopped and try again.
473 If this error persists, you may need to set the service NOT to start
474 automatically, reboot your computer and try removing it again.
475 .
476 Language = French
477 Impossible de supprimer le service!  Assurez-vous que ce service est arrêté et réessayez.
478 Si cette erreur persiste, réglez ce service en lancement MANUEL
479 (non automatique), redémarrez votre ordinateur et tentez de nouveau la suppression.
480 .
481 Language = Italian
482 Impossibile eliminare il servizio! Verificare che sia stato fermato e riprovare.
483 Se l'errore persiste, provare ad impostare il servizio come avvio NON
484 automatico, riavviare il computer e tentare di nuovo la rimozione.
485 .
486
487 MessageId = +1
488 SymbolicName = NSSM_GUI_BROWSE_FILTER_APPLICATIONS
489 Severity = Informational
490 Language = English
491 Applications%0
492 .
493 Language = French
494 Applications%0
495 .
496 Language = Italian
497 Applicazioni%0
498 .
499
500 MessageId = +1
501 SymbolicName = NSSM_GUI_BROWSE_FILTER_DIRECTORIES
502 Severity = Informational
503 Language = English
504 Directories%0
505 .
506 Language = French
507 Répertoires%0
508 .
509 Language = Italian
510 Cartelle%0
511 .
512
513 MessageId = +1
514 SymbolicName = NSSM_GUI_BROWSE_FILTER_ALL_FILES
515 Severity = Informational
516 Language = English
517 All files%0
518 .
519 Language = French
520 Tous les fichiers%0
521 .
522 Language = Italian
523 Tutti i files%0
524 .
525
526 MessageId = +1
527 SymbolicName = NSSM_GUI_BROWSE_TITLE
528 Severity = Informational
529 Language = English
530 Locate application file
531 .
532 Language = French
533 Indiquez le fichier exécutable
534 .
535 Language = Italian
536 Ricerca file applicazione
537 .
538
539 MessageId = +1
540 SymbolicName = NSSM_GUI_TAB_APPLICATION
541 Severity = Informational
542 Language = English
543 Application%0
544 .
545 Language = French
546 Application%0
547 .
548 Language = Italian
549 Applicazione%0
550 .
551
552 MessageId = +1
553 SymbolicName = NSSM_GUI_TAB_DETAILS
554 Severity = Informational
555 Language = English
556 Details%0
557 .
558 Language = French
559 Details%0
560 .
561 Language = Italian
562 Details%0
563 .
564
565 MessageId = +1
566 SymbolicName = NSSM_GUI_TAB_LOGON
567 Severity = Informational
568 Language = English
569 Log on%0
570 .
571 Language = French
572 Log on%0
573 .
574 Language = Italian
575 Log on%0
576 .
577
578 MessageId = +1
579 SymbolicName = NSSM_GUI_TAB_SHUTDOWN
580 Severity = Informational
581 Language = English
582 Shutdown%0
583 .
584 Language = French
585 Shutdown%0
586 .
587 Language = Italian
588 Shutdown%0
589 .
590
591 MessageId = +1
592 SymbolicName = NSSM_GUI_TAB_EXIT
593 Severity = Informational
594 Language = English
595 Exit actions%0
596 .
597 Language = French
598 Exit actions%0
599 .
600 Language = Italian
601 Exit actions%0
602 .
603
604 MessageId = +1
605 SymbolicName = NSSM_GUI_TAB_IO
606 Severity = Informational
607 Language = English
608 I/O%0
609 .
610 Language = French
611 I/O%0
612 .
613 Language = Italian
614 I/O%0
615 .
616
617 MessageId = +1
618 SymbolicName = NSSM_GUI_TAB_ROTATION
619 Severity = Informational
620 Language = English
621 File rotation%0
622 .
623 Language = French
624 File rotation%0
625 .
626 Language = Italian
627 File rotation%0
628 .
629
630 MessageId = +1
631 SymbolicName = NSSM_GUI_TAB_ENVIRONMENT
632 Severity = Informational
633 Language = English
634 Environment%0
635 .
636 Language = French
637 Environnement%0
638 .
639 Language = Italian
640 Ambiente%0
641 .
642
643 MessageId = +1
644 SymbolicName = NSSM_GUI_STARTUP_AUTOMATIC
645 Severity = Informational
646 Language = English
647 Automatic%0
648 .
649 Language = French
650 Automatic%0
651 .
652 Language = Italian
653 Automatic%0
654 .
655
656 MessageId = +1
657 SymbolicName = NSSM_GUI_STARTUP_DELAYED
658 Severity = Informational
659 Language = English
660 Automatic (Delayed Start)%0
661 .
662 Language = French
663 Automatic (Delayed Start)%0
664 .
665 Language = Italian
666 Automatic (Delayed Start)%0
667 .
668
669 MessageId = +1
670 SymbolicName = NSSM_GUI_STARTUP_MANUAL
671 Severity = Informational
672 Language = English
673 Manual%0
674 .
675 Language = French
676 Manual%0
677 .
678 Language = Italian
679 Manual%0
680 .
681
682 MessageId = +1
683 SymbolicName = NSSM_GUI_STARTUP_DISABLED
684 Severity = Informational
685 Language = English
686 Disabled%0
687 .
688 Language = French
689 Disabled%0
690 .
691 Language = Italian
692 Disabled%0
693 .
694
695 MessageId = +1
696 SymbolicName = NSSM_GUI_EXIT_RESTART
697 Severity = Informational
698 Language = English
699 Restart application%0
700 .
701 Language = French
702 Redémarrer l'application%0
703 .
704 Language = Italian
705 Riavvare l'applicazione%0
706 .
707
708 MessageId = +1
709 SymbolicName = NSSM_GUI_EXIT_IGNORE
710 Severity = Informational
711 Language = English
712 No action (srvany compatible)%0
713 .
714 Language = French
715 No action (srvany compatible)%0
716 .
717 Language = Italian
718 No action (srvany compatible)%0
719 .
720
721 MessageId = +1
722 SymbolicName = NSSM_GUI_EXIT_REALLY
723 Severity = Informational
724 Language = English
725 Stop service (oneshot mode)%0
726 .
727 Language = French
728 Stop service (oneshot mode)%0
729 .
730 Language = Italian
731 Stop service (oneshot mode)%0
732 .
733
734 MessageId = +1
735 SymbolicName = NSSM_GUI_EXIT_UNCLEAN
736 Severity = Informational
737 Language = English
738 Fake crash (pre-Vista)%0
739 .
740 Language = French
741 Fake crash (pre-Vista)%0
742 .
743 Language = Italian
744 Fake crash (pre-Vista)%0
745 .
746
747 MessageId = 1001
748 SymbolicName = NSSM_EVENT_DISPATCHER_FAILED
749 Severity = Error
750 Language = English
751 StartServiceCtrlDispatcher() failed:
752 %1
753 .
754 Language = French
755 Erreur en tentant de connecter la tâche principale du service au gestionnaire de services Windows.
756 StartServiceCtrlDispatcher() a échoué:
757 %1
758 .
759 Language = Italian
760 Chiamata a StartServiceCtrlDispatcher() fallita:
761 %1
762 .
763
764 MessageId = +1
765 SymbolicName = NSSM_EVENT_OPENSCMANAGER_FAILED
766 Severity = Error
767 Language = English
768 Unable to connect to service manager!
769 Perhaps you need to be an administrator...
770 .
771 Language = French
772 Connexion impossible au gestionnaire de services!
773 Il vous manque peut-être des droits d'administrateur.
774 .
775 Language = Italian
776 Impossibile connettersi al Service Manager!
777 Probabilmente sono necessari permessi di Amministratore...
778 .
779
780 MessageId = +1
781 SymbolicName = NSSM_EVENT_OUT_OF_MEMORY
782 Severity = Error
783 Language = English
784 Out of memory for %1 in %2!
785 .
786 Language = French
787 Mémoire insuffisante pour %1 dans %2!
788 .
789 Language = Italian
790 Memoria insufficiente per %1 in %2!
791 .
792
793 MessageId = +1
794 SymbolicName = NSSM_EVENT_GET_PARAMETERS_FAILED
795 Severity = Error
796 Language = English
797 Failed to get startup parameters for service %1.
798 .
799 Language = French
800 Paramètres de démarrage non trouvés pour le service %1.
801 .
802 Language = Italian
803 Impossibile ottenere i permessi di avvio per il servizio %1.
804 .
805
806 MessageId = +1
807 SymbolicName = NSSM_EVENT_REGISTERSERVICECTRLHANDER_FAILED
808 Severity = Error
809 Language = English
810 RegisterServiceCtrlHandlerEx() failed:
811 %1
812 .
813 Language = French
814 Échec de l'enregistrement de la fonction de gestion des requêtes étendues de contrôle du service.
815 RegisterServiceCtrlHandlerEx() a échoué:
816 %1
817 .
818 Language = Italian
819 Chiamata a RegisterServiceCtrlHandlerEx() fallita:
820 %1
821 .
822
823 MessageId = +1
824 SymbolicName = NSSM_EVENT_START_SERVICE_FAILED
825 Severity = Error
826 Language = English
827 Can't start %1 for service %2.
828 Error code: %3.
829 .
830 Language = French
831 Impossible de démarrer %1 pour le service %2.
832 Code erreur: %3.
833 .
834 Language = Italian
835 Impossibile avviare %1 per il servizio %2.
836 Codice errore: %3.
837 .
838
839 MessageId = +1
840 SymbolicName = NSSM_EVENT_RESTART_SERVICE_FAILED
841 Severity = Warning
842 Language = English
843 Failed to restart %1 for service %2.
844 Sleeping...
845 .
846 Language = French
847 Impossible de redémarrer %1 pour le service %2.
848 Mise en sommeil...
849 .
850 Language = Italian
851 Impossibile riavviare %1 per il servizio %2.
852 In stato di attesa...
853 .
854
855 MessageId = +1
856 SymbolicName = NSSM_EVENT_STARTED_SERVICE
857 Severity = Informational
858 Language = English
859 Started %1 %2 for service %3 in %4.
860 .
861 Language = French
862 Démarrage réussi de %1 %2 pour le service %3 depuis le répertoire %4.
863 .
864 Language = Italian
865 Avviati %1 %2 per il servizio %3 in %4.
866 .
867
868 MessageId = +1
869 SymbolicName = NSSM_EVENT_REGISTERWAITFORSINGLEOBJECT_FAILED
870 Severity = Warning
871 Language = English
872 Service %1 may claim to be still running when %2 exits.
873 RegisterWaitForSingleObject() failed:
874 %3
875 .
876 Language = French
877 Le service %1 peut indiquer être toujours actif lorsque %2 se terminera.
878 RegisterWaitForSingleObject() a échoué:
879 %3
880 .
881 Language = Italian
882 Servizio %1 potrebbe richiedere di essere in esecuzione quando %2 termina.
883 Chiamata a RegisterWaitForSingleObject() fallita:
884 %3
885 .
886
887 MessageId = +1
888 SymbolicName = NSSM_EVENT_CREATEPROCESS_FAILED
889 Severity = Error
890 Language = English
891 Failed to start service %1.  Program %2 couldn't be launched.
892 CreateProcess() failed:
893 %3
894 .
895 Language = French
896 Échec du démarrage du service %1.  Le programme %2 n'a pas pu être lancé.
897 CreateProcess() a échoué:
898 %3
899 .
900 Language = Italian
901 Impossibile avviare il servizio %1.  Il programma %2 non può essere avviato.
902 Chiamata a CreateProcess() fallita:
903 %3
904 .
905
906 MessageId = +1
907 SymbolicName = NSSM_EVENT_TERMINATEPROCESS
908 Severity = Informational
909 Language = English
910 Killing process %2 because service %1 is stopping.
911 .
912 Language = French
913 Arrêt forcé du processus %2 du fait de l'arrêt du service %1.
914 .
915 Language = Italian
916 Arresto in corso del processo %2 in quanto il processo %1 sta terminando.
917 .
918
919 MessageId = +1
920 SymbolicName = NSSM_EVENT_PROCESS_ALREADY_STOPPED
921 Severity = Informational
922 Language = English
923 Requested stop of service %1.  No action is required as program %2 is not running.
924 .
925 Language = French
926 Arrêt requis du service %1.  Aucune action n'est requise car le programme %2 n'est pas en cours d'exécution.
927 .
928 Language = Italian
929 Richiesta terminazione del servizio %1.  Nessuna azione necessaria in quanto il programma %2 non è in esecuzione.
930 .
931
932 MessageId = +1
933 SymbolicName = NSSM_EVENT_ENDED_SERVICE
934 Severity = Informational
935 Language = English
936 Program %1 for service %2 exited with return code %3.
937 .
938 Language = French
939 Le programme %1 pour le service %2 s'est arrêté avec code retour %3.
940 .
941 Language = Italian
942 Il programma %1 per il servizio %2 è terminato con codice errore %3.
943 .
944
945 MessageId = +1
946 SymbolicName = NSSM_EVENT_EXIT_RESTART
947 Severity = Informational
948 Language = English
949 Service %1 action for exit code %2 is %3.
950 Attempting to restart %4.
951 .
952 Language = French
953 L'action prévue du service %1 pour le code retour %2 est: %3.
954 Tentative de redémarrage de %4.
955 .
956 Language = Italian
957 L'azione per il servizio %1, codice di uscita %2, è %3
958 Tentativo di riavvio %4.
959 .
960
961 MessageId = +1
962 SymbolicName = NSSM_EVENT_EXIT_IGNORE
963 Severity = Informational
964 Language = English
965 Service %1 action for exit code %2 is %3.
966 No action will be taken to restart %4.
967 .
968 Language = French
969 L'action prévue du service %1 pour le code retour %2 est: %3.
970 Aucune action ne sera entreprise pour redémarrer %4.
971 .
972 Language = Italian
973 Azione di servizio "%1" per il codice di uscita %2 è %3.
974 Nessuna azione sarà intrapresa per riavviare %4.
975 .
976
977 MessageId = +1
978 SymbolicName = NSSM_EVENT_EXIT_REALLY
979 Severity = Informational
980 Language = English
981 Service %1 action for exit code %2 is %3.
982 Exiting.
983 .
984 Language = French
985 L'action prévue du service %1 pour le code retour %2 est: %3.
986 Le programme ne sera pas redémarré.
987 .
988 Language = Italian
989 L'azione per il servizio %1, codice di uscita %2, è %3.
990 Termine.
991 .
992
993 MessageId = +1
994 SymbolicName = NSSM_EVENT_OPENKEY_FAILED
995 Severity = Error
996 Language = English
997 Failed to open registry key HKLM\%1:
998 %2
999 .
1000 Language = French
1001 Échec de l'ouverture de la clé de registre HKLM\%1:
1002 %2
1003 .
1004 Language = Italian
1005 Impossibile aprire la chiave di registro HKLM\%1:
1006 %2
1007 .
1008
1009 MessageId = +1
1010 SymbolicName = NSSM_EVENT_QUERYVALUE_FAILED
1011 Severity = Error
1012 Language = English
1013 Failed to read registry value %1:
1014 %2
1015 .
1016 Language = French
1017 Échec de l'ouverture de la valeur de registre %1:
1018 %2
1019 .
1020 Language = Italian
1021 Impossibile leggere la chiave di registro %1:
1022 %2
1023 .
1024
1025 MessageId = +1
1026 SymbolicName = NSSM_EVENT_SETVALUE_FAILED
1027 Severity = Error
1028 Language = English
1029 Failed to write registry value %1:
1030 %2
1031 .
1032 Language = French
1033 Échec de l'écriture de la valeur de registre %1:
1034 %2
1035 .
1036 Language = Italian
1037 Impossibile scrivere la chiave di registro %1:
1038 %2
1039 .
1040
1041 MessageId = +1
1042 SymbolicName = NSSM_EVENT_EXIT_UNCLEAN
1043 Severity = Informational
1044 Language = English
1045 Service %1 action for exit code %2 is %3.
1046 Exiting.
1047 .
1048 Language = French
1049 L'action prévue du service %1 pour le code retour %2 est: %3.
1050 Le programme s'est terminé de manière impropre.
1051 .
1052 Language = Italian
1053 L'azione per il servizio %1, codice di uscita %2, è %3.
1054 Il programma è terminato in maniera impropria.
1055 .
1056
1057 MessageId = +1
1058 SymbolicName = NSSM_EVENT_GRACEFUL_SUICIDE
1059 Severity = Informational
1060 Language = English
1061 Service %1 application %2 exited with exit code 0 but the default exit action is %3.
1062 Honouring the %4 action would result in the service being flagged as failed and subject to recovery actions.
1063 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.
1064 .
1065 Language = French
1066 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.
1067 Exécuter cette action %4 ferait que le service serait marqué en échec et sujet à des actions de récupération.
1068 Donc, pour éviter cette situation, le service sera arrêté normalement.
1069 Pour supprimer le présent message, configurez explicitement l'action de sortie pour le code retour 0 à %5 ou %6.
1070 .
1071 Language = Italian
1072 Servizio %1 applicazione %2 uscita con docide 0 ma l'azione di uscita di default è%3.
1073 In base all'azione %4 il servizio andrebbe impostato come fallito e soggetto ad azioni di ripristino.
1074 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.
1075 .
1076
1077 MessageId = +1
1078 SymbolicName = NSSM_EVENT_EXPANDENVIRONMENTSTRINGS_FAILED
1079 Severity = Error
1080 Language = English
1081 Failed to expand registry value %1:
1082 %2
1083 .
1084 Language = French
1085 Erreur lors de l'expansion des variables d'environnement dans la valeur de registre %1:
1086 %2
1087 .
1088 Language = Italian
1089 Impossibile espandere la chiave di registro %1:
1090 %2
1091 .
1092
1093 MessageId = +1
1094 SymbolicName = NSSM_EVENT_KILLING
1095 Severity = Informational
1096 Language = English
1097 Killing process tree of process %2 for service %1 with exit code %3
1098 .
1099 Language = French
1100 Interruption du processus %2 et de ses processus-fils pour le service %1. Code retour = %3
1101 .
1102 Language = Italian
1103 Arresto dell'albero di processo %2 per il servizio %1 con codice di uscita %3
1104 .
1105
1106 MessageId = +1
1107 SymbolicName = NSSM_EVENT_CREATETOOLHELP32SNAPSHOT_PROCESS_FAILED
1108 Severity = Error
1109 Language = English
1110 Failed to create snapshot of running processes when terminating service %1:
1111 %2
1112 .
1113 Language = French
1114 Impossible de créer un instantané des processus en cours d'exécution lors de l'arrêt du service %1:
1115 %2
1116 .
1117 Language = Italian
1118 Impossibile creare uno snapshot dei processi in esecuzione durante l'arresto del servizio %1!
1119 %2
1120 .
1121
1122 MessageId = +1
1123 SymbolicName = NSSM_EVENT_PROCESS_ENUMERATE_FAILED
1124 Severity = Error
1125 Language = English
1126 Failed to enumerate running processes when terminating service %1:
1127 %2
1128 .
1129 Language = French
1130 Impossible d'énumérer les processus en cours d'exécution lors de l'arrêt du service %1:
1131 %2
1132 .
1133 Language = Italian
1134 Impossibile enumerare i processi in esecuzione durante la terminazione del servizio %1.
1135 %2
1136 .
1137
1138 MessageId = +1
1139 SymbolicName = NSSM_EVENT_OPENPROCESS_FAILED
1140 Severity = Error
1141 Language = English
1142 Failed to open process handle for process with PID %1 when terminating service %2:
1143 %3
1144 .
1145 Language = French
1146 Échec à l'ouverture du handle de processus avec PID est %1 lors de l'arrêt du service %2:
1147 %3
1148 .
1149 Language = Italian
1150 Impossibile aprire l'handle di proceso con PID %1 durante la terminazione del servizio %2.
1151 %3
1152 .
1153
1154 MessageId = +1
1155 SymbolicName = NSSM_EVENT_KILL_PROCESS_TREE
1156 Severity = Informational
1157 Language = English
1158 Killing PID %1 in process tree of PID %2 because service %3 is stopping.
1159 .
1160 Language = French
1161 Arrêt forcé du processus avec PID %1 (processus enfant du processus avec PID %2) résultant de l'arrêt du service %3.
1162 .
1163 Language = Italian
1164 Terminazione del PID %1 nell'albero di processo con PID %2 in quanto il servizio %3 è in fase di terminazione.
1165 .
1166
1167 MessageId = +1
1168 SymbolicName = NSSM_EVENT_TERMINATEPROCESS_FAILED
1169 Severity = Error
1170 Language = English
1171 Failed to terminate process with PID %1 for service %2:
1172 %3
1173 .
1174 Language = French
1175 Impossible d'arrêter le processus avec PID %1 pour le service %2:
1176 %3
1177 .
1178 Language = Italian
1179 Impossibile terminare il processo con PID %1 per il servizio %2:
1180 %3
1181 .
1182
1183 MessageId = +1
1184 SymbolicName = NSSM_EVENT_NO_FLAGS
1185 Severity = Warning
1186 Language = English
1187 Registry key %1 is unset for service %2.
1188 No flags will be passed to %3 when it starts.
1189 .
1190 Language = French
1191 La clé de registre %1 n'est pas définie pour le service %2.
1192 Aucune option ne sera transmise à %3 lorsqu'il démarrera.
1193 .
1194 Language = Italian
1195 La chiave di registro %1 non è impostata per il servizio %2.
1196 Nessin flag verrà passato a %3 in fase di avvio.
1197 .
1198
1199 MessageId = +1
1200 SymbolicName = NSSM_EVENT_NO_DIR
1201 Severity = Warning
1202 Language = English
1203 Registry key %1 is unset for service %2.
1204 Assuming startup directory %3.
1205 .
1206 Language = French
1207 La clé de registre %1 n'est pas définie pour le service %2.
1208 Le répertoire de démarrage sera supposé être: %3.
1209 .
1210 Language = Italian
1211 La chiave di registro %1 non è impostata per il servizio %2.
1212 Cartella di avvio presunta: %3.
1213 .
1214
1215 MessageId = +1
1216 SymbolicName = NSSM_EVENT_NO_DIR_AND_NO_FALLBACK
1217 Severity = Error
1218 Language = English
1219 Registry key %1 is unset for service %2.
1220 Additionally, ExpandEnvironmentStrings("%%SYSTEMROOT%%") failed when trying to choose a fallback startup directory.
1221 .
1222 Language = French
1223 La clé de registre %1 n'est pas définie pour le service %2.
1224 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.
1225 .
1226 Language = Italian
1227 La chiave di registro %1 non è impostata per il servizio %2.
1228 Inoltre, la chiamata a ExpandEnvironmentStrings("%%SYSTEMROOT%%") è fallita in fase di scelta directory alternativa.
1229 .
1230
1231 MessageId = +1
1232 SymbolicName = NSSM_EVENT_CREATETOOLHELP32SNAPSHOT_THREAD_FAILED
1233 Severity = Error
1234 Language = English
1235 Failed to create snapshot of running threads when terminating service %1:
1236 %2
1237 .
1238 Language = French
1239 Impossible de créer un instantané des threads en cours d'exécution lors de l'arrêt du service %1:
1240 %2
1241 .
1242 Language = Italian
1243 Impossibile creare uno snapshot dei thread attivi dutante la fase di terminazione del servizio %1:
1244 %2
1245 .
1246
1247 MessageId = +1
1248 SymbolicName = NSSM_EVENT_THREAD_ENUMERATE_FAILED
1249 Severity = Error
1250 Language = English
1251 Failed to enumerate running threads when terminating service %1:
1252 %2
1253 .
1254 Language = French
1255 Impossible d'énumérer les tâches (threads) en cours d'exécution lors de l'arrêt du service %1:
1256 %2
1257 .
1258 Language = Italian
1259 Impossibile enumerare i thread attivi durante la fase di terminazione del servizio %1:
1260 %2
1261 .
1262
1263 MessageId = +1
1264 SymbolicName = NSSM_EVENT_THROTTLED
1265 Severity = Warning
1266 Language = English
1267 Service %1 ran for less than %2 milliseconds.
1268 Restart will be delayed by %3 milliseconds.
1269 .
1270 Language = French
1271 Le service %1 est resté actif durant moins de %2 millisecondes.
1272 Son redémarrage sera retardé de %3 millisecondes.
1273 .
1274 Language = Italian
1275 Il servizio %1 è rimasto in esecuzione per meno di %2 millisecondi.
1276 Il riavvio verrà posticipato di %3 millisecondi.
1277 .
1278
1279 MessageId = +1
1280 SymbolicName = NSSM_EVENT_RESET_THROTTLE
1281 Severity = Informational
1282 Language = English
1283 Request to resume service %1.  Throttling of restart attempts will be reset.
1284 .
1285 Language = French
1286 Demande de redémarrage du service %1.  La régulation des tentatives de redémarrage sera réinitialisée.
1287 .
1288 Language = Italian
1289 Richiesta di cambio nome per il servizio %1. Il meccanismo di regolazione della pausa di riavvio verrà resettato.
1290 .
1291
1292 MessageId = +1
1293 SymbolicName = NSSM_EVENT_BOGUS_THROTTLE
1294 Severity = Warning
1295 Language = English
1296 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.
1297 .
1298 Language = French
1299 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, 
1300 n'était pas du type REG_DWORD.  Une durée de %3 millisecondes sera utilisée par défaut.
1301 .
1302 Language = Italian
1303 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.
1304 Verrà usato il tempo di default pari a %3 ms.
1305 .
1306
1307 MessageId = +1
1308 SymbolicName = NSSM_EVENT_CREATEWAITABLETIMER_FAILED
1309 Severity = Warning
1310 Language = English
1311 Failed to create waitable timer for service %1:
1312 %2
1313 Throttled restarts will not be interruptible.
1314 .
1315 Language = French
1316 Impossible de créer un déclenchement temporisé ("waitable timer") pour le service %1:
1317 %2
1318 Les redémarrages régulés ne pourront pas être interrompus.
1319 .
1320 Language = Italian
1321 Impossibile creare un timer per il servizio %1:
1322 %2
1323 Il meccanismo di regolazione della pausa di riavvio non sarà interrompibile.
1324 .
1325
1326 MessageId = +1
1327 SymbolicName = NSSM_EVENT_CREATEPROCESS_FAILED_INVALID_ENVIRONMENT
1328 Severity = Error
1329 Language = English
1330 Failed to start service %1.  Program %2 couldn't be launched.
1331 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.
1332 .
1333 Language = French
1334 Échec de démarrage du service %1.  Le programme %2 n'a pas pu être lancé.
1335 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.
1336 Il est vraisemblable que l'environnement a été spécifié de manière incorrecte.
1337 %3 devrait être définie comme valeur REG_MULTI_SZ comprenant des chaînes sous la forme KEY=VALUE.
1338 .
1339 Language = Italian
1340 Impossibile riavviare il servizio %1. Il programma %2 non può essere avviato.
1341 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.
1342 $3 dovrebbe essere un valore REG_MULTI_SZ comprendente stringhe nella forma CHIAVE=VALORE.
1343 .
1344
1345 MessageId = +1
1346 SymbolicName = NSSM_EVENT_INVALID_ENVIRONMENT_STRING_TYPE
1347 Severity = Warning
1348 Language = English
1349 Environment declaration %1 for service %2 is not of type REG_MULTI_SZ and will be ignored.
1350 .
1351 Language = French
1352 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.
1353 .
1354 Language = Italian
1355 Dichiarazione di ambiente %1 per il servizio %2 non è di tipo REG_MULTI_SZ e verrà quindi ignorata.
1356 .
1357
1358 MessageId = +1
1359 SymbolicName = NSSM_EVENT_SERVICE_CONTROL_HANDLED
1360 Severity = Informational
1361 Language = English
1362 Service %1 received %2 control, which will be handled.
1363 .
1364 Language = French
1365 Le service %1 a reçu le code de contrôle %2, qui sera pris en compte.
1366 .
1367 Language = Italian
1368 Il servizio %1 ha ricevuto la chiave di controllo %2 che sarà gestita.
1369 .
1370
1371 MessageId = +1
1372 SymbolicName = NSSM_EVENT_SERVICE_CONTROL_NOT_HANDLED
1373 Severity = Informational
1374 Language = English
1375 Service %1 received unsupported %2 control, which will not be handled.
1376 .
1377 Language = French
1378 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.
1379 .
1380 Language = Italian
1381 Il servizio %1 ha ricevuto una chiave di controllo %2 non supportata. Essa non sarà gestita.
1382 .
1383
1384 MessageId = +1
1385 SymbolicName = NSSM_EVENT_SERVICE_CONTROL_UNKNOWN
1386 Severity = Informational
1387 Language = English
1388 Service %1 received unknown service control message %2, which will be ignored.
1389 .
1390 Language = French
1391 Le service %1 a reçu le code de contrôle inconnu %2, qui sera donc ignoré.
1392 .
1393 Language = Italian
1394 Il servizio %1 ha ricevuto un messaggio di controllo di servizio sconosciuto %2, che verrà ignorato.
1395 .
1396
1397 MessageId = +1
1398 SymbolicName = NSSM_EVENT_SERVICE_CONFIG_FAILURE_ACTIONS_FAILED
1399 Severity = Informational
1400 Language = English
1401 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.
1402 ChangeServiceConfig2() failed:
1403 %2
1404 .
1405 Language = French
1406 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.
1407 ChangeServiceConfig2() a échoué:
1408 .
1409 Language = Italian
1410 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.
1411 Chiamata a ChangeServiceConfig2() fallita:
1412 %2
1413 .
1414
1415 MessageId = +1
1416 SymbolicName = NSSM_EVENT_GETPROCESSTIMES_FAILED
1417 Severity = Error
1418 Language = English
1419 GetProcessTimes() failed:
1420 %1
1421 .
1422 Language = French
1423 Échec de GetProcessTimes():
1424 %1
1425 .
1426 Language = Italian
1427 Chiamata a GetProcessTimes():
1428 %1
1429 .
1430
1431 MessageId = +1
1432 SymbolicName = NSSM_EVENT_ATTACHCONSOLE_FAILED
1433 Severity = Error
1434 Language = English
1435 Error attaching to console for service %1.
1436 AttachConsole() failed:
1437 %2
1438 .
1439 Language = French
1440 Error attaching to console for service %1.
1441 AttachConsole() a échoué:
1442 %2
1443 .
1444 Language = Italian
1445 Error attaching to console for service %1.
1446 AttachConsole() fallita:
1447 %2
1448 .
1449
1450 MessageId = +1
1451 SymbolicName = NSSM_EVENT_SETCONSOLECTRLHANDLER_FAILED
1452 Severity = Error
1453 Language = English
1454 Error setting null handler for Control-C events sent to service %1.
1455 SetConsoleCtrlHandler() failed:
1456 %2
1457 .
1458 Language = French
1459 Error setting null handler for Control-C events sent to service %1.
1460 SetConsoleCtrlHandler() a échoué:
1461 %2
1462 .
1463 Language = Italian
1464 Error setting null handler for Control-C events sent to service %1.
1465 SetConsoleCtrlHandler() fallita:
1466 %2
1467 .
1468
1469 MessageId = +1
1470 SymbolicName = NSSM_EVENT_GENERATECONSOLECTRLEVENT_FAILED
1471 Severity = Error
1472 Language = English
1473 Error generating Control-C event for service %1.
1474 GenerateConsoleCtrlEvent() failed:
1475 %2
1476 .
1477 Language = French
1478 Error generating Control-C event for service %1.
1479 GenerateConsoleCtrlEvent() a échoué:
1480 %2
1481 .
1482 Language = Italian
1483 Error generating Control-C event for service %1.
1484 GenerateConsoleCtrlEvent() fallita:
1485 %2
1486 .
1487
1488 MessageId = +1
1489 SymbolicName = NSSM_EVENT_FREECONSOLE_FAILED
1490 Severity = Warning
1491 Language = English
1492 Error detaching from console for service %1.
1493 FreeConsole() failed:
1494 %2
1495 .
1496 Language = French
1497 Error detaching from console for service %1.
1498 FreeConsole() a échoué:
1499 %2
1500 .
1501 Language = Italian
1502 Error detaching from console for service %1.
1503 FreeConsole() fallita:
1504 %2
1505 .
1506
1507 MessageId = +1
1508 SymbolicName = NSSM_EVENT_CREATEFILE_FAILED
1509 Severity = Error
1510 Language = English
1511 CreateFile() failed to open %1:
1512 %2
1513 .
1514 Language = French
1515 CreateFile() a échoué %1:
1516 %2
1517 .
1518 Language = Italian
1519 Chiamata a CreateFile() fallita %1:
1520 %2
1521 .
1522
1523 MessageId = +1
1524 SymbolicName = NSSM_EVENT_DUPLICATEHANDLE_FAILED
1525 Severity = Error
1526 Language = English
1527 Error duplicating the filehandle previously opened for %1 as %2.
1528 DuplicateHandle() failed:
1529 %3
1530 .
1531 Language = French
1532 DuplicateHandle() a échoué (%1 -> %2):
1533 %3
1534 .
1535 Language = Italian
1536 Chiamata a DuplicateHandle() fallita (%1 -> %2):
1537 %3
1538 .
1539
1540 MessageId = +1
1541 SymbolicName = NSSM_EVENT_GET_OUTPUT_HANDLES_FAILED
1542 Severity = Error
1543 Language = English
1544 Error setting up one or more I/O filehandles.  Service %1 will not be started.
1545 .
1546 Language = French
1547 Error setting up one or more I/O filehandles.  Service %1 will not be started.
1548 .
1549 Language = Italian
1550 Error setting up one or more I/O filehandles.  Service %1 will not be started.
1551 .
1552
1553 MessageId = +1
1554 SymbolicName = NSSM_EVENT_BOGUS_STOP_METHOD_SKIP
1555 Severity = Warning
1556 Language = English
1557 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.
1558 .
1559 Language = French
1560 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.
1561 .
1562 Language = Italian
1563 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.
1564 .
1565
1566 MessageId = +1
1567 SymbolicName = NSSM_EVENT_PROCESS_STILL_ACTIVE
1568 Severity = Warning
1569 Language = English
1570 The service %1 is stopping but PID %2 is still running.
1571 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.
1572 It will no longer be possible to attempt to control the application and the service will report a stopped status.
1573 .
1574 Language = French
1575 The service %1 is stopping but PID %2 is still running.
1576 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.
1577 It will no longer be possible to attempt to control the application and the service will report a stopped status.
1578 .
1579 Language = Italian
1580 The service %1 is stopping but PID %2 is still running.
1581 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.
1582 It will no longer be possible to attempt to control the application and the service will report a stopped status.
1583 .
1584
1585 MessageId = +1
1586 SymbolicName = NSSM_EVENT_LOADLIBRARY_FAILED
1587 Severity = Warning
1588 Language = English
1589 Error loading the %1 DLL!
1590 LoadLibrary() failed:
1591 %2
1592 .
1593 Language = French
1594 Erreur à l'ouverture de la DLL %1!
1595 LoadLibrary() a échoué:
1596 %2
1597 .
1598 Language = Italian
1599 Errore apertura DLL %1!
1600 Chiamata a LoadLibrary() fallita:
1601 %2
1602 .
1603
1604 MessageId = +1
1605 SymbolicName = NSSM_EVENT_GETPROCADDRESS_FAILED
1606 Severity = Warning
1607 Language = English
1608 GetProcAddress(%1) failed:
1609 %2
1610 .
1611 Language = French
1612 GetProcAddress(%1) a échoué:
1613 %2
1614 .
1615 Language = Italian
1616 Chiamata a GetProcAddress(%1) fallita:
1617 %2
1618 .
1619
1620 MessageId = +1
1621 SymbolicName = NSSM_EVENT_BOGUS_KILL_CONSOLE_GRACE_PERIOD
1622 Severity = Warning
1623 Language = English
1624 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.
1625 .
1626 Language = French
1627 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.
1628 .
1629 Language = Italian
1630 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.
1631 .
1632
1633 MessageId = +1
1634 SymbolicName = NSSM_EVENT_BOGUS_KILL_WINDOW_GRACE_PERIOD
1635 Severity = Warning
1636 Language = English
1637 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.
1638 .
1639 Language = French
1640 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.
1641 .
1642 Language = Italian
1643 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.
1644 .
1645
1646 MessageId = +1
1647 SymbolicName = NSSM_EVENT_BOGUS_KILL_THREADS_GRACE_PERIOD
1648 Severity = Warning
1649 Language = English
1650 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.
1651 .
1652 Language = French
1653 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.
1654 .
1655 Language = Italian
1656 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.
1657 .
1658
1659 MessageId = +1
1660 SymbolicName = NSSM_EVENT_AWAITING_SHUTDOWN
1661 Severity = Informational
1662 Language = English
1663 %1 has waited %3 of %5 milliseconds for the %2 service to exit.
1664 Next update in %4 milliseconds.
1665 .
1666 Language = French
1667 %1 has waited %3 of %5 milliseconds for the %2 service to exit.
1668 Next update in %4 milliseconds.
1669 .
1670 Language = Italian
1671 %1 has waited %3 of %5 milliseconds for the %2 service to exit.
1672 Next update in %4 milliseconds.
1673 .
1674
1675 MessageId = +1
1676 SymbolicName = NSSM_EVENT_CREATETHREAD_FAILED
1677 Severity = Error
1678 Language = English
1679 CreateThread() failed:
1680 %1
1681 .
1682 Language = French
1683 CreateThread() a échoué:
1684 %1
1685 .
1686 Language = Italian
1687 Chiamata a CreateThread() fallita:
1688 %1
1689 .
1690
1691 MessageId = +1
1692 SymbolicName = NSSM_EVENT_STARTUP_DELAY_TOO_LONG
1693 Severity = Informational
1694 Language = English
1695 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.
1696 .
1697 Language = French
1698 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.
1699 .
1700 Language = Italian
1701 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.
1702 .
1703
1704 MessageId = +1
1705 SymbolicName = NSSM_EVENT_SETENVIRONMENTVARIABLE_FAILED
1706 Severity = Warning
1707 Language = English
1708 SetEnvironmentVariable(%1=%2) failed:
1709 %3
1710 .
1711 Language = French
1712 SetEnvironmentVariable(%1=%2) a échoué:
1713 %3
1714 .
1715 Language = Italian
1716 Chiamata a SetEnvironmentVariable(%1=%2) fallita:
1717 .
1718
1719 MessageId = +1
1720 SymbolicName = NSSM_EVENT_ROTATE_FILE_FAILED
1721 Severity = Error
1722 Language = English
1723 Failed to rotate output file %2 for service %1.
1724 %3 failed for file %4:
1725 %5
1726 .
1727 Language = French
1728 Failed to rotate output file %2 for service %1.
1729 %3 failed for file %4:
1730 %5
1731 .
1732 Language = Italian
1733 Failed to rotate output file %2 for service %1.
1734 %3 failed for file %4:
1735 %5
1736 .
1737
1738 MessageId = +1
1739 SymbolicName = NSSM_EVENT_SERVICE_CONFIG_DESCRIPTION_FAILED
1740 Severity = Informational
1741 Language = English
1742 Error setting description for service %1.
1743 ChangeServiceConfig2() failed:
1744 %2
1745 .
1746 Language = French
1747 Error setting description for service %1.
1748 ChangeServiceConfig2() failed:
1749 %2
1750 .
1751 Language = Italian
1752 Error setting description for service %1.
1753 ChangeServiceConfig2() failed:
1754 %2
1755 .
1756
1757 MessageId = +1
1758 SymbolicName = NSSM_EVENT_SERVICE_CONFIG_DELAYED_AUTO_START_INFO_FAILED
1759 Severity = Informational
1760 Language = English
1761 Error configuring delayed startup for service %1.  The service will start automatically.
1762 ChangeServiceConfig2() failed:
1763 %2
1764 .
1765 Language = French
1766 Error configuring delayed startup for service %1.  The service will start automatically.
1767 ChangeServiceConfig2() failed:
1768 %2
1769 .
1770 Language = Italian
1771 Error configuring delayed startup for service %1.  The service will start automatically.
1772 ChangeServiceConfig2() failed:
1773 %2
1774 .