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