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