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