messages.mc 41 KB

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