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