messages.mc 42 KB

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