messages.mc 34 KB

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