150d6be03957030bbc56f2e1935e2467e388fa38
[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_ENVIRONMENT
515 Severity = Informational
516 Language = English
517 Environment%0
518 .
519 Language = French
520 Environnement%0
521 .
522 Language = Italian
523 Ambiente%0
524 .
525
526 MessageId = +1
527 SymbolicName = NSSM_GUI_EXIT_RESTART
528 Severity = Informational
529 Language = English
530 Restart application%0
531 .
532 Language = French
533 Redémarrer l'application%0
534 .
535 Language = Italian
536 Riavvare l'applicazione%0
537 .
538
539 MessageId = +1
540 SymbolicName = NSSM_GUI_EXIT_IGNORE
541 Severity = Informational
542 Language = English
543 No action (srvany compatible)%0
544 .
545 Language = French
546 No action (srvany compatible)%0
547 .
548 Language = Italian
549 No action (srvany compatible)%0
550 .
551
552 MessageId = +1
553 SymbolicName = NSSM_GUI_EXIT_REALLY
554 Severity = Informational
555 Language = English
556 Stop service (oneshot mode)%0
557 .
558 Language = French
559 Stop service (oneshot mode)%0
560 .
561 Language = Italian
562 Stop service (oneshot mode)%0
563 .
564
565 MessageId = +1
566 SymbolicName = NSSM_GUI_EXIT_UNCLEAN
567 Severity = Informational
568 Language = English
569 Fake crash (pre-Vista)%0
570 .
571 Language = French
572 Fake crash (pre-Vista)%0
573 .
574 Language = Italian
575 Fake crash (pre-Vista)%0
576 .
577
578 MessageId = 1001
579 SymbolicName = NSSM_EVENT_DISPATCHER_FAILED
580 Severity = Error
581 Language = English
582 StartServiceCtrlDispatcher() failed:
583 %1
584 .
585 Language = French
586 Erreur en tentant de connecter la tâche principale du service au gestionnaire de services Windows.
587 StartServiceCtrlDispatcher() a échoué:
588 %1
589 .
590 Language = Italian
591 Chiamata a StartServiceCtrlDispatcher() fallita:
592 %1
593 .
594
595 MessageId = +1
596 SymbolicName = NSSM_EVENT_OPENSCMANAGER_FAILED
597 Severity = Error
598 Language = English
599 Unable to connect to service manager!
600 Perhaps you need to be an administrator...
601 .
602 Language = French
603 Connexion impossible au gestionnaire de services!
604 Il vous manque peut-être des droits d'administrateur.
605 .
606 Language = Italian
607 Impossibile connettersi al Service Manager!
608 Probabilmente sono necessari permessi di Amministratore...
609 .
610
611 MessageId = +1
612 SymbolicName = NSSM_EVENT_OUT_OF_MEMORY
613 Severity = Error
614 Language = English
615 Out of memory for %1 in %2!
616 .
617 Language = French
618 Mémoire insuffisante pour %1 dans %2!
619 .
620 Language = Italian
621 Memoria insufficiente per %1 in %2!
622 .
623
624 MessageId = +1
625 SymbolicName = NSSM_EVENT_GET_PARAMETERS_FAILED
626 Severity = Error
627 Language = English
628 Failed to get startup parameters for service %1.
629 .
630 Language = French
631 Paramètres de démarrage non trouvés pour le service %1.
632 .
633 Language = Italian
634 Impossibile ottenere i permessi di avvio per il servizio %1.
635 .
636
637 MessageId = +1
638 SymbolicName = NSSM_EVENT_REGISTERSERVICECTRLHANDER_FAILED
639 Severity = Error
640 Language = English
641 RegisterServiceCtrlHandlerEx() failed:
642 %1
643 .
644 Language = French
645 Échec de l'enregistrement de la fonction de gestion des requêtes étendues de contrôle du service.
646 RegisterServiceCtrlHandlerEx() a échoué:
647 %1
648 .
649 Language = Italian
650 Chiamata a RegisterServiceCtrlHandlerEx() fallita:
651 %1
652 .
653
654 MessageId = +1
655 SymbolicName = NSSM_EVENT_START_SERVICE_FAILED
656 Severity = Error
657 Language = English
658 Can't start %1 for service %2.
659 Error code: %3.
660 .
661 Language = French
662 Impossible de démarrer %1 pour le service %2.
663 Code erreur: %3.
664 .
665 Language = Italian
666 Impossibile avviare %1 per il servizio %2.
667 Codice errore: %3.
668 .
669
670 MessageId = +1
671 SymbolicName = NSSM_EVENT_RESTART_SERVICE_FAILED
672 Severity = Warning
673 Language = English
674 Failed to restart %1 for service %2.
675 Sleeping...
676 .
677 Language = French
678 Impossible de redémarrer %1 pour le service %2.
679 Mise en sommeil...
680 .
681 Language = Italian
682 Impossibile riavviare %1 per il servizio %2.
683 In stato di attesa...
684 .
685
686 MessageId = +1
687 SymbolicName = NSSM_EVENT_STARTED_SERVICE
688 Severity = Informational
689 Language = English
690 Started %1 %2 for service %3 in %4.
691 .
692 Language = French
693 Démarrage réussi de %1 %2 pour le service %3 depuis le répertoire %4.
694 .
695 Language = Italian
696 Avviati %1 %2 per il servizio %3 in %4.
697 .
698
699 MessageId = +1
700 SymbolicName = NSSM_EVENT_REGISTERWAITFORSINGLEOBJECT_FAILED
701 Severity = Warning
702 Language = English
703 Service %1 may claim to be still running when %2 exits.
704 RegisterWaitForSingleObject() failed:
705 %3
706 .
707 Language = French
708 Le service %1 peut indiquer être toujours actif lorsque %2 se terminera.
709 RegisterWaitForSingleObject() a échoué:
710 %3
711 .
712 Language = Italian
713 Servizio %1 potrebbe richiedere di essere in esecuzione quando %2 termina.
714 Chiamata a RegisterWaitForSingleObject() fallita:
715 %3
716 .
717
718 MessageId = +1
719 SymbolicName = NSSM_EVENT_CREATEPROCESS_FAILED
720 Severity = Error
721 Language = English
722 Failed to start service %1.  Program %2 couldn't be launched.
723 CreateProcess() failed:
724 %3
725 .
726 Language = French
727 Échec du démarrage du service %1.  Le programme %2 n'a pas pu être lancé.
728 CreateProcess() a échoué:
729 %3
730 .
731 Language = Italian
732 Impossibile avviare il servizio %1.  Il programma %2 non può essere avviato.
733 Chiamata a CreateProcess() fallita:
734 %3
735 .
736
737 MessageId = +1
738 SymbolicName = NSSM_EVENT_TERMINATEPROCESS
739 Severity = Informational
740 Language = English
741 Killing process %2 because service %1 is stopping.
742 .
743 Language = French
744 Arrêt forcé du processus %2 du fait de l'arrêt du service %1.
745 .
746 Language = Italian
747 Arresto in corso del processo %2 in quanto il processo %1 sta terminando.
748 .
749
750 MessageId = +1
751 SymbolicName = NSSM_EVENT_PROCESS_ALREADY_STOPPED
752 Severity = Informational
753 Language = English
754 Requested stop of service %1.  No action is required as program %2 is not running.
755 .
756 Language = French
757 Arrêt requis du service %1.  Aucune action n'est requise car le programme %2 n'est pas en cours d'exécution.
758 .
759 Language = Italian
760 Richiesta terminazione del servizio %1.  Nessuna azione necessaria in quanto il programma %2 non è in esecuzione.
761 .
762
763 MessageId = +1
764 SymbolicName = NSSM_EVENT_ENDED_SERVICE
765 Severity = Informational
766 Language = English
767 Program %1 for service %2 exited with return code %3.
768 .
769 Language = French
770 Le programme %1 pour le service %2 s'est arrêté avec code retour %3.
771 .
772 Language = Italian
773 Il programma %1 per il servizio %2 è terminato con codice errore %3.
774 .
775
776 MessageId = +1
777 SymbolicName = NSSM_EVENT_EXIT_RESTART
778 Severity = Informational
779 Language = English
780 Service %1 action for exit code %2 is %3.
781 Attempting to restart %4.
782 .
783 Language = French
784 L'action prévue du service %1 pour le code retour %2 est: %3.
785 Tentative de redémarrage de %4.
786 .
787 Language = Italian
788 L'azione per il servizio %1, codice di uscita %2, è %3
789 Tentativo di riavvio %4.
790 .
791
792 MessageId = +1
793 SymbolicName = NSSM_EVENT_EXIT_IGNORE
794 Severity = Informational
795 Language = English
796 Service %1 action for exit code %2 is %3.
797 No action will be taken to restart %4.
798 .
799 Language = French
800 L'action prévue du service %1 pour le code retour %2 est: %3.
801 Aucune action ne sera entreprise pour redémarrer %4.
802 .
803 Language = Italian
804 Azione di servizio "%1" per il codice di uscita %2 è %3.
805 Nessuna azione sarà intrapresa per riavviare %4.
806 .
807
808 MessageId = +1
809 SymbolicName = NSSM_EVENT_EXIT_REALLY
810 Severity = Informational
811 Language = English
812 Service %1 action for exit code %2 is %3.
813 Exiting.
814 .
815 Language = French
816 L'action prévue du service %1 pour le code retour %2 est: %3.
817 Le programme ne sera pas redémarré.
818 .
819 Language = Italian
820 L'azione per il servizio %1, codice di uscita %2, è %3.
821 Termine.
822 .
823
824 MessageId = +1
825 SymbolicName = NSSM_EVENT_OPENKEY_FAILED
826 Severity = Error
827 Language = English
828 Failed to open registry key HKLM\%1:
829 %2
830 .
831 Language = French
832 Échec de l'ouverture de la clé de registre HKLM\%1:
833 %2
834 .
835 Language = Italian
836 Impossibile aprire la chiave di registro HKLM\%1:
837 %2
838 .
839
840 MessageId = +1
841 SymbolicName = NSSM_EVENT_QUERYVALUE_FAILED
842 Severity = Error
843 Language = English
844 Failed to read registry value %1:
845 %2
846 .
847 Language = French
848 Échec de l'ouverture de la valeur de registre %1:
849 %2
850 .
851 Language = Italian
852 Impossibile leggere la chiave di registro %1:
853 %2
854 .
855
856 MessageId = +1
857 SymbolicName = NSSM_EVENT_SETVALUE_FAILED
858 Severity = Error
859 Language = English
860 Failed to write registry value %1:
861 %2
862 .
863 Language = French
864 Échec de l'écriture de la valeur de registre %1:
865 %2
866 .
867 Language = Italian
868 Impossibile scrivere la chiave di registro %1:
869 %2
870 .
871
872 MessageId = +1
873 SymbolicName = NSSM_EVENT_EXIT_UNCLEAN
874 Severity = Informational
875 Language = English
876 Service %1 action for exit code %2 is %3.
877 Exiting.
878 .
879 Language = French
880 L'action prévue du service %1 pour le code retour %2 est: %3.
881 Le programme s'est terminé de manière impropre.
882 .
883 Language = Italian
884 L'azione per il servizio %1, codice di uscita %2, è %3.
885 Il programma è terminato in maniera impropria.
886 .
887
888 MessageId = +1
889 SymbolicName = NSSM_EVENT_GRACEFUL_SUICIDE
890 Severity = Informational
891 Language = English
892 Service %1 application %2 exited with exit code 0 but the default exit action is %3.
893 Honouring the %4 action would result in the service being flagged as failed and subject to recovery actions.
894 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.
895 .
896 Language = French
897 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.
898 Exécuter cette action %4 ferait que le service serait marqué en échec et sujet à des actions de récupération.
899 Donc, pour éviter cette situation, le service sera arrêté normalement.
900 Pour supprimer le présent message, configurez explicitement l'action de sortie pour le code retour 0 à %5 ou %6.
901 .
902 Language = Italian
903 Servizio %1 applicazione %2 uscita con docide 0 ma l'azione di uscita di default è%3.
904 In base all'azione %4 il servizio andrebbe impostato come fallito e soggetto ad azioni di ripristino.
905 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.
906 .
907
908 MessageId = +1
909 SymbolicName = NSSM_EVENT_EXPANDENVIRONMENTSTRINGS_FAILED
910 Severity = Error
911 Language = English
912 Failed to expand registry value %1:
913 %2
914 .
915 Language = French
916 Erreur lors de l'expansion des variables d'environnement dans la valeur de registre %1:
917 %2
918 .
919 Language = Italian
920 Impossibile espandere la chiave di registro %1:
921 %2
922 .
923
924 MessageId = +1
925 SymbolicName = NSSM_EVENT_KILLING
926 Severity = Informational
927 Language = English
928 Killing process tree of process %2 for service %1 with exit code %3
929 .
930 Language = French
931 Interruption du processus %2 et de ses processus-fils pour le service %1. Code retour = %3
932 .
933 Language = Italian
934 Arresto dell'albero di processo %2 per il servizio %1 con codice di uscita %3
935 .
936
937 MessageId = +1
938 SymbolicName = NSSM_EVENT_CREATETOOLHELP32SNAPSHOT_PROCESS_FAILED
939 Severity = Error
940 Language = English
941 Failed to create snapshot of running processes when terminating service %1:
942 %2
943 .
944 Language = French
945 Impossible de créer un instantané des processus en cours d'exécution lors de l'arrêt du service %1:
946 %2
947 .
948 Language = Italian
949 Impossibile creare uno snapshot dei processi in esecuzione durante l'arresto del servizio %1!
950 %2
951 .
952
953 MessageId = +1
954 SymbolicName = NSSM_EVENT_PROCESS_ENUMERATE_FAILED
955 Severity = Error
956 Language = English
957 Failed to enumerate running processes when terminating service %1:
958 %2
959 .
960 Language = French
961 Impossible d'énumérer les processus en cours d'exécution lors de l'arrêt du service %1:
962 %2
963 .
964 Language = Italian
965 Impossibile enumerare i processi in esecuzione durante la terminazione del servizio %1.
966 %2
967 .
968
969 MessageId = +1
970 SymbolicName = NSSM_EVENT_OPENPROCESS_FAILED
971 Severity = Error
972 Language = English
973 Failed to open process handle for process with PID %1 when terminating service %2:
974 %3
975 .
976 Language = French
977 Échec à l'ouverture du handle de processus avec PID est %1 lors de l'arrêt du service %2:
978 %3
979 .
980 Language = Italian
981 Impossibile aprire l'handle di proceso con PID %1 durante la terminazione del servizio %2.
982 %3
983 .
984
985 MessageId = +1
986 SymbolicName = NSSM_EVENT_KILL_PROCESS_TREE
987 Severity = Informational
988 Language = English
989 Killing PID %1 in process tree of PID %2 because service %3 is stopping.
990 .
991 Language = French
992 Arrêt forcé du processus avec PID %1 (processus enfant du processus avec PID %2) résultant de l'arrêt du service %3.
993 .
994 Language = Italian
995 Terminazione del PID %1 nell'albero di processo con PID %2 in quanto il servizio %3 è in fase di terminazione.
996 .
997
998 MessageId = +1
999 SymbolicName = NSSM_EVENT_TERMINATEPROCESS_FAILED
1000 Severity = Error
1001 Language = English
1002 Failed to terminate process with PID %1 for service %2:
1003 %3
1004 .
1005 Language = French
1006 Impossible d'arrêter le processus avec PID %1 pour le service %2:
1007 %3
1008 .
1009 Language = Italian
1010 Impossibile terminare il processo con PID %1 per il servizio %2:
1011 %3
1012 .
1013
1014 MessageId = +1
1015 SymbolicName = NSSM_EVENT_NO_FLAGS
1016 Severity = Warning
1017 Language = English
1018 Registry key %1 is unset for service %2.
1019 No flags will be passed to %3 when it starts.
1020 .
1021 Language = French
1022 La clé de registre %1 n'est pas définie pour le service %2.
1023 Aucune option ne sera transmise à %3 lorsqu'il démarrera.
1024 .
1025 Language = Italian
1026 La chiave di registro %1 non è impostata per il servizio %2.
1027 Nessin flag verrà passato a %3 in fase di avvio.
1028 .
1029
1030 MessageId = +1
1031 SymbolicName = NSSM_EVENT_NO_DIR
1032 Severity = Warning
1033 Language = English
1034 Registry key %1 is unset for service %2.
1035 Assuming startup directory %3.
1036 .
1037 Language = French
1038 La clé de registre %1 n'est pas définie pour le service %2.
1039 Le répertoire de démarrage sera supposé être: %3.
1040 .
1041 Language = Italian
1042 La chiave di registro %1 non è impostata per il servizio %2.
1043 Cartella di avvio presunta: %3.
1044 .
1045
1046 MessageId = +1
1047 SymbolicName = NSSM_EVENT_NO_DIR_AND_NO_FALLBACK
1048 Severity = Error
1049 Language = English
1050 Registry key %1 is unset for service %2.
1051 Additionally, ExpandEnvironmentStrings("%%SYSTEMROOT%%") failed when trying to choose a fallback startup directory.
1052 .
1053 Language = French
1054 La clé de registre %1 n'est pas définie pour le service %2.
1055 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.
1056 .
1057 Language = Italian
1058 La chiave di registro %1 non è impostata per il servizio %2.
1059 Inoltre, la chiamata a ExpandEnvironmentStrings("%%SYSTEMROOT%%") è fallita in fase di scelta directory alternativa.
1060 .
1061
1062 MessageId = +1
1063 SymbolicName = NSSM_EVENT_CREATETOOLHELP32SNAPSHOT_THREAD_FAILED
1064 Severity = Error
1065 Language = English
1066 Failed to create snapshot of running threads when terminating service %1:
1067 %2
1068 .
1069 Language = French
1070 Impossible de créer un instantané des threads en cours d'exécution lors de l'arrêt du service %1:
1071 %2
1072 .
1073 Language = Italian
1074 Impossibile creare uno snapshot dei thread attivi dutante la fase di terminazione del servizio %1:
1075 %2
1076 .
1077
1078 MessageId = +1
1079 SymbolicName = NSSM_EVENT_THREAD_ENUMERATE_FAILED
1080 Severity = Error
1081 Language = English
1082 Failed to enumerate running threads when terminating service %1:
1083 %2
1084 .
1085 Language = French
1086 Impossible d'énumérer les tâches (threads) en cours d'exécution lors de l'arrêt du service %1:
1087 %2
1088 .
1089 Language = Italian
1090 Impossibile enumerare i thread attivi durante la fase di terminazione del servizio %1:
1091 %2
1092 .
1093
1094 MessageId = +1
1095 SymbolicName = NSSM_EVENT_THROTTLED
1096 Severity = Warning
1097 Language = English
1098 Service %1 ran for less than %2 milliseconds.
1099 Restart will be delayed by %3 milliseconds.
1100 .
1101 Language = French
1102 Le service %1 est resté actif durant moins de %2 millisecondes.
1103 Son redémarrage sera retardé de %3 millisecondes.
1104 .
1105 Language = Italian
1106 Il servizio %1 è rimasto in esecuzione per meno di %2 millisecondi.
1107 Il riavvio verrà posticipato di %3 millisecondi.
1108 .
1109
1110 MessageId = +1
1111 SymbolicName = NSSM_EVENT_RESET_THROTTLE
1112 Severity = Informational
1113 Language = English
1114 Request to resume service %1.  Throttling of restart attempts will be reset.
1115 .
1116 Language = French
1117 Demande de redémarrage du service %1.  La régulation des tentatives de redémarrage sera réinitialisée.
1118 .
1119 Language = Italian
1120 Richiesta di cambio nome per il servizio %1. Il meccanismo di regolazione della pausa di riavvio verrà resettato.
1121 .
1122
1123 MessageId = +1
1124 SymbolicName = NSSM_EVENT_BOGUS_THROTTLE
1125 Severity = Warning
1126 Language = English
1127 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.
1128 .
1129 Language = French
1130 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, 
1131 n'était pas du type REG_DWORD.  Une durée de %3 millisecondes sera utilisée par défaut.
1132 .
1133 Language = Italian
1134 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.
1135 Verrà usato il tempo di default pari a %3 ms.
1136 .
1137
1138 MessageId = +1
1139 SymbolicName = NSSM_EVENT_CREATEWAITABLETIMER_FAILED
1140 Severity = Warning
1141 Language = English
1142 Failed to create waitable timer for service %1:
1143 %2
1144 Throttled restarts will not be interruptible.
1145 .
1146 Language = French
1147 Impossible de créer un déclenchement temporisé ("waitable timer") pour le service %1:
1148 %2
1149 Les redémarrages régulés ne pourront pas être interrompus.
1150 .
1151 Language = Italian
1152 Impossibile creare un timer per il servizio %1:
1153 %2
1154 Il meccanismo di regolazione della pausa di riavvio non sarà interrompibile.
1155 .
1156
1157 MessageId = +1
1158 SymbolicName = NSSM_EVENT_CREATEPROCESS_FAILED_INVALID_ENVIRONMENT
1159 Severity = Error
1160 Language = English
1161 Failed to start service %1.  Program %2 couldn't be launched.
1162 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.
1163 .
1164 Language = French
1165 Échec de démarrage du service %1.  Le programme %2 n'a pas pu être lancé.
1166 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.
1167 Il est vraisemblable que l'environnement a été spécifié de manière incorrecte.
1168 %3 devrait être définie comme valeur REG_MULTI_SZ comprenant des chaînes sous la forme KEY=VALUE.
1169 .
1170 Language = Italian
1171 Impossibile riavviare il servizio %1. Il programma %2 non può essere avviato.
1172 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.
1173 $3 dovrebbe essere un valore REG_MULTI_SZ comprendente stringhe nella forma CHIAVE=VALORE.
1174 .
1175
1176 MessageId = +1
1177 SymbolicName = NSSM_EVENT_INVALID_ENVIRONMENT_STRING_TYPE
1178 Severity = Warning
1179 Language = English
1180 Environment declaration %1 for service %2 is not of type REG_MULTI_SZ and will be ignored.
1181 .
1182 Language = French
1183 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.
1184 .
1185 Language = Italian
1186 Dichiarazione di ambiente %1 per il servizio %2 non è di tipo REG_MULTI_SZ e verrà quindi ignorata.
1187 .
1188
1189 MessageId = +1
1190 SymbolicName = NSSM_EVENT_SERVICE_CONTROL_HANDLED
1191 Severity = Informational
1192 Language = English
1193 Service %1 received %2 control, which will be handled.
1194 .
1195 Language = French
1196 Le service %1 a reçu le code de contrôle %2, qui sera pris en compte.
1197 .
1198 Language = Italian
1199 Il servizio %1 ha ricevuto la chiave di controllo %2 che sarà gestita.
1200 .
1201
1202 MessageId = +1
1203 SymbolicName = NSSM_EVENT_SERVICE_CONTROL_NOT_HANDLED
1204 Severity = Informational
1205 Language = English
1206 Service %1 received unsupported %2 control, which will not be handled.
1207 .
1208 Language = French
1209 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.
1210 .
1211 Language = Italian
1212 Il servizio %1 ha ricevuto una chiave di controllo %2 non supportata. Essa non sarà gestita.
1213 .
1214
1215 MessageId = +1
1216 SymbolicName = NSSM_EVENT_SERVICE_CONTROL_UNKNOWN
1217 Severity = Informational
1218 Language = English
1219 Service %1 received unknown service control message %2, which will be ignored.
1220 .
1221 Language = French
1222 Le service %1 a reçu le code de contrôle inconnu %2, qui sera donc ignoré.
1223 .
1224 Language = Italian
1225 Il servizio %1 ha ricevuto un messaggio di controllo di servizio sconosciuto %2, che verrà ignorato.
1226 .
1227
1228 MessageId = +1
1229 SymbolicName = NSSM_EVENT_CHANGESERVICECONFIG2_FAILED
1230 Severity = Informational
1231 Language = English
1232 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.
1233 ChangeServiceConfig2() failed:
1234 %2
1235 .
1236 Language = French
1237 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.
1238 ChangeServiceConfig2() a échoué:
1239 .
1240 Language = Italian
1241 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.
1242 Chiamata a ChangeServiceConfig2() fallita:
1243 %2
1244 .
1245
1246 MessageId = +1
1247 SymbolicName = NSSM_EVENT_GETPROCESSTIMES_FAILED
1248 Severity = Error
1249 Language = English
1250 GetProcessTimes() failed:
1251 %1
1252 .
1253 Language = French
1254 Échec de GetProcessTimes():
1255 %1
1256 .
1257 Language = Italian
1258 Chiamata a GetProcessTimes():
1259 %1
1260 .
1261
1262 MessageId = +1
1263 SymbolicName = NSSM_EVENT_ATTACHCONSOLE_FAILED
1264 Severity = Error
1265 Language = English
1266 Error attaching to console for service %1.
1267 AttachConsole() failed:
1268 %2
1269 .
1270 Language = French
1271 Error attaching to console for service %1.
1272 AttachConsole() a échoué:
1273 %2
1274 .
1275 Language = Italian
1276 Error attaching to console for service %1.
1277 AttachConsole() fallita:
1278 %2
1279 .
1280
1281 MessageId = +1
1282 SymbolicName = NSSM_EVENT_SETCONSOLECTRLHANDLER_FAILED
1283 Severity = Error
1284 Language = English
1285 Error setting null handler for Control-C events sent to service %1.
1286 SetConsoleCtrlHandler() failed:
1287 %2
1288 .
1289 Language = French
1290 Error setting null handler for Control-C events sent to service %1.
1291 SetConsoleCtrlHandler() a échoué:
1292 %2
1293 .
1294 Language = Italian
1295 Error setting null handler for Control-C events sent to service %1.
1296 SetConsoleCtrlHandler() fallita:
1297 %2
1298 .
1299
1300 MessageId = +1
1301 SymbolicName = NSSM_EVENT_GENERATECONSOLECTRLEVENT_FAILED
1302 Severity = Error
1303 Language = English
1304 Error generating Control-C event for service %1.
1305 GenerateConsoleCtrlEvent() failed:
1306 %2
1307 .
1308 Language = French
1309 Error generating Control-C event for service %1.
1310 GenerateConsoleCtrlEvent() a échoué:
1311 %2
1312 .
1313 Language = Italian
1314 Error generating Control-C event for service %1.
1315 GenerateConsoleCtrlEvent() fallita:
1316 %2
1317 .
1318
1319 MessageId = +1
1320 SymbolicName = NSSM_EVENT_FREECONSOLE_FAILED
1321 Severity = Warning
1322 Language = English
1323 Error detaching from console for service %1.
1324 FreeConsole() failed:
1325 %2
1326 .
1327 Language = French
1328 Error detaching from console for service %1.
1329 FreeConsole() a échoué:
1330 %2
1331 .
1332 Language = Italian
1333 Error detaching from console for service %1.
1334 FreeConsole() fallita:
1335 %2
1336 .
1337
1338 MessageId = +1
1339 SymbolicName = NSSM_EVENT_CREATEFILE_FAILED
1340 Severity = Error
1341 Language = English
1342 CreateFile() failed to open %1:
1343 %2
1344 .
1345 Language = French
1346 CreateFile() a échoué %1:
1347 %2
1348 .
1349 Language = Italian
1350 Chiamata a CreateFile() fallita %1:
1351 %2
1352 .
1353
1354 MessageId = +1
1355 SymbolicName = NSSM_EVENT_DUPLICATEHANDLE_FAILED
1356 Severity = Error
1357 Language = English
1358 Error duplicating the filehandle previously opened for %1 as %2.
1359 DuplicateHandle() failed:
1360 %3
1361 .
1362 Language = French
1363 DuplicateHandle() a échoué (%1 -> %2):
1364 %3
1365 .
1366 Language = Italian
1367 Chiamata a DuplicateHandle() fallita (%1 -> %2):
1368 %3
1369 .
1370
1371 MessageId = +1
1372 SymbolicName = NSSM_EVENT_GET_OUTPUT_HANDLES_FAILED
1373 Severity = Error
1374 Language = English
1375 Error setting up one or more I/O filehandles.  Service %1 will not be started.
1376 .
1377 Language = French
1378 Error setting up one or more I/O filehandles.  Service %1 will not be started.
1379 .
1380 Language = Italian
1381 Error setting up one or more I/O filehandles.  Service %1 will not be started.
1382 .
1383
1384 MessageId = +1
1385 SymbolicName = NSSM_EVENT_BOGUS_STOP_METHOD_SKIP
1386 Severity = Warning
1387 Language = English
1388 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.
1389 .
1390 Language = French
1391 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.
1392 .
1393 Language = Italian
1394 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.
1395 .
1396
1397 MessageId = +1
1398 SymbolicName = NSSM_EVENT_PROCESS_STILL_ACTIVE
1399 Severity = Warning
1400 Language = English
1401 The service %1 is stopping but PID %2 is still running.
1402 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.
1403 It will no longer be possible to attempt to control the application and the service will report a stopped status.
1404 .
1405 Language = French
1406 The service %1 is stopping but PID %2 is still running.
1407 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.
1408 It will no longer be possible to attempt to control the application and the service will report a stopped status.
1409 .
1410 Language = Italian
1411 The service %1 is stopping but PID %2 is still running.
1412 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.
1413 It will no longer be possible to attempt to control the application and the service will report a stopped status.
1414 .
1415
1416 MessageId = +1
1417 SymbolicName = NSSM_EVENT_LOADLIBRARY_FAILED
1418 Severity = Warning
1419 Language = English
1420 Error loading the %1 DLL!
1421 LoadLibrary() failed:
1422 %2
1423 .
1424 Language = French
1425 Erreur à l'ouverture de la DLL %1!
1426 LoadLibrary() a échoué:
1427 %2
1428 .
1429 Language = Italian
1430 Errore apertura DLL %1!
1431 Chiamata a LoadLibrary() fallita:
1432 %2
1433 .
1434
1435 MessageId = +1
1436 SymbolicName = NSSM_EVENT_GETPROCADDRESS_FAILED
1437 Severity = Warning
1438 Language = English
1439 GetProcAddress(%1) failed:
1440 %2
1441 .
1442 Language = French
1443 GetProcAddress(%1) a échoué:
1444 %2
1445 .
1446 Language = Italian
1447 Chiamata a GetProcAddress(%1) fallita:
1448 %2
1449 .
1450
1451 MessageId = +1
1452 SymbolicName = NSSM_EVENT_BOGUS_KILL_CONSOLE_GRACE_PERIOD
1453 Severity = Warning
1454 Language = English
1455 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.
1456 .
1457 Language = French
1458 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.
1459 .
1460 Language = Italian
1461 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.
1462 .
1463
1464 MessageId = +1
1465 SymbolicName = NSSM_EVENT_BOGUS_KILL_WINDOW_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 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.
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 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.
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 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.
1475 .
1476
1477 MessageId = +1
1478 SymbolicName = NSSM_EVENT_BOGUS_KILL_THREADS_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_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.
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_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.
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_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.
1488 .
1489
1490 MessageId = +1
1491 SymbolicName = NSSM_EVENT_AWAITING_SHUTDOWN
1492 Severity = Informational
1493 Language = English
1494 %1 has waited %3 of %5 milliseconds for the %2 service to exit.
1495 Next update in %4 milliseconds.
1496 .
1497 Language = French
1498 %1 has waited %3 of %5 milliseconds for the %2 service to exit.
1499 Next update in %4 milliseconds.
1500 .
1501 Language = Italian
1502 %1 has waited %3 of %5 milliseconds for the %2 service to exit.
1503 Next update in %4 milliseconds.
1504 .
1505
1506 MessageId = +1
1507 SymbolicName = NSSM_EVENT_CREATETHREAD_FAILED
1508 Severity = Error
1509 Language = English
1510 CreateThread() failed:
1511 %1
1512 .
1513 Language = French
1514 CreateThread() a échoué:
1515 %1
1516 .
1517 Language = Italian
1518 Chiamata a CreateThread() fallita:
1519 %1
1520 .
1521
1522 MessageId = +1
1523 SymbolicName = NSSM_EVENT_STARTUP_DELAY_TOO_LONG
1524 Severity = Informational
1525 Language = English
1526 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.
1527 .
1528 Language = French
1529 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.
1530 .
1531 Language = Italian
1532 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.
1533 .
1534
1535 MessageId = +1
1536 SymbolicName = NSSM_EVENT_SETENVIRONMENTVARIABLE_FAILED
1537 Severity = Warning
1538 Language = English
1539 SetEnvironmentVariable(%1=%2) failed:
1540 %3
1541 .
1542 Language = French
1543 SetEnvironmentVariable(%1=%2) a échoué:
1544 %3
1545 .
1546 Language = Italian
1547 Chiamata a SetEnvironmentVariable(%1=%2) fallita:
1548 .