messages.mc 40 KB

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