Try to send Control-C event to application console.
[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
141 MessageId = +1
142 SymbolicName = NSSM_MESSAGE_OUT_OF_MEMORY_FOR_IMAGEPATH
143 Severity = Informational
144 Language = English
145 Out of memory for ImagePath!
146 .
147 Language = French
148 Mémoire insuffisante pour spécifier le chemin de l'image (ImagePath)!
149 .
150 Language = Italian
151 Memoria insufficiente per ImagePath!
152 .
153
154 MessageId = +1
155 SymbolicName = NSSM_MESSAGE_CREATESERVICE_FAILED
156 Severity = Informational
157 Language = English
158 Error creating service!
159 .
160 Language = French
161 Erreur à la création du service!
162 .
163 Language = Italian
164 Errore creazione servizio!
165 .
166
167 MessageId = +1
168 SymbolicName = NSSM_MESSAGE_CREATE_PARAMETERS_FAILED
169 Severity = Informational
170 Language = English
171 Error setting startup parameters for the service!
172 .
173 Language = French
174 Erreur en essayant de régler les paramètres de démarrage du service!
175 .
176 Language = Italian
177 Errore durante l'impostazione dei parametri per il servizio!
178 .
179
180 MessageId = +1
181 SymbolicName = NSSM_MESSAGE_SERVICE_INSTALLED
182 Severity = Informational
183 Language = English
184 Service "%s" installed successfully!
185 .
186 Language = French
187 Le service "%s" a été installé avec succès!
188 .
189 Language = Italian
190 Servizio "%s" installato correttamente!
191 .
192
193 MessageId = +1
194 SymbolicName = NSSM_MESSAGE_OPENSERVICE_FAILED
195 Severity = Informational
196 Language = English
197 Can't open service!
198 .
199 Language = French
200 Impossible d'ouvrir le service!
201 .
202 Language = Italian
203 Impossibile aprire il servizio!
204 .
205
206 MessageId = +1
207 SymbolicName = NSSM_MESSAGE_DELETESERVICE_FAILED
208 Severity = Informational
209 Language = English
210 Error deleting service!
211 .
212 Language = French
213 Erreur à la suppression du service!
214 .
215 Language = Italian
216 Errore durante la rimozione del servizio!
217 .
218
219 MessageId = +1
220 SymbolicName = NSSM_MESSAGE_SERVICE_REMOVED
221 Severity = Informational
222 Language = English
223 Service "%s" removed successfully!
224 .
225 Language = French
226 Le service "%s" a été désinstallé avec succès!
227 .
228 Language = Italian
229 Servizio "%s" rimosso correttamente!
230 .
231
232 MessageId = +1
233 SymbolicName = NSSM_GUI_CREATEDIALOG_FAILED
234 Severity = Informational
235 Language = English
236 CreateDialog() failed:
237 %s
238 .
239 Language = French
240 CreateDialog() a échoué:
241 %s
242 .
243 Language = Italian
244 Chiamata a CreateDialog() fallita:
245 %s
246 .
247
248 MessageId = +1
249 SymbolicName = NSSM_GUI_MISSING_SERVICE_NAME
250 Severity = Informational
251 Language = English
252 No valid service name was specified!
253 .
254 Language = French
255 Aucun nom de service valide n'a été spécifié!
256 .
257 Language = Italian
258 Nessun nome di servizio valido specificato!
259 .
260
261 MessageId = +1
262 SymbolicName = NSSM_GUI_MISSING_PATH
263 Severity = Informational
264 Language = English
265 No valid executable path was specified!
266 .
267 Language = French
268 Aucun chemin valide de fichier exécutable n'a été spécifié!
269 .
270 Language = Italian
271 Path verso l'eseguibile non specificato!
272 .
273
274 MessageId = +1
275 SymbolicName = NSSM_GUI_INVALID_OPTIONS
276 Severity = Informational
277 Language = English
278 No valid options were specified!
279 .
280 Language = French
281 Aucun option valide n'a été spécifiée!
282 .
283 Language = Italian
284 Nessuna opzione valida specificata!
285 .
286
287 MessageId = +1
288 SymbolicName = NSSM_GUI_OUT_OF_MEMORY_FOR_IMAGEPATH
289 Severity = Informational
290 Language = English
291 Error constructing ImagePath!\nThis really shouldn't happen.  You could be out of memory
292 or the world may be about to end or something equally bad.
293 .
294 Language = French
295 Mémoire insuffisante pour spécifier le chemin de l'image (ImagePath)!
296 Cette situation ne devrait jamais se produire.  Vous êtes peut-être à court de mémoire RAM,
297 ou la fin du monde est proche, ou un autre désastre du même type.
298 .
299 Language = Italian
300 Errore durante la costruzione di ImagePath!\nQesto errore è inatteso. La memoria è insuffieiente
301 oppure il mondo sta per finire oppure è accaduto qualcosa di ugualmente grave!
302 .
303
304 MessageId = +1
305 SymbolicName = NSSM_GUI_INSTALL_SERVICE_FAILED
306 Severity = Informational
307 Language = English
308 Couldn't create service!
309 Perhaps it is already installed...
310 .
311 Language = French
312 Impossible de créer le service!
313 Peut-être est-il déjà installé...
314 .
315 Language = Italian
316 Impossibile creare il servizio!
317 Probabilmente è già installato...
318 .
319
320 MessageId = +1
321 SymbolicName = NSSM_GUI_CREATE_PARAMETERS_FAILED
322 Severity = Informational
323 Language = English
324 Couldn't set startup parameters for the service!
325 Deleting the service...
326 .
327 Language = French
328 Impossible de régler les paramètres de démarrage pour le service!
329 Suppression du dit service...
330 .
331 Language = Italian
332 Impossibile impostare i parametri di avvio per il servizio!
333 Eliminazione servizio in corso...
334 .
335
336 MessageId = +1
337 SymbolicName = NSSM_GUI_ASK_REMOVE_SERVICE
338 Severity = Informational
339 Language = English
340 Remove the service?
341 .
342 Language = French
343 Supprimer le service "%s" ?
344 .
345 Language = Italian
346 Eliminare il servizio?
347 .
348
349 MessageId = +1
350 SymbolicName = NSSM_GUI_SERVICE_NOT_INSTALLED
351 Severity = Informational
352 Language = English
353 Can't open service!
354 Perhaps it isn't installed...
355 .
356 Language = French
357 Impossible d'ouvrir le service!
358 Celui-ci n'est peut-être pas installé...
359 .
360 Language = Italian
361 Impossibile aprire il servizio!
362 Probabilmente non è installato...
363 .
364
365 MessageId = +1
366 SymbolicName = NSSM_GUI_REMOVE_SERVICE_FAILED
367 Severity = Informational
368 Language = English
369 Can't delete service!  Make sure the service is stopped and try again.
370 If this error persists, you may need to set the service NOT to start
371 automatically, reboot your computer and try removing it again.
372 .
373 Language = French
374 Impossible de supprimer le service!  Assurez-vous que ce service est arrêté et réessayez.
375 Si cette erreur persiste, réglez ce service en lancement MANUEL
376 (non automatique), redémarrez votre ordinateur et tentez de nouveau la suppression.
377 .
378 Language = Italian
379 Impossibile eliminare il servizio! Verificare che sia stato fermato e riprovare.
380 Se l'errore persiste, provare ad impostare il servizio come avvio NON
381 automatico, riavviare il computer e tentare di nuovo la rimozione.
382 .
383
384 MessageId = +1
385 SymbolicName = NSSM_GUI_BROWSE_FILTER
386 Severity = Informational
387 Language = English
388 Applications%sAll files%s%0
389 .
390 Language = French
391 Applications%sTous les fichiers%s%0
392 .
393 Language = Italian
394 Applicazioni%sTutti i files%s%0
395 .
396
397 MessageId = +1
398 SymbolicName = NSSM_GUI_BROWSE_FILTER_APPLICATIONS
399 Severity = Informational
400 Language = English
401 Applications%0
402 .
403 Language = French
404 Applications%0
405 .
406 Language = Italian
407 Applicazioni%0
408 .
409
410 MessageId = +1
411 SymbolicName = NSSM_GUI_BROWSE_FILTER_ALL_FILES
412 Severity = Informational
413 Language = English
414 All files%0
415 .
416 Language = French
417 Tous les fichiers%0
418 .
419 Language = Italian
420 Tutti i files%0
421 .
422
423 MessageId = +1
424 SymbolicName = NSSM_GUI_BROWSE_TITLE
425 Severity = Informational
426 Language = English
427 Locate application file
428 .
429 Language = French
430 Indiquez le fichier exécutable
431 .
432 Language = Italian
433 Ricerca file applicazione
434 .
435
436 MessageId = 1001
437 SymbolicName = NSSM_EVENT_DISPATCHER_FAILED
438 Severity = Error
439 Language = English
440 StartServiceCtrlDispatcher() failed:
441 %1
442 .
443 Language = French
444 Erreur en tentant de connecter la tâche principale du service au gestionnaire de services Windows.
445 StartServiceCtrlDispatcher() a échoué:
446 %1
447 .
448 Language = Italian
449 Chiamata a StartServiceCtrlDispatcher() fallita:
450 %1
451 .
452
453 MessageId = +1
454 SymbolicName = NSSM_EVENT_OPENSCMANAGER_FAILED
455 Severity = Error
456 Language = English
457 Unable to connect to service manager!
458 Perhaps you need to be an administrator...
459 .
460 Language = French
461 Connexion impossible au gestionnaire de services!
462 Il vous manque peut-être des droits d'administrateur.
463 .
464 Language = Italian
465 Impossibile connettersi al Service Manager!
466 Probabilmente sono necessari permessi di Amministratore...
467 .
468
469 MessageId = +1
470 SymbolicName = NSSM_EVENT_OUT_OF_MEMORY
471 Severity = Error
472 Language = English
473 Out of memory for %1 in %2!
474 .
475 Language = French
476 Mémoire insuffisante pour %1 dans %2!
477 .
478 Language = Italian
479 Memoria insufficiente per %1 in %2!
480 .
481
482 MessageId = +1
483 SymbolicName = NSSM_EVENT_GET_PARAMETERS_FAILED
484 Severity = Error
485 Language = English
486 Failed to get startup parameters for service %1.
487 .
488 Language = French
489 Paramètres de démarrage non trouvés pour le service %1.
490 .
491 Language = Italian
492 Impossibile ottenere i permessi di avvio per il servizio %1.
493 .
494
495 MessageId = +1
496 SymbolicName = NSSM_EVENT_REGISTERSERVICECTRLHANDER_FAILED
497 Severity = Error
498 Language = English
499 RegisterServiceCtrlHandlerEx() failed:
500 %1
501 .
502 Language = French
503 Échec de l'enregistrement de la fonction de gestion des requêtes étendues de contrôle du service.
504 RegisterServiceCtrlHandlerEx() a échoué:
505 %1
506 .
507 Language = Italian
508 Chiamata a RegisterServiceCtrlHandlerEx() fallita:
509 %1
510 .
511
512 MessageId = +1
513 SymbolicName = NSSM_EVENT_START_SERVICE_FAILED
514 Severity = Error
515 Language = English
516 Can't start %1 for service %2.
517 Error code: %3.
518 .
519 Language = French
520 Impossible de démarrer %1 pour le service %2.
521 Code erreur: %3.
522 .
523 Language = Italian
524 Impossibile avviare %1 per il servizio %2.
525 Codice errore: %3.
526 .
527
528 MessageId = +1
529 SymbolicName = NSSM_EVENT_RESTART_SERVICE_FAILED
530 Severity = Warning
531 Language = English
532 Failed to restart %1 for service %2.
533 Sleeping...
534 .
535 Language = French
536 Impossible de redémarrer %1 pour le service %2.
537 Mise en sommeil...
538 .
539 Language = Italian
540 Impossibile riavviare %1 per il servizio %2.
541 In stato di attesa...
542 .
543
544 MessageId = +1
545 SymbolicName = NSSM_EVENT_STARTED_SERVICE
546 Severity = Informational
547 Language = English
548 Started %1 %2 for service %3 in %4.
549 .
550 Language = French
551 Démarrage réussi de %1 %2 pour le service %3 depuis le répertoire %4.
552 .
553 Language = Italian
554 Avviati %1 %2 per il servizio %3 in %4.
555 .
556
557 MessageId = +1
558 SymbolicName = NSSM_EVENT_REGISTERWAITFORSINGLEOBJECT_FAILED
559 Severity = Warning
560 Language = English
561 Service %1 may claim to be still running when %2 exits.
562 RegisterWaitForSingleObject() failed:
563 %3
564 .
565 Language = French
566 Le service %1 peut indiquer être toujours actif lorsque %2 se terminera.
567 RegisterWaitForSingleObject() a échoué:
568 %3
569 .
570 Language = Italian
571 Servizio %1 potrebbe richiedere di essere in esecuzione quando %2 termina.
572 Chiamata a RegisterWaitForSingleObject() fallita:
573 %3
574 .
575
576 MessageId = +1
577 SymbolicName = NSSM_EVENT_CREATEPROCESS_FAILED
578 Severity = Error
579 Language = English
580 Failed to start service %1.  Program %2 couldn't be launched.
581 CreateProcess() failed:
582 %3
583 .
584 Language = French
585 Échec du démarrage du service %1.  Le programme %2 n'a pas pu être lancé.
586 CreateProcess() a échoué:
587 %3
588 .
589 Language = Italian
590 Impossibile avviare il servizio %1.  Il programma %2 non può essere avviato.
591 Chiamata a CreateProcess() fallita:
592 %3
593 .
594
595 MessageId = +1
596 SymbolicName = NSSM_EVENT_TERMINATEPROCESS
597 Severity = Informational
598 Language = English
599 Killing process %2 because service %1 is stopping.
600 .
601 Language = French
602 Arrêt forcé du processus %2 du fait de l'arrêt du service %1.
603 .
604 Language = Italian
605 Arresto in corso del processo %2 in quanto il processo %1 sta terminando.
606 .
607
608 MessageId = +1
609 SymbolicName = NSSM_EVENT_PROCESS_ALREADY_STOPPED
610 Severity = Informational
611 Language = English
612 Requested stop of service %1.  No action is required as program %2 is not running.
613 .
614 Language = French
615 Arrêt requis du service %1.  Aucune action n'est requise car le programme %2 n'est pas en cours d'exécution.
616 .
617 Language = Italian
618 Richiesta terminazione del servizio %1.  Nessuna azione necessaria in quanto il programma %2 non è in esecuzione.
619 .
620
621 MessageId = +1
622 SymbolicName = NSSM_EVENT_ENDED_SERVICE
623 Severity = Informational
624 Language = English
625 Program %1 for service %2 exited with return code %3.
626 .
627 Language = French
628 Le programme %1 pour le service %2 s'est arrêté avec code retour %3.
629 .
630 Language = Italian
631 Il programma %1 per il servizio %2 è terminato con codice errore %3.
632 .
633
634 MessageId = +1
635 SymbolicName = NSSM_EVENT_EXIT_RESTART
636 Severity = Informational
637 Language = English
638 Service %1 action for exit code %2 is %3.
639 Attempting to restart %4.
640 .
641 Language = French
642 L'action prévue du service %1 pour le code retour %2 est: %3.
643 Tentative de redémarrage de %4.
644 .
645 Language = Italian
646 L'azione per il servizio %1, codice di uscita %2, è %3
647 Tentativo di riavvio %4.
648 .
649
650 MessageId = +1
651 SymbolicName = NSSM_EVENT_EXIT_IGNORE
652 Severity = Informational
653 Language = English
654 Service %1 action for exit code %2 is %3.
655 No action will be taken to restart %4.
656 .
657 Language = French
658 L'action prévue du service %1 pour le code retour %2 est: %3.
659 Aucune action ne sera entreprise pour redémarrer %4.
660 .
661 Language = Italian
662 Azione di servizio "%1" per il codice di uscita %2 è %3.
663 Nessuna azione sarà intrapresa per riavviare %4.
664 .
665
666 MessageId = +1
667 SymbolicName = NSSM_EVENT_EXIT_REALLY
668 Severity = Informational
669 Language = English
670 Service %1 action for exit code %2 is %3.
671 Exiting.
672 .
673 Language = French
674 L'action prévue du service %1 pour le code retour %2 est: %3.
675 Le programme ne sera pas redémarré.
676 .
677 Language = Italian
678 L'azione per il servizio %1, codice di uscita %2, è %3.
679 Termine.
680 .
681
682 MessageId = +1
683 SymbolicName = NSSM_EVENT_OPENKEY_FAILED
684 Severity = Error
685 Language = English
686 Failed to open registry key HKLM\%1:
687 %2
688 .
689 Language = French
690 Échec de l'ouverture de la clé de registre HKLM\%1:
691 %2
692 .
693 Language = Italian
694 Impossibile aprire la chiave di registro HKLM\%1:
695 %2
696 .
697
698 MessageId = +1
699 SymbolicName = NSSM_EVENT_QUERYVALUE_FAILED
700 Severity = Error
701 Language = English
702 Failed to read registry value %1:
703 %2
704 .
705 Language = French
706 Échec de l'ouverture de la valeur de registre %1:
707 %2
708 .
709 Language = Italian
710 Impossibile leggere la chiave di registro %1:
711 %2
712 .
713
714 MessageId = +1
715 SymbolicName = NSSM_EVENT_SETVALUE_FAILED
716 Severity = Error
717 Language = English
718 Failed to write registry value %1:
719 %2
720 .
721 Language = French
722 Échec de l'écriture de la valeur de registre %1:
723 %2
724 .
725 Language = Italian
726 Impossibile scrivere la chiave di registro %1:
727 %2
728 .
729
730 MessageId = +1
731 SymbolicName = NSSM_EVENT_EXIT_UNCLEAN
732 Severity = Informational
733 Language = English
734 Service %1 action for exit code %2 is %3.
735 Exiting.
736 .
737 Language = French
738 L'action prévue du service %1 pour le code retour %2 est: %3.
739 Le programme s'est terminé de manière impropre.
740 .
741 Language = Italian
742 L'azione per il servizio %1, codice di uscita %2, è %3.
743 Il programma è terminato in maniera impropria.
744 .
745
746 MessageId = +1
747 SymbolicName = NSSM_EVENT_GRACEFUL_SUICIDE
748 Severity = Informational
749 Language = English
750 Service %1 application %2 exited with exit code 0 but the default exit action is %3.
751 Honouring the %4 action would result in the service being flagged as failed and subject to recovery actions.
752 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.
753 .
754 Language = French
755 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.
756 Exécuter cette action %4 ferait que le service serait marqué en échec et sujet à des actions de récupération.
757 Donc, pour éviter cette situation, le service sera arrêté normalement.
758 Pour supprimer le présent message, configurez explicitement l'action de sortie pour le code retour 0 à %5 ou %6.
759 .
760 Language = Italian
761 Servizio %1 applicazione %2 uscita con docide 0 ma l'azione di uscita di default è%3.
762 In base all'azione %4 il servizio andrebbe impostato come fallito e soggetto ad azioni di ripristino.
763 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.
764 .
765
766 MessageId = +1
767 SymbolicName = NSSM_EVENT_EXPANDENVIRONMENTSTRINGS_FAILED
768 Severity = Error
769 Language = English
770 Failed to expand registry value %1:
771 %2
772 .
773 Language = French
774 Erreur lors de l'expansion des variables d'environnement dans la valeur de registre %1:
775 %2
776 .
777 Language = Italian
778 Impossibile espandere la chiave di registro %1:
779 %2
780 .
781
782 MessageId = +1
783 SymbolicName = NSSM_EVENT_KILLING
784 Severity = Informational
785 Language = English
786 Killing process tree of process %2 for service %1 with exit code %3
787 .
788 Language = French
789 Interruption du processus %2 et de ses processus-fils pour le service %1. Code retour = %3
790 .
791 Language = Italian
792 Arresto dell'albero di processo %2 per il servizio %1 con codice di uscita %3
793 .
794
795 MessageId = +1
796 SymbolicName = NSSM_EVENT_CREATETOOLHELP32SNAPSHOT_PROCESS_FAILED
797 Severity = Error
798 Language = English
799 Failed to create snapshot of running processes when terminating service %1:
800 %2
801 .
802 Language = French
803 Impossible de créer un instantané des processus en cours d'exécution lors de l'arrêt du service %1:
804 %2
805 .
806 Language = Italian
807 Impossibile creare uno snapshot dei processi in esecuzione durante l'arresto del servizio %1!
808 %2
809 .
810
811 MessageId = +1
812 SymbolicName = NSSM_EVENT_PROCESS_ENUMERATE_FAILED
813 Severity = Error
814 Language = English
815 Failed to enumerate running processes when terminating service %1:
816 %2
817 .
818 Language = French
819 Impossible d'énumérer les processus en cours d'exécution lors de l'arrêt du service %1:
820 %2
821 .
822 Language = Italian
823 Impossibile enumerare i processi in esecuzione durante la terminazione del servizio %1.
824 %2
825 .
826
827 MessageId = +1
828 SymbolicName = NSSM_EVENT_OPENPROCESS_FAILED
829 Severity = Error
830 Language = English
831 Failed to open process handle for process with PID %1 when terminating service %2:
832 %3
833 .
834 Language = French
835 Échec à l'ouverture du handle de processus avec PID est %1 lors de l'arrêt du service %2:
836 %3
837 .
838 Language = Italian
839 Impossibile aprire l'handle di proceso con PID %1 durante la terminazione del servizio %2.
840 %3
841 .
842
843 MessageId = +1
844 SymbolicName = NSSM_EVENT_KILL_PROCESS_TREE
845 Severity = Informational
846 Language = English
847 Killing PID %1 in process tree of PID %2 because service %3 is stopping.
848 .
849 Language = French
850 Arrêt forcé du processus avec PID %1 (processus enfant du processus avec PID %2) résultant de l'arrêt du service %3.
851 .
852 Language = Italian
853 Terminazione del PID %1 nell'albero di processo con PID %2 in quanto il servizio %3 è in fase di terminazione.
854 .
855
856 MessageId = +1
857 SymbolicName = NSSM_EVENT_TERMINATEPROCESS_FAILED
858 Severity = Error
859 Language = English
860 Failed to terminate process with PID %1 for service %2:
861 %3
862 .
863 Language = French
864 Impossible d'arrêter le processus avec PID %1 pour le service %2:
865 %3
866 .
867 Language = Italian
868 Impossibile terminare il processo con PID %1 per il servizio %2:
869 %3
870 .
871
872 MessageId = +1
873 SymbolicName = NSSM_EVENT_NO_FLAGS
874 Severity = Warning
875 Language = English
876 Registry key %1 is unset for service %2.
877 No flags will be passed to %3 when it starts.
878 .
879 Language = French
880 La clé de registre %1 n'est pas définie pour le service %2.
881 Aucune option ne sera transmise à %3 lorsqu'il démarrera.
882 .
883 Language = Italian
884 La chiave di registro %1 non è impostata per il servizio %2.
885 Nessin flag verrà passato a %3 in fase di avvio.
886 .
887
888 MessageId = +1
889 SymbolicName = NSSM_EVENT_NO_DIR
890 Severity = Warning
891 Language = English
892 Registry key %1 is unset for service %2.
893 Assuming startup directory %3.
894 .
895 Language = French
896 La clé de registre %1 n'est pas définie pour le service %2.
897 Le répertoire de démarrage sera supposé être: %3.
898 .
899 Language = Italian
900 La chiave di registro %1 non è impostata per il servizio %2.
901 Cartella di avvio presunta: %3.
902 .
903
904 MessageId = +1
905 SymbolicName = NSSM_EVENT_NO_DIR_AND_NO_FALLBACK
906 Severity = Error
907 Language = English
908 Registry key %1 is unset for service %2.
909 Additionally, ExpandEnvironmentStrings("%%SYSTEMROOT%%") failed when trying to choose a fallback startup directory.
910 .
911 Language = French
912 La clé de registre %1 n'est pas définie pour le service %2.
913 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.
914 .
915 Language = Italian
916 La chiave di registro %1 non è impostata per il servizio %2.
917 Inoltre, la chiamata a ExpandEnvironmentStrings("%%SYSTEMROOT%%") è fallita in fase di scelta directory alternativa.
918 .
919
920 MessageId = +1
921 SymbolicName = NSSM_EVENT_CREATETOOLHELP32SNAPSHOT_THREAD_FAILED
922 Severity = Error
923 Language = English
924 Failed to create snapshot of running threads when terminating service %1:
925 %2
926 .
927 Language = French
928 Impossible de créer un instantané des threads en cours d'exécution lors de l'arrêt du service %1:
929 %2
930 .
931 Language = Italian
932 Impossibile creare uno snapshot dei thread attivi dutante la fase di terminazione del servizio %1:
933 %2
934 .
935
936 MessageId = +1
937 SymbolicName = NSSM_EVENT_THREAD_ENUMERATE_FAILED
938 Severity = Error
939 Language = English
940 Failed to enumerate running threads when terminating service %1:
941 %2
942 .
943 Language = French
944 Impossible d'énumérer les tâches (threads) en cours d'exécution lors de l'arrêt du service %1:
945 %2
946 .
947 Language = Italian
948 Impossibile enumerare i thread attivi durante la fase di terminazione del servizio %1:
949 %2
950 .
951
952 MessageId = +1
953 SymbolicName = NSSM_EVENT_THROTTLED
954 Severity = Warning
955 Language = English
956 Service %1 ran for less than %2 milliseconds.
957 Restart will be delayed by %3 milliseconds.
958 .
959 Language = French
960 Le service %1 est resté actif durant moins de %2 millisecondes.
961 Son redémarrage sera retardé de %3 millisecondes.
962 .
963 Language = Italian
964 Il servizio %1 è rimasto in esecuzione per meno di %2 millisecondi.
965 Il riavvio verrà posticipato di %3 millisecondi.
966 .
967
968 MessageId = +1
969 SymbolicName = NSSM_EVENT_RESET_THROTTLE
970 Severity = Informational
971 Language = English
972 Request to resume service %1.  Throttling of restart attempts will be reset.
973 .
974 Language = French
975 Demande de redémarrage du service %1.  La régulation des tentatives de redémarrage sera réinitialisée.
976 .
977 Language = Italian
978 Richiesta di cambio nome per il servizio %1. Il meccanismo di regolazione della pausa di riavvio verrà resettato.
979 .
980
981 MessageId = +1
982 SymbolicName = NSSM_EVENT_BOGUS_THROTTLE
983 Severity = Warning
984 Language = English
985 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.
986 .
987 Language = French
988 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, 
989 n'était pas du type REG_DWORD.  Une durée de %3 millisecondes sera utilisée par défaut.
990 .
991 Language = Italian
992 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.
993 Verrà usato il tempo di default pari a 3 ms.
994 .
995
996 MessageId = +1
997 SymbolicName = NSSM_EVENT_CREATEWAITABLETIMER_FAILED
998 Severity = Warning
999 Language = English
1000 Failed to create waitable timer for service %1:
1001 %2
1002 Throttled restarts will not be interruptible.
1003 .
1004 Language = French
1005 Impossible de créer un déclenchement temporisé ("waitable timer") pour le service %1:
1006 %2
1007 Les redémarrages régulés ne pourront pas être interrompus.
1008 .
1009 Language = Italian
1010 Impossibile creare un timer per il servizio %1:
1011 %2
1012 Il meccanismo di regolazione della pausa di riavvio non sarà interrompibile.
1013 .
1014
1015 MessageId = +1
1016 SymbolicName = NSSM_EVENT_CREATEPROCESS_FAILED_INVALID_ENVIRONMENT
1017 Severity = Error
1018 Language = English
1019 Failed to start service %1.  Program %2 couldn't be launched.
1020 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.
1021 .
1022 Language = French
1023 Échec de démarrage du service %1.  Le programme %2 n'a pas pu être lancé.
1024 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.
1025 Il est vraisemblable que l'environnement a été spécifié de manière incorrecte.
1026 %3 devrait être définie comme valeur REG_MULTI_SZ comprenant des chaînes sous la forme KEY=VALUE.
1027 .
1028 Language = Italian
1029 Impossibile riavviare il servizio %1. Il programma %2 non può essere avviato.
1030 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.
1031 $3 dovrebbe essere un valore REG_MULTI_SZ comprendente stringhe nella forma CHIAVE=VALORE.
1032 .
1033
1034 MessageId = +1
1035 SymbolicName = NSSM_EVENT_INVALID_ENVIRONMENT_STRING_TYPE
1036 Severity = Warning
1037 Language = English
1038 Environment declaration %1 for service %2 is not of type REG_MULTI_SZ and will be ignored.
1039 .
1040 Language = French
1041 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.
1042 .
1043 Language = Italian
1044 Dichiarazione di ambiente %1 per il servizio %2 non è di tipo REG_MULTI_SZ e verrà quindi ingnorata.
1045 .
1046
1047 MessageId = +1
1048 SymbolicName = NSSM_EVENT_SERVICE_CONTROL_HANDLED
1049 Severity = Informational
1050 Language = English
1051 Service %1 received %2 control, which will be handled.
1052 .
1053 Language = French
1054 Le service %1 a reçu le code de contrôle %2, qui sera pris en compte.
1055 .
1056 Language = Italian
1057 Il servizio %1 ha ricevuto la chiave di controllo %2 che sarà gestita.
1058 .
1059
1060 MessageId = +1
1061 SymbolicName = NSSM_EVENT_SERVICE_CONTROL_NOT_HANDLED
1062 Severity = Informational
1063 Language = English
1064 Service %1 received unsupported %2 control, which will not be handled.
1065 .
1066 Language = French
1067 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.
1068 .
1069 Language = Italian
1070 Il servizio %1 ha ricevuto una chiave di controllo %2 non supportata. Essa non sarà gestita.
1071 .
1072
1073 MessageId = +1
1074 SymbolicName = NSSM_EVENT_SERVICE_CONTROL_UNKNOWN
1075 Severity = Informational
1076 Language = English
1077 Service %1 received unknown service control message %2, which will be ignored.
1078 .
1079 Language = French
1080 Le service %1 a reçu le code de contrôle inconnu %2, qui sera donc ignoré.
1081 .
1082 Language = Italian
1083 Il servizio %1 ha ricevuto un messaggio di controllo di servizio sconosciuto %2, che verrà ignorato.
1084 .
1085
1086 MessageId = +1
1087 SymbolicName = NSSM_EVENT_CHANGESERVICECONFIG2_FAILED
1088 Severity = Informational
1089 Language = English
1090 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.
1091 ChangeServiceConfig2() failed:
1092 %2
1093 .
1094 Language = French
1095 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.
1096 ChangeServiceConfig2() a échoué:
1097 .
1098 Language = Italian
1099 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.
1100 Chiamata a ChangeServiceConfig2() fallita:
1101 %2
1102 .
1103
1104 MessageId = +1
1105 SymbolicName = NSSM_EVENT_GETPROCESSTIMES_FAILED
1106 Severity = Error
1107 Language = English
1108 GetProcessTimes() failed:
1109 %1
1110 .
1111 Language = French
1112 Échec de GetProcessTimes():
1113 %1
1114 .
1115 Language = Italian
1116 Chiamata a GetProcessTimes():
1117 %1
1118 .
1119
1120 MessageId = +1
1121 SymbolicName = NSSM_EVENT_ATTACHCONSOLE_FAILED
1122 Severity = Error
1123 Language = English
1124 Error attaching to console for service %1.
1125 AttachConsole() failed:
1126 %2
1127 .
1128 Language = French
1129 Error attaching to console for service %1.
1130 AttachConsole() a échoué:
1131 %2
1132 .
1133 Language = Italian
1134 Error attaching to console for service %1.
1135 AttachConsole() fallita:
1136 %2
1137 .
1138
1139 MessageId = +1
1140 SymbolicName = NSSM_EVENT_SETCONSOLECTRLHANDLER_FAILED
1141 Severity = Error
1142 Language = English
1143 Error setting null handler for Control-C events sent to service %1.
1144 SetConsoleCtrlHandler() failed:
1145 %2
1146 .
1147 Language = French
1148 Error setting null handler for Control-C events sent to service %1.
1149 SetConsoleCtrlHandler() a échoué:
1150 %2
1151 .
1152 Language = Italian
1153 Error setting null handler for Control-C events sent to service %1.
1154 SetConsoleCtrlHandler() fallita:
1155 %2
1156 .
1157
1158 MessageId = +1
1159 SymbolicName = NSSM_EVENT_GENERATECONSOLECTRLEVENT_FAILED
1160 Severity = Error
1161 Language = English
1162 Error generating Control-C event for service %1.
1163 GenerateConsoleCtrlEvent() failed:
1164 %2
1165 .
1166 Language = French
1167 Error generating Control-C event for service %1.
1168 GenerateConsoleCtrlEvent() a échoué:
1169 %2
1170 .
1171 Language = Italian
1172 Error generating Control-C event for service %1.
1173 GenerateConsoleCtrlEvent() fallita:
1174 %2
1175 .
1176
1177 MessageId = +1
1178 SymbolicName = NSSM_EVENT_FREECONSOLE_FAILED
1179 Severity = Warning
1180 Language = English
1181 Error detaching from console for service %1.
1182 FreeConsole() failed:
1183 %2
1184 .
1185 Language = French
1186 Error detaching from console for service %1.
1187 FreeConsole() a échoué:
1188 %2
1189 .
1190 Language = Italian
1191 Error detaching from console for service %1.
1192 FreeConsole() fallita:
1193 %2
1194 .