PageRenderTime 154ms CodeModel.GetById 32ms RepoModel.GetById 1ms app.codeStats 1ms

/i18n/it.po

https://bitbucket.org/mirror/mercurial/
Portable Object | 14231 lines | 11050 code | 3181 blank | 0 comment | 0 complexity | 53983f7e5f4fc6735d2620cb00e15274 MD5 | raw file
Possible License(s): GPL-2.0
  1. # Italian translations for Mercurial
  2. # Traduzione italiana per Mercurial
  3. # Copyright (C) 2009 Matt Mackall and others
  4. msgid ""
  5. msgstr ""
  6. "Project-Id-Version: Mercurial\n"
  7. "Report-Msgid-Bugs-To: <mercurial-devel@selenic.com>\n"
  8. "POT-Creation-Date: 2011-03-22 22:04+0100\n"
  9. "PO-Revision-Date: 2013-04-05 14:47+0100\n"
  10. "Last-Translator: Stefano Tortarolo <stefano.tortarolo@gmail.com>\n"
  11. "Language-Team: Italian <Italian>\n"
  12. "Language: it\n"
  13. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=UTF-8\n"
  15. "Content-Transfer-Encoding: 8bit\n"
  16. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  17. "X-Generator: Poedit 1.5.5\n"
  18. #, python-format
  19. msgid " (default: %s)"
  20. msgstr " (default: %s)"
  21. msgid "Options"
  22. msgstr "Opzioni"
  23. msgid "Commands"
  24. msgstr "Comandi"
  25. msgid "Extensions"
  26. msgstr "Estensioni"
  27. msgid ""
  28. "This section contains help for extensions that are distributed together with "
  29. "Mercurial. Help for other extensions is available in the help system."
  30. msgstr ""
  31. "Questa sezione contiene la guida per le estensioni che sono distribuite con "
  32. "Mercurial. Guide per altre estensioni sono disponibili nel sistema d'aiuto."
  33. msgid "Options:"
  34. msgstr "Opzioni:"
  35. #, python-format
  36. msgid " aliases: %s"
  37. msgstr " alias: %s"
  38. msgid "hooks for controlling repository access"
  39. msgstr "hook per controllare l'accesso al repository"
  40. msgid ""
  41. "This hook makes it possible to allow or deny write access to given\n"
  42. "branches and paths of a repository when receiving incoming changesets\n"
  43. "via pretxnchangegroup and pretxncommit."
  44. msgstr ""
  45. "Questo hook rende possibile consentire o negare l'accesso in scrittura\n"
  46. "a specifiche branch o percorsi di un repository durante la ricezione di\n"
  47. "changeset in ingresso tramite pretxnchangegroup and pretxncommit."
  48. msgid ""
  49. "The authorization is matched based on the local user name on the\n"
  50. "system where the hook runs, and not the committer of the original\n"
  51. "changeset (since the latter is merely informative)."
  52. msgstr ""
  53. "L'autorizzazione è verificata sulla base del nome dell'utente locale\n"
  54. "del sistema dove l'hook viene eseguito, e non l'autore del commit\n"
  55. "originario (dal momento che quest'ultimo ha mero scopo informativo)."
  56. msgid ""
  57. "The acl hook is best used along with a restricted shell like hgsh,\n"
  58. "preventing authenticating users from doing anything other than pushing\n"
  59. "or pulling. The hook is not safe to use if users have interactive\n"
  60. "shell access, as they can then disable the hook. Nor is it safe if\n"
  61. "remote users share an account, because then there is no way to\n"
  62. "distinguish them."
  63. msgstr ""
  64. "L'hook acl è usato meglio con una shell ristretta come hgsh,\n"
  65. "prevenendo utenti autenticati dal fare altro di push o pull.\n"
  66. "L'hook non è sicuro da usare se gli utenti hanno accesso a\n"
  67. "shell interattive, dal momento che possono disattivare l'hook.\n"
  68. "Allo stesso modo non è sicuro se utenti remoti condividono\n"
  69. "l'account, poichè allora non c'è modo di distinguerli."
  70. msgid "The order in which access checks are performed is:"
  71. msgstr "L'ordine in cui le verifiche di accesso vengono eseguite è:"
  72. msgid ""
  73. "1) Deny list for branches (section ``acl.deny.branches``)\n"
  74. "2) Allow list for branches (section ``acl.allow.branches``)\n"
  75. "3) Deny list for paths (section ``acl.deny``)\n"
  76. "4) Allow list for paths (section ``acl.allow``)"
  77. msgstr ""
  78. msgid "The allow and deny sections take key-value pairs."
  79. msgstr ""
  80. msgid ""
  81. "Branch-based Access Control\n"
  82. "..........................."
  83. msgstr ""
  84. "Controllo degli accessi basato su branch\n"
  85. "..........................."
  86. msgid ""
  87. "Use the ``acl.deny.branches`` and ``acl.allow.branches`` sections to\n"
  88. "have branch-based access control. Keys in these sections can be\n"
  89. "either:"
  90. msgstr ""
  91. msgid ""
  92. "- a branch name, or\n"
  93. "- an asterisk, to match any branch;"
  94. msgstr ""
  95. "- il nome di un branch, oppure\n"
  96. "- un asterisco, per comprendere ogni branch;"
  97. msgid "The corresponding values can be either:"
  98. msgstr "I valori corrispondenti possono essere:"
  99. msgid ""
  100. "- a comma-separated list containing users and groups, or\n"
  101. "- an asterisk, to match anyone;"
  102. msgstr ""
  103. msgid ""
  104. "Path-based Access Control\n"
  105. "........................."
  106. msgstr ""
  107. "Controllo degli accessi basato su percorso\n"
  108. "........................."
  109. msgid ""
  110. "Use the ``acl.deny`` and ``acl.allow`` sections to have path-based\n"
  111. "access control. Keys in these sections accept a subtree pattern (with\n"
  112. "a glob syntax by default). The corresponding values follow the same\n"
  113. "syntax as the other sections above."
  114. msgstr ""
  115. msgid ""
  116. "Groups\n"
  117. "......"
  118. msgstr ""
  119. "Gruppi\n"
  120. "......"
  121. msgid ""
  122. "Group names must be prefixed with an ``@`` symbol. Specifying a group\n"
  123. "name has the same effect as specifying all the users in that group."
  124. msgstr ""
  125. msgid ""
  126. "You can define group members in the ``acl.groups`` section.\n"
  127. "If a group name is not defined there, and Mercurial is running under\n"
  128. "a Unix-like system, the list of users will be taken from the OS.\n"
  129. "Otherwise, an exception will be raised."
  130. msgstr ""
  131. msgid ""
  132. "Example Configuration\n"
  133. "....................."
  134. msgstr ""
  135. "Configurazione d'esempio\n"
  136. "....................."
  137. msgid "::"
  138. msgstr "::"
  139. msgid " [hooks]"
  140. msgstr " [hooks]"
  141. msgid ""
  142. " # Use this if you want to check access restrictions at commit time\n"
  143. " pretxncommit.acl = python:hgext.acl.hook"
  144. msgstr ""
  145. msgid ""
  146. " # Use this if you want to check access restrictions for pull, push,\n"
  147. " # bundle and serve.\n"
  148. " pretxnchangegroup.acl = python:hgext.acl.hook"
  149. msgstr ""
  150. msgid ""
  151. " [acl]\n"
  152. " # Allow or deny access for incoming changes only if their source is\n"
  153. " # listed here, let them pass otherwise. Source is \"serve\" for all\n"
  154. " # remote access (http or ssh), \"push\", \"pull\" or \"bundle\" when the\n"
  155. " # related commands are run locally.\n"
  156. " # Default: serve\n"
  157. " sources = serve"
  158. msgstr ""
  159. msgid " [acl.deny.branches]"
  160. msgstr " [acl.deny.branches]"
  161. msgid ""
  162. " # Everyone is denied to the frozen branch:\n"
  163. " frozen-branch = *"
  164. msgstr ""
  165. " # Ad ognuno è vietato l'accesso alla branch congelata:\n"
  166. " frozen-branch = *"
  167. msgid ""
  168. " # A bad user is denied on all branches:\n"
  169. " * = bad-user"
  170. msgstr ""
  171. msgid " [acl.allow.branches]"
  172. msgstr " [acl.allow.branches]"
  173. msgid ""
  174. " # A few users are allowed on branch-a:\n"
  175. " branch-a = user-1, user-2, user-3"
  176. msgstr ""
  177. msgid ""
  178. " # Only one user is allowed on branch-b:\n"
  179. " branch-b = user-1"
  180. msgstr ""
  181. msgid ""
  182. " # The super user is allowed on any branch:\n"
  183. " * = super-user"
  184. msgstr ""
  185. msgid ""
  186. " # Everyone is allowed on branch-for-tests:\n"
  187. " branch-for-tests = *"
  188. msgstr ""
  189. msgid ""
  190. " [acl.deny]\n"
  191. " # This list is checked first. If a match is found, acl.allow is not\n"
  192. " # checked. All users are granted access if acl.deny is not present.\n"
  193. " # Format for both lists: glob pattern = user, ..., @group, ..."
  194. msgstr ""
  195. msgid ""
  196. " # To match everyone, use an asterisk for the user:\n"
  197. " # my/glob/pattern = *"
  198. msgstr ""
  199. msgid ""
  200. " # user6 will not have write access to any file:\n"
  201. " ** = user6"
  202. msgstr ""
  203. msgid ""
  204. " # Group \"hg-denied\" will not have write access to any file:\n"
  205. " ** = @hg-denied"
  206. msgstr ""
  207. msgid ""
  208. " # Nobody will be able to change \"DONT-TOUCH-THIS.txt\", despite\n"
  209. " # everyone being able to change all other files. See below.\n"
  210. " src/main/resources/DONT-TOUCH-THIS.txt = *"
  211. msgstr ""
  212. msgid ""
  213. " [acl.allow]\n"
  214. " # if acl.allow is not present, all users are allowed by default\n"
  215. " # empty acl.allow = no users allowed"
  216. msgstr ""
  217. msgid ""
  218. " # User \"doc_writer\" has write access to any file under the \"docs\"\n"
  219. " # folder:\n"
  220. " docs/** = doc_writer"
  221. msgstr ""
  222. msgid ""
  223. " # User \"jack\" and group \"designers\" have write access to any file\n"
  224. " # under the \"images\" folder:\n"
  225. " images/** = jack, @designers"
  226. msgstr ""
  227. msgid ""
  228. " # Everyone (except for \"user6\" - see acl.deny above) will have write\n"
  229. " # access to any file under the \"resources\" folder (except for 1\n"
  230. " # file. See acl.deny):\n"
  231. " src/main/resources/** = *"
  232. msgstr ""
  233. msgid " .hgtags = release_engineer"
  234. msgstr " .hgtags = release_engineer"
  235. #, python-format
  236. msgid "group '%s' is undefined"
  237. msgstr "il gruppo '%s' non è definito"
  238. #, python-format
  239. msgid ""
  240. "config error - hook type \"%s\" cannot stop incoming changesets nor commits"
  241. msgstr ""
  242. "errore di configurazione - l'hook di tipo \"%s\" non può fermare né i "
  243. "changesetné i commit in entrata"
  244. #, python-format
  245. msgid "acl: user \"%s\" denied on branch \"%s\" (changeset \"%s\")"
  246. msgstr ""
  247. "acl: accesso negato per l'utente \"%s\" per il branch \"%s\" (changeset \"%s"
  248. "\")"
  249. #, python-format
  250. msgid "acl: user \"%s\" not allowed on branch \"%s\" (changeset \"%s\")"
  251. msgstr ""
  252. "acl: accesso non permesso per l'utente \"%s\" per il branch \"%s"
  253. "\" (changeset \"%s\")"
  254. #, python-format
  255. msgid "acl: access denied for changeset %s"
  256. msgstr "acl: accesso negato per il changeset %s"
  257. msgid "hooks for integrating with the Bugzilla bug tracker"
  258. msgstr "hook per l'integrazione con il bug tracker Bugzilla"
  259. msgid ""
  260. "This hook extension adds comments on bugs in Bugzilla when changesets\n"
  261. "that refer to bugs by Bugzilla ID are seen. The hook does not change\n"
  262. "bug status."
  263. msgstr ""
  264. "Questa estensione hook aggiunge commenti a bug in Bugzilla quando vengono\n"
  265. "rilevati changeset che fanno riferimento a bug per ID Bugzilla. L'hook non\n"
  266. "cambia lo status del bug."
  267. msgid ""
  268. "The hook updates the Bugzilla database directly. Only Bugzilla\n"
  269. "installations using MySQL are supported."
  270. msgstr ""
  271. "L'hook aggiorna direttamente il database Bugzilla. Sono supportate\n"
  272. "solo installazioni di Bugzilla che usano MySQL."
  273. msgid ""
  274. "The hook relies on a Bugzilla script to send bug change notification\n"
  275. "emails. That script changes between Bugzilla versions; the\n"
  276. "'processmail' script used prior to 2.18 is replaced in 2.18 and\n"
  277. "subsequent versions by 'config/sendbugmail.pl'. Note that these will\n"
  278. "be run by Mercurial as the user pushing the change; you will need to\n"
  279. "ensure the Bugzilla install file permissions are set appropriately."
  280. msgstr ""
  281. msgid ""
  282. "The extension is configured through three different configuration\n"
  283. "sections. These keys are recognized in the [bugzilla] section:"
  284. msgstr ""
  285. msgid ""
  286. "host\n"
  287. " Hostname of the MySQL server holding the Bugzilla database."
  288. msgstr ""
  289. msgid ""
  290. "db\n"
  291. " Name of the Bugzilla database in MySQL. Default 'bugs'."
  292. msgstr ""
  293. msgid ""
  294. "user\n"
  295. " Username to use to access MySQL server. Default 'bugs'."
  296. msgstr ""
  297. msgid ""
  298. "password\n"
  299. " Password to use to access MySQL server."
  300. msgstr ""
  301. msgid ""
  302. "timeout\n"
  303. " Database connection timeout (seconds). Default 5."
  304. msgstr ""
  305. msgid ""
  306. "version\n"
  307. " Bugzilla version. Specify '3.0' for Bugzilla versions 3.0 and later,\n"
  308. " '2.18' for Bugzilla versions from 2.18 and '2.16' for versions prior\n"
  309. " to 2.18."
  310. msgstr ""
  311. msgid ""
  312. "bzuser\n"
  313. " Fallback Bugzilla user name to record comments with, if changeset\n"
  314. " committer cannot be found as a Bugzilla user."
  315. msgstr ""
  316. msgid ""
  317. "bzdir\n"
  318. " Bugzilla install directory. Used by default notify. Default\n"
  319. " '/var/www/html/bugzilla'."
  320. msgstr ""
  321. msgid ""
  322. "notify\n"
  323. " The command to run to get Bugzilla to send bug change notification\n"
  324. " emails. Substitutes from a map with 3 keys, 'bzdir', 'id' (bug id)\n"
  325. " and 'user' (committer bugzilla email). Default depends on version;\n"
  326. " from 2.18 it is \"cd %(bzdir)s && perl -T contrib/sendbugmail.pl\n"
  327. " %(id)s %(user)s\"."
  328. msgstr ""
  329. msgid ""
  330. "regexp\n"
  331. " Regular expression to match bug IDs in changeset commit message.\n"
  332. " Must contain one \"()\" group. The default expression matches 'Bug\n"
  333. " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
  334. " 1234 and 5678' and variations thereof. Matching is case insensitive."
  335. msgstr ""
  336. msgid ""
  337. "style\n"
  338. " The style file to use when formatting comments."
  339. msgstr ""
  340. msgid ""
  341. "template\n"
  342. " Template to use when formatting comments. Overrides style if\n"
  343. " specified. In addition to the usual Mercurial keywords, the\n"
  344. " extension specifies::"
  345. msgstr ""
  346. msgid ""
  347. " {bug} The Bugzilla bug ID.\n"
  348. " {root} The full pathname of the Mercurial repository.\n"
  349. " {webroot} Stripped pathname of the Mercurial repository.\n"
  350. " {hgweb} Base URL for browsing Mercurial repositories."
  351. msgstr ""
  352. msgid ""
  353. " Default 'changeset {node|short} in repo {root} refers '\n"
  354. " 'to bug {bug}.\\ndetails:\\n\\t{desc|tabindent}'"
  355. msgstr ""
  356. msgid ""
  357. "strip\n"
  358. " The number of slashes to strip from the front of {root} to produce\n"
  359. " {webroot}. Default 0."
  360. msgstr ""
  361. msgid ""
  362. "usermap\n"
  363. " Path of file containing Mercurial committer ID to Bugzilla user ID\n"
  364. " mappings. If specified, the file should contain one mapping per\n"
  365. " line, \"committer\"=\"Bugzilla user\". See also the [usermap] section."
  366. msgstr ""
  367. msgid ""
  368. "The [usermap] section is used to specify mappings of Mercurial\n"
  369. "committer ID to Bugzilla user ID. See also [bugzilla].usermap.\n"
  370. "\"committer\"=\"Bugzilla user\""
  371. msgstr ""
  372. msgid "Finally, the [web] section supports one entry:"
  373. msgstr ""
  374. msgid ""
  375. "baseurl\n"
  376. " Base URL for browsing Mercurial repositories. Reference from\n"
  377. " templates as {hgweb}."
  378. msgstr ""
  379. msgid "Activating the extension::"
  380. msgstr "Attivazione dell'estensione::"
  381. msgid ""
  382. " [extensions]\n"
  383. " bugzilla ="
  384. msgstr ""
  385. " [extensions]\n"
  386. " bugzilla ="
  387. msgid ""
  388. " [hooks]\n"
  389. " # run bugzilla hook on every change pulled or pushed in here\n"
  390. " incoming.bugzilla = python:hgext.bugzilla.hook"
  391. msgstr ""
  392. " [hooks]\n"
  393. " # esegue l'hook bugzilla ad ogni modifica a seguito di pull o push qui\n"
  394. " incoming.bugzilla = python:hgext.bugzilla.hook"
  395. msgid "Example configuration:"
  396. msgstr "Configurazione di esempio:"
  397. msgid ""
  398. "This example configuration is for a collection of Mercurial\n"
  399. "repositories in /var/local/hg/repos/ used with a local Bugzilla 3.2\n"
  400. "installation in /opt/bugzilla-3.2. ::"
  401. msgstr ""
  402. msgid ""
  403. " [bugzilla]\n"
  404. " host=localhost\n"
  405. " password=XYZZY\n"
  406. " version=3.0\n"
  407. " bzuser=unknown@domain.com\n"
  408. " bzdir=/opt/bugzilla-3.2\n"
  409. " template=Changeset {node|short} in {root|basename}.\n"
  410. " {hgweb}/{webroot}/rev/{node|short}\\n\n"
  411. " {desc}\\n\n"
  412. " strip=5"
  413. msgstr ""
  414. " [bugzilla]\n"
  415. " host=localhost\n"
  416. " password=XYZZY\n"
  417. " version=3.0\n"
  418. " bzuser=unknown@domain.com\n"
  419. " bzdir=/opt/bugzilla-3.2\n"
  420. " template=Changeset {node|short} in {root|basename}.\n"
  421. " {hgweb}/{webroot}/rev/{node|short}\\n\n"
  422. " {desc}\\n\n"
  423. " strip=5"
  424. msgid ""
  425. " [web]\n"
  426. " baseurl=http://dev.domain.com/hg"
  427. msgstr ""
  428. " [web]\n"
  429. " baseurl=http://dev.domain.com/hg"
  430. msgid ""
  431. " [usermap]\n"
  432. " user@emaildomain.com=user.name@bugzilladomain.com"
  433. msgstr ""
  434. " [usermap]\n"
  435. " user@emaildomain.com=user.name@bugzilladomain.com"
  436. msgid "Commits add a comment to the Bugzilla bug record of the form::"
  437. msgstr ""
  438. msgid ""
  439. " Changeset 3b16791d6642 in repository-name.\n"
  440. " http://dev.domain.com/hg/repository-name/rev/3b16791d6642"
  441. msgstr ""
  442. msgid " Changeset commit comment. Bug 1234.\n"
  443. msgstr ""
  444. #, python-format
  445. msgid "connecting to %s:%s as %s, password %s\n"
  446. msgstr "sto connettendomi a %s:%s come %s, password %s\n"
  447. #, python-format
  448. msgid "query: %s %s\n"
  449. msgstr "query: %s %s\n"
  450. #, python-format
  451. msgid "failed query: %s %s\n"
  452. msgstr "query fallita: %s %s\n"
  453. msgid "unknown database schema"
  454. msgstr "schema del database sconosciuto"
  455. #, python-format
  456. msgid "bug %d already knows about changeset %s\n"
  457. msgstr "il bug %d è già a conoscenza del changeset %s\n"
  458. msgid "telling bugzilla to send mail:\n"
  459. msgstr "sto dicendo a bugzilla di inviare la mail:\n"
  460. #, python-format
  461. msgid " bug %s\n"
  462. msgstr " bug %s\n"
  463. #, python-format
  464. msgid "running notify command %s\n"
  465. msgstr "sto eseguendo il comando di notifica %s\n"
  466. #, python-format
  467. msgid "bugzilla notify command %s"
  468. msgstr "comando di notifica di bugzilla %s"
  469. msgid "done\n"
  470. msgstr "fatto\n"
  471. #, python-format
  472. msgid "looking up user %s\n"
  473. msgstr "ricercando l'utente %s\n"
  474. #, python-format
  475. msgid "cannot find bugzilla user id for %s"
  476. msgstr "impossibile trovare nome utente bugzilla per %s"
  477. #, python-format
  478. msgid "cannot find bugzilla user id for %s or %s"
  479. msgstr "impossibile trovare nome utente bugzilla per %s o %s"
  480. #, python-format
  481. msgid "bugzilla version %s not supported"
  482. msgstr "versione di bugzilla %s non supportata"
  483. msgid ""
  484. "changeset {node|short} in repo {root} refers to bug {bug}.\n"
  485. "details:\n"
  486. "\t{desc|tabindent}"
  487. msgstr ""
  488. "changeset {node|short} nel repository {root} si riferisce al bug {bug}.\n"
  489. "dettagli:\n"
  490. "\t{desc|tabindent}"
  491. #, python-format
  492. msgid "python mysql support not available: %s"
  493. msgstr "il supporto per python per mysql non è disponibile: %s"
  494. #, python-format
  495. msgid "hook type %s does not pass a changeset id"
  496. msgstr ""
  497. #, python-format
  498. msgid "database error: %s"
  499. msgstr "errore del database: %s"
  500. msgid "command to display child changesets"
  501. msgstr "comando per mostrare i changeset figli"
  502. msgid "show the children of the given or working directory revision"
  503. msgstr ""
  504. "mostra i figli della revisione data o di quella della directory di lavoro"
  505. msgid ""
  506. " Print the children of the working directory's revisions. If a\n"
  507. " revision is given via -r/--rev, the children of that revision will\n"
  508. " be printed. If a file argument is given, revision in which the\n"
  509. " file was last changed (after the working directory revision or the\n"
  510. " argument to --rev if given) is printed.\n"
  511. " "
  512. msgstr ""
  513. " Stampa le revisioni figlie della directory di lavoro. Se una\n"
  514. " revisione è data tramite --rev, verranno stampati i figli di\n"
  515. " quella revisione. Se viene fornito un file come argomento,\n"
  516. " verrà stampata l'ultima revisione in cui il file è stato\n"
  517. " modificato (dopo la revisione della directory di lavoro\n"
  518. " o dell'argomento di --rev se fornito).\n"
  519. " "
  520. msgid "REV"
  521. msgstr "REV"
  522. msgid "show children of the specified revision"
  523. msgstr "mostra i figli della revisione specificata"
  524. msgid "hg children [-r REV] [FILE]"
  525. msgstr "hg·children·[-r·REV]·[FILE]"
  526. msgid "command to display statistics about repository history"
  527. msgstr "comando per mostrare statistiche sulla storia del repository"
  528. #, python-format
  529. msgid "Revision %d is a merge, ignoring...\n"
  530. msgstr "La revisione %d è un merge, ignoro...\n"
  531. msgid "analyzing"
  532. msgstr "sto effettuando l'analisi"
  533. msgid "histogram of changes to the repository"
  534. msgstr "istogramma delle modifiche al repository"
  535. msgid ""
  536. " This command will display a histogram representing the number\n"
  537. " of changed lines or revisions, grouped according to the given\n"
  538. " template. The default template will group changes by author.\n"
  539. " The --dateformat option may be used to group the results by\n"
  540. " date instead."
  541. msgstr ""
  542. msgid ""
  543. " Statistics are based on the number of changed lines, or\n"
  544. " alternatively the number of matching revisions if the\n"
  545. " --changesets option is specified."
  546. msgstr ""
  547. msgid " Examples::"
  548. msgstr " Esempi::"
  549. msgid ""
  550. " # display count of changed lines for every committer\n"
  551. " hg churn -t '{author|email}'"
  552. msgstr ""
  553. msgid ""
  554. " # display daily activity graph\n"
  555. " hg churn -f '%H' -s -c"
  556. msgstr ""
  557. msgid ""
  558. " # display activity of developers by month\n"
  559. " hg churn -f '%Y-%m' -s -c"
  560. msgstr ""
  561. msgid ""
  562. " # display count of lines changed in every year\n"
  563. " hg churn -f '%Y' -s"
  564. msgstr ""
  565. msgid ""
  566. " It is possible to map alternate email addresses to a main address\n"
  567. " by providing a file using the following format::"
  568. msgstr ""
  569. msgid " <alias email> = <actual email>"
  570. msgstr ""
  571. msgid ""
  572. " Such a file may be specified with the --aliases option, otherwise\n"
  573. " a .hgchurn file will be looked for in the working directory root.\n"
  574. " "
  575. msgstr ""
  576. #, python-format
  577. msgid "skipping malformed alias: %s\n"
  578. msgstr "sto saltando un alias malformato: %s\n"
  579. msgid "count rate for the specified revision or range"
  580. msgstr "misura velocità per le revisioni o il range specificati"
  581. msgid "DATE"
  582. msgstr "DATA"
  583. msgid "count rate for revisions matching date spec"
  584. msgstr "misura velocità per le revisioni che corrispondono ad una data fornita"
  585. msgid "TEMPLATE"
  586. msgstr "TEMPLATE"
  587. msgid "template to group changesets"
  588. msgstr ""
  589. msgid "FORMAT"
  590. msgstr "FORMATO"
  591. msgid "strftime-compatible format for grouping by date"
  592. msgstr ""
  593. msgid "count rate by number of changesets"
  594. msgstr "misura velocità dal numero di changeset"
  595. msgid "sort by key (default: sort by count)"
  596. msgstr "ordina per chiave (default: ordina per conteggio)"
  597. msgid "display added/removed lines separately"
  598. msgstr ""
  599. msgid "FILE"
  600. msgstr "FILE"
  601. msgid "file with email aliases"
  602. msgstr "file con alias email"
  603. msgid "hg churn [-d DATE] [-r REV] [--aliases FILE] [FILE]"
  604. msgstr "hg churn [-d DATA] [-r REV] [--aliases FILE] [FILE]"
  605. msgid "colorize output from some commands"
  606. msgstr ""
  607. msgid ""
  608. "This extension modifies the status and resolve commands to add color to "
  609. "their\n"
  610. "output to reflect file status, the qseries command to add color to reflect\n"
  611. "patch status (applied, unapplied, missing), and to diff-related\n"
  612. "commands to highlight additions, removals, diff headers, and trailing\n"
  613. "whitespace."
  614. msgstr ""
  615. msgid ""
  616. "Other effects in addition to color, like bold and underlined text, are\n"
  617. "also available. Effects are rendered with the ECMA-48 SGR control\n"
  618. "function (aka ANSI escape codes)."
  619. msgstr ""
  620. msgid "Default effects may be overridden from your configuration file::"
  621. msgstr ""
  622. msgid ""
  623. " [color]\n"
  624. " status.modified = blue bold underline red_background\n"
  625. " status.added = green bold\n"
  626. " status.removed = red bold blue_background\n"
  627. " status.deleted = cyan bold underline\n"
  628. " status.unknown = magenta bold underline\n"
  629. " status.ignored = black bold"
  630. msgstr ""
  631. msgid ""
  632. " # 'none' turns off all effects\n"
  633. " status.clean = none\n"
  634. " status.copied = none"
  635. msgstr ""
  636. msgid ""
  637. " qseries.applied = blue bold underline\n"
  638. " qseries.unapplied = black bold\n"
  639. " qseries.missing = red bold"
  640. msgstr ""
  641. msgid ""
  642. " diff.diffline = bold\n"
  643. " diff.extended = cyan bold\n"
  644. " diff.file_a = red bold\n"
  645. " diff.file_b = green bold\n"
  646. " diff.hunk = magenta\n"
  647. " diff.deleted = red\n"
  648. " diff.inserted = green\n"
  649. " diff.changed = white\n"
  650. " diff.trailingwhitespace = bold red_background"
  651. msgstr ""
  652. msgid ""
  653. " resolve.unresolved = red bold\n"
  654. " resolve.resolved = green bold"
  655. msgstr ""
  656. msgid " bookmarks.current = green"
  657. msgstr " bookmarks.current = green"
  658. msgid ""
  659. " branches.active = none\n"
  660. " branches.closed = black bold\n"
  661. " branches.current = green\n"
  662. " branches.inactive = none"
  663. msgstr ""
  664. msgid ""
  665. "The color extension will try to detect whether to use ANSI codes or\n"
  666. "Win32 console APIs, unless it is made explicit::"
  667. msgstr ""
  668. msgid ""
  669. " [color]\n"
  670. " mode = ansi"
  671. msgstr ""
  672. msgid "Any value other than 'ansi', 'win32', or 'auto' will disable color."
  673. msgstr ""
  674. #, python-format
  675. msgid "ignoring unknown color/effect %r (configured in color.%s)\n"
  676. msgstr ""
  677. #, python-format
  678. msgid "warning: failed to set color mode to %s\n"
  679. msgstr ""
  680. #. i18n: 'always', 'auto', and 'never' are keywords and should
  681. #. not be translated
  682. msgid "when to colorize (boolean, always, auto, or never)"
  683. msgstr "quando colorare (booleano, sempre, auto o mai)"
  684. msgid "TYPE"
  685. msgstr "TIPO"
  686. msgid "import revisions from foreign VCS repositories into Mercurial"
  687. msgstr "importa revisioni da repository di altri VCS in Mercurial"
  688. msgid "convert a foreign SCM repository to a Mercurial one."
  689. msgstr ""
  690. msgid " Accepted source formats [identifiers]:"
  691. msgstr ""
  692. msgid ""
  693. " - Mercurial [hg]\n"
  694. " - CVS [cvs]\n"
  695. " - Darcs [darcs]\n"
  696. " - git [git]\n"
  697. " - Subversion [svn]\n"
  698. " - Monotone [mtn]\n"
  699. " - GNU Arch [gnuarch]\n"
  700. " - Bazaar [bzr]\n"
  701. " - Perforce [p4]"
  702. msgstr ""
  703. msgid " Accepted destination formats [identifiers]:"
  704. msgstr ""
  705. msgid ""
  706. " - Mercurial [hg]\n"
  707. " - Subversion [svn] (history on branches is not preserved)"
  708. msgstr ""
  709. msgid ""
  710. " If no revision is given, all revisions will be converted.\n"
  711. " Otherwise, convert will only import up to the named revision\n"
  712. " (given in a format understood by the source)."
  713. msgstr ""
  714. msgid ""
  715. " If no destination directory name is specified, it defaults to the\n"
  716. " basename of the source with ``-hg`` appended. If the destination\n"
  717. " repository doesn't exist, it will be created."
  718. msgstr ""
  719. msgid ""
  720. " By default, all sources except Mercurial will use --branchsort.\n"
  721. " Mercurial uses --sourcesort to preserve original revision numbers\n"
  722. " order. Sort modes have the following effects:"
  723. msgstr ""
  724. msgid ""
  725. " --branchsort convert from parent to child revision when possible,\n"
  726. " which means branches are usually converted one after\n"
  727. " the other. It generates more compact repositories."
  728. msgstr ""
  729. msgid ""
  730. " --datesort sort revisions by date. Converted repositories have\n"
  731. " good-looking changelogs but are often an order of\n"
  732. " magnitude larger than the same ones generated by\n"
  733. " --branchsort."
  734. msgstr ""
  735. msgid ""
  736. " --sourcesort try to preserve source revisions order, only\n"
  737. " supported by Mercurial sources."
  738. msgstr ""
  739. msgid ""
  740. " If ``REVMAP`` isn't given, it will be put in a default location\n"
  741. " (``<dest>/.hg/shamap`` by default). The ``REVMAP`` is a simple\n"
  742. " text file that maps each source commit ID to the destination ID\n"
  743. " for that revision, like so::"
  744. msgstr ""
  745. msgid " <source ID> <destination ID>"
  746. msgstr ""
  747. msgid ""
  748. " If the file doesn't exist, it's automatically created. It's\n"
  749. " updated on each commit copied, so :hg:`convert` can be interrupted\n"
  750. " and can be run repeatedly to copy new commits."
  751. msgstr ""
  752. msgid ""
  753. " The authormap is a simple text file that maps each source commit\n"
  754. " author to a destination commit author. It is handy for source SCMs\n"
  755. " that use unix logins to identify authors (eg: CVS). One line per\n"
  756. " author mapping and the line format is::"
  757. msgstr ""
  758. msgid " source author = destination author"
  759. msgstr " autore sorgente = autore destinatario"
  760. msgid " Empty lines and lines starting with a ``#`` are ignored."
  761. msgstr " Linee vuote e linee che iniziano con un ``#`` vengono ignorate."
  762. msgid ""
  763. " The filemap is a file that allows filtering and remapping of files\n"
  764. " and directories. Each line can contain one of the following\n"
  765. " directives::"
  766. msgstr ""
  767. msgid " include path/to/file-or-dir"
  768. msgstr " include percorso/al/file-o-dir"
  769. msgid " exclude path/to/file-or-dir"
  770. msgstr " esclude percorso/al/file-o-dir"
  771. msgid " rename path/to/source path/to/destination"
  772. msgstr " rinomina percorso/sorgente percorso/destinazione"
  773. msgid ""
  774. " Comment lines start with ``#``. A specified path matches if it\n"
  775. " equals the full relative name of a file or one of its parent\n"
  776. " directories. The ``include`` or ``exclude`` directive with the\n"
  777. " longest matching path applies, so line order does not matter."
  778. msgstr ""
  779. msgid ""
  780. " The ``include`` directive causes a file, or all files under a\n"
  781. " directory, to be included in the destination repository, and the\n"
  782. " exclusion of all other files and directories not explicitly\n"
  783. " included. The ``exclude`` directive causes files or directories to\n"
  784. " be omitted. The ``rename`` directive renames a file or directory if\n"
  785. " it is converted. To rename from a subdirectory into the root of\n"
  786. " the repository, use ``.`` as the path to rename to."
  787. msgstr ""
  788. msgid ""
  789. " The splicemap is a file that allows insertion of synthetic\n"
  790. " history, letting you specify the parents of a revision. This is\n"
  791. " useful if you want to e.g. give a Subversion merge two parents, or\n"
  792. " graft two disconnected series of history together. Each entry\n"
  793. " contains a key, followed by a space, followed by one or two\n"
  794. " comma-separated values::"
  795. msgstr ""
  796. msgid " key parent1, parent2"
  797. msgstr ""
  798. msgid ""
  799. " The key is the revision ID in the source\n"
  800. " revision control system whose parents should be modified (same\n"
  801. " format as a key in .hg/shamap). The values are the revision IDs\n"
  802. " (in either the source or destination revision control system) that\n"
  803. " should be used as the new parents for that node. For example, if\n"
  804. " you have merged \"release-1.0\" into \"trunk\", then you should\n"
  805. " specify the revision on \"trunk\" as the first parent and the one on\n"
  806. " the \"release-1.0\" branch as the second."
  807. msgstr ""
  808. msgid ""
  809. " The branchmap is a file that allows you to rename a branch when it is\n"
  810. " being brought in from whatever external repository. When used in\n"
  811. " conjunction with a splicemap, it allows for a powerful combination\n"
  812. " to help fix even the most badly mismanaged repositories and turn them\n"
  813. " into nicely structured Mercurial repositories. The branchmap contains\n"
  814. " lines of the form::"
  815. msgstr ""
  816. msgid " original_branch_name new_branch_name"
  817. msgstr ""
  818. msgid ""
  819. " where \"original_branch_name\" is the name of the branch in the\n"
  820. " source repository, and \"new_branch_name\" is the name of the branch\n"
  821. " is the destination repository. No whitespace is allowed in the\n"
  822. " branch names. This can be used to (for instance) move code in one\n"
  823. " repository from \"default\" to a named branch."
  824. msgstr ""
  825. msgid ""
  826. " Mercurial Source\n"
  827. " ''''''''''''''''"
  828. msgstr ""
  829. msgid ""
  830. " The Mercurial source recognizes the following configuration\n"
  831. " options, which you can set on the command line with ``--config``:"
  832. msgstr ""
  833. msgid ""
  834. " :convert.hg.ignoreerrors: ignore integrity errors when reading.\n"
  835. " Use it to fix Mercurial repositories with missing revlogs, by\n"
  836. " converting from and to Mercurial. Default is False."
  837. msgstr ""
  838. msgid ""
  839. " :convert.hg.saverev: store original revision ID in changeset\n"
  840. " (forces target IDs to change). It takes and boolean argument\n"
  841. " and defaults to False."
  842. msgstr ""
  843. msgid ""
  844. " :convert.hg.startrev: convert start revision and its descendants.\n"
  845. " It takes a hg revision identifier and defaults to 0."
  846. msgstr ""
  847. msgid ""
  848. " CVS Source\n"
  849. " ''''''''''"
  850. msgstr ""
  851. " Sorgente CVS\n"
  852. " ''''''''''"
  853. msgid ""
  854. " CVS source will use a sandbox (i.e. a checked-out copy) from CVS\n"
  855. " to indicate the starting point of what will be converted. Direct\n"
  856. " access to the repository files is not needed, unless of course the\n"
  857. " repository is ``:local:``. The conversion uses the top level\n"
  858. " directory in the sandbox to find the CVS repository, and then uses\n"
  859. " CVS rlog commands to find files to convert. This means that unless\n"
  860. " a filemap is given, all files under the starting directory will be\n"
  861. " converted, and that any directory reorganization in the CVS\n"
  862. " sandbox is ignored."
  863. msgstr ""
  864. msgid " The following options can be used with ``--config``:"
  865. msgstr ""
  866. msgid ""
  867. " :convert.cvsps.cache: Set to False to disable remote log caching,\n"
  868. " for testing and debugging purposes. Default is True."
  869. msgstr ""
  870. msgid ""
  871. " :convert.cvsps.fuzz: Specify the maximum time (in seconds) that is\n"
  872. " allowed between commits with identical user and log message in\n"
  873. " a single changeset. When very large files were checked in as\n"
  874. " part of a changeset then the default may not be long enough.\n"
  875. " The default is 60."
  876. msgstr ""
  877. msgid ""
  878. " :convert.cvsps.mergeto: Specify a regular expression to which\n"
  879. " commit log messages are matched. If a match occurs, then the\n"
  880. " conversion process will insert a dummy revision merging the\n"
  881. " branch on which this log message occurs to the branch\n"
  882. " indicated in the regex. Default is ``{{mergetobranch\n"
  883. " ([-\\w]+)}}``"
  884. msgstr ""
  885. msgid ""
  886. " :convert.cvsps.mergefrom: Specify a regular expression to which\n"
  887. " commit log messages are matched. If a match occurs, then the\n"
  888. " conversion process will add the most recent revision on the\n"
  889. " branch indicated in the regex as the second parent of the\n"
  890. " changeset. Default is ``{{mergefrombranch ([-\\w]+)}}``"
  891. msgstr ""
  892. msgid ""
  893. " :hook.cvslog: Specify a Python function to be called at the end of\n"
  894. " gathering the CVS log. The function is passed a list with the\n"
  895. " log entries, and can modify the entries in-place, or add or\n"
  896. " delete them."
  897. msgstr ""
  898. msgid ""
  899. " :hook.cvschangesets: Specify a Python function to be called after\n"
  900. " the changesets are calculated from the the CVS log. The\n"
  901. " function is passed a list with the changeset entries, and can\n"
  902. " modify the changesets in-place, or add or delete them."
  903. msgstr ""
  904. msgid ""
  905. " An additional \"debugcvsps\" Mercurial command allows the builtin\n"
  906. " changeset merging code to be run without doing a conversion. Its\n"
  907. " parameters and output are similar to that of cvsps 2.1. Please see\n"
  908. " the command help for more details."
  909. msgstr ""
  910. msgid ""
  911. " Subversion Source\n"
  912. " '''''''''''''''''"
  913. msgstr ""
  914. " Subversion Sorgente\n"
  915. " '''''''''''''''''"
  916. msgid ""
  917. " Subversion source detects classical trunk/branches/tags layouts.\n"
  918. " By default, the supplied ``svn://repo/path/`` source URL is\n"
  919. " converted as a single branch. If ``svn://repo/path/trunk`` exists\n"
  920. " it replaces the default branch. If ``svn://repo/path/branches``\n"
  921. " exists, its subdirectories are listed as possible branches. If\n"
  922. " ``svn://repo/path/tags`` exists, it is looked for tags referencing\n"
  923. " converted branches. Default ``trunk``, ``branches`` and ``tags``\n"
  924. " values can be overridden with following options. Set them to paths\n"
  925. " relative to the source URL, or leave them blank to disable auto\n"
  926. " detection."
  927. msgstr ""
  928. msgid " The following options can be set with ``--config``:"
  929. msgstr ""
  930. msgid ""
  931. " :convert.svn.branches: specify the directory containing branches.\n"
  932. " The default is ``branches``."
  933. msgstr ""
  934. msgid ""
  935. " :convert.svn.tags: specify the directory containing tags. The\n"
  936. " default is ``tags``."
  937. msgstr ""
  938. msgid ""
  939. " :convert.svn.trunk: specify the name of the trunk branch. The\n"
  940. " default is ``trunk``."
  941. msgstr ""
  942. msgid ""
  943. " Source history can be retrieved starting at a specific revision,\n"
  944. " instead of being integrally converted. Only single branch\n"
  945. " conversions are supported."
  946. msgstr ""
  947. msgid ""
  948. " :convert.svn.startrev: specify start Subversion revision number.\n"
  949. " The default is 0."
  950. msgstr ""
  951. msgid ""
  952. " Perforce Source\n"
  953. " '''''''''''''''"
  954. msgstr ""
  955. msgid ""
  956. " The Perforce (P4) importer can be given a p4 depot path or a\n"
  957. " client specification as source. It will convert all files in the\n"
  958. " source to a flat Mercurial repository, ignoring labels, branches\n"
  959. " and integrations. Note that when a depot path is given you then\n"
  960. " usually should specify a target directory, because otherwise the\n"
  961. " target may be named ``...-hg``."
  962. msgstr ""
  963. msgid ""
  964. " It is possible to limit the amount of source history to be\n"
  965. " converted by specifying an initial Perforce revision:"
  966. msgstr ""
  967. msgid ""
  968. " :convert.p4.startrev: specify initial Perforce revision (a\n"
  969. " Perforce changelist number)."
  970. msgstr ""
  971. msgid ""
  972. " Mercurial Destination\n"
  973. " '''''''''''''''''''''"
  974. msgstr ""
  975. " Mercurial di Destinazione\n"
  976. " '''''''''''''''''''''"
  977. msgid " The following options are supported:"
  978. msgstr " Sono supportate le opzioni seguenti:"
  979. msgid ""
  980. " :convert.hg.clonebranches: dispatch source branches in separate\n"
  981. " clones. The default is False."
  982. msgstr ""
  983. msgid ""
  984. " :convert.hg.tagsbranch: branch name for tag revisions, defaults to\n"
  985. " ``default``."
  986. msgstr ""
  987. msgid ""
  988. " :convert.hg.usebranchnames: preserve branch names. The default is\n"
  989. " True.\n"
  990. " "
  991. msgstr ""
  992. msgid "create changeset information from CVS"
  993. msgstr ""
  994. msgid ""
  995. " This command is intended as a debugging tool for the CVS to\n"
  996. " Mercurial converter, and can be used as a direct replacement for\n"
  997. " cvsps."
  998. msgstr ""
  999. msgid ""
  1000. " Hg debugcvsps reads the CVS rlog for current directory (or any\n"
  1001. " named directory) in the CVS repository, and converts the log to a\n"
  1002. " series of changesets based on matching commit log entries and\n"
  1003. " dates."
  1004. msgstr ""
  1005. msgid "username mapping filename (DEPRECATED, use --authormap instead)"
  1006. msgstr ""
  1007. msgid "source repository type"
  1008. msgstr "tipo del repository sorgente"
  1009. msgid "destination repository type"
  1010. msgstr "tipo di repository di destinazione"
  1011. msgid "import up to target revision REV"
  1012. msgstr "importa fino alla revisione target REV"
  1013. msgid "remap usernames using this file"
  1014. msgstr "rimappa i nomi utente usando questo file"
  1015. msgid "remap file names using contents of file"
  1016. msgstr "rimappa i nomi dei file usando il contenuto del file"
  1017. msgid "splice synthesized history into place"
  1018. msgstr ""
  1019. msgid "change branch names while converting"
  1020. msgstr "modifica i nomi dei branch durante la conversione"
  1021. msgid "try to sort changesets by branches"
  1022. msgstr "prova ad ordinare i changeset per branch"
  1023. msgid "try to sort changesets by date"
  1024. msgstr "prova ad ordinare i changeset per data"
  1025. msgid "preserve source changesets order"
  1026. msgstr "preserva l'ordine dei changeset nella sorgente"
  1027. msgid "hg convert [OPTION]... SOURCE [DEST [REVMAP]]"
  1028. msgstr "hg convert [OPZIONE]... SORGENTE [DEST [REVMAP]]"
  1029. msgid "only return changes on specified branches"
  1030. msgstr "restituisce solo le modifiche relative alle branch specificate"
  1031. msgid "prefix to remove from file names"
  1032. msgstr "prefisso da rimuovere dai nomi dei file"
  1033. msgid "only return changes after or between specified tags"
  1034. msgstr "restituisce solo le modifiche dopo o tra le tag specificate"
  1035. msgid "update cvs log cache"
  1036. msgstr "aggiorna la cache dei log di cvs"
  1037. msgid "create new cvs log cache"
  1038. msgstr "crea una nuova cache dei log cvs"
  1039. msgid "set commit time fuzz in seconds"
  1040. msgstr "imposta il lasso temporale del commit in secondi"
  1041. msgid "specify cvsroot"
  1042. msgstr "specifica la cvsroot"
  1043. msgid "show parent changesets"
  1044. msgstr "mostra i changeset genitori"
  1045. msgid "show current changeset in ancestor branches"
  1046. msgstr "mostra il changeset corrente nei rami degli antenati"
  1047. msgid "ignored for compatibility"
  1048. msgstr "ignorato per compatibilità"
  1049. msgid "hg debugcvsps [OPTION]... [PATH]..."
  1050. msgstr "hg debugcvsps [OPZIONE]... [PERCORSO]..."
  1051. #, python-format
  1052. msgid "%s does not look like a Bazaar repository"
  1053. msgstr "%s non sembra essere un repository Bazaar"
  1054. msgid "Bazaar modules could not be loaded"
  1055. msgstr "Non è stato possibile caricare i moduli Bazaar"
  1056. msgid ""
  1057. "warning: lightweight checkouts may cause conversion failures, try with a "
  1058. "regular branch instead.\n"
  1059. msgstr ""
  1060. msgid "bzr source type could not be determined\n"
  1061. msgstr ""
  1062. #, python-format
  1063. msgid "%s is not a valid revision in current branch"
  1064. msgstr "%s non è una revisione valida nella branch corrente"
  1065. #, python-format
  1066. msgid "%s is not available in %s anymore"
  1067. msgstr "%s non è più disponibile in %s"
  1068. #, python-format
  1069. msgid "%s.%s symlink has no target"
  1070. msgstr ""
  1071. #, python-format
  1072. msgid "cannot find required \"%s\" tool"
  1073. msgstr "impossibile trovare il tool richiesto \"%s\""
  1074. #, python-format
  1075. msgid "%s error:\n"
  1076. msgstr "%s errore:\n"
  1077. #, python-format
  1078. msgid "syntax error in %s(%d): key/value pair expected"
  1079. msgstr ""
  1080. #, python-format
  1081. msgid "could not open map file %r: %s"
  1082. msgstr "impossibile aprire il file di associazione %r: %s"
  1083. #, python-format
  1084. msgid "%s: invalid source repository type"
  1085. msgstr "%s: tipo del repository sorgente non valido"
  1086. #, python-format
  1087. msgid "%s: missing or unsupported repository"
  1088. msgstr "%s: repository mancante o non supportato"
  1089. #, python-format
  1090. msgid "%s: invalid destination repository type"
  1091. msgstr "%s: tipo di repository di destinazione non valido"
  1092. #, python-format
  1093. msgid "convert: %s\n"
  1094. msgstr "convert: %s\n"
  1095. #, python-format
  1096. msgid "%s: unknown repository type"
  1097. msgstr "%s: tipo di repository sconosciuto"
  1098. msgid "getting files"
  1099. msgstr "prelievo dei file"
  1100. msgid "revisions"
  1101. msgstr "revisioni"
  1102. msgid "scanning"
  1103. msgstr "scansione in corso"
  1104. #, python-format
  1105. msgid "unknown sort mode: %s"
  1106. msgstr "modalità di ordinamento sconosciuta: %s"
  1107. #, python-format
  1108. msgid "cycle detected between %s and %s"
  1109. msgstr "ciclo rilevato tra %s e %s"
  1110. msgid "not all revisions were sorted"
  1111. msgstr "non tutte le revisioni erano ordinate"
  1112. #, python-format
  1113. msgid "Writing author map file %s\n"
  1114. msgstr "Scrivo il file di associazione degli autori %s\n"
  1115. #, python-format
  1116. msgid "Ignoring bad line in author map file %s: %s\n"
  1117. msgstr "Ignoro riga non valida nel file di associazione degli autori %s: %s\n"
  1118. #, python-format
  1119. msgid "mapping author %s to %s\n"
  1120. msgstr "sto associando l'autore %s a %s\n"
  1121. #, python-format
  1122. msgid "overriding mapping for author %s, was %s, will be %s\n"
  1123. msgstr "rimpiazzo l'associazione per l'autore %s, era %s, sarà %s\n"
  1124. #, python-format
  1125. msgid "spliced in %s as parents of %s\n"
  1126. msgstr "inserito %s come genitore di %s\n"
  1127. msgid "scanning source...\n"
  1128. msgstr "sto effettuando la scansione della sorgente...\n"
  1129. msgid "sorting...\n"
  1130. msgstr "sto ordinando...\n"
  1131. msgid "converting...\n"
  1132. msgstr "sto effettuando la conversione...\n"
  1133. #, python-format
  1134. msgid "source: %s\n"
  1135. msgstr "sorgente: %s\n"
  1136. msgid "converting"
  1137. msgstr "conversione in corso"
  1138. #, python-format
  1139. msgid "assuming destination %s\n"
  1140. msgstr "assumo destinazione %s\n"
  1141. msgid "more than one sort mode specified"
  1142. msgstr "più di una modalità di ordinamento specificata"
  1143. msgid "--sourcesort is not supported by this data source"
  1144. msgstr ""
  1145. #, python-format
  1146. msgid "%s does not look like a CVS checkout"
  1147. msgstr "%s non sembra essere un repository CVS"
  1148. #, python-format
  1149. msgid "revision %s is not a patchset number"
  1150. msgstr "la revisione %s non è un numero di patchset"
  1151. #, python-format
  1152. msgid "connecting to %s\n"
  1153. msgstr "sto connettendomi a %s\n"
  1154. msgid "CVS pserver authentication failed"
  1155. msgstr "autenticazione pserver CVS fallita"
  1156. #, python-format
  1157. msgid ""
  1158. "unexpected response from CVS server (expected \"Valid-requests\", but got %r)"
  1159. msgstr ""
  1160. #, python-format
  1161. msgid "%d bytes missing from remote file"
  1162. msgstr "%d byte mancanti dal file remoto"
  1163. msgid "malformed response from CVS"
  1164. msgstr "risposta malformata da CVS"
  1165. #, python-format
  1166. msgid "cvs server: %s\n"
  1167. msgstr "server cvs: %s\n"
  1168. #, python-format
  1169. msgid "unknown CVS response: %s"
  1170. msgstr "risposta CVS sconosciuta: %s"
  1171. msgid "collecting CVS rlog\n"
  1172. msgstr "sto collezionando gli rlog CVS\n"
  1173. msgid "not a CVS sandbox"
  1174. msgstr "non è una sandbox CVS"
  1175. #, python-format
  1176. msgid "reading cvs log cache %s\n"
  1177. msgstr "sto leggendo la cache dei log cvs %s\n"
  1178. #, python-format
  1179. msgid "cache has %d log entries\n"
  1180. msgstr "la cache ha %d voci di log\n"
  1181. #, python-format
  1182. msgid "error reading cache: %r\n"
  1183. msgstr "errore durante la lettura della cache: %r\n"
  1184. #, python-format
  1185. msgid "running %s\n"
  1186. msgstr "sto eseguendo %s\n"
  1187. msgid "RCS file must be followed by working file"
  1188. msgstr "Il file RCS deve essere seguito da un file funzionante"
  1189. msgid "must have at least some revisions"
  1190. msgstr "è necessario avere almeno alcune revisioni"
  1191. msgid "expected revision number"
  1192. msgstr "numero di revisione atteso"
  1193. msgid "revision must be followed by date line"
  1194. msgstr "la revisione deve essere seguita da una riga con la data"
  1195. msgid "log cache overlaps with new log entries, re-run without cache."
  1196. msgstr ""
  1197. #, python-format
  1198. msgid "writing cvs log cache %s\n"
  1199. msgstr "sto scrivendo la cache dei log cvs %s\n"
  1200. #, python-format
  1201. msgid "%d log entries\n"
  1202. msgstr "%d voci di log\n"
  1203. msgid "creating changesets\n"
  1204. msgstr "sto creando i changeset\n"
  1205. msgid "synthetic changeset cannot have multiple parents"
  1206. msgstr "changeset sintetici non possono avere genitori multipli"
  1207. #, python-format
  1208. msgid ""
  1209. "warning: CVS commit message references non-existent branch %r:\n"
  1210. "%s\n"
  1211. msgstr ""
  1212. #, python-format
  1213. msgid "%d changeset entries\n"
  1214. msgstr "%d voci di changeset\n"
  1215. #, python-format
  1216. msgid "%s does not look like a darcs repository"
  1217. msgstr "%s non sembra essere un repository darcs"
  1218. #, python-format
  1219. msgid "darcs version 2.1 or newer needed (found %r)"
  1220. msgstr ""
  1221. msgid "Python ElementTree module is not available"
  1222. msgstr "il modulo Python ElementTree non è disponibile"
  1223. #, python-format
  1224. msgid "%s repository format is unsupported, please upgrade"
  1225. msgstr ""
  1226. msgid "failed to detect repository format!"
  1227. msgstr "impossibile rilevare il formato del repository!"
  1228. msgid "internal calling inconsistency"
  1229. msgstr "inconsistenza nella chiamata interna"
  1230. msgid "errors in filemap"
  1231. msgstr "errori nel filemap"
  1232. #, python-format
  1233. msgid "%s:%d: path to %s is missing\n"
  1234. msgstr ""
  1235. #, python-format
  1236. msgid "%s:%d: %r already in %s list\n"
  1237. msgstr "%s:%d: %r esiste già nell'elenco %s\n"
  1238. #, python-format
  1239. msgid "%s:%d: superfluous / in %s %r\n"
  1240. msgstr ""
  1241. #, python-format
  1242. msgid "%s:%d: unknown directive %r\n"
  1243. msgstr "%s:%d: direttiva sconosciuta %r\n"
  1244. msgid "source repository doesn't support --filemap"
  1245. msgstr "il repository sorgente non supporta --filemap"
  1246. #, python-format
  1247. msgid "%s does not look like a Git repository"
  1248. msgstr "%s non sembra essere un repository Git"
  1249. msgid "cannot retrieve git heads"
  1250. msgstr "impossibile reperire le head git"
  1251. #, python-format
  1252. msgid "cannot read %r object at %s"
  1253. msgstr ""
  1254. #, python-format
  1255. msgid "cannot read changes in %s"
  1256. msgstr "impossibile leggere le modifiche in %s"
  1257. #, python-format
  1258. msgid "cannot read tags from %s"
  1259. msgstr "impossibile leggere le tag da %s"
  1260. #, python-format
  1261. msgid "%s does not look like a GNU Arch repository"
  1262. msgstr "%s non sembra essere un repository GNU Arch"
  1263. msgid "cannot find a GNU Arch tool"
  1264. msgstr "impossibile trovare un tool GNU Arch"
  1265. #, python-format
  1266. msgid "analyzing tree version %s...\n"
  1267. msgstr "sto analizzando la versione dell'albero %s...\n"
  1268. #, python-format
  1269. msgid ""
  1270. "tree analysis stopped because it points to an unregistered archive %s...\n"
  1271. msgstr ""
  1272. "analisi dell'albero interrotta in quanto punta ad un archivio non\n"
  1273. " registrato %s...\n"
  1274. #, python-format
  1275. msgid "could not parse cat-log of %s"
  1276. msgstr ""
  1277. #, python-format
  1278. msgid "%s is not a local Mercurial repository"
  1279. msgstr "%s non è un repository locale Mercurial"
  1280. #, python-format
  1281. msgid "initializing destination %s repository\n"
  1282. msgstr "sto inizializzando il repository destinatario %s\n"
  1283. #, python-format
  1284. msgid "could not create hg repository %s as sink"
  1285. msgstr "impossibile creare il repository hg %s come destinazione"
  1286. #, python-format
  1287. msgid "pulling from %s into %s\n"
  1288. msgstr "sto effettuando il pull da %s a %s\n"
  1289. msgid "filtering out empty revision\n"
  1290. msgstr "salto revisione vuota\n"
  1291. msgid "updating tags\n"
  1292. msgstr "sto aggiornando le tag\n"
  1293. #, python-format
  1294. msgid "%s is not a valid start revision"
  1295. msgstr "%s non è una revisione iniziale valida"
  1296. #, python-format
  1297. msgid "ignoring: %s\n"
  1298. msgstr "sto ignorando: %s\n"
  1299. #, python-format
  1300. msgid "%s does not look like a monotone repository"
  1301. msgstr "%s non sembra essere un repository monotone"
  1302. #, python-format
  1303. msgid "copying file in renamed directory from '%s' to '%s'"
  1304. msgstr ""
  1305. #, python-format
  1306. msgid "%s does not look like a P4 repository"
  1307. msgstr "%s non sembra essere un repository P4"
  1308. msgid "reading p4 views\n"
  1309. msgstr "sto leggendo le viste p4\n"
  1310. msgid "collecting p4 changelists\n"
  1311. msgstr "sto raccogliendo le changelist p4\n"
  1312. msgid "Mercurial failed to run itself, check hg executable is in PATH"
  1313. msgstr ""
  1314. msgid ""
  1315. "svn: cannot probe remote repository, assume it could be a subversion "
  1316. "repository. Use --source-type if you know better.\n"
  1317. msgstr ""
  1318. #, python-format
  1319. msgid "%s does not look like a Subversion repository"
  1320. msgstr "%s non sembra essere un repository Subversion"
  1321. msgid "Could not load Subversion python bindings"
  1322. msgstr ""
  1323. #, python-format
  1324. msgid "Subversion python bindings %d.%d found, 1.4 or later required"
  1325. msgstr ""
  1326. "Trovati binding python per Subversion %d.%d, richiesti 1.4 o successivi"
  1327. msgid "Subversion python bindings are too old, 1.4 or later required"
  1328. msgstr ""
  1329. "I binding python per Subversion sono troppo vecchi, richiesti 1.4 o "
  1330. "successivi"
  1331. #, python-format
  1332. msgid "svn: revision %s is not an integer"
  1333. msgstr "svn: la revisione %s non è un intero"
  1334. #, python-format
  1335. msgid "svn: start revision %s is not an integer"
  1336. msgstr "svn: la revisione iniziale %s non è un intero"
  1337. #, python-format
  1338. msgid "no revision found in module %s"
  1339. msgstr "nessuna revisione trovata nel modulo %s"
  1340. #, python-format
  1341. msgid "expected %s to be at %r, but not found"
  1342. msgstr "mi aspettavo di trovare %s in %r, ma non esiste"
  1343. #, python-format
  1344. msgid "found %s at %r\n"
  1345. msgstr "trovato %s in %r\n"
  1346. #, python-format
  1347. msgid "ignoring empty branch %s\n"
  1348. msgstr "ignoro branch vuota %s\n"
  1349. #, python-format
  1350. msgid "found branch %s at %d\n"
  1351. msgstr "trovata branch %s in %d\n"
  1352. msgid "svn: start revision is not supported with more than one branch"
  1353. msgstr "svn: con più di una branch non è supportata una revisione iniziale"
  1354. #, python-format
  1355. msgid "svn: no revision found after start revision %d"
  1356. msgstr "svn: nessuna revisione trovata dopo la revisione iniziale %d"
  1357. #, python-format
  1358. msgid "%s not found up to revision %d"
  1359. msgstr "%s non trovato fino alla revisione %d"
  1360. msgid "scanning paths"
  1361. msgstr "scansione percorsi"
  1362. #, python-format
  1363. msgid "found parent of branch %s at %d: %s\n"
  1364. msgstr "trovato genitore della branch %s in %d: %s\n"
  1365. #, python-format
  1366. msgid "fetching revision log for \"%s\" from %d to %d\n"
  1367. msgstr ""
  1368. #, python-format
  1369. msgid "svn: branch has no revision %s"
  1370. msgstr "svn: la branch non ha nessuna revisione %s"
  1371. #, python-format
  1372. msgid "initializing svn repository %r\n"
  1373. msgstr "inizializzo il repository svn %r\n"
  1374. #, python-format
  1375. msgid "initializing svn working copy %r\n"
  1376. msgstr "inizializzo working copy svn %r\n"
  1377. msgid "unexpected svn output:\n"
  1378. msgstr "output svn inatteso:\n"
  1379. msgid "unable to cope with svn output"
  1380. msgstr "non sono in grado di gestire l'output di svn"
  1381. msgid "writing Subversion tags is not yet implemented\n"
  1382. msgstr ""
  1383. msgid "automatically manage newlines in repository files"
  1384. msgstr ""
  1385. "gestisci automaticamente i fine linea nei file contenuti nel repository"
  1386. msgid ""
  1387. "This extension allows you to manage the type of line endings (CRLF or\n"
  1388. "LF) that are used in the repository and in the local working\n"
  1389. "directory. That way you can get CRLF line endings on Windows and LF on\n"
  1390. "Unix/Mac, thereby letting everybody use their OS native line endings."
  1391. msgstr ""
  1392. msgid ""
  1393. "The extension reads its configuration from a versioned ``.hgeol``\n"
  1394. "configuration file found in the root of the working copy. The\n"
  1395. "``.hgeol`` file use the same syntax as all other Mercurial\n"
  1396. "configuration files. It uses two sections, ``[patterns]`` and\n"
  1397. "``[repository]``."
  1398. msgstr ""
  1399. msgid ""
  1400. "The ``[patterns]`` section specifies how line endings should be\n"
  1401. "converted between the working copy and the repository. The format is\n"
  1402. "specified by a file pattern. The first match is used, so put more\n"
  1403. "specific patterns first. The available line endings are ``LF``,\n"
  1404. "``CRLF``, and ``BIN``."
  1405. msgstr ""
  1406. msgid ""
  1407. "Files with the declared format of ``CRLF`` or ``LF`` are always\n"
  1408. "checked out and stored in the repository in that format and files\n"
  1409. "declared to be binary (``BIN``) are left unchanged. Additionally,\n"
  1410. "``native`` is an alias for checking out in the platform's default line\n"
  1411. "ending: ``LF`` on Unix (including Mac OS X) and ``CRLF`` on\n"
  1412. "Windows. Note that ``BIN`` (do nothing to line endings) is Mercurial's\n"
  1413. "default behaviour; it is only needed if you need to override a later,\n"
  1414. "more general pattern."
  1415. msgstr ""
  1416. msgid ""
  1417. "The optional ``[repository]`` section specifies the line endings to\n"
  1418. "use for files stored in the repository. It has a single setting,\n"
  1419. "``native``, which determines the storage line endings for files\n"
  1420. "declared as ``native`` in the ``[patterns]`` section. It can be set to\n"
  1421. "``LF`` or ``CRLF``. The default is ``LF``. For example, this means\n"
  1422. "that on Windows, files configured as ``native`` (``CRLF`` by default)\n"
  1423. "will be converted to ``LF`` when stored in the repository. Files\n"
  1424. "declared as ``LF``, ``CRLF``, or ``BIN`` in the ``[patterns]`` section\n"
  1425. "are always stored as-is in the repository."
  1426. msgstr ""
  1427. msgid "Example versioned ``.hgeol`` file::"
  1428. msgstr ""
  1429. msgid ""
  1430. " [patterns]\n"
  1431. " **.py = native\n"
  1432. " **.vcproj = CRLF\n"
  1433. " **.txt = native\n"
  1434. " Makefile = LF\n"
  1435. " **.jpg = BIN"
  1436. msgstr ""
  1437. msgid ""
  1438. " [repository]\n"
  1439. " native = LF"
  1440. msgstr ""
  1441. msgid ""
  1442. ".. note::\n"
  1443. " The rules will first apply when files are touched in the working\n"
  1444. " copy, e.g. by updating to null and back to tip to touch all files."
  1445. msgstr ""
  1446. msgid ""
  1447. "The extension uses an optional ``[eol]`` section in your hgrc file\n"
  1448. "(not the ``.hgeol`` file) for settings that control the overall\n"
  1449. "behavior. There are two settings:"
  1450. msgstr ""
  1451. msgid ""
  1452. "- ``eol.native`` (default ``os.linesep``) can be set to ``LF`` or\n"
  1453. " ``CRLF`` to override the default interpretation of ``native`` for\n"
  1454. " checkout. This can be used with :hg:`archive` on Unix, say, to\n"
  1455. " generate an archive where files have line endings for Windows."
  1456. msgstr ""
  1457. msgid ""
  1458. "- ``eol.only-consistent`` (default True) can be set to False to make\n"
  1459. " the extension convert files with inconsistent EOLs. Inconsistent\n"
  1460. " means that there is both ``CRLF`` and ``LF`` present in the file.\n"
  1461. " Such files are normally not touched under the assumption that they\n"
  1462. " have mixed EOLs on purpose."
  1463. msgstr ""
  1464. msgid ""
  1465. "The extension provides ``cleverencode:`` and ``cleverdecode:`` filters\n"
  1466. "like the deprecated win32text extension does. This means that you can\n"
  1467. "disable win32text and enable eol and your filters will still work. You\n"
  1468. "only need to these filters until you have prepared a ``.hgeol`` file."
  1469. msgstr ""
  1470. msgid ""
  1471. "The ``win32text.forbid*`` hooks provided by the win32text extension\n"
  1472. "have been unified into a single hook named ``eol.hook``. The hook will\n"
  1473. "lookup the expected line endings from the ``.hgeol`` file, which means\n"
  1474. "you must migrate to a ``.hgeol`` file first before using the hook.\n"
  1475. "Remember to enable the eol extension in the repository where you\n"
  1476. "install the hook."
  1477. msgstr ""
  1478. msgid ""
  1479. "See :hg:`help patterns` for more information about the glob patterns\n"
  1480. "used.\n"
  1481. msgstr ""
  1482. #, python-format
  1483. msgid "%s should not have CRLF line endings"
  1484. msgstr "%s non dovrebbe avere fine riga CRLF"
  1485. #, python-format
  1486. msgid "%s should not have LF line endings"
  1487. msgstr "%s non dovrebbe avere fine riga LF"
  1488. #, python-format
  1489. msgid "warning: ignoring .hgeol file due to parse error at %s: %s\n"
  1490. msgstr ""
  1491. msgid "the eol extension is incompatible with the win32text extension\n"
  1492. msgstr ""
  1493. #, python-format
  1494. msgid "ignoring unknown EOL style '%s' from %s\n"
  1495. msgstr "ignoro stile di EOL '%s' da %s\n"
  1496. #, python-format
  1497. msgid "inconsistent newline style in %s\n"
  1498. msgstr "stile di nuova riga inconsistente in %s\n"
  1499. msgid "command to allow external programs to compare revisions"
  1500. msgstr ""
  1501. msgid ""
  1502. "The extdiff Mercurial extension allows you to use external programs\n"
  1503. "to compare revisions, or revision with working directory. The external\n"
  1504. "diff programs are called with a configurable set of options and two\n"
  1505. "non-option arguments: paths to directories containing snapshots of\n"
  1506. "files to compare."
  1507. msgstr ""
  1508. msgid ""
  1509. "The extdiff extension also allows to configure new diff commands, so\n"
  1510. "you do not need to type :hg:`extdiff -p kdiff3` always. ::"
  1511. msgstr ""
  1512. msgid ""
  1513. " [extdiff]\n"
  1514. " # add new command that runs GNU diff(1) in 'context diff' mode\n"
  1515. " cdiff = gdiff -Nprc5\n"
  1516. " ## or the old way:\n"
  1517. " #cmd.cdiff = gdiff\n"
  1518. " #opts.cdiff = -Nprc5"
  1519. msgstr ""
  1520. msgid ""
  1521. " # add new command called vdiff, runs kdiff3\n"
  1522. " vdiff = kdiff3"
  1523. msgstr ""
  1524. " # aggiunge un nuovo chiamato vdiff, esegue kdiff3\n"
  1525. " vdiff = kdiff3"
  1526. msgid ""
  1527. " # add new command called meld, runs meld (no need to name twice)\n"
  1528. " meld ="
  1529. msgstr ""
  1530. msgid ""
  1531. " # add new command called vimdiff, runs gvimdiff with DirDiff plugin\n"
  1532. " # (see http://www.vim.org/scripts/script.php?script_id=102) Non\n"
  1533. " # English user, be sure to put \"let g:DirDiffDynamicDiffText = 1\" in\n"
  1534. " # your .vimrc\n"
  1535. " vimdiff = gvim -f '+next' '+execute \"DirDiff\" argv(0) argv(1)'"
  1536. msgstr ""
  1537. msgid "Tool arguments can include variables that are expanded at runtime::"
  1538. msgstr ""
  1539. msgid ""
  1540. " $parent1, $plabel1 - filename, descriptive label of first parent\n"
  1541. " $child, $clabel - filename, descriptive label of child revision\n"
  1542. " $parent2, $plabel2 - filename, descriptive label of second parent\n"
  1543. " $parent is an alias for $parent1."
  1544. msgstr ""
  1545. msgid ""
  1546. "The extdiff extension will look in your [diff-tools] and [merge-tools]\n"
  1547. "sections for diff tool arguments, when none are specified in [extdiff]."
  1548. msgstr ""
  1549. "L'estensione extdiff guarderà nelle tue sezioni [diff-tools] e [merge-"
  1550. "tools]\n"
  1551. "per gli argomenti dello strumento di diff, quando non si specifica nulla\n"
  1552. "in [extdiff]."
  1553. msgid ""
  1554. " [extdiff]\n"
  1555. " kdiff3 ="
  1556. msgstr ""
  1557. " [extdiff]\n"
  1558. " kdiff3 ="
  1559. msgid ""
  1560. " [diff-tools]\n"
  1561. " kdiff3.diffargs=--L1 '$plabel1' --L2 '$clabel' $parent $child"
  1562. msgstr ""
  1563. " [diff-tools]\n"
  1564. " kdiff3.diffargs=--L1 '$plabel1' --L2 '$clabel' $parent $child"
  1565. msgid ""
  1566. "You can use -I/-X and list of file or directory names like normal\n"
  1567. ":hg:`diff` command. The extdiff extension makes snapshots of only\n"
  1568. "needed files, so running the external diff program will actually be\n"
  1569. "pretty fast (at least faster than having to compare the entire tree).\n"
  1570. msgstr ""
  1571. #, python-format
  1572. msgid "making snapshot of %d files from rev %s\n"
  1573. msgstr ""
  1574. #, python-format
  1575. msgid "making snapshot of %d files from working directory\n"
  1576. msgstr ""
  1577. msgid "cannot specify --rev and --change at the same time"
  1578. msgstr "impossibile specificare sia --rev sia --change"
  1579. msgid "cleaning up temp directory\n"
  1580. msgstr "sto ripulendo la directory temporanea\n"
  1581. msgid "use external program to diff repository (or selected files)"
  1582. msgstr ""
  1583. "usa un programma esterno per fare il diff di repository (o di file "
  1584. "selezionati)"
  1585. msgid ""
  1586. " Show differences between revisions for the specified files, using\n"
  1587. " an external program. The default program used is diff, with\n"
  1588. " default options \"-Npru\"."
  1589. msgstr ""
  1590. msgid ""
  1591. " To select a different program, use the -p/--program option. The\n"
  1592. " program will be passed the names of two directories to compare. To\n"
  1593. " pass additional options to the program, use -o/--option. These\n"
  1594. " will be passed before the names of the directories to compare."
  1595. msgstr ""
  1596. msgid ""
  1597. " When two revision arguments are given, then changes are shown\n"
  1598. " between those revisions. If only one revision is specified then\n"
  1599. " that revision is compared to the working directory, and, when no\n"
  1600. " revisions are specified, the working directory files are compared\n"
  1601. " to its parent."
  1602. msgstr ""
  1603. msgid "CMD"
  1604. msgstr "CMD"
  1605. msgid "comparison program to run"
  1606. msgstr "programma per i confronti da eseguire"
  1607. msgid "OPT"
  1608. msgstr "OPZIONE"
  1609. msgid "pass option to comparison program"
  1610. msgstr "passa l'opzione al programma per i confronti"
  1611. msgid "revision"
  1612. msgstr "revisione"
  1613. msgid "change made by revision"
  1614. msgstr "modifica effettuata dalla revisione"
  1615. msgid "hg extdiff [OPT]... [FILE]..."
  1616. msgstr "hg extdiff [OPZIONE]... [FILE]..."
  1617. #, python-format
  1618. msgid "use %(path)s to diff repository (or selected files)"
  1619. msgstr ""
  1620. "usa %(path)s per creare una diff tra repository (o tra i file selezionati)"
  1621. #, python-format
  1622. msgid ""
  1623. " Show differences between revisions for the specified files, using\n"
  1624. " the %(path)s program."
  1625. msgstr ""
  1626. " Mostra differenze tra revisioni per i file specificati, usando\n"
  1627. " il programma %(path)s."
  1628. #, python-format
  1629. msgid "hg %s [OPTION]... [FILE]..."
  1630. msgstr "hg %s [OPZIONE]... [FILE]..."
  1631. msgid "pull, update and merge in one command"
  1632. msgstr "pull, update e merge in un comando"
  1633. msgid "pull changes from a remote repository, merge new changes if needed."
  1634. msgstr ""
  1635. "effettua il pull delle modifiche da un repository remoto, effettua il merge "
  1636. "delle nuove modifiche se necessario."
  1637. msgid ""
  1638. " This finds all changes from the repository at the specified path\n"
  1639. " or URL and adds them to the local repository."
  1640. msgstr ""
  1641. " Questo trova tutte le modifiche dal repository al percorso o URL "
  1642. "specificato\n"
  1643. " e le aggiunge al repository locale."
  1644. msgid ""
  1645. " If the pulled changes add a new branch head, the head is\n"
  1646. " automatically merged, and the result of the merge is committed.\n"
  1647. " Otherwise, the working directory is updated to include the new\n"
  1648. " changes."
  1649. msgstr ""
  1650. " Se le modifiche ottenute aggiungono una nuova head di branch, il merge "
  1651. "di questa viene effettuato\n"
  1652. " automaticamente e si effettua il commit del merge. Altrimenti, la\n"
  1653. " directory di lavoro viene aggiornata per includere le nuove modifiche."
  1654. msgid ""
  1655. " When a merge occurs, the newly pulled changes are assumed to be\n"
  1656. " \"authoritative\". The head of the new changes is used as the first\n"
  1657. " parent, with local changes as the second. To switch the merge\n"
  1658. " order, use --switch-parent."
  1659. msgstr ""
  1660. " Quando si verifica un merge, si assume che le modifiche appena ottenute "
  1661. "siano\n"
  1662. " \"autoritarie\". La head delle nuove modifiche è usata come primo\n"
  1663. " genitore, con le modifiche locali come secondo. Per invertire l'ordine\n"
  1664. " di merge, usare --switch-parent."
  1665. msgid " See :hg:`help dates` for a list of formats valid for -d/--date."
  1666. msgstr ""
  1667. " Vedere :hg:`help dates` per l'elenco dei formati validi per -d/--date."
  1668. msgid ""
  1669. " Returns 0 on success.\n"
  1670. " "
  1671. msgstr ""
  1672. " Restituisce 0 in caso di successo.\n"
  1673. " "
  1674. msgid ""
  1675. "working dir not at branch tip (use \"hg update\" to check out branch tip)"
  1676. msgstr ""
  1677. "directory di lavoro non al tip della branch (usa \"hg update\" per\n"
  1678. " fare il check out della tip della branch)"
  1679. msgid "outstanding uncommitted merge"
  1680. msgstr "c'è un merge in sospeso di cui non si è effettuato il commit"
  1681. msgid "outstanding uncommitted changes"
  1682. msgstr "ci sono modifiche in sospeso di cui non si è effettuato il commit"
  1683. msgid "working directory is missing some files"
  1684. msgstr "alla directory di lavoro mancano alcuni file"
  1685. msgid ""
  1686. "multiple heads in this branch (use \"hg heads .\" and \"hg merge\" to merge)"
  1687. msgstr ""
  1688. "head multiple in questa branch (usa \"hg heads .\" e \"hg merge\"\n"
  1689. " per fare il merge"
  1690. #, python-format
  1691. msgid "pulling from %s\n"
  1692. msgstr "sto facendo pull da %s\n"
  1693. msgid ""
  1694. "Other repository doesn't support revision lookup, so a rev cannot be "
  1695. "specified."
  1696. msgstr ""
  1697. "L'altro repository non supporta la ricerca di revisioni, quindi una "
  1698. "revisione non può essere specificata."
  1699. #, python-format
  1700. msgid ""
  1701. "not merging with %d other new branch heads (use \"hg heads .\" and \"hg merge"
  1702. "\" to merge them)\n"
  1703. msgstr ""
  1704. #, python-format
  1705. msgid "updating to %d:%s\n"
  1706. msgstr "sto aggiornando a %d:%s\n"
  1707. #, python-format
  1708. msgid "merging with %d:%s\n"
  1709. msgstr "sto facendo il merge con %d:%s\n"
  1710. #, python-format
  1711. msgid "new changeset %d:%s merges remote changes with local\n"
  1712. msgstr ""
  1713. "il nuovo changeset %d:%s fa il merge delle modifiche remote con quelle "
  1714. "locali\n"
  1715. msgid "a specific revision you would like to pull"
  1716. msgstr "una specifica revisione di cui si desidera fare il pull"
  1717. msgid "edit commit message"
  1718. msgstr "modifica il messaggio di commit"
  1719. msgid "edit commit message (DEPRECATED)"
  1720. msgstr "modifica il messaggio di commit (DEPRECATO)"
  1721. msgid "switch parents when merging"
  1722. msgstr "inverte i genitori durante il merge"
  1723. msgid "hg fetch [SOURCE]"
  1724. msgstr "hg fetch [SORGENTE]"
  1725. msgid "commands to sign and verify changesets"
  1726. msgstr "comandi per firmare e verificare changeset"
  1727. msgid "error while verifying signature"
  1728. msgstr "errore durante la verifica della firma"
  1729. #, python-format
  1730. msgid "%s Bad signature from \"%s\"\n"
  1731. msgstr "%s Firma non valida da \"%s\"\n"
  1732. #, python-format
  1733. msgid "%s Note: Signature has expired (signed by: \"%s\")\n"
  1734. msgstr "%s Nota: La firma è scaduta (firmato da: \"%s\")\n"
  1735. #, python-format
  1736. msgid "%s Note: This key has expired (signed by: \"%s\")\n"
  1737. msgstr "%s Nota: Questa chiave è scaduta (firmato da: \"%s\")\n"
  1738. msgid "list signed changesets"
  1739. msgstr "elenca i changeset firmati"
  1740. #, python-format
  1741. msgid "%s:%d node does not exist\n"
  1742. msgstr "il nodo %s:%d non esiste\n"
  1743. msgid "verify all the signatures there may be for a particular revision"
  1744. msgstr ""
  1745. "verifica tutte le firme che potrebbero esistere per una particolare revisione"
  1746. #, python-format
  1747. msgid "No valid signature for %s\n"
  1748. msgstr "Nessuna firma valida per %s\n"
  1749. msgid "add a signature for the current or given revision"
  1750. msgstr "aggiunge una firma per la revisione corrente o data"
  1751. msgid ""
  1752. " If no revision is given, the parent of the working directory is used,\n"
  1753. " or tip if no revision is checked out."
  1754. msgstr ""
  1755. " Se nessuna revisione è stata specificata, viene usato il genitore\n"
  1756. " della directory di lavoro, oppure tip se non si è eseguito il\n"
  1757. " checkout di nessuna revisione."
  1758. msgid ""
  1759. " See :hg:`help dates` for a list of formats valid for -d/--date.\n"
  1760. " "
  1761. msgstr ""
  1762. " Vedere :hg:`help dates` per un elenco dei formati validi per -d/--date.\n"
  1763. " "
  1764. msgid "uncommitted merge - please provide a specific revision"
  1765. msgstr ""
  1766. "merge di cui non si è effettuato il commit - si prega di fornire una "
  1767. "revisione specifica"
  1768. #, python-format
  1769. msgid "Signing %d:%s\n"
  1770. msgstr "Firma in corso di %d:%s\n"
  1771. msgid "error while signing"
  1772. msgstr "errore durante la firma"
  1773. msgid ""
  1774. "working copy of .hgsigs is changed (please commit .hgsigs manually or use --"
  1775. "force)"
  1776. msgstr ""
  1777. "la copia di lavoro di .hgsigs è cambiata (si prega di fare il commit "
  1778. "manualmente di .hgsigs o usare --force)"
  1779. msgid "unknown signature version"
  1780. msgstr "versione della firma sconosciuta"
  1781. msgid "make the signature local"
  1782. msgstr "rende la firma locale"
  1783. msgid "sign even if the sigfile is modified"
  1784. msgstr "firma anche se il sigfile è stato modificato"
  1785. msgid "do not commit the sigfile after signing"
  1786. msgstr "non effettuare il commit del sigfile dopo la firma"
  1787. msgid "ID"
  1788. msgstr "ID"
  1789. msgid "the key id to sign with"
  1790. msgstr "l'id della chiave con cui firmare"
  1791. msgid "TEXT"
  1792. msgstr "TESTO"
  1793. msgid "commit message"
  1794. msgstr "messaggio di commit"
  1795. msgid "hg sign [OPTION]... [REVISION]..."
  1796. msgstr "hg sign [OPZIONE]... [REVISIONE]..."
  1797. msgid "hg sigcheck REVISION"
  1798. msgstr "hg sigcheck REVISIONE"
  1799. msgid "hg sigs"
  1800. msgstr "hg sigs"
  1801. msgid "command to view revision graphs from a shell"
  1802. msgstr "comando per visualizzare grafi di revisioni da una shell"
  1803. msgid ""
  1804. "This extension adds a --graph option to the incoming, outgoing and log\n"
  1805. "commands. When this options is given, an ASCII representation of the\n"
  1806. "revision graph is also shown.\n"
  1807. msgstr ""
  1808. #, python-format
  1809. msgid "--graph option is incompatible with --%s"
  1810. msgstr "l'opzione --graph è incompatibile con --%s"
  1811. msgid "show revision history alongside an ASCII revision graph"
  1812. msgstr ""
  1813. msgid ""
  1814. " Print a revision history alongside a revision graph drawn with\n"
  1815. " ASCII characters."
  1816. msgstr ""
  1817. msgid ""
  1818. " Nodes printed as an @ character are parents of the working\n"
  1819. " directory.\n"
  1820. " "
  1821. msgstr ""
  1822. msgid "--graph option allows at most one file"
  1823. msgstr "l'opzione --graph consente al massimo un file"
  1824. msgid "show the revision DAG"
  1825. msgstr "mostra il DAG delle revisioni"
  1826. msgid "NUM"
  1827. msgstr "NUM"
  1828. msgid "limit number of changes displayed"
  1829. msgstr "limita il numero di modifiche mostrate"
  1830. msgid "show patch"
  1831. msgstr "mostra patch"
  1832. msgid "show the specified revision or range"
  1833. msgstr "mostra la revisione specificata o un range"
  1834. msgid "hg glog [OPTION]... [FILE]"
  1835. msgstr "hg glog [OPZIONE]... [FILE]"
  1836. msgid "hooks for integrating with the CIA.vc notification service"
  1837. msgstr ""
  1838. msgid ""
  1839. "This is meant to be run as a changegroup or incoming hook. To\n"
  1840. "configure it, set the following options in your hgrc::"
  1841. msgstr ""
  1842. msgid ""
  1843. " [cia]\n"
  1844. " # your registered CIA user name\n"
  1845. " user = foo\n"
  1846. " # the name of the project in CIA\n"
  1847. " project = foo\n"
  1848. " # the module (subproject) (optional)\n"
  1849. " #module = foo\n"
  1850. " # Append a diffstat to the log message (optional)\n"
  1851. " #diffstat = False\n"
  1852. " # Template to use for log messages (optional)\n"
  1853. " #template = {desc}\\n{baseurl}/rev/{node}-- {diffstat}\n"
  1854. " # Style to use (optional)\n"
  1855. " #style = foo\n"
  1856. " # The URL of the CIA notification service (optional)\n"
  1857. " # You can use mailto: URLs to send by email, eg\n"
  1858. " # mailto:cia@cia.vc\n"
  1859. " # Make sure to set email.from if you do this.\n"
  1860. " #url = http://cia.vc/\n"
  1861. " # print message instead of sending it (optional)\n"
  1862. " #test = False"
  1863. msgstr ""
  1864. msgid ""
  1865. " [hooks]\n"
  1866. " # one of these:\n"
  1867. " changegroup.cia = python:hgcia.hook\n"
  1868. " #incoming.cia = python:hgcia.hook"
  1869. msgstr ""
  1870. msgid ""
  1871. " [web]\n"
  1872. " # If you want hyperlinks (optional)\n"
  1873. " baseurl = http://server/path/to/repo\n"
  1874. msgstr ""
  1875. #, python-format
  1876. msgid "%s returned an error: %s"
  1877. msgstr "%s ha restituito un errore: %s"
  1878. #, python-format
  1879. msgid "hgcia: sending update to %s\n"
  1880. msgstr "hgcia: sto inviando l'aggiornamento a %s\n"
  1881. msgid "email.from must be defined when sending by email"
  1882. msgstr "email.from deve essere definito quando si mandano mail"
  1883. msgid "browse the repository in a graphical way"
  1884. msgstr ""
  1885. msgid ""
  1886. "The hgk extension allows browsing the history of a repository in a\n"
  1887. "graphical way. It requires Tcl/Tk version 8.4 or later. (Tcl/Tk is not\n"
  1888. "distributed with Mercurial.)"
  1889. msgstr ""
  1890. msgid ""
  1891. "hgk consists of two parts: a Tcl script that does the displaying and\n"
  1892. "querying of information, and an extension to Mercurial named hgk.py,\n"
  1893. "which provides hooks for hgk to get information. hgk can be found in\n"
  1894. "the contrib directory, and the extension is shipped in the hgext\n"
  1895. "repository, and needs to be enabled."
  1896. msgstr ""
  1897. msgid ""
  1898. "The :hg:`view` command will launch the hgk Tcl script. For this command\n"
  1899. "to work, hgk must be in your search path. Alternately, you can specify\n"
  1900. "the path to hgk in your configuration file::"
  1901. msgstr ""
  1902. msgid ""
  1903. " [hgk]\n"
  1904. " path=/location/of/hgk"
  1905. msgstr ""
  1906. " [hgk]\n"
  1907. " path=/posizione/di/hgk"
  1908. msgid ""
  1909. "hgk can make use of the extdiff extension to visualize revisions.\n"
  1910. "Assuming you had already configured extdiff vdiff command, just add::"
  1911. msgstr ""
  1912. msgid ""
  1913. " [hgk]\n"
  1914. " vdiff=vdiff"
  1915. msgstr ""
  1916. " [hgk]\n"
  1917. " vdiff=vdiff"
  1918. msgid ""
  1919. "Revisions context menu will now display additional entries to fire\n"
  1920. "vdiff on hovered and selected revisions.\n"
  1921. msgstr ""
  1922. msgid "diff trees from two commits"
  1923. msgstr "mostra le differenze tra alberi di due commit"
  1924. msgid "output common ancestor information"
  1925. msgstr "stampa in output informazioni sull'antenato comune"
  1926. msgid "cat a specific revision"
  1927. msgstr "stampa a video una specifica revisione"
  1928. msgid "cat-file: type or revision not supplied\n"
  1929. msgstr "cat-file: tipo o revisione non forniti\n"
  1930. msgid "aborting hg cat-file only understands commits\n"
  1931. msgstr ""
  1932. msgid "parse given revisions"
  1933. msgstr "parsifica le revisioni date"
  1934. msgid "print revisions"
  1935. msgstr "stampa revisioni"
  1936. msgid "print extension options"
  1937. msgstr "stampa le opzioni dell'estensione"
  1938. msgid "start interactive history viewer"
  1939. msgstr "avvia visualizzatore interattivo della storia"
  1940. msgid "hg view [-l LIMIT] [REVRANGE]"
  1941. msgstr "hg view [-l LIMITE] [INTERVALLOREV]"
  1942. msgid "generate patch"
  1943. msgstr "genera patch"
  1944. msgid "recursive"
  1945. msgstr "ricorsivo"
  1946. msgid "pretty"
  1947. msgstr ""
  1948. msgid "stdin"
  1949. msgstr "stdin"
  1950. msgid "detect copies"
  1951. msgstr "rileva copie"
  1952. msgid "search"
  1953. msgstr "ricerca"
  1954. msgid "hg git-diff-tree [OPTION]... NODE1 NODE2 [FILE]..."
  1955. msgstr "hg git-diff-tree [OPZIONE]... NODO1 NODO2 [FILE]..."
  1956. msgid "hg debug-cat-file [OPTION]... TYPE FILE"
  1957. msgstr "hg debug-cat-file [OPZIONE]... TIPO FILE"
  1958. msgid "hg debug-config"
  1959. msgstr "hg debug-config"
  1960. msgid "hg debug-merge-base REV REV"
  1961. msgstr ""
  1962. msgid "ignored"
  1963. msgstr "ignorato"
  1964. msgid "hg debug-rev-parse REV"
  1965. msgstr "hg debug-rev-parse REV"
  1966. msgid "header"
  1967. msgstr "intestazione"
  1968. msgid "topo-order"
  1969. msgstr "ordine topologico"
  1970. msgid "parents"
  1971. msgstr "genitori"
  1972. msgid "max-count"
  1973. msgstr "conto massimo"
  1974. msgid "hg debug-rev-list [OPTION]... REV..."
  1975. msgstr "hg debug-rev-list [OPZIONE]... REV..."
  1976. msgid "syntax highlighting for hgweb (requires Pygments)"
  1977. msgstr ""
  1978. msgid ""
  1979. "It depends on the Pygments syntax highlighting library:\n"
  1980. "http://pygments.org/"
  1981. msgstr ""
  1982. msgid "There is a single configuration option::"
  1983. msgstr ""
  1984. msgid ""
  1985. " [web]\n"
  1986. " pygments_style = <style>"
  1987. msgstr ""
  1988. msgid "The default is 'colorful'.\n"
  1989. msgstr "Il default è 'colorful'.\n"
  1990. msgid "accelerate status report using Linux's inotify service"
  1991. msgstr ""
  1992. msgid "start an inotify server for this repository"
  1993. msgstr "avvia un server inotify per questo repository"
  1994. msgid "debugging information for inotify extension"
  1995. msgstr ""
  1996. msgid ""
  1997. " Prints the list of directories being watched by the inotify server.\n"
  1998. " "
  1999. msgstr ""
  2000. msgid "directories being watched:\n"
  2001. msgstr "directory sotto osservazione:\n"
  2002. msgid "run server in background"
  2003. msgstr "avvia il server in background"
  2004. msgid "used internally by daemon mode"
  2005. msgstr "usato internamente dalla modalità demone"
  2006. msgid "minutes to sit idle before exiting"
  2007. msgstr "minuti per cui stare in attesa prima di uscire"
  2008. msgid "name of file to write process ID to"
  2009. msgstr "nome del file in cui scrivere l'ID del processo"
  2010. msgid "hg inserve [OPTION]..."
  2011. msgstr "hg inserve [OPZIONI]..."
  2012. msgid "inotify-client: found dead inotify server socket; removing it\n"
  2013. msgstr "inotify-client: trovato socket morto del server inotify; lo rimuovo\n"
  2014. #, python-format
  2015. msgid "inotify-client: could not start inotify server: %s\n"
  2016. msgstr "inotify-client: mpossibile avviare il server inotify: %s\n"
  2017. #, python-format
  2018. msgid "inotify-client: could not talk to new inotify server: %s\n"
  2019. msgstr ""
  2020. "inotify-client: impossibile comunicare con il nuovo server inotify: %s\n"
  2021. #, python-format
  2022. msgid "inotify-client: failed to contact inotify server: %s\n"
  2023. msgstr "inotify-client: non sono riuscito a contattare il server inotify: %s\n"
  2024. msgid "inotify-client: received empty answer from inotify server"
  2025. msgstr "inotify-client: ricevuta risposta vuota dal server inotify"
  2026. #, python-format
  2027. msgid "(inotify: received response from incompatible server version %d)\n"
  2028. msgstr "(inotify: ricevuta risposta dalla versione incompatibile %d)\n"
  2029. #, python-format
  2030. msgid "(inotify: received '%s' response when expecting '%s')\n"
  2031. msgstr "(inotify: ricevuta risposta '%s' mentre era attesa '%s')\n"
  2032. msgid "this system does not seem to support inotify"
  2033. msgstr "questo sistema sembra non supportare inotify"
  2034. #, python-format
  2035. msgid "*** the current per-user limit on the number of inotify watches is %s\n"
  2036. msgstr ""
  2037. msgid "*** this limit is too low to watch every directory in this repository\n"
  2038. msgstr ""
  2039. msgid "*** counting directories: "
  2040. msgstr "*** sto contando le directory: "
  2041. #, python-format
  2042. msgid "found %d\n"
  2043. msgstr "trovato %d\n"
  2044. #, python-format
  2045. msgid "*** to raise the limit from %d to %d (run as root):\n"
  2046. msgstr ""
  2047. #, python-format
  2048. msgid "*** echo %d > %s\n"
  2049. msgstr "*** echo %d > %s\n"
  2050. #, python-format
  2051. msgid "cannot watch %s until inotify watch limit is raised"
  2052. msgstr ""
  2053. "impossibile controllare %s finchè il limite di controlli di inotify non "
  2054. "verrà aumentato"
  2055. #, python-format
  2056. msgid "inotify service not available: %s"
  2057. msgstr "servizio inotify non disponibile: %s"
  2058. #, python-format
  2059. msgid "watching %r\n"
  2060. msgstr "sto controllando %r\n"
  2061. #, python-format
  2062. msgid "watching directories under %r\n"
  2063. msgstr "sto controllando le directory sotto %r\n"
  2064. #, python-format
  2065. msgid "%s event: created %s\n"
  2066. msgstr "evento %s: creato %s\n"
  2067. #, python-format
  2068. msgid "%s event: deleted %s\n"
  2069. msgstr "evento %s: cancellato %s\n"
  2070. #, python-format
  2071. msgid "%s event: modified %s\n"
  2072. msgstr "evento %s: modificato %s\n"
  2073. #, python-format
  2074. msgid "filesystem containing %s was unmounted\n"
  2075. msgstr "il filesystem contenente %s era smontato\n"
  2076. #, python-format
  2077. msgid "%s readable: %d bytes\n"
  2078. msgstr "%s leggibile: %d byte\n"
  2079. #, python-format
  2080. msgid "%s below threshold - unhooking\n"
  2081. msgstr ""
  2082. #, python-format
  2083. msgid "%s reading %d events\n"
  2084. msgstr ""
  2085. #, python-format
  2086. msgid "%s hooking back up with %d bytes readable\n"
  2087. msgstr ""
  2088. msgid "finished setup\n"
  2089. msgstr "setup terminato\n"
  2090. #, python-format
  2091. msgid "status: %r %s -> %s\n"
  2092. msgstr "status: %r %s -> %s\n"
  2093. msgid "rescanning due to .hgignore change\n"
  2094. msgstr ""
  2095. msgid "cannot start: socket is already bound"
  2096. msgstr ""
  2097. msgid ""
  2098. "cannot start: tried linking .hg/inotify.sock to a temporary socket but .hg/"
  2099. "inotify.sock already exists"
  2100. msgstr ""
  2101. #, python-format
  2102. msgid "answering query for %r\n"
  2103. msgstr ""
  2104. #, python-format
  2105. msgid "received query from incompatible client version %d\n"
  2106. msgstr ""
  2107. #, python-format
  2108. msgid "unrecognized query type: %s\n"
  2109. msgstr "tipo di interrogazione non riconosciuto: %s\n"
  2110. msgid "expand expressions into changelog and summaries"
  2111. msgstr ""
  2112. msgid ""
  2113. "This extension allows the use of a special syntax in summaries, which\n"
  2114. "will be automatically expanded into links or any other arbitrary\n"
  2115. "expression, much like InterWiki does."
  2116. msgstr ""
  2117. msgid ""
  2118. "A few example patterns (link to bug tracking, etc.) that may be used\n"
  2119. "in your hgrc::"
  2120. msgstr ""
  2121. msgid ""
  2122. " [interhg]\n"
  2123. " issues = s!issue(\\d+)!<a href=\"http://bts/issue\\1\">issue\\1</a>!\n"
  2124. " bugzilla = s!((?:bug|b=|(?=#?\\d{4,}))(?:\\s*#?)(\\d+))!<a..=\\2\">\\1</a>!"
  2125. "i\n"
  2126. " boldify = s!(^|\\s)#(\\d+)\\b! <b>#\\2</b>!\n"
  2127. msgstr ""
  2128. " [interhg]\n"
  2129. " issues = s!issue(\\d+)!<a href=\"http://bts/issue\\1\">issue\\1</a>!\n"
  2130. " bugzilla = s!((?:bug|b=|(?=#?\\d{4,}))(?:\\s*#?)(\\d+))!<a..=\\2\">\\1</a>!"
  2131. "i\n"
  2132. " boldify = s!(^|\\s)#(\\d+)\\b! <b>#\\2</b>!\n"
  2133. #, python-format
  2134. msgid "interhg: invalid pattern for %s: %s\n"
  2135. msgstr ""
  2136. #, python-format
  2137. msgid "interhg: invalid regexp for %s: %s\n"
  2138. msgstr ""
  2139. msgid "expand keywords in tracked files"
  2140. msgstr ""
  2141. msgid ""
  2142. "This extension expands RCS/CVS-like or self-customized $Keywords$ in\n"
  2143. "tracked text files selected by your configuration."
  2144. msgstr ""
  2145. msgid ""
  2146. "Keywords are only expanded in local repositories and not stored in the\n"
  2147. "change history. The mechanism can be regarded as a convenience for the\n"
  2148. "current user or for archive distribution."
  2149. msgstr ""
  2150. msgid ""
  2151. "Keywords expand to the changeset data pertaining to the latest change\n"
  2152. "relative to the working directory parent of each file."
  2153. msgstr ""
  2154. msgid ""
  2155. "Configuration is done in the [keyword], [keywordset] and [keywordmaps]\n"
  2156. "sections of hgrc files."
  2157. msgstr ""
  2158. msgid "Example::"
  2159. msgstr "Esempio::"
  2160. msgid ""
  2161. " [keyword]\n"
  2162. " # expand keywords in every python file except those matching \"x*\"\n"
  2163. " **.py =\n"
  2164. " x* = ignore"
  2165. msgstr ""
  2166. msgid ""
  2167. " [keywordset]\n"
  2168. " # prefer svn- over cvs-like default keywordmaps\n"
  2169. " svn = True"
  2170. msgstr ""
  2171. msgid ""
  2172. ".. note::\n"
  2173. " The more specific you are in your filename patterns the less you\n"
  2174. " lose speed in huge repositories."
  2175. msgstr ""
  2176. msgid ""
  2177. "For [keywordmaps] template mapping and expansion demonstration and\n"
  2178. "control run :hg:`kwdemo`. See :hg:`help templates` for a list of\n"
  2179. "available templates and filters."
  2180. msgstr ""
  2181. msgid "Three additional date template filters are provided::"
  2182. msgstr ""
  2183. msgid ""
  2184. " utcdate \"2006/09/18 15:13:13\"\n"
  2185. " svnutcdate \"2006-09-18 15:13:13Z\"\n"
  2186. " svnisodate \"2006-09-18 08:13:13 -700 (Mon, 18 Sep 2006)\""
  2187. msgstr ""
  2188. msgid ""
  2189. "The default template mappings (view with :hg:`kwdemo -d`) can be\n"
  2190. "replaced with customized keywords and templates. Again, run\n"
  2191. ":hg:`kwdemo` to control the results of your configuration changes."
  2192. msgstr ""
  2193. msgid ""
  2194. "Before changing/disabling active keywords, you must run :hg:`kwshrink`\n"
  2195. "to avoid storing expanded keywords in the change history."
  2196. msgstr ""
  2197. msgid ""
  2198. "To force expansion after enabling it, or a configuration change, run\n"
  2199. ":hg:`kwexpand`."
  2200. msgstr ""
  2201. msgid ""
  2202. "Expansions spanning more than one line and incremental expansions,\n"
  2203. "like CVS' $Log$, are not supported. A keyword template map \"Log =\n"
  2204. "{desc}\" expands to the first line of the changeset description.\n"
  2205. msgstr ""
  2206. #, python-format
  2207. msgid "overwriting %s expanding keywords\n"
  2208. msgstr "sovrascrittura di %s durante l'espansione delle keyword\n"
  2209. #, python-format
  2210. msgid "overwriting %s shrinking keywords\n"
  2211. msgstr ""
  2212. msgid "[keyword] patterns cannot match"
  2213. msgstr ""
  2214. msgid "no [keyword] patterns configured"
  2215. msgstr ""
  2216. msgid "print [keywordmaps] configuration and an expansion example"
  2217. msgstr ""
  2218. msgid ""
  2219. " Show current, custom, or default keyword template maps and their\n"
  2220. " expansions."
  2221. msgstr ""
  2222. msgid ""
  2223. " Extend the current configuration by specifying maps as arguments\n"
  2224. " and using -f/--rcfile to source an external hgrc file."
  2225. msgstr ""
  2226. msgid " Use -d/--default to disable current configuration."
  2227. msgstr ""
  2228. msgid ""
  2229. " See :hg:`help templates` for information on templates and filters.\n"
  2230. " "
  2231. msgstr ""
  2232. " Vedere :hg:`help templates` per informazioni su template e filtri.\n"
  2233. " "
  2234. #, python-format
  2235. msgid "creating temporary repository at %s\n"
  2236. msgstr "sto creando un repository temporaneo in %s\n"
  2237. msgid ""
  2238. "\n"
  2239. "\tconfiguration using custom keyword template maps\n"
  2240. msgstr ""
  2241. msgid "\textending current template maps\n"
  2242. msgstr ""
  2243. msgid "\toverriding default svn keywordset\n"
  2244. msgstr "\tsto sovrascrivendo il set di keyword predefinito di svn\n"
  2245. msgid "\toverriding default cvs keywordset\n"
  2246. msgstr "\tsto sovrascrivendo il set di keyword predefinito di cvs\n"
  2247. msgid ""
  2248. "\n"
  2249. "\tconfiguration using default svn keywordset\n"
  2250. msgstr ""
  2251. msgid ""
  2252. "\n"
  2253. "\tconfiguration using default cvs keywordset\n"
  2254. msgstr ""
  2255. msgid "\tdisabling current template maps\n"
  2256. msgstr ""
  2257. msgid ""
  2258. "\n"
  2259. "\tconfiguration using current keyword template maps\n"
  2260. msgstr ""
  2261. #, python-format
  2262. msgid ""
  2263. "\n"
  2264. "keywords written to %s:\n"
  2265. msgstr ""
  2266. msgid "hg keyword configuration and expansion example"
  2267. msgstr "configurazione ed espansione d'esempio del keyword hg"
  2268. msgid ""
  2269. "\n"
  2270. "\tkeywords expanded\n"
  2271. msgstr ""
  2272. msgid "expand keywords in the working directory"
  2273. msgstr ""
  2274. msgid " Run after (re)enabling keyword expansion."
  2275. msgstr ""
  2276. msgid ""
  2277. " kwexpand refuses to run if given files contain local changes.\n"
  2278. " "
  2279. msgstr ""
  2280. msgid "show files configured for keyword expansion"
  2281. msgstr "mostra i file configurati per l'espansione di keyword"
  2282. msgid ""
  2283. " List which files in the working directory are matched by the\n"
  2284. " [keyword] configuration patterns."
  2285. msgstr ""
  2286. msgid ""
  2287. " Useful to prevent inadvertent keyword expansion and to speed up\n"
  2288. " execution by including only files that are actual candidates for\n"
  2289. " expansion."
  2290. msgstr ""
  2291. msgid ""
  2292. " See :hg:`help keyword` on how to construct patterns both for\n"
  2293. " inclusion and exclusion of files."
  2294. msgstr ""
  2295. msgid ""
  2296. " With -A/--all and -v/--verbose the codes used to show the status\n"
  2297. " of files are::"
  2298. msgstr ""
  2299. msgid ""
  2300. " K = keyword expansion candidate\n"
  2301. " k = keyword expansion candidate (not tracked)\n"
  2302. " I = ignored\n"
  2303. " i = ignored (not tracked)\n"
  2304. " "
  2305. msgstr ""
  2306. msgid "revert expanded keywords in the working directory"
  2307. msgstr ""
  2308. msgid " Must be run before changing/disabling active keywords."
  2309. msgstr ""
  2310. msgid ""
  2311. " kwshrink refuses to run if given files contain local changes.\n"
  2312. " "
  2313. msgstr ""
  2314. msgid "show default keyword template maps"
  2315. msgstr ""
  2316. msgid "read maps from rcfile"
  2317. msgstr "legge le mappe dall'rcfile"
  2318. msgid "hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]..."
  2319. msgstr ""
  2320. msgid "hg kwexpand [OPTION]... [FILE]..."
  2321. msgstr "hg kwexpand [OPZIONE]... [FILE]..."
  2322. msgid "show keyword status flags of all files"
  2323. msgstr ""
  2324. msgid "show files excluded from expansion"
  2325. msgstr ""
  2326. msgid "only show unknown (not tracked) files"
  2327. msgstr "mostra solo i file sconosciuti (non tracciati)"
  2328. msgid "hg kwfiles [OPTION]... [FILE]..."
  2329. msgstr "hg kwfiles [OPZIONE]... [FILE]..."
  2330. msgid "hg kwshrink [OPTION]... [FILE]..."
  2331. msgstr "hg kwshrink [OPZIONE]... [FILE]..."
  2332. msgid "manage a stack of patches"
  2333. msgstr "gestisci una pila di patch"
  2334. msgid ""
  2335. "This extension lets you work with a stack of patches in a Mercurial\n"
  2336. "repository. It manages two stacks of patches - all known patches, and\n"
  2337. "applied patches (subset of known patches)."
  2338. msgstr ""
  2339. "Questa estensione ti permette di gestire una coda di patch per un "
  2340. "repository\n"
  2341. "Mercurial. Essa gestisce due pile di patch - tutte le patch note, e\n"
  2342. "le patch applicate (un sottoinsieme delle patch note)."
  2343. msgid ""
  2344. "Known patches are represented as patch files in the .hg/patches\n"
  2345. "directory. Applied patches are both patch files and changesets."
  2346. msgstr ""
  2347. "Le patch note sono rappresentate da file di patch nella directory\n"
  2348. ".hg/patches. Le patch applicate sono sia file di patch sia changeset."
  2349. msgid "Common tasks (use :hg:`help command` for more details)::"
  2350. msgstr "Compiti comuni (usa :hg:`help comando` per maggior dettagli)::"
  2351. msgid ""
  2352. " create new patch qnew\n"
  2353. " import existing patch qimport"
  2354. msgstr ""
  2355. " crea una nuova patch qnew\n"
  2356. " importa una patch esistente qimport"
  2357. msgid ""
  2358. " print patch series qseries\n"
  2359. " print applied patches qapplied"
  2360. msgstr ""
  2361. " stampa la serie di patch qseries\n"
  2362. " stampa le patch applicate qapplied"
  2363. msgid ""
  2364. " add known patch to applied stack qpush\n"
  2365. " remove patch from applied stack qpop\n"
  2366. " refresh contents of top applied patch qrefresh"
  2367. msgstr ""
  2368. " aggiungi patch nota alla pila applicata qpush\n"
  2369. " rimuovi patch dalla pila applicata qpop\n"
  2370. " aggiorna i contenuti della patch applicata in cima qrefresh"
  2371. msgid ""
  2372. "By default, mq will automatically use git patches when required to\n"
  2373. "avoid losing file mode changes, copy records, binary files or empty\n"
  2374. "files creations or deletions. This behaviour can be configured with::"
  2375. msgstr ""
  2376. "Di default, mq userà automaticamente patch in formato git quando necessario\n"
  2377. "per evitare di perdere modifiche ai permessi dei file, registrazioni di\n"
  2378. "copie, file binari o la creazione o cancellazione di file vuoti. Questo\n"
  2379. "comportamento può essere configurato con::"
  2380. msgid ""
  2381. " [mq]\n"
  2382. " git = auto/keep/yes/no"
  2383. msgstr ""
  2384. msgid ""
  2385. "If set to 'keep', mq will obey the [diff] section configuration while\n"
  2386. "preserving existing git patches upon qrefresh. If set to 'yes' or\n"
  2387. "'no', mq will override the [diff] section and always generate git or\n"
  2388. "regular patches, possibly losing data in the second case."
  2389. msgstr ""
  2390. "Se impostato a 'keep', mq seguirà la configurazione nella sezione\n"
  2391. "[diff] nel mantenere il formato git o meno delle patch esistenti\n"
  2392. "nell'eseguire il comando qrefresh. Se impostato a 'yes' o 'no', mq\n"
  2393. "sovrascriverà la sezione [diff] e genererà sempre patch in formato git o\n"
  2394. "normale, perdendo potenzialmente dati nel secondo caso."
  2395. msgid ""
  2396. "You will by default be managing a patch queue named \"patches\". You can\n"
  2397. "create other, independent patch queues with the :hg:`qqueue` command.\n"
  2398. msgstr ""
  2399. "Di default, verrà gestita una coda di patch chiamata \"patches\".\n"
  2400. "Se ne possono creare altre indipendenti, col comando :hg:`qqueue`.\n"
  2401. #, python-format
  2402. msgid "malformated mq status line: %s\n"
  2403. msgstr ""
  2404. #, python-format
  2405. msgid "mq.git option can be auto/keep/yes/no got %s"
  2406. msgstr "l'opzione mg.git può valere auto/keep/yes/no, impostata a %s"
  2407. #, python-format
  2408. msgid "%s appears more than once in %s"
  2409. msgstr "%s compare più di una volta in %s"
  2410. msgid "guard cannot be an empty string"
  2411. msgstr "una guardia non può essere una stringa vuota"
  2412. #, python-format
  2413. msgid "guard %r starts with invalid character: %r"
  2414. msgstr "la guardia %r inizia con un carattere non valido: %r"
  2415. #, python-format
  2416. msgid "invalid character in guard %r: %r"
  2417. msgstr "carattere non valido nella guardia %r: %r"
  2418. #, python-format
  2419. msgid "guard %r too short"
  2420. msgstr "la guardia %r è troppo corta"
  2421. #, python-format
  2422. msgid "guard %r starts with invalid char"
  2423. msgstr "la guardia %r inizia con un carattere non valido"
  2424. #, python-format
  2425. msgid "allowing %s - no guards in effect\n"
  2426. msgstr ""
  2427. #, python-format
  2428. msgid "allowing %s - no matching negative guards\n"
  2429. msgstr ""
  2430. #, python-format
  2431. msgid "allowing %s - guarded by %r\n"
  2432. msgstr ""
  2433. #, python-format
  2434. msgid "skipping %s - guarded by %r\n"
  2435. msgstr "sto saltando %s - controllato da %r\n"
  2436. #, python-format
  2437. msgid "skipping %s - no matching guards\n"
  2438. msgstr "sto saltando %s - nessuna guardia corrispondente\n"
  2439. #, python-format
  2440. msgid "error removing undo: %s\n"
  2441. msgstr ""
  2442. #, python-format
  2443. msgid "apply failed for patch %s"
  2444. msgstr "applicazione della patch %s fallita"
  2445. #, python-format
  2446. msgid "patch didn't work out, merging %s\n"
  2447. msgstr "patch non ha funzionato, esecuzione del merge di %s\n"
  2448. #, python-format
  2449. msgid "update returned %d"
  2450. msgstr "l'aggiornamento ha restituito %d"
  2451. msgid "repo commit failed"
  2452. msgstr "commit del repository fallito"
  2453. #, python-format
  2454. msgid "unable to read %s"
  2455. msgstr "impossibile leggere %s"
  2456. #, python-format
  2457. msgid "patch %s does not exist\n"
  2458. msgstr "la patch %s non esiste\n"
  2459. #, python-format
  2460. msgid "patch %s is not applied\n"
  2461. msgstr "la patch %s non è applicata\n"
  2462. msgid "patch failed, unable to continue (try -v)\n"
  2463. msgstr "patch fallita, impossibile continuare (provare con -v)\n"
  2464. #, python-format
  2465. msgid "applying %s\n"
  2466. msgstr "sto applicando %s\n"
  2467. #, python-format
  2468. msgid "unable to read %s\n"
  2469. msgstr "impossibile leggere %s\n"
  2470. #, python-format
  2471. msgid "patch %s is empty\n"
  2472. msgstr "la patch %s è vuota\n"
  2473. msgid "repository commit failed"
  2474. msgstr "commit del repository fallito"
  2475. msgid "patch failed, rejects left in working dir\n"
  2476. msgstr ""
  2477. "patch fallita, frammenti rifiutati lasciati nella directory di lavoro\n"
  2478. msgid "fuzz found when applying patch, stopping\n"
  2479. msgstr "trovato fuzz nell'applicare la patch, arresto\n"
  2480. #, python-format
  2481. msgid "revision %d is not managed"
  2482. msgstr "la revisione %d non è gestita"
  2483. #, python-format
  2484. msgid "cannot delete revision %d above applied patches"
  2485. msgstr "impossibile cancellare la revisione %d sopra patch applicate"
  2486. #, python-format
  2487. msgid "patch %s finalized without changeset message\n"
  2488. msgstr "patch %s finalizzata senza un messaggio di changeset\n"
  2489. msgid "qdelete requires at least one revision or patch name"
  2490. msgstr ""
  2491. #, python-format
  2492. msgid "cannot delete applied patch %s"
  2493. msgstr "impossibile rimuovere la patch applicata %s"
  2494. #, python-format
  2495. msgid "patch %s not in series file"
  2496. msgstr "la patch %s non è nel file series"
  2497. msgid "no patches applied"
  2498. msgstr "nessuna patch applicata"
  2499. msgid "working directory revision is not qtip"
  2500. msgstr "la revisione della directory di lavoro non è qtip"
  2501. #, python-format
  2502. msgid "uncommitted changes in subrepository %s"
  2503. msgstr "invertito commit delle modifiche nel subrepository %s"
  2504. msgid "local changes found, refresh first"
  2505. msgstr "trovate modifiche locali, effettuare prima un refresh"
  2506. msgid "local changes found"
  2507. msgstr "trovate modifiche locali"
  2508. #, python-format
  2509. msgid "\"%s\" cannot be used as the name of a patch"
  2510. msgstr "\"%s\" non può essere usato come nome di una patch"
  2511. #, python-format
  2512. msgid "\"%s\" already exists as a directory"
  2513. msgstr "\"%s\" esiste già come directory"
  2514. #, python-format
  2515. msgid "patch \"%s\" already exists"
  2516. msgstr "la patch \"%s\" esiste già"
  2517. msgid "cannot manage merge changesets"
  2518. msgstr "impossibile gestire un changeset di merge"
  2519. #, python-format
  2520. msgid "cannot write patch \"%s\": %s"
  2521. msgstr "impossibile scrivere la patch \"%s\": %s"
  2522. #, python-format
  2523. msgid "error unlinking %s\n"
  2524. msgstr "errore nella cancellazione di %s\n"
  2525. #, python-format
  2526. msgid "patch name \"%s\" is ambiguous:\n"
  2527. msgstr "il nome della patch \"%s\" è ambiguo:\n"
  2528. #, python-format
  2529. msgid "patch %s not in series"
  2530. msgstr "la patch %s non è nel file series"
  2531. msgid "(working directory not at a head)\n"
  2532. msgstr "(la directory di lavoro non è a una head)\n"
  2533. msgid "no patches in series\n"
  2534. msgstr "nessuna patch nella serie\n"
  2535. #, python-format
  2536. msgid "qpush: %s is already at the top\n"
  2537. msgstr "qpush: %s è già in cima\n"
  2538. #, python-format
  2539. msgid "cannot push to a previous patch: %s"
  2540. msgstr "impossibile fare push fino a una patch precedente: %s"
  2541. #, python-format
  2542. msgid "guarded by %r"
  2543. msgstr "controllato dalla guardia %r"
  2544. msgid "no matching guards"
  2545. msgstr "nessuna guardia corrispondente"
  2546. #, python-format
  2547. msgid "cannot push '%s' - %s\n"
  2548. msgstr "impossibile fare push di '%s' - %s\n"
  2549. msgid "all patches are currently applied\n"
  2550. msgstr "tutte le patch sono correntemente applicate\n"
  2551. msgid "patch series already fully applied\n"
  2552. msgstr "la serie di patch è già stata applicata completamente\n"
  2553. msgid "cannot use --exact and --move together"
  2554. msgstr ""
  2555. msgid "cannot push --exact with applied patches"
  2556. msgstr "impossibile fare un push --exact con patch applicate"
  2557. #, python-format
  2558. msgid "%s does not have a parent recorded"
  2559. msgstr "%s non sembra avere un genitore registrato"
  2560. msgid "please specify the patch to move"
  2561. msgstr "si prega di specificare la patch da spostare"
  2562. msgid "cleaning up working directory..."
  2563. msgstr "sto pulendo la directory di lavoro..."
  2564. #, python-format
  2565. msgid "errors during apply, please fix and refresh %s\n"
  2566. msgstr ""
  2567. "errori durante l'applicazione, si prega di correggere e aggiornare %s\n"
  2568. #, python-format
  2569. msgid "now at: %s\n"
  2570. msgstr "ora a: %s\n"
  2571. #, python-format
  2572. msgid "patch %s is not applied"
  2573. msgstr "la patch %s non è applicata"
  2574. msgid "no patches applied\n"
  2575. msgstr "nessuna patch applicata\n"
  2576. #, python-format
  2577. msgid "qpop: %s is already at the top\n"
  2578. msgstr "qpop: %s è già in cima\n"
  2579. msgid "qpop: forcing dirstate update\n"
  2580. msgstr "qpop: forzatura aggiornamento dirstate\n"
  2581. #, python-format
  2582. msgid "trying to pop unknown node %s"
  2583. msgstr "tentativo rimozione dalla cima del nodo sconosciuto %s"
  2584. msgid "popping would remove a revision not managed by this patch queue"
  2585. msgstr ""
  2586. "la rimozione dalla cima cancellerebbe una revisione non gestita da\n"
  2587. "questa coda di patch"
  2588. msgid "deletions found between repo revs"
  2589. msgstr ""
  2590. #, python-format
  2591. msgid "popping %s\n"
  2592. msgstr "sto rimuovendo %s dalla cima\n"
  2593. msgid "patch queue now empty\n"
  2594. msgstr "coda di patch ora vuota\n"
  2595. msgid "cannot refresh a revision with children"
  2596. msgstr "impossibile aggiornare una revisione con figli"
  2597. msgid ""
  2598. "refresh interrupted while patch was popped! (revert --all, qpush to "
  2599. "recover)\n"
  2600. msgstr ""
  2601. "aggiornamento patch interrotto mentre la patch veniva rimossa dalla\n"
  2602. "cima! (revert --all, qpush per recuperare)\n"
  2603. msgid "patch queue directory already exists"
  2604. msgstr "la directory per la coda di patch esiste già"
  2605. #, python-format
  2606. msgid "patch %s is not in series file"
  2607. msgstr "la patch %s non è nel file series"
  2608. msgid "No saved patch data found\n"
  2609. msgstr "Non è stata trovata nessuna modifica salvata\n"
  2610. #, python-format
  2611. msgid "restoring status: %s\n"
  2612. msgstr "sto ripristinando lo stato: %s\n"
  2613. msgid "save entry has children, leaving it alone\n"
  2614. msgstr ""
  2615. #, python-format
  2616. msgid "removing save entry %s\n"
  2617. msgstr ""
  2618. #, python-format
  2619. msgid "saved queue repository parents: %s %s\n"
  2620. msgstr ""
  2621. msgid "updating queue directory\n"
  2622. msgstr "sto aggiornando la directory della coda\n"
  2623. msgid "Unable to load queue repository\n"
  2624. msgstr "Impossibile caricare il repository della coda\n"
  2625. msgid "save: no patches applied, exiting\n"
  2626. msgstr ""
  2627. msgid "status is already saved\n"
  2628. msgstr "lo status è già stato salvato\n"
  2629. msgid "hg patches saved state"
  2630. msgstr ""
  2631. msgid "repo commit failed\n"
  2632. msgstr "commit del repository fallito\n"
  2633. #, python-format
  2634. msgid "patch %s is already in the series file"
  2635. msgstr "la patch %s è già nel file series"
  2636. msgid "option \"-r\" not valid when importing files"
  2637. msgstr "l'opzione \"-r\" non è valida quando si importano file"
  2638. msgid "option \"-n\" not valid when importing multiple patches"
  2639. msgstr "l'opzione \"-n\" non è valida quando si importano patch multiple"
  2640. #, python-format
  2641. msgid "revision %d is the root of more than one branch"
  2642. msgstr ""
  2643. #, python-format
  2644. msgid "revision %d is already managed"
  2645. msgstr ""
  2646. #, python-format
  2647. msgid "revision %d is not the parent of the queue"
  2648. msgstr ""
  2649. #, python-format
  2650. msgid "revision %d has unmanaged children"
  2651. msgstr "la revisione %d ha figli non gestiti"
  2652. #, python-format
  2653. msgid "cannot import merge revision %d"
  2654. msgstr "impossibile importare la revisione di merge %d"
  2655. #, python-format
  2656. msgid "revision %d is not the parent of %d"
  2657. msgstr "la revisione %d non è il genitore di %d"
  2658. msgid "-e is incompatible with import from -"
  2659. msgstr "-e è incompatibile con l'import da -"
  2660. #, python-format
  2661. msgid "patch %s does not exist"
  2662. msgstr "la patch %s non esiste"
  2663. #, python-format
  2664. msgid "renaming %s to %s\n"
  2665. msgstr "sto rinominando %s in %s\n"
  2666. msgid "need --name to import a patch from -"
  2667. msgstr "necessario --name per importare una patch da -"
  2668. #, python-format
  2669. msgid "unable to read file %s"
  2670. msgstr "impossibile leggere file %s"
  2671. #, python-format
  2672. msgid "adding %s to series file\n"
  2673. msgstr "sto aggiungendo %s al file series\n"
  2674. msgid "remove patches from queue"
  2675. msgstr "rimuove patch dalla coda"
  2676. msgid ""
  2677. " The patches must not be applied, and at least one patch is required. "
  2678. "With\n"
  2679. " -k/--keep, the patch files are preserved in the patch directory."
  2680. msgstr ""
  2681. msgid ""
  2682. " To stop managing a patch and move it into permanent history,\n"
  2683. " use the :hg:`qfinish` command."
  2684. msgstr ""
  2685. msgid "print the patches already applied"
  2686. msgstr "stampa le patch già applicate"
  2687. msgid " Returns 0 on success."
  2688. msgstr " Restituisce 0 in caso di successo."
  2689. msgid "only one patch applied\n"
  2690. msgstr "stata applicata solo una patch\n"
  2691. msgid "print the patches not yet applied"
  2692. msgstr "stampa le patch non ancora applicate"
  2693. msgid "all patches applied\n"
  2694. msgstr "tutte le patch sono state applicate\n"
  2695. msgid "import a patch"
  2696. msgstr "importa una patch"
  2697. msgid ""
  2698. " The patch is inserted into the series after the last applied\n"
  2699. " patch. If no patches have been applied, qimport prepends the patch\n"
  2700. " to the series."
  2701. msgstr ""
  2702. msgid ""
  2703. " The patch will have the same name as its source file unless you\n"
  2704. " give it a new one with -n/--name."
  2705. msgstr ""
  2706. msgid ""
  2707. " You can register an existing patch inside the patch directory with\n"
  2708. " the -e/--existing flag."
  2709. msgstr ""
  2710. msgid ""
  2711. " With -f/--force, an existing patch of the same name will be\n"
  2712. " overwritten."
  2713. msgstr ""
  2714. msgid ""
  2715. " An existing changeset may be placed under mq control with -r/--rev\n"
  2716. " (e.g. qimport --rev tip -n patch will place tip under mq control).\n"
  2717. " With -g/--git, patches imported with --rev will use the git diff\n"
  2718. " format. See the diffs help topic for information on why this is\n"
  2719. " important for preserving rename/copy information and permission\n"
  2720. " changes."
  2721. msgstr ""
  2722. msgid ""
  2723. " To import a patch from standard input, pass - as the patch file.\n"
  2724. " When importing from standard input, a patch name must be specified\n"
  2725. " using the --name flag."
  2726. msgstr ""
  2727. msgid " To import an existing patch while renaming it::"
  2728. msgstr " Per importare una patch esistente mentre la si rinomina::"
  2729. msgid " hg qimport -e existing-patch -n new-name"
  2730. msgstr " hg qimport -e patch-esistente -n nuovo-nome"
  2731. msgid ""
  2732. " Returns 0 if import succeeded.\n"
  2733. " "
  2734. msgstr ""
  2735. " Restituisce 0 se l'import è terminato correttamente.\n"
  2736. " "
  2737. msgid "init a new queue repository (DEPRECATED)"
  2738. msgstr "inizializza un nuovo repository della coda (DEPRECATO)"
  2739. msgid ""
  2740. " The queue repository is unversioned by default. If\n"
  2741. " -c/--create-repo is specified, qinit will create a separate nested\n"
  2742. " repository for patches (qinit -c may also be run later to convert\n"
  2743. " an unversioned patch repository into a versioned one). You can use\n"
  2744. " qcommit to commit changes to this queue repository."
  2745. msgstr ""
  2746. " Il repository della coda, di default, non è sotto controllo di\n"
  2747. " versione. Se viene specificato -c/--create-repo, qinit creerà un\n"
  2748. " repository annidato separato per le patch (qinit -c potrebbe anche\n"
  2749. " essere eseguito in seguito per convertire un repository non gestito in\n"
  2750. " uno gestito).\n"
  2751. " Si può usare qcommit per effettuare il commit delle modifiche in\n"
  2752. " questo repository della coda."
  2753. msgid ""
  2754. " This command is deprecated. Without -c, it's implied by other relevant\n"
  2755. " commands. With -c, use :hg:`init --mq` instead."
  2756. msgstr ""
  2757. " Questo comando è deprecated. Senza -c, è implicito negli altri comandi\n"
  2758. " relativi. Con -c, è stato rimpiazzato da :hg:`init --mq`."
  2759. msgid "clone main and patch repository at same time"
  2760. msgstr "clona assieme il repository principale e quello delle patch"
  2761. msgid ""
  2762. " If source is local, destination will have no patches applied. If\n"
  2763. " source is remote, this command can not check if patches are\n"
  2764. " applied in source, so cannot guarantee that patches are not\n"
  2765. " applied in destination. If you clone remote repository, be sure\n"
  2766. " before that it has no patches applied."
  2767. msgstr ""
  2768. " Se la sorgente è locale, la destinazione non avrà patch applicate.\n"
  2769. " Se la sorgente è remota, questo comando non può controllare\n"
  2770. " se le patch sono applicate alla sorgente, quindi non può garantire\n"
  2771. " che le patch non siano applicate alla destinazione. Se cloni un\n"
  2772. " repository remoto, assicurati prima che non abbia patch applicate."
  2773. msgid ""
  2774. " Source patch repository is looked for in <src>/.hg/patches by\n"
  2775. " default. Use -p <url> to change."
  2776. msgstr ""
  2777. msgid ""
  2778. " The patch directory must be a nested Mercurial repository, as\n"
  2779. " would be created by :hg:`init --mq`."
  2780. msgstr ""
  2781. msgid ""
  2782. " Return 0 on success.\n"
  2783. " "
  2784. msgstr ""
  2785. " Restituisce 0 in caso di successo.\n"
  2786. " "
  2787. msgid "versioned patch repository not found (see init --mq)"
  2788. msgstr ""
  2789. "repository delle patch sotto controllo di versione non trovato (vedere init "
  2790. "--mq)"
  2791. msgid "cloning main repository\n"
  2792. msgstr "clonazione del repository principale\n"
  2793. msgid "cloning patch repository\n"
  2794. msgstr "clonazione del repository delle patch\n"
  2795. msgid "stripping applied patches from destination repository\n"
  2796. msgstr "rimozione delle patch applicate dal repository di destinazione\n"
  2797. msgid "updating destination repository\n"
  2798. msgstr "aggiornamento del repository di destinazione\n"
  2799. msgid "commit changes in the queue repository (DEPRECATED)"
  2800. msgstr ""
  2801. "effettua il commit delle modifiche nel repository della coda (DEPRECATO)"
  2802. msgid " This command is deprecated; use :hg:`commit --mq` instead."
  2803. msgstr " Questo comando è deprecato; usa invece :hg:`commit --mq`."
  2804. msgid "print the entire series file"
  2805. msgstr "stampa l'intero file series"
  2806. msgid "print the name of the current patch"
  2807. msgstr "stampa il nome della patch corrente"
  2808. msgid "print the name of the next patch"
  2809. msgstr "stampa il nome della patch seguente"
  2810. msgid "print the name of the previous patch"
  2811. msgstr "stampa il nome della patch precedente"
  2812. msgid "create a new patch"
  2813. msgstr "crea una nuova patch"
  2814. msgid ""
  2815. " qnew creates a new patch on top of the currently-applied patch (if\n"
  2816. " any). The patch will be initialized with any outstanding changes\n"
  2817. " in the working directory. You may also use -I/--include,\n"
  2818. " -X/--exclude, and/or a list of files after the patch name to add\n"
  2819. " only changes to matching files to the new patch, leaving the rest\n"
  2820. " as uncommitted modifications."
  2821. msgstr ""
  2822. " qnew crea una nuova patch sopra alla patch correntemente applicata\n"
  2823. " (se esiste). La patch verrà inizializzata con le eventuali modifiche\n"
  2824. " pendenti nella directory di lavoro. È possibile anche usare\n"
  2825. " -I/--include, -X/--exclude e/o una lista di file dopo il nome\n"
  2826. " della patch, per aggiungere alla nuova patch solamente le modifiche a\n"
  2827. " tali file, lasciando il resto come cambiamenti non salvati."
  2828. msgid ""
  2829. " -u/--user and -d/--date can be used to set the (given) user and\n"
  2830. " date, respectively. -U/--currentuser and -D/--currentdate set user\n"
  2831. " to current user and date to current date."
  2832. msgstr ""
  2833. " -u/--user e -d/--date possono essere usati per impostare "
  2834. "rispettivamente\n"
  2835. " un dato utente e data.\n"
  2836. " -U/--currentuser e -D/--currentdate impostano l'utente all'utente\n"
  2837. " corrente e la data alla data corrente."
  2838. msgid ""
  2839. " -e/--edit, -m/--message or -l/--logfile set the patch header as\n"
  2840. " well as the commit message. If none is specified, the header is\n"
  2841. " empty and the commit message is '[mq]: PATCH'."
  2842. msgstr ""
  2843. " -e/--edit, -m/--message o -l/--logfile impostano l'intestazione\n"
  2844. " della patch così come il messaggio di commit. Se nulla è stato\n"
  2845. " specificato, l'intestazione sarà vuota e il messaggio di commit\n"
  2846. " '[mq]: PATCH'."
  2847. msgid ""
  2848. " Use the -g/--git option to keep the patch in the git extended diff\n"
  2849. " format. Read the diffs help topic for more information on why this\n"
  2850. " is important for preserving permission changes and copy/rename\n"
  2851. " information."
  2852. msgstr ""
  2853. " Usa l'opzione -g/--git per mantenere la patch nel formato diff esteso\n"
  2854. " git. Leggere le informazioni di aiuto sui diff per maggiori\n"
  2855. " informazioni sul perché quest'opzione è importante per preservare\n"
  2856. " modifiche di permessi e informazioni su copie/rinomine."
  2857. msgid ""
  2858. " Returns 0 on successful creation of a new patch.\n"
  2859. " "
  2860. msgstr ""
  2861. " Restituisce 0 alla creazione con successo di una nuova patch.\n"
  2862. " "
  2863. msgid "update the current patch"
  2864. msgstr "aggiorna la patch corrente"
  2865. msgid ""
  2866. " If any file patterns are provided, the refreshed patch will\n"
  2867. " contain only the modifications that match those patterns; the\n"
  2868. " remaining modifications will remain in the working directory."
  2869. msgstr ""
  2870. msgid ""
  2871. " If -s/--short is specified, files currently included in the patch\n"
  2872. " will be refreshed just like matched files and remain in the patch."
  2873. msgstr ""
  2874. msgid ""
  2875. " If -e/--edit is specified, Mercurial will start your configured editor "
  2876. "for\n"
  2877. " you to enter a message. In case qrefresh fails, you will find a backup "
  2878. "of\n"
  2879. " your message in ``.hg/last-message.txt``."
  2880. msgstr ""
  2881. msgid ""
  2882. " hg add/remove/copy/rename work as usual, though you might want to\n"
  2883. " use git-style patches (-g/--git or [diff] git=1) to track copies\n"
  2884. " and renames. See the diffs help topic for more information on the\n"
  2885. " git diff format."
  2886. msgstr ""
  2887. msgid "option \"-e\" incompatible with \"-m\" or \"-l\""
  2888. msgstr "l'opzione \"-e\" è incompatibile con \"-m\" o \"-l\""
  2889. msgid "diff of the current patch and subsequent modifications"
  2890. msgstr ""
  2891. msgid ""
  2892. " Shows a diff which includes the current patch as well as any\n"
  2893. " changes which have been made in the working directory since the\n"
  2894. " last refresh (thus showing what the current patch would become\n"
  2895. " after a qrefresh)."
  2896. msgstr ""
  2897. msgid ""
  2898. " Use :hg:`diff` if you only want to see the changes made since the\n"
  2899. " last qrefresh, or :hg:`export qtip` if you want to see changes\n"
  2900. " made by the current patch without including changes made since the\n"
  2901. " qrefresh."
  2902. msgstr ""
  2903. msgid "fold the named patches into the current patch"
  2904. msgstr "ripiega le patch indicate in quella corrente"
  2905. msgid ""
  2906. " Patches must not yet be applied. Each patch will be successively\n"
  2907. " applied to the current patch in the order given. If all the\n"
  2908. " patches apply successfully, the current patch will be refreshed\n"
  2909. " with the new cumulative patch, and the folded patches will be\n"
  2910. " deleted. With -k/--keep, the folded patch files will not be\n"
  2911. " removed afterwards."
  2912. msgstr ""
  2913. msgid ""
  2914. " The header for each folded patch will be concatenated with the\n"
  2915. " current patch header, separated by a line of ``* * *``."
  2916. msgstr ""
  2917. msgid "qfold requires at least one patch name"
  2918. msgstr "qfold richiede almeno un nome di patch"
  2919. #, python-format
  2920. msgid "Skipping already folded patch %s\n"
  2921. msgstr "Salto patch già ripiegata %s\n"
  2922. #, python-format
  2923. msgid "qfold cannot fold already applied patch %s"
  2924. msgstr "qfold non può ripiegare la patch già applicata %s"
  2925. #, python-format
  2926. msgid "error folding patch %s"
  2927. msgstr "errore nel ripiegare la patch %s"
  2928. msgid "push or pop patches until named patch is at top of stack"
  2929. msgstr ""
  2930. "applica o rimuove delle patch finché la patch indicata si trova in cima alla "
  2931. "pila"
  2932. msgid "set or print guards for a patch"
  2933. msgstr "imposta o stampa le guardie per una patch"
  2934. msgid ""
  2935. " Guards control whether a patch can be pushed. A patch with no\n"
  2936. " guards is always pushed. A patch with a positive guard (\"+foo\") is\n"
  2937. " pushed only if the :hg:`qselect` command has activated it. A patch with\n"
  2938. " a negative guard (\"-foo\") is never pushed if the :hg:`qselect` "
  2939. "command\n"
  2940. " has activated it."
  2941. msgstr ""
  2942. msgid ""
  2943. " With no arguments, print the currently active guards.\n"
  2944. " With arguments, set guards for the named patch."
  2945. msgstr ""
  2946. " Senza argomenti stampa le guardie attualmente attive.\n"
  2947. " Con argomenti imposta le guardie per la patch selezionata.."
  2948. msgid ""
  2949. " .. note::\n"
  2950. " Specifying negative guards now requires '--'."
  2951. msgstr ""
  2952. msgid " To set guards on another patch::"
  2953. msgstr ""
  2954. msgid " hg qguard other.patch -- +2.6.17 -stable"
  2955. msgstr ""
  2956. msgid "cannot mix -l/--list with options or arguments"
  2957. msgstr ""
  2958. msgid "no patch to work with"
  2959. msgstr "nessuna patch con cui lavorare"
  2960. #, python-format
  2961. msgid "no patch named %s"
  2962. msgstr "nessuna patch di nome %s"
  2963. msgid "print the header of the topmost or specified patch"
  2964. msgstr ""
  2965. msgid "push the next patch onto the stack"
  2966. msgstr "applica la patch successiva in cima alla pila"
  2967. msgid ""
  2968. " When -f/--force is applied, all local changes in patched files\n"
  2969. " will be lost."
  2970. msgstr ""
  2971. msgid ""
  2972. " Return 0 on succces.\n"
  2973. " "
  2974. msgstr ""
  2975. " Restituisce 0 in caso di successo.\n"
  2976. " "
  2977. msgid "no saved queues found, please use -n\n"
  2978. msgstr ""
  2979. #, python-format
  2980. msgid "merging with queue at: %s\n"
  2981. msgstr ""
  2982. msgid "pop the current patch off the stack"
  2983. msgstr "toglie la patch corrente dalla pila"
  2984. msgid ""
  2985. " By default, pops off the top of the patch stack. If given a patch\n"
  2986. " name, keeps popping off patches until the named patch is at the\n"
  2987. " top of the stack."
  2988. msgstr ""
  2989. #, python-format
  2990. msgid "using patch queue: %s\n"
  2991. msgstr "uso la coda delle patch: %s\n"
  2992. msgid "rename a patch"
  2993. msgstr "rinomina una patch"
  2994. msgid ""
  2995. " With one argument, renames the current patch to PATCH1.\n"
  2996. " With two arguments, renames PATCH1 to PATCH2."
  2997. msgstr ""
  2998. " Con un argomento rinomina la patch corrente in PATCH1.\n"
  2999. " Con due argomenti rinomina PATCH1 in PATCH2."
  3000. #, python-format
  3001. msgid "%s already exists"
  3002. msgstr "%s esiste già"
  3003. #, python-format
  3004. msgid "A patch named %s already exists in the series file"
  3005. msgstr "Una patch chiamata %s esiste già nel file series"
  3006. msgid "restore the queue state saved by a revision (DEPRECATED)"
  3007. msgstr "ripristina lo stato della coda salvato da una revisione (DEPRECATO)"
  3008. msgid " This command is deprecated, use :hg:`rebase` instead."
  3009. msgstr " Questo comando è deprecato, usare invece :hg:`rebase`"
  3010. msgid "save current queue state (DEPRECATED)"
  3011. msgstr "salva lo stato corrente della coda (DEPRECATO)"
  3012. #, python-format
  3013. msgid "destination %s exists and is not a directory"
  3014. msgstr "la destinazione %s esiste e non è una directory"
  3015. #, python-format
  3016. msgid "destination %s exists, use -f to force"
  3017. msgstr "la destinazione %s esiste, usare -f per forzare l'operazione"
  3018. #, python-format
  3019. msgid "copy %s to %s\n"
  3020. msgstr "copia %s a %s\n"
  3021. msgid "strip changesets and all their descendants from the repository"
  3022. msgstr "elimina le revisioni e tutti i loro discendenti dal repository"
  3023. msgid ""
  3024. " The strip command removes the specified changesets and all their\n"
  3025. " descendants. If the working directory has uncommitted changes,\n"
  3026. " the operation is aborted unless the --force flag is supplied."
  3027. msgstr ""
  3028. msgid ""
  3029. " If a parent of the working directory is stripped, then the working\n"
  3030. " directory will automatically be updated to the most recent\n"
  3031. " available ancestor of the stripped parent after the operation\n"
  3032. " completes."
  3033. msgstr ""
  3034. " Se una delle revisioni genitore della directory di lavoro\n"
  3035. " viene rimossa, la directory di lavorò sarà aggiornata automaticamente,\n"
  3036. " dopo il completamento dell'operazione, all'antenato più recente\n"
  3037. " disponibile del genitore rimosso."
  3038. msgid ""
  3039. " Any stripped changesets are stored in ``.hg/strip-backup`` as a\n"
  3040. " bundle (see :hg:`help bundle` and :hg:`help unbundle`). They can\n"
  3041. " be restored by running :hg:`unbundle .hg/strip-backup/BUNDLE`,\n"
  3042. " where BUNDLE is the bundle file created by the strip. Note that\n"
  3043. " the local revision numbers will in general be different after the\n"
  3044. " restore."
  3045. msgstr ""
  3046. msgid ""
  3047. " Use the --no-backup option to discard the backup bundle once the\n"
  3048. " operation completes."
  3049. msgstr ""
  3050. msgid "empty revision set"
  3051. msgstr "insieme di revisioni vuoto"
  3052. msgid "set or print guarded patches to push"
  3053. msgstr "imposta o stampa le patch controllate da guardia"
  3054. msgid ""
  3055. " Use the :hg:`qguard` command to set or print guards on patch, then use\n"
  3056. " qselect to tell mq which guards to use. A patch will be pushed if\n"
  3057. " it has no guards or any positive guards match the currently\n"
  3058. " selected guard, but will not be pushed if any negative guards\n"
  3059. " match the current guard. For example::"
  3060. msgstr ""
  3061. msgid ""
  3062. " qguard foo.patch -stable (negative guard)\n"
  3063. " qguard bar.patch +stable (positive guard)\n"
  3064. " qselect stable"
  3065. msgstr ""
  3066. msgid ""
  3067. " This activates the \"stable\" guard. mq will skip foo.patch (because\n"
  3068. " it has a negative match) but push bar.patch (because it has a\n"
  3069. " positive match)."
  3070. msgstr ""
  3071. msgid ""
  3072. " With no arguments, prints the currently active guards.\n"
  3073. " With one argument, sets the active guard."
  3074. msgstr ""
  3075. msgid ""
  3076. " Use -n/--none to deactivate guards (no other arguments needed).\n"
  3077. " When no guards are active, patches with positive guards are\n"
  3078. " skipped and patches with negative guards are pushed."
  3079. msgstr ""
  3080. msgid ""
  3081. " qselect can change the guards on applied patches. It does not pop\n"
  3082. " guarded patches by default. Use --pop to pop back to the last\n"
  3083. " applied patch that is not guarded. Use --reapply (which implies\n"
  3084. " --pop) to push back to the current patch afterwards, but skip\n"
  3085. " guarded patches."
  3086. msgstr ""
  3087. msgid ""
  3088. " Use -s/--series to print a list of all guards in the series file\n"
  3089. " (no other arguments needed). Use -v for more information."
  3090. msgstr ""
  3091. msgid "guards deactivated\n"
  3092. msgstr "guardie disattivate\n"
  3093. #, python-format
  3094. msgid "number of unguarded, unapplied patches has changed from %d to %d\n"
  3095. msgstr ""
  3096. "il numero di patch non applicate, senza guardia è cambiato da %d a %d\n"
  3097. #, python-format
  3098. msgid "number of guarded, applied patches has changed from %d to %d\n"
  3099. msgstr ""
  3100. "il numero di patch applicate controllate da guardia è cambiato da %d a %d\n"
  3101. msgid "guards in series file:\n"
  3102. msgstr "guardie nel file series:\n"
  3103. msgid "no guards in series file\n"
  3104. msgstr "nessuna guardia nel file series\n"
  3105. msgid "active guards:\n"
  3106. msgstr "guardie attive:\n"
  3107. msgid "no active guards\n"
  3108. msgstr "nessuna guardia attiva\n"
  3109. msgid "popping guarded patches\n"
  3110. msgstr "sto disapplicando patch controllate da una guardia\n"
  3111. msgid "reapplying unguarded patches\n"
  3112. msgstr "sto riapplicando patch che non sono controllate da una guardia\n"
  3113. msgid "move applied patches into repository history"
  3114. msgstr ""
  3115. msgid ""
  3116. " Finishes the specified revisions (corresponding to applied\n"
  3117. " patches) by moving them out of mq control into regular repository\n"
  3118. " history."
  3119. msgstr ""
  3120. msgid ""
  3121. " Accepts a revision range or the -a/--applied option. If --applied\n"
  3122. " is specified, all applied mq revisions are removed from mq\n"
  3123. " control. Otherwise, the given revisions must be at the base of the\n"
  3124. " stack of applied patches."
  3125. msgstr ""
  3126. msgid ""
  3127. " This can be especially useful if your changes have been applied to\n"
  3128. " an upstream repository, or if you are about to push your changes\n"
  3129. " to upstream."
  3130. msgstr ""
  3131. msgid "no revisions specified"
  3132. msgstr "nessuna revisione specificata"
  3133. msgid "manage multiple patch queues"
  3134. msgstr ""
  3135. msgid ""
  3136. " Supports switching between different patch queues, as well as creating\n"
  3137. " new patch queues and deleting existing ones."
  3138. msgstr ""
  3139. msgid ""
  3140. " Omitting a queue name or specifying -l/--list will show you the "
  3141. "registered\n"
  3142. " queues - by default the \"normal\" patches queue is registered. The "
  3143. "currently\n"
  3144. " active queue will be marked with \"(active)\"."
  3145. msgstr ""
  3146. msgid ""
  3147. " To create a new queue, use -c/--create. The queue is automatically made\n"
  3148. " active, except in the case where there are applied patches from the\n"
  3149. " currently active queue in the repository. Then the queue will only be\n"
  3150. " created and switching will fail."
  3151. msgstr ""
  3152. msgid ""
  3153. " To delete an existing queue, use --delete. You cannot delete the "
  3154. "currently\n"
  3155. " active queue."
  3156. msgstr ""
  3157. msgid "patches applied - cannot set new queue active"
  3158. msgstr ""
  3159. msgid "cannot delete queue that does not exist"
  3160. msgstr "impossibile cancellare una coda che non esiste"
  3161. msgid "cannot delete currently active queue"
  3162. msgstr "impossibile cancellare la coda correntemente attiva"
  3163. msgid " (active)\n"
  3164. msgstr " (attiva)\n"
  3165. msgid "invalid queue name, may not contain the characters \":\\/.\""
  3166. msgstr ""
  3167. #, python-format
  3168. msgid "queue \"%s\" already exists"
  3169. msgstr "la coda \"%s\" esiste già"
  3170. #, python-format
  3171. msgid "can't rename \"%s\" to its current name"
  3172. msgstr "impossibile rinominare \"%s\" nel suo nome corrente"
  3173. #, python-format
  3174. msgid "non-queue directory \"%s\" already exists"
  3175. msgstr "la directory non per la coda \"%s\" esiste già"
  3176. msgid "use --create to create a new queue"
  3177. msgstr "usa --create per creare una nuova coda"
  3178. msgid "cannot commit over an applied mq patch"
  3179. msgstr "impossibile effettuare commit su una patch mq applicata"
  3180. msgid "source has mq patches applied"
  3181. msgstr "la sorgente ha patch mq applicate"
  3182. #, python-format
  3183. msgid "mq status file refers to unknown node %s\n"
  3184. msgstr "il file dello stato di mq fa riferimento al nodo sconosciuto %s\n"
  3185. #, python-format
  3186. msgid "Tag %s overrides mq patch of the same name\n"
  3187. msgstr "La tag %s annulla una patch mq con lo stesso nome\n"
  3188. msgid "cannot import over an applied patch"
  3189. msgstr "impossibile importare sopra ad una patch applicata"
  3190. msgid "only a local queue repository may be initialized"
  3191. msgstr "solo un repository locale della coda può essere inizializzato"
  3192. msgid "there is no Mercurial repository here (.hg not found)"
  3193. msgstr "non esiste alcun repository Mercurial qui (.hg non trovata)"
  3194. msgid "no queue repository"
  3195. msgstr "nessun repository della coda"
  3196. #, python-format
  3197. msgid "%d applied"
  3198. msgstr "%d applicate"
  3199. #, python-format
  3200. msgid "%d unapplied"
  3201. msgstr "%d non applicate"
  3202. msgid "mq: (empty queue)\n"
  3203. msgstr "mq: (coda vuota)\n"
  3204. msgid "operate on patch repository"
  3205. msgstr "opera sul repository delle patch"
  3206. msgid "print first line of patch header"
  3207. msgstr "stampa la prima riga dell'intestazione della patch"
  3208. msgid "show only the last patch"
  3209. msgstr "mostra solo l'ultima patch"
  3210. msgid "hg qapplied [-1] [-s] [PATCH]"
  3211. msgstr ""
  3212. msgid "use pull protocol to copy metadata"
  3213. msgstr "usa il protocollo pull per copiare i metadati"
  3214. msgid "do not update the new working directories"
  3215. msgstr "non aggiornare le nuove directory di lavoro"
  3216. msgid "use uncompressed transfer (fast over LAN)"
  3217. msgstr "usa trasferimento non compresso (veloce su LAN)"
  3218. msgid "REPO"
  3219. msgstr "REPO"
  3220. msgid "location of source patch repository"
  3221. msgstr "posizione del repository sorgente delle patch"
  3222. msgid "hg qclone [OPTION]... SOURCE [DEST]"
  3223. msgstr "hg qclone [OPZIONE]... SORGENTE [DEST]"
  3224. msgid "hg qcommit [OPTION]... [FILE]..."
  3225. msgstr "hg qcommit [OPZIONE]... [FILE]..."
  3226. msgid "hg qdiff [OPTION]... [FILE]..."
  3227. msgstr "hg qdiff [OPZIONE]... [FILE]..."
  3228. msgid "keep patch file"
  3229. msgstr "mantieni il file della patch"
  3230. msgid "stop managing a revision (DEPRECATED)"
  3231. msgstr "smetti di gestire una revisione (DEPRECATO)"
  3232. msgid "hg qdelete [-k] [PATCH]..."
  3233. msgstr ""
  3234. msgid "edit patch header"
  3235. msgstr "modifica l'intestazione della patch"
  3236. msgid "keep folded patch files"
  3237. msgstr "mantieni il file della patch ripiegata"
  3238. msgid "hg qfold [-e] [-k] [-m TEXT] [-l FILE] PATCH..."
  3239. msgstr "hg qfold [-e] [-k] [-m TESTO] [-l FILE] PATCH..."
  3240. msgid "overwrite any local changes"
  3241. msgstr "sovrascrivi ogni modifica locale"
  3242. msgid "hg qgoto [OPTION]... PATCH"
  3243. msgstr "hg qgoto [OPZIONE]... PATCH"
  3244. msgid "list all patches and guards"
  3245. msgstr "elenca tutte le patch e le guardie"
  3246. msgid "drop all guards"
  3247. msgstr "scarta tutte le guardie"
  3248. msgid "hg qguard [-l] [-n] [PATCH] [-- [+GUARD]... [-GUARD]...]"
  3249. msgstr "hg qguard [-l] [-n] [PATCH] [-- [+GUARDIA]... [-GUARDIA]...]"
  3250. msgid "hg qheader [PATCH]"
  3251. msgstr "hg qheader [PATCH]"
  3252. msgid "import file in patch directory"
  3253. msgstr "importa il file nella directory delle patch"
  3254. msgid "NAME"
  3255. msgstr "NOME"
  3256. msgid "name of patch file"
  3257. msgstr "nome del file della patch"
  3258. msgid "overwrite existing files"
  3259. msgstr "sovrascrive i file esistenti"
  3260. msgid "place existing revisions under mq control"
  3261. msgstr "metti le revisioni esistenti sotto il controllo di mq"
  3262. msgid "use git extended diff format"
  3263. msgstr "usa il formato diff git esteso"
  3264. msgid "qpush after importing"
  3265. msgstr "qpush dopo l'importazione "
  3266. msgid "hg qimport [-e] [-n NAME] [-f] [-g] [-P] [-r REV]... FILE..."
  3267. msgstr "hg qimport [-e] [-n NOME] [-f] [-g] [-P] [-r REV]... FILE..."
  3268. msgid "create queue repository"
  3269. msgstr "crea il repository della coda"
  3270. msgid "hg qinit [-c]"
  3271. msgstr "hg qinit [-c]"
  3272. msgid "import uncommitted changes (DEPRECATED)"
  3273. msgstr "importa modifiche non registrate (DEPRECATO)"
  3274. msgid "add \"From: <current user>\" to patch"
  3275. msgstr "aggiunge \"Da: <utente corrente>\" alla patch"
  3276. msgid "USER"
  3277. msgstr "UTENTE"
  3278. msgid "add \"From: <USER>\" to patch"
  3279. msgstr "aggiunge \"Da: <utente>\" alla patch"
  3280. msgid "add \"Date: <current date>\" to patch"
  3281. msgstr "aggiunge \"Data: <data corrente>\" alla patch"
  3282. msgid "add \"Date: <DATE>\" to patch"
  3283. msgstr "aggiunge \"Data: <data>\" alla patch"
  3284. msgid "hg qnew [-e] [-m TEXT] [-l FILE] PATCH [FILE]..."
  3285. msgstr "hg qnew [-e] [-m TESTO] [-l FILE] PATCH [FILE]..."
  3286. msgid "hg qnext [-s]"
  3287. msgstr "hg qnext [-s]"
  3288. msgid "hg qprev [-s]"
  3289. msgstr "hg qprev [-s]"
  3290. msgid "pop all patches"
  3291. msgstr "disapplica tutte le patch"
  3292. msgid "queue name to pop (DEPRECATED)"
  3293. msgstr "nome della coda da disapplicare (DEPRECATED)"
  3294. msgid "forget any local changes to patched files"
  3295. msgstr ""
  3296. msgid "hg qpop [-a] [-f] [PATCH | INDEX]"
  3297. msgstr "hg qpop [-a] [-f] [PATCH | INDEX]"
  3298. msgid "apply on top of local changes"
  3299. msgstr "applica in cima alle modifiche locali"
  3300. msgid "apply the target patch to its recorded parent"
  3301. msgstr "applica la patch selezionata al suo genitore registrato"
  3302. msgid "list patch name in commit text"
  3303. msgstr "elenca il nome della patch nel testo di commit"
  3304. msgid "apply all patches"
  3305. msgstr "applica tutte le patch"
  3306. msgid "merge from another queue (DEPRECATED)"
  3307. msgstr "effettua il merge da un'altra coda (DEPRECATO)"
  3308. msgid "merge queue name (DEPRECATED)"
  3309. msgstr "effettua il merge del nome della coda (DEPRECATO)"
  3310. msgid "reorder patch series and apply only the patch"
  3311. msgstr "riordina la serie di patch e applica solo la patch"
  3312. msgid "hg qpush [-f] [-l] [-a] [--move] [PATCH | INDEX]"
  3313. msgstr "hg qpush [-f] [-l] [-a] [--move] [PATCH | INDICE]"
  3314. msgid "refresh only files already in the patch and specified files"
  3315. msgstr "aggiorna solo file già nella patch e quelli specificati"
  3316. msgid "add/update author field in patch with current user"
  3317. msgstr "aggiunge/aggiorna il campo autore alla patch con l'utente corrente"
  3318. msgid "add/update author field in patch with given user"
  3319. msgstr "aggiunge/aggiorna il campo autore alla con l'utente fornito"
  3320. msgid "add/update date field in patch with current date"
  3321. msgstr "aggiunge/aggiorna il campo data alla patch con la data corrente"
  3322. msgid "add/update date field in patch with given date"
  3323. msgstr "aggiunge/aggiorna il campo data alla patch con la data fornita"
  3324. msgid "hg qrefresh [-I] [-X] [-e] [-m TEXT] [-l FILE] [-s] [FILE]..."
  3325. msgstr "hg qrefresh [-I] [-X] [-e] [-m TESTO] [-l FILE] [-s] [FILE]..."
  3326. msgid "hg qrename PATCH1 [PATCH2]"
  3327. msgstr "hg qrename PATCH1 [PATCH2]"
  3328. msgid "delete save entry"
  3329. msgstr "elimina la voce salvata"
  3330. msgid "update queue working directory"
  3331. msgstr "aggiorna la directory di lavoro della coda"
  3332. msgid "hg qrestore [-d] [-u] REV"
  3333. msgstr "hg qrestore [-d] [-u] REV"
  3334. msgid "copy patch directory"
  3335. msgstr "copia la directory delle patch"
  3336. msgid "copy directory name"
  3337. msgstr "copia il nome della directory"
  3338. msgid "clear queue status file"
  3339. msgstr "pulisce il file di stato della coda"
  3340. msgid "force copy"
  3341. msgstr "forza la copia"
  3342. msgid "hg qsave [-m TEXT] [-l FILE] [-c] [-n NAME] [-e] [-f]"
  3343. msgstr "hg qsave [-m TESTO] [-l FILE] [-c] [-n NOME] [-e] [-f]"
  3344. msgid "disable all guards"
  3345. msgstr "disabilita tutte le guardie"
  3346. msgid "list all guards in series file"
  3347. msgstr "elenca tutte le guardie nel file series"
  3348. msgid "pop to before first guarded applied patch"
  3349. msgstr "disapplica fino alla prima patch applicata con guardia"
  3350. msgid "pop, then reapply patches"
  3351. msgstr "disapplica e poi riapplica le patch"
  3352. msgid "hg qselect [OPTION]... [GUARD]..."
  3353. msgstr "hg qselect [OPZIONE]... [GUARDIA]..."
  3354. msgid "print patches not in series"
  3355. msgstr "stampa le patch non in series"
  3356. msgid "hg qseries [-ms]"
  3357. msgstr "hg qseries [-ms]"
  3358. msgid ""
  3359. "force removal of changesets even if the working directory has uncommitted "
  3360. "changes"
  3361. msgstr ""
  3362. msgid ""
  3363. "bundle only changesets with local revision number greater than REV which are "
  3364. "not descendants of REV (DEPRECATED)"
  3365. msgstr ""
  3366. msgid "no backups"
  3367. msgstr "nessun backup"
  3368. msgid "no backups (DEPRECATED)"
  3369. msgstr "non effettuare backup (DEPRECATO)"
  3370. msgid "do not modify working copy during strip"
  3371. msgstr "non modificare la copia di lavoro durante l'operazione di strip"
  3372. msgid "hg strip [-k] [-f] [-n] REV..."
  3373. msgstr "hg strip [-k] [-f] [-n] REV..."
  3374. msgid "hg qtop [-s]"
  3375. msgstr "hg qtop [-s]"
  3376. msgid "show only the first patch"
  3377. msgstr "mostra solo la prima patch"
  3378. msgid "hg qunapplied [-1] [-s] [PATCH]"
  3379. msgstr ""
  3380. msgid "finish all applied changesets"
  3381. msgstr "finalizza tutti i changeset applicati"
  3382. msgid "hg qfinish [-a] [REV]..."
  3383. msgstr "hg qfinish [-a] [REV]..."
  3384. msgid "list all available queues"
  3385. msgstr "elenca tutte le code disponibili"
  3386. msgid "create new queue"
  3387. msgstr "crea nuova coda"
  3388. msgid "rename active queue"
  3389. msgstr "rinomina la coda attiva"
  3390. msgid "delete reference to queue"
  3391. msgstr "elimina i riferimenti alla coda"
  3392. msgid "delete queue, and remove patch dir"
  3393. msgstr "elimina la coda e rimuove la directory delle patch"
  3394. msgid "[OPTION] [QUEUE]"
  3395. msgstr "[OPZIONE] [CODA]"
  3396. msgid "hooks for sending email notifications at commit/push time"
  3397. msgstr ""
  3398. msgid ""
  3399. "Subscriptions can be managed through a hgrc file. Default mode is to\n"
  3400. "print messages to stdout, for testing and configuring."
  3401. msgstr ""
  3402. msgid ""
  3403. "To use, configure the notify extension and enable it in hgrc like\n"
  3404. "this::"
  3405. msgstr ""
  3406. msgid ""
  3407. " [extensions]\n"
  3408. " notify ="
  3409. msgstr ""
  3410. msgid ""
  3411. " [hooks]\n"
  3412. " # one email for each incoming changeset\n"
  3413. " incoming.notify = python:hgext.notify.hook\n"
  3414. " # batch emails when many changesets incoming at one time\n"
  3415. " changegroup.notify = python:hgext.notify.hook"
  3416. msgstr ""
  3417. msgid ""
  3418. " [notify]\n"
  3419. " # config items go here"
  3420. msgstr ""
  3421. msgid "Required configuration items::"
  3422. msgstr ""
  3423. msgid " config = /path/to/file # file containing subscriptions"
  3424. msgstr ""
  3425. msgid "Optional configuration items::"
  3426. msgstr ""
  3427. msgid ""
  3428. " test = True # print messages to stdout for testing\n"
  3429. " strip = 3 # number of slashes to strip for url paths\n"
  3430. " domain = example.com # domain to use if committer missing domain\n"
  3431. " style = ... # style file to use when formatting email\n"
  3432. " template = ... # template to use when formatting email\n"
  3433. " incoming = ... # template to use when run as incoming hook\n"
  3434. " changegroup = ... # template when run as changegroup hook\n"
  3435. " maxdiff = 300 # max lines of diffs to include (0=none, -1=all)\n"
  3436. " maxsubject = 67 # truncate subject line longer than this\n"
  3437. " diffstat = True # add a diffstat before the diff content\n"
  3438. " sources = serve # notify if source of incoming changes in this "
  3439. "list\n"
  3440. " # (serve == ssh or http, push, pull, bundle)\n"
  3441. " merge = False # send notification for merges (default True)\n"
  3442. " [email]\n"
  3443. " from = user@host.com # email address to send as if none given\n"
  3444. " [web]\n"
  3445. " baseurl = http://hgserver/... # root of hg web site for browsing commits"
  3446. msgstr ""
  3447. msgid ""
  3448. "The notify config file has same format as a regular hgrc file. It has\n"
  3449. "two sections so you can express subscriptions in whatever way is\n"
  3450. "handier for you."
  3451. msgstr ""
  3452. msgid ""
  3453. " [usersubs]\n"
  3454. " # key is subscriber email, value is \",\"-separated list of glob patterns\n"
  3455. " user@host = pattern"
  3456. msgstr ""
  3457. msgid ""
  3458. " [reposubs]\n"
  3459. " # key is glob pattern, value is \",\"-separated list of subscriber emails\n"
  3460. " pattern = user@host"
  3461. msgstr ""
  3462. msgid "Glob patterns are matched against path to repository root."
  3463. msgstr ""
  3464. msgid ""
  3465. "If you like, you can put notify config file in repository that users\n"
  3466. "can push changes to, they can manage their own subscriptions.\n"
  3467. msgstr ""
  3468. #, python-format
  3469. msgid "%s: %d new changesets"
  3470. msgstr "%s: %d nuovi changeset"
  3471. #, python-format
  3472. msgid "notify: sending %d subscribers %d changes\n"
  3473. msgstr "notify: sto inviando a %d sottoscritti %d modifiche\n"
  3474. #, python-format
  3475. msgid ""
  3476. "\n"
  3477. "diffs (truncated from %d to %d lines):"
  3478. msgstr ""
  3479. "\n"
  3480. "diff (troncati da %d linee a %d):"
  3481. #, python-format
  3482. msgid ""
  3483. "\n"
  3484. "diffs (%d lines):"
  3485. msgstr ""
  3486. "\n"
  3487. "diff (%d linee):"
  3488. #, python-format
  3489. msgid "notify: suppressing notification for merge %d:%s\n"
  3490. msgstr ""
  3491. msgid "browse command output with an external pager"
  3492. msgstr ""
  3493. msgid "To set the pager that should be used, set the application variable::"
  3494. msgstr ""
  3495. msgid ""
  3496. " [pager]\n"
  3497. " pager = less -FRSX"
  3498. msgstr ""
  3499. msgid ""
  3500. "If no pager is set, the pager extensions uses the environment variable\n"
  3501. "$PAGER. If neither pager.pager, nor $PAGER is set, no pager is used."
  3502. msgstr ""
  3503. msgid ""
  3504. "If you notice \"BROKEN PIPE\" error messages, you can disable them by\n"
  3505. "setting::"
  3506. msgstr ""
  3507. msgid ""
  3508. " [pager]\n"
  3509. " quiet = True"
  3510. msgstr ""
  3511. msgid ""
  3512. "You can disable the pager for certain commands by adding them to the\n"
  3513. "pager.ignore list::"
  3514. msgstr ""
  3515. msgid ""
  3516. " [pager]\n"
  3517. " ignore = version, help, update"
  3518. msgstr ""
  3519. msgid ""
  3520. "You can also enable the pager only for certain commands using\n"
  3521. "pager.attend. Below is the default list of commands to be paged::"
  3522. msgstr ""
  3523. msgid ""
  3524. " [pager]\n"
  3525. " attend = annotate, cat, diff, export, glog, log, qdiff"
  3526. msgstr ""
  3527. msgid ""
  3528. "Setting pager.attend to an empty value will cause all commands to be\n"
  3529. "paged."
  3530. msgstr ""
  3531. msgid "If pager.attend is present, pager.ignore will be ignored."
  3532. msgstr ""
  3533. msgid ""
  3534. "To ignore global commands like :hg:`version` or :hg:`help`, you have\n"
  3535. "to specify them in your user configuration file."
  3536. msgstr ""
  3537. msgid ""
  3538. "The --pager=... option can also be used to control when the pager is\n"
  3539. "used. Use a boolean value like yes, no, on, off, or use auto for\n"
  3540. "normal behavior.\n"
  3541. msgstr ""
  3542. msgid "when to paginate (boolean, always, auto, or never)"
  3543. msgstr "quando effettuare la paginazione (booleano, sempre, auto o mai)"
  3544. msgid "interpret suffixes to refer to ancestor revisions"
  3545. msgstr "interpreta i suffissi per riferirsi alle revisioni antenate"
  3546. msgid ""
  3547. "This extension allows you to use git-style suffixes to refer to the\n"
  3548. "ancestors of a specific revision."
  3549. msgstr ""
  3550. msgid "For example, if you can refer to a revision as \"foo\", then::"
  3551. msgstr "Per esempio, se puoi riferirti ad una revisione come \"foo\", allora::"
  3552. msgid ""
  3553. " foo^N = Nth parent of foo\n"
  3554. " foo^0 = foo\n"
  3555. " foo^1 = first parent of foo\n"
  3556. " foo^2 = second parent of foo\n"
  3557. " foo^ = foo^1"
  3558. msgstr ""
  3559. msgid ""
  3560. " foo~N = Nth first grandparent of foo\n"
  3561. " foo~0 = foo\n"
  3562. " foo~1 = foo^1 = foo^ = first parent of foo\n"
  3563. " foo~2 = foo^1^1 = foo^^ = first parent of first parent of foo\n"
  3564. msgstr ""
  3565. msgid "command to send changesets as (a series of) patch emails"
  3566. msgstr ""
  3567. msgid ""
  3568. "The series is started off with a \"[PATCH 0 of N]\" introduction, which\n"
  3569. "describes the series as a whole."
  3570. msgstr ""
  3571. msgid ""
  3572. "Each patch email has a Subject line of \"[PATCH M of N] ...\", using the\n"
  3573. "first line of the changeset description as the subject text. The\n"
  3574. "message contains two or three body parts:"
  3575. msgstr ""
  3576. msgid ""
  3577. "- The changeset description.\n"
  3578. "- [Optional] The result of running diffstat on the patch.\n"
  3579. "- The patch itself, as generated by :hg:`export`."
  3580. msgstr ""
  3581. msgid ""
  3582. "Each message refers to the first in the series using the In-Reply-To\n"
  3583. "and References headers, so they will show up as a sequence in threaded\n"
  3584. "mail and news readers, and in mail archives."
  3585. msgstr ""
  3586. msgid ""
  3587. "To configure other defaults, add a section like this to your hgrc\n"
  3588. "file::"
  3589. msgstr ""
  3590. msgid ""
  3591. " [email]\n"
  3592. " from = My Name <my@email>\n"
  3593. " to = recipient1, recipient2, ...\n"
  3594. " cc = cc1, cc2, ...\n"
  3595. " bcc = bcc1, bcc2, ...\n"
  3596. " reply-to = address1, address2, ..."
  3597. msgstr ""
  3598. msgid ""
  3599. "Use ``[patchbomb]`` as configuration section name if you need to\n"
  3600. "override global ``[email]`` address settings."
  3601. msgstr ""
  3602. msgid ""
  3603. "Then you can use the :hg:`email` command to mail a series of\n"
  3604. "changesets as a patchbomb."
  3605. msgstr ""
  3606. msgid ""
  3607. "You can also either configure the method option in the email section\n"
  3608. "to be a sendmail compatible mailer or fill out the [smtp] section so\n"
  3609. "that the patchbomb extension can automatically send patchbombs\n"
  3610. "directly from the commandline. See the [email] and [smtp] sections in\n"
  3611. "hgrc(5) for details.\n"
  3612. msgstr ""
  3613. #, python-format
  3614. msgid "%s Please enter a valid value"
  3615. msgstr "%s Si prega di inserire un valore valido"
  3616. msgid "Please enter a valid value.\n"
  3617. msgstr "Si prega di inserire un valore valido.\n"
  3618. msgid "send changesets by email"
  3619. msgstr "invia dei changeset via email"
  3620. msgid ""
  3621. " By default, diffs are sent in the format generated by\n"
  3622. " :hg:`export`, one per message. The series starts with a \"[PATCH 0\n"
  3623. " of N]\" introduction, which describes the series as a whole."
  3624. msgstr ""
  3625. msgid ""
  3626. " Each patch email has a Subject line of \"[PATCH M of N] ...\", using\n"
  3627. " the first line of the changeset description as the subject text.\n"
  3628. " The message contains two or three parts. First, the changeset\n"
  3629. " description."
  3630. msgstr ""
  3631. msgid ""
  3632. " With the -d/--diffstat option, if the diffstat program is\n"
  3633. " installed, the result of running diffstat on the patch is inserted."
  3634. msgstr ""
  3635. msgid " Finally, the patch itself, as generated by :hg:`export`."
  3636. msgstr ""
  3637. msgid ""
  3638. " With the -d/--diffstat or -c/--confirm options, you will be presented\n"
  3639. " with a final summary of all messages and asked for confirmation before\n"
  3640. " the messages are sent."
  3641. msgstr ""
  3642. msgid ""
  3643. " By default the patch is included as text in the email body for\n"
  3644. " easy reviewing. Using the -a/--attach option will instead create\n"
  3645. " an attachment for the patch. With -i/--inline an inline attachment\n"
  3646. " will be created."
  3647. msgstr ""
  3648. msgid ""
  3649. " With -o/--outgoing, emails will be generated for patches not found\n"
  3650. " in the destination repository (or only those which are ancestors\n"
  3651. " of the specified revisions if any are provided)"
  3652. msgstr ""
  3653. msgid ""
  3654. " With -b/--bundle, changesets are selected as for --outgoing, but a\n"
  3655. " single email containing a binary Mercurial bundle as an attachment\n"
  3656. " will be sent."
  3657. msgstr ""
  3658. msgid ""
  3659. " With -m/--mbox, instead of previewing each patchbomb message in a\n"
  3660. " pager or sending the messages directly, it will create a UNIX\n"
  3661. " mailbox file with the patch emails. This mailbox file can be\n"
  3662. " previewed with any mail user agent which supports UNIX mbox\n"
  3663. " files."
  3664. msgstr ""
  3665. msgid ""
  3666. " With -n/--test, all steps will run, but mail will not be sent.\n"
  3667. " You will be prompted for an email recipient address, a subject and\n"
  3668. " an introductory message describing the patches of your patchbomb.\n"
  3669. " Then when all is done, patchbomb messages are displayed. If the\n"
  3670. " PAGER environment variable is set, your pager will be fired up once\n"
  3671. " for each patchbomb message, so you can verify everything is alright."
  3672. msgstr ""
  3673. msgid ""
  3674. " In case email sending fails, you will find a backup of your series\n"
  3675. " introductory message in ``.hg/last-email.txt``."
  3676. msgstr ""
  3677. msgid ""
  3678. " hg email -r 3000 # send patch 3000 only\n"
  3679. " hg email -r 3000 -r 3001 # send patches 3000 and 3001\n"
  3680. " hg email -r 3000:3005 # send patches 3000 through 3005\n"
  3681. " hg email 3000 # send patch 3000 (deprecated)"
  3682. msgstr ""
  3683. msgid ""
  3684. " hg email -o # send all patches not in default\n"
  3685. " hg email -o DEST # send all patches not in DEST\n"
  3686. " hg email -o -r 3000 # send all ancestors of 3000 not in default\n"
  3687. " hg email -o -r 3000 DEST # send all ancestors of 3000 not in DEST"
  3688. msgstr ""
  3689. msgid ""
  3690. " hg email -b # send bundle of all patches not in default\n"
  3691. " hg email -b DEST # send bundle of all patches not in DEST\n"
  3692. " hg email -b -r 3000 # bundle of all ancestors of 3000 not in "
  3693. "default\n"
  3694. " hg email -b -r 3000 DEST # bundle of all ancestors of 3000 not in DEST"
  3695. msgstr ""
  3696. msgid ""
  3697. " hg email -o -m mbox && # generate an mbox file...\n"
  3698. " mutt -R -f mbox # ... and view it with mutt\n"
  3699. " hg email -o -m mbox && # generate an mbox file ...\n"
  3700. " formail -s sendmail \\ # ... and use formail to send from the "
  3701. "mbox\n"
  3702. " -bm -t < mbox # ... using sendmail"
  3703. msgstr ""
  3704. msgid ""
  3705. " Before using this command, you will need to enable email in your\n"
  3706. " hgrc. See the [email] section in hgrc(5) for details.\n"
  3707. " "
  3708. msgstr ""
  3709. #, python-format
  3710. msgid "comparing with %s\n"
  3711. msgstr "sto confrontando con %s\n"
  3712. msgid "no changes found\n"
  3713. msgstr "nessuna modifica trovata\n"
  3714. msgid "specify at least one changeset with -r or -o"
  3715. msgstr ""
  3716. msgid "--outgoing mode always on with --bundle; do not re-specify --outgoing"
  3717. msgstr ""
  3718. msgid "too many destinations"
  3719. msgstr "troppe destinazioni"
  3720. msgid "use only one form to specify the revision"
  3721. msgstr "usa solo un formato per specificare la revisione"
  3722. msgid ""
  3723. "\n"
  3724. "Write the introductory message for the patch series."
  3725. msgstr ""
  3726. "\n"
  3727. "Scrivi il messaggio introduttivo per la serie di patch."
  3728. #, python-format
  3729. msgid "This patch series consists of %d patches."
  3730. msgstr "Questa serie di patch consiste di %d patch."
  3731. msgid ""
  3732. "\n"
  3733. "Final summary:"
  3734. msgstr ""
  3735. "\n"
  3736. "Sommario finale:"
  3737. msgid "are you sure you want to send (yn)?"
  3738. msgstr "sei sicuro di voler effettuare l'invio (yn)?"
  3739. msgid "&No"
  3740. msgstr "&No"
  3741. msgid "&Yes"
  3742. msgstr "&Si"
  3743. msgid "patchbomb canceled"
  3744. msgstr "patchbomb cancellato"
  3745. msgid "Displaying "
  3746. msgstr "Sto mostrando "
  3747. msgid "Writing "
  3748. msgstr "Sto scrivendo "
  3749. msgid "writing"
  3750. msgstr "sto scrivendo"
  3751. msgid "Sending "
  3752. msgstr "Sto inviando "
  3753. msgid "sending"
  3754. msgstr "sto inviando"
  3755. msgid "send patches as attachments"
  3756. msgstr "invia patch come allegati"
  3757. msgid "send patches as inline attachments"
  3758. msgstr "invia patch come allegati in linea"
  3759. msgid "email addresses of blind carbon copy recipients"
  3760. msgstr "indirizzi mail dei destinatari in copia nascosta"
  3761. msgid "email addresses of copy recipients"
  3762. msgstr "indirizzi mail dei destinatari in copia"
  3763. msgid "ask for confirmation before sending"
  3764. msgstr "chiede la conferma prima dell'invio"
  3765. msgid "add diffstat output to messages"
  3766. msgstr "aggiungi l'output del diffstat ai messaggi"
  3767. msgid "use the given date as the sending date"
  3768. msgstr "usa la data fornita come data di invio"
  3769. msgid "use the given file as the series description"
  3770. msgstr "usa il file fornito come descrizione della serie"
  3771. msgid "email address of sender"
  3772. msgstr "indirizzo email del mittente"
  3773. msgid "print messages that would be sent"
  3774. msgstr "stampa i messaggi che verrebbero inviati"
  3775. msgid "write messages to mbox file instead of sending them"
  3776. msgstr "scrive i messaggi nel file mbox invece di inviarli"
  3777. msgid "email addresses replies should be sent to"
  3778. msgstr "indirizzi mail cui vanno indirizzate le risposte"
  3779. msgid "subject of first message (intro or single patch)"
  3780. msgstr "soggetto del primo messaggio (introduzione o patch singola)"
  3781. msgid "message identifier to reply to"
  3782. msgstr ""
  3783. msgid "flags to add in subject prefixes"
  3784. msgstr ""
  3785. msgid "email addresses of recipients"
  3786. msgstr "indirizzi mail dei destinatari"
  3787. msgid "omit hg patch header"
  3788. msgstr "ometti l'intestazione della patch hg"
  3789. msgid "send changes not found in the target repository"
  3790. msgstr "invia le modifiche non trovate nel repository di destinazione"
  3791. msgid "send changes not in target as a binary bundle"
  3792. msgstr "invia le modifiche non in target come bundle binario"
  3793. msgid "name of the bundle attachment file"
  3794. msgstr "nome file del bundle allegato"
  3795. msgid "a revision to send"
  3796. msgstr "una revisione da inviare"
  3797. msgid "run even when remote repository is unrelated (with -b/--bundle)"
  3798. msgstr ""
  3799. "esegui anche quando il repository remoto non è collegato (con -b/--bundle)"
  3800. msgid "a base changeset to specify instead of a destination (with -b/--bundle)"
  3801. msgstr ""
  3802. "un changeset base da specificare invece di una destinazione (con -b/--bundle)"
  3803. msgid "send an introduction email for a single patch"
  3804. msgstr "invia una mail introduttiva per una patch singola"
  3805. msgid "hg email [OPTION]... [DEST]..."
  3806. msgstr "hg email [OPZIONE]... [DEST]..."
  3807. msgid "show progress bars for some actions"
  3808. msgstr ""
  3809. msgid ""
  3810. "This extension uses the progress information logged by hg commands\n"
  3811. "to draw progress bars that are as informative as possible. Some progress\n"
  3812. "bars only offer indeterminate information, while others have a definite\n"
  3813. "end point."
  3814. msgstr ""
  3815. msgid "The following settings are available::"
  3816. msgstr "Le seguenti impostazioni sono disponibili::"
  3817. msgid ""
  3818. " [progress]\n"
  3819. " delay = 3 # number of seconds (float) before showing the progress bar\n"
  3820. " refresh = 0.1 # time in seconds between refreshes of the progress bar\n"
  3821. " format = topic bar number estimate # format of the progress bar\n"
  3822. " width = <none> # if set, the maximum width of the progress information\n"
  3823. " # (that is, min(width, term width) will be used)\n"
  3824. " clear-complete = True # clear the progress bar after it's done\n"
  3825. " disable = False # if true, don't show a progress bar\n"
  3826. " assume-tty = False # if true, ALWAYS show a progress bar, unless\n"
  3827. " # disable is given"
  3828. msgstr ""
  3829. msgid ""
  3830. "Valid entries for the format field are topic, bar, number, unit,\n"
  3831. "estimate, and item. item defaults to the last 20 characters of the\n"
  3832. "item, but this can be changed by adding either ``-<num>`` which would\n"
  3833. "take the last num characters, or ``+<num>`` for the first num\n"
  3834. "characters.\n"
  3835. msgstr ""
  3836. #. i18n: format XX seconds as "XXs"
  3837. #, python-format
  3838. msgid "%02ds"
  3839. msgstr "%02ds"
  3840. #. i18n: format X minutes and YY seconds as "XmYYs"
  3841. #, python-format
  3842. msgid "%dm%02ds"
  3843. msgstr "%dm%02ds"
  3844. #. i18n: format X hours and YY minutes as "XhYYm"
  3845. #, python-format
  3846. msgid "%dh%02dm"
  3847. msgstr "%dh%02dm"
  3848. #. i18n: format X days and YY hours as "XdYYh"
  3849. #, python-format
  3850. msgid "%dd%02dh"
  3851. msgstr "%dd%02dh"
  3852. #. i18n: format X weeks and YY days as "XwYYd"
  3853. #, python-format
  3854. msgid "%dw%02dd"
  3855. msgstr "%dw%02dd"
  3856. #. i18n: format X years and YY weeks as "XyYYw"
  3857. #, python-format
  3858. msgid "%dy%02dw"
  3859. msgstr "%dy%02dw"
  3860. msgid "command to delete untracked files from the working directory"
  3861. msgstr "comando per cancellare file non tracciati dalla directory di lavoro"
  3862. msgid "removes files not tracked by Mercurial"
  3863. msgstr "rimuove i file non tracciati da Mercurial"
  3864. msgid ""
  3865. " Delete files not known to Mercurial. This is useful to test local\n"
  3866. " and uncommitted changes in an otherwise-clean source tree."
  3867. msgstr ""
  3868. msgid " This means that purge will delete:"
  3869. msgstr " Questo significa che purge cancellerà:"
  3870. msgid ""
  3871. " - Unknown files: files marked with \"?\" by :hg:`status`\n"
  3872. " - Empty directories: in fact Mercurial ignores directories unless\n"
  3873. " they contain files under source control management"
  3874. msgstr ""
  3875. msgid " But it will leave untouched:"
  3876. msgstr " Ma lascerà intoccati:"
  3877. msgid ""
  3878. " - Modified and unmodified tracked files\n"
  3879. " - Ignored files (unless --all is specified)\n"
  3880. " - New files added to the repository (with :hg:`add`)"
  3881. msgstr ""
  3882. msgid ""
  3883. " If directories are given on the command line, only files in these\n"
  3884. " directories are considered."
  3885. msgstr ""
  3886. msgid ""
  3887. " Be careful with purge, as you could irreversibly delete some files\n"
  3888. " you forgot to add to the repository. If you only want to print the\n"
  3889. " list of files that this program would delete, use the --print\n"
  3890. " option.\n"
  3891. " "
  3892. msgstr ""
  3893. #, python-format
  3894. msgid "%s cannot be removed"
  3895. msgstr "%s non può essere rimosso"
  3896. #, python-format
  3897. msgid "warning: %s\n"
  3898. msgstr "attenzione: %s\n"
  3899. #, python-format
  3900. msgid "Removing file %s\n"
  3901. msgstr "Sto rimuovendo il file %s\n"
  3902. #, python-format
  3903. msgid "Removing directory %s\n"
  3904. msgstr "Sto rimuovendo la directory %s\n"
  3905. msgid "abort if an error occurs"
  3906. msgstr "abortisce se si verifica un errore"
  3907. msgid "purge ignored files too"
  3908. msgstr "rimuove anche i file ignorati"
  3909. msgid "print filenames instead of deleting them"
  3910. msgstr "stampa i nomi dei file invece di cancellarli"
  3911. msgid "end filenames with NUL, for use with xargs (implies -p/--print)"
  3912. msgstr ""
  3913. "termina i nomi dei file con NUL, per usarli con xargs (implica -p/--print)"
  3914. msgid "hg purge [OPTION]... [DIR]..."
  3915. msgstr "hg purge [OPZIONE]... [DIR]..."
  3916. msgid "command to move sets of revisions to a different ancestor"
  3917. msgstr "comando per spostare insiemi di revisioni su un antenato differente"
  3918. msgid ""
  3919. "This extension lets you rebase changesets in an existing Mercurial\n"
  3920. "repository."
  3921. msgstr ""
  3922. "Questa estensione consente di effettuare il rebase di changeset in\n"
  3923. "un repository Mercurial esistente."
  3924. msgid ""
  3925. "For more information:\n"
  3926. "http://mercurial.selenic.com/wiki/RebaseExtension\n"
  3927. msgstr ""
  3928. "Per maggiori informazioni:\n"
  3929. "http://mercurial.selenic.com/wiki/RebaseExtension\n"
  3930. msgid "move changeset (and descendants) to a different branch"
  3931. msgstr "sposta changeset (e discendenti) su un branch differente"
  3932. msgid ""
  3933. " Rebase uses repeated merging to graft changesets from one part of\n"
  3934. " history (the source) onto another (the destination). This can be\n"
  3935. " useful for linearizing *local* changes relative to a master\n"
  3936. " development tree."
  3937. msgstr ""
  3938. " Rebase usa merge ripetuti per trapiantare changeset da una parte\n"
  3939. " della storia (la sorgente) ad un'altra (la destinazione). Questo\n"
  3940. " può essere utile per linearizzare modifiche *locali* relative ad\n"
  3941. " un albero di sviluppo principale."
  3942. msgid ""
  3943. " You should not rebase changesets that have already been shared\n"
  3944. " with others. Doing so will force everybody else to perform the\n"
  3945. " same rebase or they will end up with duplicated changesets after\n"
  3946. " pulling in your rebased changesets."
  3947. msgstr ""
  3948. " Non si dovrebbe effettuare il rebase di modifiche che sono già\n"
  3949. " state condivise con altri. Così facendo si forzerebbe chiunque\n"
  3950. " altro ad effettuare lo stesso rebase, altrimenti finirebbero \n"
  3951. " per l'avere changeset duplicati dopo aver effettuato il pull\n"
  3952. " dei changeset di cui è stato effettuato il rebase."
  3953. msgid ""
  3954. " If you don't specify a destination changeset (``-d/--dest``),\n"
  3955. " rebase uses the tipmost head of the current named branch as the\n"
  3956. " destination. (The destination changeset is not modified by\n"
  3957. " rebasing, but new changesets are added as its descendants.)"
  3958. msgstr ""
  3959. msgid ""
  3960. " You can specify which changesets to rebase in two ways: as a\n"
  3961. " \"source\" changeset or as a \"base\" changeset. Both are shorthand\n"
  3962. " for a topologically related set of changesets (the \"source\n"
  3963. " branch\"). If you specify source (``-s/--source``), rebase will\n"
  3964. " rebase that changeset and all of its descendants onto dest. If you\n"
  3965. " specify base (``-b/--base``), rebase will select ancestors of base\n"
  3966. " back to but not including the common ancestor with dest. Thus,\n"
  3967. " ``-b`` is less precise but more convenient than ``-s``: you can\n"
  3968. " specify any changeset in the source branch, and rebase will select\n"
  3969. " the whole branch. If you specify neither ``-s`` nor ``-b``, rebase\n"
  3970. " uses the parent of the working directory as the base."
  3971. msgstr ""
  3972. msgid ""
  3973. " By default, rebase recreates the changesets in the source branch\n"
  3974. " as descendants of dest and then destroys the originals. Use\n"
  3975. " ``--keep`` to preserve the original source changesets. Some\n"
  3976. " changesets in the source branch (e.g. merges from the destination\n"
  3977. " branch) may be dropped if they no longer contribute any change."
  3978. msgstr ""
  3979. msgid ""
  3980. " One result of the rules for selecting the destination changeset\n"
  3981. " and source branch is that, unlike ``merge``, rebase will do\n"
  3982. " nothing if you are at the latest (tipmost) head of a named branch\n"
  3983. " with two heads. You need to explicitly specify source and/or\n"
  3984. " destination (or ``update`` to the other head, if it's the head of\n"
  3985. " the intended source branch)."
  3986. msgstr ""
  3987. msgid ""
  3988. " If a rebase is interrupted to manually resolve a merge, it can be\n"
  3989. " continued with --continue/-c or aborted with --abort/-a."
  3990. msgstr ""
  3991. " Se un rebase viene interrotto per risolvere manualmente un merge,\n"
  3992. " può essere ripreso con --continue/-c o abortito con --abort/-a."
  3993. msgid ""
  3994. " Returns 0 on success, 1 if nothing to rebase.\n"
  3995. " "
  3996. msgstr ""
  3997. " Restituisce 0 in caso di successo, 1 se non c'è nulla di cui fare\n"
  3998. " il rebase.\n"
  3999. " "
  4000. msgid "cannot use both abort and continue"
  4001. msgstr "non è possibile usare sia abort sia continue"
  4002. msgid "cannot use collapse with continue or abort"
  4003. msgstr "non è possibile usare collapse con continue o abort"
  4004. msgid "cannot use detach with continue or abort"
  4005. msgstr "non è possibile usare detach con continue o abort"
  4006. msgid "abort and continue do not allow specifying revisions"
  4007. msgstr "abort e continue non consentono di specificare revisioni"
  4008. msgid "cannot specify both a revision and a base"
  4009. msgstr "non è possibile specificare sia una revisione sia una base"
  4010. msgid "detach requires a revision to be specified"
  4011. msgstr "detach richiede di specificare una revisione"
  4012. msgid "cannot specify a base with detach"
  4013. msgstr "impossibile specificare una base con detach"
  4014. msgid "nothing to rebase\n"
  4015. msgstr "niente di cui effettuare il rebase\n"
  4016. msgid "cannot use both keepbranches and extrafn"
  4017. msgstr "non è possibile usare sia keepbranches sia extrafn"
  4018. msgid "rebasing"
  4019. msgstr "sto effettuando il rebase"
  4020. msgid "changesets"
  4021. msgstr "sto aggiungendo i changeset"
  4022. msgid "unresolved conflicts (see hg resolve, then hg rebase --continue)"
  4023. msgstr ""
  4024. "conflitti non risolti (vedere hg resolve e poi eseguire hg rebase --continue)"
  4025. #, python-format
  4026. msgid "no changes, revision %d skipped\n"
  4027. msgstr "nessuna modifica, revisione %d saltata\n"
  4028. msgid "rebase merging completed\n"
  4029. msgstr "merge del rebase completato\n"
  4030. msgid "warning: new changesets detected on source branch, not stripping\n"
  4031. msgstr ""
  4032. "attenzione: nuovi changeset rilevati sulla branch sorgente, non li rimuovo\n"
  4033. msgid "rebase completed\n"
  4034. msgstr "rebase completato\n"
  4035. #, python-format
  4036. msgid "%d revisions have been skipped\n"
  4037. msgstr "%d revisioni sono state saltate\n"
  4038. msgid "unable to collapse, there is more than one external parent"
  4039. msgstr "impossibile effettuare il collapse, c'è più di un genitore esterno"
  4040. #, python-format
  4041. msgid "cannot use revision %d as base, result would have 3 parents"
  4042. msgstr ""
  4043. "non è possibile usare la revisione %d come base, il risultato avrebbe 3 "
  4044. "genitori"
  4045. msgid "no rebase in progress"
  4046. msgstr "nessun rebase in corso"
  4047. msgid "warning: new changesets detected on target branch, can't abort\n"
  4048. msgstr ""
  4049. "attenzione: nuovi changeset rilevati sulla branch target, impossibile "
  4050. "abortire\n"
  4051. msgid "rebase aborted\n"
  4052. msgstr "rebase abortito\n"
  4053. msgid "cannot rebase onto an applied mq patch"
  4054. msgstr "non è possibile effettuare il rebase su una patch mq applicata"
  4055. msgid "source is ancestor of destination"
  4056. msgstr "la sorgente è un antenato della destinazione"
  4057. msgid "source is descendant of destination"
  4058. msgstr "la sorgente è un discendente della destinazione"
  4059. msgid "rebase working directory to branch head"
  4060. msgstr "effettua il rebase della directory di lavoro sulla head della branch"
  4061. msgid "rebase from the specified changeset"
  4062. msgstr "effettua il rebase dal changeset specificato"
  4063. msgid ""
  4064. "rebase from the base of the specified changeset (up to greatest common "
  4065. "ancestor of base and dest)"
  4066. msgstr ""
  4067. "rebase dalla base del changeset specificato (fino al più grande antenato "
  4068. "comune tra la base e la destinazione)"
  4069. msgid "rebase onto the specified changeset"
  4070. msgstr "rebase sul changeset specificato"
  4071. msgid "collapse the rebased changesets"
  4072. msgstr "collassa le revisioni di cui si effettua il rebase"
  4073. msgid "keep original changesets"
  4074. msgstr "mantiene i changeset originali"
  4075. msgid "keep original branch names"
  4076. msgstr "mantiene le branch originali"
  4077. msgid "force detaching of source from its original branch"
  4078. msgstr "forza la separazione della sorgente dalla sua branch originaria"
  4079. msgid "continue an interrupted rebase"
  4080. msgstr "continua un rebase interrotto"
  4081. msgid "abort an interrupted rebase"
  4082. msgstr "abortisce un rebase interrotto"
  4083. msgid ""
  4084. "hg rebase [-s REV | -b REV] [-d REV] [options]\n"
  4085. "hg rebase {-a|-c}"
  4086. msgstr ""
  4087. "hg rebase [-s REV | -b REV] [-d REV] [opzioni]\n"
  4088. "hg rebase {-a|-c}"
  4089. msgid "commands to interactively select changes for commit/qrefresh"
  4090. msgstr ""
  4091. "comando per selezionare interattivamente le modifiche per il commit/qrefresh"
  4092. msgid "this modifies a binary file (all or nothing)\n"
  4093. msgstr "questo modifica un file binario (tutto o niente)\n"
  4094. msgid "this is a binary file\n"
  4095. msgstr "questo è un file binario\n"
  4096. #, python-format
  4097. msgid "%d hunks, %d lines changed\n"
  4098. msgstr ""
  4099. msgid "[Ynsfdaq?]"
  4100. msgstr ""
  4101. msgid "&Yes, record this change"
  4102. msgstr "&Yes, registra questa modifica"
  4103. msgid "&No, skip this change"
  4104. msgstr "&No, salta questa modifca"
  4105. msgid "&Skip remaining changes to this file"
  4106. msgstr "&Salta le modifiche rimanenti a questo file"
  4107. msgid "Record remaining changes to this &file"
  4108. msgstr "Registra le modifiche rimanenti a questo &file"
  4109. #, fuzzy
  4110. msgid "&Done, skip remaining changes and files"
  4111. msgstr "&Fatto, salta le modifiche e i file rimanenti"
  4112. #, fuzzy
  4113. msgid "Record &all changes to all remaining files"
  4114. msgstr "Registra &tutte le modifiche a tutti i file rimanenti"
  4115. #, fuzzy
  4116. msgid "&Quit, recording no changes"
  4117. msgstr "&Esce, non registrando alcuna modifica"
  4118. msgid "&?"
  4119. msgstr "&?"
  4120. msgid "user quit"
  4121. msgstr "utente uscito"
  4122. #, python-format
  4123. msgid "examine changes to %s?"
  4124. msgstr "esaminare le modifiche a %s?"
  4125. msgid " and "
  4126. msgstr " e "
  4127. #, python-format
  4128. msgid "record this change to %r?"
  4129. msgstr "registrare questa modifica a %r?"
  4130. #, python-format
  4131. msgid "record change %d/%d to %r?"
  4132. msgstr "registrare la modifica %d/%d a %r?"
  4133. msgid "interactively select changes to commit"
  4134. msgstr "seleziona interattivamente le modifiche di cui eseguire il commit"
  4135. msgid ""
  4136. " If a list of files is omitted, all changes reported by :hg:`status`\n"
  4137. " will be candidates for recording."
  4138. msgstr ""
  4139. " Se viene omesso un elenco di file, tutte le modifiche\n"
  4140. " riportate da :hg:`status` saranno candidate per la\n"
  4141. " registrazione."
  4142. msgid ""
  4143. " You will be prompted for whether to record changes to each\n"
  4144. " modified file, and for files with multiple changes, for each\n"
  4145. " change to use. For each query, the following responses are\n"
  4146. " possible::"
  4147. msgstr ""
  4148. " Si verrà interrogati su quali modifiche registrare\n"
  4149. " per ogni file modificato e, per file con modifiche\n"
  4150. " multiple, per ogni modifica da usare. Per ogni domanda\n"
  4151. " sono possibili le seguenti risposte::"
  4152. msgid ""
  4153. " y - record this change\n"
  4154. " n - skip this change"
  4155. msgstr ""
  4156. " y - registra questa modifica\n"
  4157. " n - salta questa modifica"
  4158. msgid ""
  4159. " s - skip remaining changes to this file\n"
  4160. " f - record remaining changes to this file"
  4161. msgstr ""
  4162. " s - salta le modifiche rimanenti di questo file\n"
  4163. " f - registra le modifiche rimanenti di questo file"
  4164. msgid ""
  4165. " d - done, skip remaining changes and files\n"
  4166. " a - record all changes to all remaining files\n"
  4167. " q - quit, recording no changes"
  4168. msgstr ""
  4169. " d - fatto, salta le modifiche e i file rimanenti\n"
  4170. " a - registra tutte le modifiche a tutti i file rimanenti\n"
  4171. " q - esci, non registrare alcuna modifica"
  4172. msgid " ? - display help"
  4173. msgstr " ? - mostra il messaggio di aiuto"
  4174. msgid " This command is not available when committing a merge."
  4175. msgstr " Questo comando non è disponibile durante il commit di un merge."
  4176. msgid "'mq' extension not loaded"
  4177. msgstr "estensione 'mq' non caricata"
  4178. msgid "running non-interactively, use commit instead"
  4179. msgstr "esecuzione non interattiva, usare invece commit"
  4180. msgid "cannot partially commit a merge (use \"hg commit\" instead)"
  4181. msgstr ""
  4182. "impossibile eseguire il commit parziale di un merge (usare invece \"hg commit"
  4183. "\")"
  4184. msgid "no changes to record\n"
  4185. msgstr "nessuna modifica da registrare\n"
  4186. msgid "hg record [OPTION]... [FILE]..."
  4187. msgstr "hg record [OPZIONE]... [FILE]..."
  4188. msgid "hg qrecord [OPTION]... PATCH [FILE]..."
  4189. msgstr "hg qrecord [OPZIONE]... PATCH [FILE]..."
  4190. msgid "recreates hardlinks between repository clones"
  4191. msgstr ""
  4192. msgid "recreate hardlinks between two repositories"
  4193. msgstr ""
  4194. msgid ""
  4195. " When repositories are cloned locally, their data files will be\n"
  4196. " hardlinked so that they only use the space of a single repository."
  4197. msgstr ""
  4198. msgid ""
  4199. " Unfortunately, subsequent pulls into either repository will break\n"
  4200. " hardlinks for any files touched by the new changesets, even if\n"
  4201. " both repositories end up pulling the same changes."
  4202. msgstr ""
  4203. msgid ""
  4204. " Similarly, passing --rev to \"hg clone\" will fail to use any\n"
  4205. " hardlinks, falling back to a complete copy of the source\n"
  4206. " repository."
  4207. msgstr ""
  4208. msgid ""
  4209. " This command lets you recreate those hardlinks and reclaim that\n"
  4210. " wasted space."
  4211. msgstr ""
  4212. msgid ""
  4213. " This repository will be relinked to share space with ORIGIN, which\n"
  4214. " must be on the same local disk. If ORIGIN is omitted, looks for\n"
  4215. " \"default-relink\", then \"default\", in [paths]."
  4216. msgstr ""
  4217. msgid ""
  4218. " Do not attempt any read operations on this repository while the\n"
  4219. " command is running. (Both repositories will be locked against\n"
  4220. " writes.)\n"
  4221. " "
  4222. msgstr ""
  4223. msgid "hardlinks are not supported on this system"
  4224. msgstr "hardlink non supportati su questo sistema"
  4225. msgid "must specify local origin repository"
  4226. msgstr "è necessario specificare il repository di origine locale"
  4227. #, python-format
  4228. msgid "relinking %s to %s\n"
  4229. msgstr "sto ricollegando %s a %s\n"
  4230. msgid "there is nothing to relink\n"
  4231. msgstr "non c'è nulla di cui fare il relink\n"
  4232. #, python-format
  4233. msgid "tip has %d files, estimated total number of files: %s\n"
  4234. msgstr "tip ha %d file, numero totale stimato di file: %s\n"
  4235. msgid "collecting"
  4236. msgstr "sto collezionando"
  4237. msgid "files"
  4238. msgstr "file"
  4239. #, python-format
  4240. msgid "collected %d candidate storage files\n"
  4241. msgstr ""
  4242. msgid "source and destination are on different devices"
  4243. msgstr "sorgente e destinazione sono su periferiche differenti"
  4244. #, python-format
  4245. msgid "not linkable: %s\n"
  4246. msgstr "non collegabile: %s\n"
  4247. msgid "pruning"
  4248. msgstr "eliminazione"
  4249. #, python-format
  4250. msgid "pruned down to %d probably relinkable files\n"
  4251. msgstr ""
  4252. msgid "relinking"
  4253. msgstr "ricollegamento in corso"
  4254. #, python-format
  4255. msgid "relinked %d files (%d bytes reclaimed)\n"
  4256. msgstr ""
  4257. msgid "[ORIGIN]"
  4258. msgstr "[ORIGINE]"
  4259. msgid "extend schemes with shortcuts to repository swarms"
  4260. msgstr ""
  4261. msgid ""
  4262. "This extension allows you to specify shortcuts for parent URLs with a\n"
  4263. "lot of repositories to act like a scheme, for example::"
  4264. msgstr ""
  4265. msgid ""
  4266. " [schemes]\n"
  4267. " py = http://code.python.org/hg/"
  4268. msgstr ""
  4269. msgid "After that you can use it like::"
  4270. msgstr "In seguito puoi usarlo come::"
  4271. msgid " hg clone py://trunk/"
  4272. msgstr " hg clone py://trunk/"
  4273. msgid ""
  4274. "Additionally there is support for some more complex schemas, for\n"
  4275. "example used by Google Code::"
  4276. msgstr ""
  4277. msgid ""
  4278. " [schemes]\n"
  4279. " gcode = http://{1}.googlecode.com/hg/"
  4280. msgstr ""
  4281. msgid ""
  4282. "The syntax is taken from Mercurial templates, and you have unlimited\n"
  4283. "number of variables, starting with ``{1}`` and continuing with\n"
  4284. "``{2}``, ``{3}`` and so on. This variables will receive parts of URL\n"
  4285. "supplied, split by ``/``. Anything not specified as ``{part}`` will be\n"
  4286. "just appended to an URL."
  4287. msgstr ""
  4288. msgid "For convenience, the extension adds these schemes by default::"
  4289. msgstr ""
  4290. msgid ""
  4291. " [schemes]\n"
  4292. " py = http://hg.python.org/\n"
  4293. " bb = https://bitbucket.org/\n"
  4294. " bb+ssh = ssh://hg@bitbucket.org/\n"
  4295. " gcode = https://{1}.googlecode.com/hg/\n"
  4296. " kiln = https://{1}.kilnhg.com/Repo/"
  4297. msgstr ""
  4298. msgid ""
  4299. "You can override a predefined scheme by defining a new scheme with the\n"
  4300. "same name.\n"
  4301. msgstr ""
  4302. msgid "share a common history between several working directories"
  4303. msgstr ""
  4304. msgid "create a new shared repository"
  4305. msgstr "crea un nuovo repository condiviso"
  4306. msgid ""
  4307. " Initialize a new repository and working directory that shares its\n"
  4308. " history with another repository."
  4309. msgstr ""
  4310. msgid ""
  4311. " .. note::\n"
  4312. " using rollback or extensions that destroy/modify history (mq,\n"
  4313. " rebase, etc.) can cause considerable confusion with shared\n"
  4314. " clones. In particular, if two shared clones are both updated to\n"
  4315. " the same changeset, and one of them destroys that changeset\n"
  4316. " with rollback, the other clone will suddenly stop working: all\n"
  4317. " operations will fail with \"abort: working directory has unknown\n"
  4318. " parent\". The only known workaround is to use debugsetparents on\n"
  4319. " the broken clone to reset it to a changeset that still exists\n"
  4320. " (e.g. tip).\n"
  4321. " "
  4322. msgstr ""
  4323. msgid "do not create a working copy"
  4324. msgstr "non crea una directory di lavoro"
  4325. msgid "[-U] SOURCE [DEST]"
  4326. msgstr "[-U] SORGENTE [DEST]"
  4327. msgid "command to transplant changesets from another branch"
  4328. msgstr ""
  4329. msgid "This extension allows you to transplant patches from another branch."
  4330. msgstr ""
  4331. msgid ""
  4332. "Transplanted patches are recorded in .hg/transplant/transplants, as a\n"
  4333. "map from a changeset hash to its hash in the source repository.\n"
  4334. msgstr ""
  4335. #, python-format
  4336. msgid "skipping already applied revision %s\n"
  4337. msgstr ""
  4338. #, python-format
  4339. msgid "skipping merge changeset %s:%s\n"
  4340. msgstr ""
  4341. #, python-format
  4342. msgid "%s merged at %s\n"
  4343. msgstr ""
  4344. #, python-format
  4345. msgid "%s transplanted to %s\n"
  4346. msgstr ""
  4347. #, python-format
  4348. msgid "filtering %s\n"
  4349. msgstr "sto filtrando %s\n"
  4350. msgid "filter failed"
  4351. msgstr "filtraggio fallito"
  4352. msgid "can only omit patchfile if merging"
  4353. msgstr ""
  4354. #, python-format
  4355. msgid "%s: empty changeset"
  4356. msgstr "%s: changeset vuoto"
  4357. msgid "fix up the merge and run hg transplant --continue"
  4358. msgstr ""
  4359. #, python-format
  4360. msgid "%s transplanted as %s\n"
  4361. msgstr "%s trapiantato come %s\n"
  4362. msgid "transplant log file is corrupt"
  4363. msgstr ""
  4364. #, python-format
  4365. msgid "working dir not at transplant parent %s"
  4366. msgstr ""
  4367. msgid "commit failed"
  4368. msgstr "commit fallito"
  4369. msgid ""
  4370. "y: transplant this changeset\n"
  4371. "n: skip this changeset\n"
  4372. "m: merge at this changeset\n"
  4373. "p: show patch\n"
  4374. "c: commit selected changesets\n"
  4375. "q: cancel transplant\n"
  4376. "?: show this help\n"
  4377. msgstr ""
  4378. msgid "apply changeset? [ynmpcq?]:"
  4379. msgstr "applicare il changeset? [ynmpcq?]:"
  4380. msgid "no such option\n"
  4381. msgstr "nessuna opzione\n"
  4382. msgid "transplant changesets from another branch"
  4383. msgstr "trapianta changeset da un'altro branch"
  4384. msgid ""
  4385. " Selected changesets will be applied on top of the current working\n"
  4386. " directory with the log of the original changeset. The changesets\n"
  4387. " are copied and will thus appear twice in the history. Use the\n"
  4388. " rebase extension instead if you want to move a whole branch of\n"
  4389. " unpublished changesets."
  4390. msgstr ""
  4391. msgid ""
  4392. " If --log is specified, log messages will have a comment appended\n"
  4393. " of the form::"
  4394. msgstr ""
  4395. msgid " (transplanted from CHANGESETHASH)"
  4396. msgstr ""
  4397. msgid ""
  4398. " You can rewrite the changelog message with the --filter option.\n"
  4399. " Its argument will be invoked with the current changelog message as\n"
  4400. " $1 and the patch as $2."
  4401. msgstr ""
  4402. msgid ""
  4403. " If --source/-s is specified, selects changesets from the named\n"
  4404. " repository. If --branch/-b is specified, selects changesets from\n"
  4405. " the branch holding the named revision, up to that revision. If\n"
  4406. " --all/-a is specified, all changesets on the branch will be\n"
  4407. " transplanted, otherwise you will be prompted to select the\n"
  4408. " changesets you want."
  4409. msgstr ""
  4410. msgid ""
  4411. " :hg:`transplant --branch REVISION --all` will transplant the\n"
  4412. " selected branch (up to the named revision) onto your current\n"
  4413. " working directory."
  4414. msgstr ""
  4415. msgid ""
  4416. " You can optionally mark selected transplanted changesets as merge\n"
  4417. " changesets. You will not be prompted to transplant any ancestors\n"
  4418. " of a merged transplant, and you can merge descendants of them\n"
  4419. " normally instead of transplanting them."
  4420. msgstr ""
  4421. msgid ""
  4422. " If no merges or revisions are provided, :hg:`transplant` will\n"
  4423. " start an interactive changeset browser."
  4424. msgstr ""
  4425. msgid ""
  4426. " If a changeset application fails, you can fix the merge by hand\n"
  4427. " and then resume where you left off by calling :hg:`transplant\n"
  4428. " --continue/-c`.\n"
  4429. " "
  4430. msgstr ""
  4431. msgid "--continue is incompatible with branch, all or merge"
  4432. msgstr ""
  4433. msgid "no source URL, branch tag or revision list provided"
  4434. msgstr ""
  4435. msgid "--all requires a branch revision"
  4436. msgstr "--all richiede la revisione di un branch"
  4437. msgid "--all is incompatible with a revision list"
  4438. msgstr ""
  4439. msgid "no revision checked out"
  4440. msgstr "nessuna revisione estratta"
  4441. msgid "outstanding uncommitted merges"
  4442. msgstr ""
  4443. msgid "outstanding local changes"
  4444. msgstr ""
  4445. msgid ""
  4446. "``transplanted(set)``\n"
  4447. " Transplanted changesets in set."
  4448. msgstr ""
  4449. msgid "pull patches from REPO"
  4450. msgstr ""
  4451. msgid "BRANCH"
  4452. msgstr "BRANCH"
  4453. msgid "pull patches from branch BRANCH"
  4454. msgstr ""
  4455. msgid "pull all changesets up to BRANCH"
  4456. msgstr ""
  4457. msgid "skip over REV"
  4458. msgstr ""
  4459. msgid "merge at REV"
  4460. msgstr ""
  4461. msgid "append transplant info to log message"
  4462. msgstr ""
  4463. msgid "continue last transplant session after repair"
  4464. msgstr ""
  4465. msgid "filter changesets through command"
  4466. msgstr "changeset filtrati tramite il comando"
  4467. msgid "hg transplant [-s REPO] [-b BRANCH [-a]] [-p REV] [-m REV] [REV]..."
  4468. msgstr ""
  4469. msgid "allow the use of MBCS paths with problematic encodings"
  4470. msgstr "consente l'uso di percorsi MBCS con codifiche problematiche"
  4471. msgid ""
  4472. "Some MBCS encodings are not good for some path operations (i.e.\n"
  4473. "splitting path, case conversion, etc.) with its encoded bytes. We call\n"
  4474. "such a encoding (i.e. shift_jis and big5) as \"problematic encoding\".\n"
  4475. "This extension can be used to fix the issue with those encodings by\n"
  4476. "wrapping some functions to convert to Unicode string before path\n"
  4477. "operation."
  4478. msgstr ""
  4479. msgid "This extension is useful for:"
  4480. msgstr "Questa estensione è utile per:"
  4481. msgid ""
  4482. "- Japanese Windows users using shift_jis encoding.\n"
  4483. "- Chinese Windows users using big5 encoding.\n"
  4484. "- All users who use a repository with one of problematic encodings on\n"
  4485. " case-insensitive file system."
  4486. msgstr ""
  4487. msgid "This extension is not needed for:"
  4488. msgstr "Questa estensione non è necessaria per:"
  4489. msgid ""
  4490. "- Any user who use only ASCII chars in path.\n"
  4491. "- Any user who do not use any of problematic encodings."
  4492. msgstr ""
  4493. msgid "Note that there are some limitations on using this extension:"
  4494. msgstr "Notare che ci sono alcune limitazioni all'uso di questa estensione:"
  4495. msgid ""
  4496. "- You should use single encoding in one repository.\n"
  4497. "- If the repository path ends with 0x5c, .hg/hgrc cannot be read.\n"
  4498. "- win32mbcs is not compatible with fixutf8 extension."
  4499. msgstr ""
  4500. msgid ""
  4501. "By default, win32mbcs uses encoding.encoding decided by Mercurial.\n"
  4502. "You can specify the encoding by config option::"
  4503. msgstr ""
  4504. msgid ""
  4505. " [win32mbcs]\n"
  4506. " encoding = sjis"
  4507. msgstr ""
  4508. msgid "It is useful for the users who want to commit with UTF-8 log message.\n"
  4509. msgstr ""
  4510. #, python-format
  4511. msgid "[win32mbcs] filename conversion failed with %s encoding\n"
  4512. msgstr ""
  4513. msgid "[win32mbcs] cannot activate on this platform.\n"
  4514. msgstr ""
  4515. msgid "perform automatic newline conversion"
  4516. msgstr ""
  4517. msgid ""
  4518. " Deprecation: The win32text extension requires each user to configure\n"
  4519. " the extension again and again for each clone since the configuration\n"
  4520. " is not copied when cloning."
  4521. msgstr ""
  4522. msgid ""
  4523. " We have therefore made the ``eol`` as an alternative. The ``eol``\n"
  4524. " uses a version controlled file for its configuration and each clone\n"
  4525. " will therefore use the right settings from the start."
  4526. msgstr ""
  4527. msgid "To perform automatic newline conversion, use::"
  4528. msgstr ""
  4529. msgid ""
  4530. " [extensions]\n"
  4531. " win32text =\n"
  4532. " [encode]\n"
  4533. " ** = cleverencode:\n"
  4534. " # or ** = macencode:"
  4535. msgstr ""
  4536. msgid ""
  4537. " [decode]\n"
  4538. " ** = cleverdecode:\n"
  4539. " # or ** = macdecode:"
  4540. msgstr ""
  4541. msgid ""
  4542. "If not doing conversion, to make sure you do not commit CRLF/CR by accident::"
  4543. msgstr ""
  4544. msgid ""
  4545. " [hooks]\n"
  4546. " pretxncommit.crlf = python:hgext.win32text.forbidcrlf\n"
  4547. " # or pretxncommit.cr = python:hgext.win32text.forbidcr"
  4548. msgstr ""
  4549. msgid ""
  4550. "To do the same check on a server to prevent CRLF/CR from being\n"
  4551. "pushed or pulled::"
  4552. msgstr ""
  4553. msgid ""
  4554. " [hooks]\n"
  4555. " pretxnchangegroup.crlf = python:hgext.win32text.forbidcrlf\n"
  4556. " # or pretxnchangegroup.cr = python:hgext.win32text.forbidcr\n"
  4557. msgstr ""
  4558. #, python-format
  4559. msgid ""
  4560. "WARNING: %s already has %s line endings\n"
  4561. "and does not need EOL conversion by the win32text plugin.\n"
  4562. "Before your next commit, please reconsider your encode/decode settings in \n"
  4563. "Mercurial.ini or %s.\n"
  4564. msgstr ""
  4565. #, python-format
  4566. msgid "Attempt to commit or push text file(s) using %s line endings\n"
  4567. msgstr ""
  4568. #, python-format
  4569. msgid "in %s: %s\n"
  4570. msgstr ""
  4571. #, python-format
  4572. msgid ""
  4573. "\n"
  4574. "To prevent this mistake in your local repository,\n"
  4575. "add to Mercurial.ini or .hg/hgrc:"
  4576. msgstr ""
  4577. #, python-format
  4578. msgid ""
  4579. "[hooks]\n"
  4580. "pretxncommit.%s = python:hgext.win32text.forbid%s"
  4581. msgstr ""
  4582. #, python-format
  4583. msgid "and also consider adding:"
  4584. msgstr ""
  4585. #, python-format
  4586. msgid ""
  4587. "[extensions]\n"
  4588. "win32text =\n"
  4589. "[encode]\n"
  4590. "** = %sencode:\n"
  4591. "[decode]\n"
  4592. "** = %sdecode:\n"
  4593. msgstr ""
  4594. msgid ""
  4595. "win32text is deprecated: http://mercurial.selenic.com/wiki/"
  4596. "Win32TextExtension\n"
  4597. msgstr ""
  4598. "win32text è deprecato: http://mercurial.selenic.com/wiki/Win32TextExtension\n"
  4599. msgid "discover and advertise repositories on the local network"
  4600. msgstr "scopre e pubblicizza repository sulla rete locale"
  4601. msgid ""
  4602. "Zeroconf-enabled repositories will be announced in a network without\n"
  4603. "the need to configure a server or a service. They can be discovered\n"
  4604. "without knowing their actual IP address."
  4605. msgstr ""
  4606. msgid ""
  4607. "To allow other people to discover your repository using run\n"
  4608. ":hg:`serve` in your repository::"
  4609. msgstr ""
  4610. msgid ""
  4611. " $ cd test\n"
  4612. " $ hg serve"
  4613. msgstr ""
  4614. " $ cd test\n"
  4615. " $ hg serve"
  4616. msgid ""
  4617. "You can discover Zeroconf-enabled repositories by running\n"
  4618. ":hg:`paths`::"
  4619. msgstr ""
  4620. "Si possono scoprire repository abilitati a Zeroconf eseguendo\n"
  4621. ":hg:`paths`::"
  4622. msgid ""
  4623. " $ hg paths\n"
  4624. " zc-test = http://example.com:8000/test\n"
  4625. msgstr ""
  4626. " $ hg paths\n"
  4627. " zc-test = http://example.com:8000/test\n"
  4628. msgid "archive prefix contains illegal components"
  4629. msgstr "il prefisso dell'archivio contiene componenti non consentite"
  4630. msgid "cannot give prefix when archiving to files"
  4631. msgstr "impossibile fornire un prefisso durante l'archiviazione dei file"
  4632. #, python-format
  4633. msgid "unknown archive type '%s'"
  4634. msgstr "tipo di archivio '%s' sconosciuto"
  4635. msgid "archiving"
  4636. msgstr "archiviazione"
  4637. #, python-format
  4638. msgid "bookmark '%s' contains illegal character"
  4639. msgstr "il segnalibro '%s' contiene caratteri non consentiti"
  4640. msgid "searching for changed bookmarks\n"
  4641. msgstr "sto cercando segnalibri modificati\n"
  4642. msgid "no changed bookmarks found\n"
  4643. msgstr "non è stato trovato alcun segnalibro modificato\n"
  4644. msgid "invalid changegroup"
  4645. msgstr "changegroup invalido"
  4646. msgid "unknown parent"
  4647. msgstr "genitore sconosciuto"
  4648. #, python-format
  4649. msgid "integrity check failed on %s:%d"
  4650. msgstr "controllo di integrità fallito su %s:%d"
  4651. msgid "cannot create new bundle repository"
  4652. msgstr "impossibile creare un nuovo repository bundle"
  4653. #, python-format
  4654. msgid "stream ended unexpectedly (got %d bytes, expected %d)"
  4655. msgstr "flusso terminato in maniera inattesa (%d byte, attesi %d)"
  4656. #, python-format
  4657. msgid "invalid chunk length %d"
  4658. msgstr "lunghezza del chunk invalida %d"
  4659. #, python-format
  4660. msgid "%s: not a Mercurial bundle"
  4661. msgstr "%s: non è un bundle di Mercurial"
  4662. #, python-format
  4663. msgid "%s: unknown bundle version %s"
  4664. msgstr "%s: versione di bundle sconosciuta %s"
  4665. msgid "empty username"
  4666. msgstr "username vuoto"
  4667. #, python-format
  4668. msgid "username %s contains a newline"
  4669. msgstr "il nome utente %s contiene un carattere di nuova riga"
  4670. #, python-format
  4671. msgid "the name '%s' is reserved"
  4672. msgstr "il nome '%s' è riservato"
  4673. msgid "options --message and --logfile are mutually exclusive"
  4674. msgstr "le opzioni --message e --logfile sono mutualmente esclusive"
  4675. #, python-format
  4676. msgid "can't read commit message '%s': %s"
  4677. msgstr "impossibile leggere il messaggio di commit '%s': %s"
  4678. msgid "limit must be a positive integer"
  4679. msgstr "limit dev'essere un intero positivo "
  4680. msgid "limit must be positive"
  4681. msgstr "limit dev'essere positivo"
  4682. #, python-format
  4683. msgid "invalid format spec '%%%s' in output filename"
  4684. msgstr ""
  4685. #, python-format
  4686. msgid "adding %s\n"
  4687. msgstr "aggiunta in corso di %s\n"
  4688. #, python-format
  4689. msgid "removing %s\n"
  4690. msgstr "sto rimuovendo %s\n"
  4691. #, python-format
  4692. msgid "recording removal of %s as rename to %s (%d%% similar)\n"
  4693. msgstr ""
  4694. #, python-format
  4695. msgid "%s has not been committed yet, so no copy data will be stored for %s.\n"
  4696. msgstr ""
  4697. #, python-format
  4698. msgid "%s: not copying - file is not managed\n"
  4699. msgstr "%s: non copio - il file non è gestito\n"
  4700. #, python-format
  4701. msgid "%s: not copying - file has been marked for remove\n"
  4702. msgstr "%s: non copio - il file è stato rimosso per la rimozione\n"
  4703. #, python-format
  4704. msgid "%s: not overwriting - %s collides with %s\n"
  4705. msgstr "%s: non sovrascrivo - %s collide con %s\n"
  4706. #, python-format
  4707. msgid "%s: not overwriting - file exists\n"
  4708. msgstr "%s: non sovrascrivo - il file esiste\n"
  4709. #, python-format
  4710. msgid "%s: not recording move - %s does not exist\n"
  4711. msgstr "%s: non registro la rinomina - %s non esiste\n"
  4712. #, python-format
  4713. msgid "%s: not recording copy - %s does not exist\n"
  4714. msgstr "%s: non registro la copia - %s non esiste\n"
  4715. #, python-format
  4716. msgid "%s: deleted in working copy\n"
  4717. msgstr "%s: rimosso nella copia di lavoro\n"
  4718. #, python-format
  4719. msgid "%s: cannot copy - %s\n"
  4720. msgstr "%s: impossibile copiare - %s\n"
  4721. #, python-format
  4722. msgid "moving %s to %s\n"
  4723. msgstr "sto spostando %s in %s\n"
  4724. #, python-format
  4725. msgid "copying %s to %s\n"
  4726. msgstr "sto copiando %s in %s\n"
  4727. msgid "no source or destination specified"
  4728. msgstr "nessuna sorgente o destinazione specificata"
  4729. msgid "no destination specified"
  4730. msgstr "nessuna destinazione specificata"
  4731. msgid "with multiple sources, destination must be an existing directory"
  4732. msgstr ""
  4733. "con sorgenti multiple la destinazione deve essere una directory esistente"
  4734. #, python-format
  4735. msgid "destination %s is not a directory"
  4736. msgstr "la destinazione %s non è una directory"
  4737. msgid "no files to copy"
  4738. msgstr "nessun file da copiare"
  4739. msgid "(consider using --after)\n"
  4740. msgstr "(considera di usare --after)\n"
  4741. msgid "child process failed to start"
  4742. msgstr "fallito l'avvio del processo figlio"
  4743. #, python-format
  4744. msgid "changeset: %d:%s\n"
  4745. msgstr "changeset: %d:%s\n"
  4746. #, python-format
  4747. msgid "branch: %s\n"
  4748. msgstr "branch: %s\n"
  4749. #, python-format
  4750. msgid "bookmark: %s\n"
  4751. msgstr "segnalibro: %s\n"
  4752. #, python-format
  4753. msgid "tag: %s\n"
  4754. msgstr "tag: %s\n"
  4755. #, python-format
  4756. msgid "parent: %d:%s\n"
  4757. msgstr "genitore: %d:%s\n"
  4758. #, python-format
  4759. msgid "manifest: %d:%s\n"
  4760. msgstr "manifesto: %d:%s\n"
  4761. #, python-format
  4762. msgid "user: %s\n"
  4763. msgstr "utente: %s\n"
  4764. #, python-format
  4765. msgid "date: %s\n"
  4766. msgstr "data: %s\n"
  4767. msgid "files+:"
  4768. msgstr "file+:"
  4769. msgid "files-:"
  4770. msgstr "file-:"
  4771. msgid "files:"
  4772. msgstr "file:"
  4773. #, python-format
  4774. msgid "files: %s\n"
  4775. msgstr "file: %s\n"
  4776. #, python-format
  4777. msgid "copies: %s\n"
  4778. msgstr "copie: %s\n"
  4779. #, python-format
  4780. msgid "extra: %s=%s\n"
  4781. msgstr "extra: %s=%s\n"
  4782. msgid "description:\n"
  4783. msgstr "descrizione:\n"
  4784. #, python-format
  4785. msgid "summary: %s\n"
  4786. msgstr "sommario: %s\n"
  4787. #, python-format
  4788. msgid "%s: no key named '%s'"
  4789. msgstr "%s: nessuna chiave chiamata '%s'"
  4790. #, python-format
  4791. msgid "Found revision %s from %s\n"
  4792. msgstr "Trovata revisione %s da %s\n"
  4793. msgid "revision matching date not found"
  4794. msgstr "revisione corrispondente alla data non trovata"
  4795. #, python-format
  4796. msgid "cannot follow nonexistent file: \"%s\""
  4797. msgstr "impossibile seguire il file non esistente: \"%s\""
  4798. msgid "can only follow copies/renames for explicit filenames"
  4799. msgstr ""
  4800. #, python-format
  4801. msgid "skipping missing subrepository: %s\n"
  4802. msgstr "sto saltando il subrepository mancante: %s\n"
  4803. msgid "HG: Enter commit message. Lines beginning with 'HG:' are removed."
  4804. msgstr ""
  4805. "HG: Inserisci il messaggio di commit. Le linee che iniziano con 'HG:' "
  4806. "vengono rimosse."
  4807. msgid "HG: Leave message empty to abort commit."
  4808. msgstr "HG: Lasciare il messaggio vuoto per abortire il commit."
  4809. #, python-format
  4810. msgid "HG: user: %s"
  4811. msgstr "HG: utente: %s"
  4812. msgid "HG: branch merge"
  4813. msgstr "HG: branch merge"
  4814. #, python-format
  4815. msgid "HG: branch '%s'"
  4816. msgstr "HG: branch '%s'"
  4817. #, python-format
  4818. msgid "HG: subrepo %s"
  4819. msgstr "HG: subrepository %s"
  4820. #, python-format
  4821. msgid "HG: added %s"
  4822. msgstr "HG: aggiunto %s"
  4823. #, python-format
  4824. msgid "HG: changed %s"
  4825. msgstr "HG: cambiato %s"
  4826. #, python-format
  4827. msgid "HG: removed %s"
  4828. msgstr "HG: rimosso %s"
  4829. msgid "HG: no files changed"
  4830. msgstr "HG: nessun file modificato"
  4831. msgid "empty commit message"
  4832. msgstr "messaggio di commit vuoto"
  4833. msgid "add the specified files on the next commit"
  4834. msgstr "aggiunge i file specificati al prossimo commit"
  4835. msgid ""
  4836. " Schedule files to be version controlled and added to the\n"
  4837. " repository."
  4838. msgstr ""
  4839. " Pianifica i file che devono essere versionati e aggiunti\n"
  4840. " al repository"
  4841. msgid ""
  4842. " The files will be added to the repository at the next commit. To\n"
  4843. " undo an add before that, see :hg:`forget`."
  4844. msgstr ""
  4845. " I file saranno aggiunti al repository al prossimo commit. Per\n"
  4846. " annullare prima un aggiunta, vedere :hg:`forget`."
  4847. msgid " If no names are given, add all files to the repository."
  4848. msgstr " Se non vengono forniti nomi, aggiunge tutti i file al repository."
  4849. msgid " .. container:: verbose"
  4850. msgstr ""
  4851. msgid ""
  4852. " An example showing how new (unknown) files are added\n"
  4853. " automatically by :hg:`add`::"
  4854. msgstr ""
  4855. " Un esempio che mostra come file nuovi (sconosciuti) vengono \n"
  4856. " aggiunti automaticamente da :hg:`add`::"
  4857. msgid ""
  4858. " $ ls\n"
  4859. " foo.c\n"
  4860. " $ hg status\n"
  4861. " ? foo.c\n"
  4862. " $ hg add\n"
  4863. " adding foo.c\n"
  4864. " $ hg status\n"
  4865. " A foo.c"
  4866. msgstr ""
  4867. " $ ls\n"
  4868. " foo.c\n"
  4869. " $ hg status\n"
  4870. " ? foo.c\n"
  4871. " $ hg add\n"
  4872. " adding foo.c\n"
  4873. " $ hg status\n"
  4874. " A foo.c"
  4875. msgid ""
  4876. " Returns 0 if all files are successfully added.\n"
  4877. " "
  4878. msgstr ""
  4879. " Restituisce 0 se tutti i file sono stati aggiunti con successo.\n"
  4880. " "
  4881. msgid "add all new files, delete all missing files"
  4882. msgstr "aggiunge tutti i nuovi file, cancella tuitti i file mancanti"
  4883. msgid ""
  4884. " Add all new files and remove all missing files from the\n"
  4885. " repository."
  4886. msgstr ""
  4887. msgid ""
  4888. " New files are ignored if they match any of the patterns in\n"
  4889. " ``.hgignore``. As with add, these changes take effect at the next\n"
  4890. " commit."
  4891. msgstr ""
  4892. msgid ""
  4893. " Use the -s/--similarity option to detect renamed files. With a\n"
  4894. " parameter greater than 0, this compares every removed file with\n"
  4895. " every added file and records those similar enough as renames. This\n"
  4896. " option takes a percentage between 0 (disabled) and 100 (files must\n"
  4897. " be identical) as its parameter. Detecting renamed files this way\n"
  4898. " can be expensive. After using this option, :hg:`status -C` can be\n"
  4899. " used to check which files were identified as moved or renamed."
  4900. msgstr ""
  4901. msgid "similarity must be a number"
  4902. msgstr "similarity dev'essere un numero"
  4903. msgid "similarity must be between 0 and 100"
  4904. msgstr "similarity dev'essere compreso tra 0 e 100"
  4905. msgid "show changeset information by line for each file"
  4906. msgstr ""
  4907. msgid ""
  4908. " List changes in files, showing the revision id responsible for\n"
  4909. " each line"
  4910. msgstr ""
  4911. msgid ""
  4912. " This command is useful for discovering when a change was made and\n"
  4913. " by whom."
  4914. msgstr ""
  4915. msgid ""
  4916. " Without the -a/--text option, annotate will avoid processing files\n"
  4917. " it detects as binary. With -a, annotate will annotate the file\n"
  4918. " anyway, although the results will probably be neither useful\n"
  4919. " nor desirable."
  4920. msgstr ""
  4921. msgid "at least one filename or pattern is required"
  4922. msgstr "è richiesto almeno un nome di file o pattern"
  4923. msgid "at least one of -n/-c is required for -l"
  4924. msgstr ""
  4925. #, python-format
  4926. msgid "%s: binary file\n"
  4927. msgstr "%s: è un file binario\n"
  4928. msgid "create an unversioned archive of a repository revision"
  4929. msgstr ""
  4930. msgid ""
  4931. " By default, the revision used is the parent of the working\n"
  4932. " directory; use -r/--rev to specify a different revision."
  4933. msgstr ""
  4934. msgid ""
  4935. " The archive type is automatically detected based on file\n"
  4936. " extension (or override using -t/--type)."
  4937. msgstr ""
  4938. msgid " Valid types are:"
  4939. msgstr ""
  4940. msgid ""
  4941. " :``files``: a directory full of files (default)\n"
  4942. " :``tar``: tar archive, uncompressed\n"
  4943. " :``tbz2``: tar archive, compressed using bzip2\n"
  4944. " :``tgz``: tar archive, compressed using gzip\n"
  4945. " :``uzip``: zip archive, uncompressed\n"
  4946. " :``zip``: zip archive, compressed using deflate"
  4947. msgstr ""
  4948. msgid ""
  4949. " The exact name of the destination archive or directory is given\n"
  4950. " using a format string; see :hg:`help export` for details."
  4951. msgstr ""
  4952. msgid ""
  4953. " Each member added to an archive file has a directory prefix\n"
  4954. " prepended. Use -p/--prefix to specify a format string for the\n"
  4955. " prefix. The default is the basename of the archive, with suffixes\n"
  4956. " removed."
  4957. msgstr ""
  4958. msgid "no working directory: please specify a revision"
  4959. msgstr ""
  4960. msgid "repository root cannot be destination"
  4961. msgstr ""
  4962. msgid "cannot archive plain files to stdout"
  4963. msgstr ""
  4964. msgid "reverse effect of earlier changeset"
  4965. msgstr "inverte l'effetto di un changeset precedente"
  4966. msgid ""
  4967. " Prepare a new changeset with the effect of REV undone in the\n"
  4968. " current working directory."
  4969. msgstr ""
  4970. " Prepara un nuovo changeset con l'effetto dell'annullamento\n"
  4971. " di REV nella directory di lavoro corrente."
  4972. msgid ""
  4973. " If REV is the parent of the working directory, then this new changeset\n"
  4974. " is committed automatically. Otherwise, hg needs to merge the\n"
  4975. " changes and the merged result is left uncommitted."
  4976. msgstr ""
  4977. " Se REV è il genitore della copia di lavoro, allore di questo nuovo\n"
  4978. " changeset viene fatto il commit automatico. Altrimenti, hg necessita\n"
  4979. " di effettuare il merge delle modifiche e del risultato del merge non\n"
  4980. " viene effettuato il commit."
  4981. msgid ""
  4982. " By default, the pending changeset will have one parent,\n"
  4983. " maintaining a linear history. With --merge, the pending changeset\n"
  4984. " will instead have two parents: the old parent of the working\n"
  4985. " directory and a new child of REV that simply undoes REV."
  4986. msgstr ""
  4987. " Di default, il changeset in attesa avrà un solo genitore,\n"
  4988. " mantenendo una storia lineare. Con --merge, il changeset in attesa\n"
  4989. " avrà invece due genitori: il vecchio genitore della directory di\n"
  4990. " lavoro e un nuovo figlio di REV che semplicemente annulla REV."
  4991. msgid ""
  4992. " Before version 1.7, the behavior without --merge was equivalent to\n"
  4993. " specifying --merge followed by :hg:`update --clean .` to cancel\n"
  4994. " the merge and leave the child of REV as a head to be merged\n"
  4995. " separately."
  4996. msgstr ""
  4997. msgid "please specify just one revision"
  4998. msgstr "si prega di specificare solo una revisione"
  4999. msgid "please specify a revision to backout"
  5000. msgstr "si prega di specificare una revisione di cui effettuare il backout"
  5001. msgid "cannot backout change on a different branch"
  5002. msgstr ""
  5003. "impossibile effettuare il backout di modifiche su una branch differente"
  5004. msgid "cannot backout a change with no parents"
  5005. msgstr ""
  5006. msgid "cannot backout a merge changeset without --parent"
  5007. msgstr ""
  5008. #, python-format
  5009. msgid "%s is not a parent of %s"
  5010. msgstr "%s non è un genitore di %s"
  5011. msgid "cannot use --parent on non-merge changeset"
  5012. msgstr ""
  5013. #, python-format
  5014. msgid "changeset %s backs out changeset %s\n"
  5015. msgstr ""
  5016. #, python-format
  5017. msgid "merging with changeset %s\n"
  5018. msgstr "sto effettuando il merge con il changeset %s\n"
  5019. msgid "subdivision search of changesets"
  5020. msgstr ""
  5021. msgid ""
  5022. " This command helps to find changesets which introduce problems. To\n"
  5023. " use, mark the earliest changeset you know exhibits the problem as\n"
  5024. " bad, then mark the latest changeset which is free from the problem\n"
  5025. " as good. Bisect will update your working directory to a revision\n"
  5026. " for testing (unless the -U/--noupdate option is specified). Once\n"
  5027. " you have performed tests, mark the working directory as good or\n"
  5028. " bad, and bisect will either update to another candidate changeset\n"
  5029. " or announce that it has found the bad revision."
  5030. msgstr ""
  5031. msgid ""
  5032. " As a shortcut, you can also use the revision argument to mark a\n"
  5033. " revision as good or bad without checking it out first."
  5034. msgstr ""
  5035. msgid ""
  5036. " If you supply a command, it will be used for automatic bisection.\n"
  5037. " Its exit status will be used to mark revisions as good or bad:\n"
  5038. " status 0 means good, 125 means to skip the revision, 127\n"
  5039. " (command not found) will abort the bisection, and any other\n"
  5040. " non-zero exit status means the revision is bad."
  5041. msgstr ""
  5042. msgid "The first good revision is:\n"
  5043. msgstr "La prima revisione buona è:\n"
  5044. msgid "The first bad revision is:\n"
  5045. msgstr "La prima revisione errata è:\n"
  5046. #, python-format
  5047. msgid ""
  5048. "Not all ancestors of this changeset have been checked.\n"
  5049. "To check the other ancestors, start from the common ancestor, %s.\n"
  5050. msgstr ""
  5051. msgid "Due to skipped revisions, the first good revision could be any of:\n"
  5052. msgstr ""
  5053. msgid "Due to skipped revisions, the first bad revision could be any of:\n"
  5054. msgstr ""
  5055. msgid "cannot bisect (no known good revisions)"
  5056. msgstr "impossibile fare bisect (nessuna revisione buona nota)"
  5057. msgid "cannot bisect (no known bad revisions)"
  5058. msgstr "impossibile fare bisect (nessuna revisione cattiva nota)"
  5059. msgid "(use of 'hg bisect <cmd>' is deprecated)\n"
  5060. msgstr "(l'uso di 'hg bisect <cmd>' è deprecato)\n"
  5061. msgid "incompatible arguments"
  5062. msgstr "argomenti incompatibili"
  5063. #, python-format
  5064. msgid "failed to execute %s"
  5065. msgstr "esecuzione di %s fallita"
  5066. #, python-format
  5067. msgid "%s killed"
  5068. msgstr "%s ucciso"
  5069. #, python-format
  5070. msgid "Changeset %d:%s: %s\n"
  5071. msgstr "Changeset %d:%s: %s\n"
  5072. #, python-format
  5073. msgid "Testing changeset %d:%s (%d changesets remaining, ~%d tests)\n"
  5074. msgstr ""
  5075. msgid "track a line of development with movable markers"
  5076. msgstr "segui una linea di sviluppo con puntatori mobili"
  5077. msgid ""
  5078. " Bookmarks are pointers to certain commits that move when\n"
  5079. " committing. Bookmarks are local. They can be renamed, copied and\n"
  5080. " deleted. It is possible to use bookmark names in :hg:`merge` and\n"
  5081. " :hg:`update` to merge and update respectively to a given bookmark."
  5082. msgstr ""
  5083. msgid ""
  5084. " You can use :hg:`bookmark NAME` to set a bookmark on the working\n"
  5085. " directory's parent revision with the given name. If you specify\n"
  5086. " a revision using -r REV (where REV may be an existing bookmark),\n"
  5087. " the bookmark is assigned to that revision."
  5088. msgstr ""
  5089. msgid ""
  5090. " Bookmarks can be pushed and pulled between repositories (see :hg:`help\n"
  5091. " push` and :hg:`help pull`). This requires both the local and remote\n"
  5092. " repositories to support bookmarks. For versions prior to 1.8, this "
  5093. "means\n"
  5094. " the bookmarks extension must be enabled.\n"
  5095. " "
  5096. msgstr ""
  5097. msgid "a bookmark of this name does not exist"
  5098. msgstr "non esiste un segnalibro con questo nome"
  5099. msgid "a bookmark of the same name already exists"
  5100. msgstr "esiste già un segnalibro con lo stesso nome"
  5101. msgid "new bookmark name required"
  5102. msgstr "richiesto nuovo nome per il segnalibro"
  5103. msgid "bookmark name required"
  5104. msgstr "richiesto nome per il segnalibro"
  5105. msgid "bookmark name cannot contain newlines"
  5106. msgstr "il nome di un segnalibro non può contenere a capo"
  5107. msgid "bookmark names cannot consist entirely of whitespace"
  5108. msgstr "il nome di un segnalibro non può consistere interamente di whitespace"
  5109. msgid "a bookmark cannot have the name of an existing branch"
  5110. msgstr "un segnalibro non può avere lo stesso nome di una branch esistente"
  5111. msgid "no bookmarks set\n"
  5112. msgstr ""
  5113. msgid "set or show the current branch name"
  5114. msgstr ""
  5115. msgid ""
  5116. " With no argument, show the current branch name. With one argument,\n"
  5117. " set the working directory branch name (the branch will not exist\n"
  5118. " in the repository until the next commit). Standard practice\n"
  5119. " recommends that primary development take place on the 'default'\n"
  5120. " branch."
  5121. msgstr ""
  5122. msgid ""
  5123. " Unless -f/--force is specified, branch will not let you set a\n"
  5124. " branch name that already exists, even if it's inactive."
  5125. msgstr ""
  5126. msgid ""
  5127. " Use -C/--clean to reset the working directory branch to that of\n"
  5128. " the parent of the working directory, negating a previous branch\n"
  5129. " change."
  5130. msgstr ""
  5131. msgid ""
  5132. " Use the command :hg:`update` to switch to an existing branch. Use\n"
  5133. " :hg:`commit --close-branch` to mark this branch as closed."
  5134. msgstr ""
  5135. #, python-format
  5136. msgid "reset working directory to branch %s\n"
  5137. msgstr "resetto la directory di lavoro alla branch %s\n"
  5138. msgid ""
  5139. "a branch of the same name already exists (use 'hg update' to switch to it)"
  5140. msgstr ""
  5141. "una branch con lo stesso nome esiste già (usare 'hg update' per passare ad "
  5142. "essa)"
  5143. #, python-format
  5144. msgid "marked working directory as branch %s\n"
  5145. msgstr "marcata directory di lavoro come branch %s\n"
  5146. msgid "list repository named branches"
  5147. msgstr ""
  5148. msgid ""
  5149. " List the repository's named branches, indicating which ones are\n"
  5150. " inactive. If -c/--closed is specified, also list branches which have\n"
  5151. " been marked closed (see :hg:`commit --close-branch`)."
  5152. msgstr ""
  5153. msgid ""
  5154. " If -a/--active is specified, only show active branches. A branch\n"
  5155. " is considered active if it contains repository heads."
  5156. msgstr ""
  5157. msgid " Use the command :hg:`update` to switch to an existing branch."
  5158. msgstr ""
  5159. msgid ""
  5160. " Returns 0.\n"
  5161. " "
  5162. msgstr ""
  5163. msgid " (closed)"
  5164. msgstr ""
  5165. msgid " (inactive)"
  5166. msgstr ""
  5167. msgid "create a changegroup file"
  5168. msgstr ""
  5169. msgid ""
  5170. " Generate a compressed changegroup file collecting changesets not\n"
  5171. " known to be in another repository."
  5172. msgstr ""
  5173. msgid ""
  5174. " If you omit the destination repository, then hg assumes the\n"
  5175. " destination will have all the nodes you specify with --base\n"
  5176. " parameters. To create a bundle containing all changesets, use\n"
  5177. " -a/--all (or --base null)."
  5178. msgstr ""
  5179. msgid ""
  5180. " You can change compression method with the -t/--type option.\n"
  5181. " The available compression methods are: none, bzip2, and\n"
  5182. " gzip (by default, bundles are compressed using bzip2)."
  5183. msgstr ""
  5184. msgid ""
  5185. " The bundle file can then be transferred using conventional means\n"
  5186. " and applied to another repository with the unbundle or pull\n"
  5187. " command. This is useful when direct push and pull are not\n"
  5188. " available or when exporting an entire repository is undesirable."
  5189. msgstr ""
  5190. msgid ""
  5191. " Applying bundles preserves all changeset contents including\n"
  5192. " permissions, copy/rename information, and revision history."
  5193. msgstr ""
  5194. msgid ""
  5195. " Returns 0 on success, 1 if no changes found.\n"
  5196. " "
  5197. msgstr ""
  5198. msgid "--base is incompatible with specifying a destination"
  5199. msgstr "--base è incompatibile con la selezione di una destinazione"
  5200. msgid "unknown bundle type specified with --type"
  5201. msgstr ""
  5202. msgid "output the current or given revision of files"
  5203. msgstr ""
  5204. msgid ""
  5205. " Print the specified files as they were at the given revision. If\n"
  5206. " no revision is given, the parent of the working directory is used,\n"
  5207. " or tip if no revision is checked out."
  5208. msgstr ""
  5209. msgid ""
  5210. " Output may be to a file, in which case the name of the file is\n"
  5211. " given using a format string. The formatting rules are the same as\n"
  5212. " for the export command, with the following additions:"
  5213. msgstr ""
  5214. msgid ""
  5215. " :``%s``: basename of file being printed\n"
  5216. " :``%d``: dirname of file being printed, or '.' if in repository root\n"
  5217. " :``%p``: root-relative path name of file being printed"
  5218. msgstr ""
  5219. msgid "make a copy of an existing repository"
  5220. msgstr ""
  5221. msgid " Create a copy of an existing repository in a new directory."
  5222. msgstr ""
  5223. msgid ""
  5224. " If no destination directory name is specified, it defaults to the\n"
  5225. " basename of the source."
  5226. msgstr ""
  5227. msgid ""
  5228. " The location of the source is added to the new repository's\n"
  5229. " ``.hg/hgrc`` file, as the default to be used for future pulls."
  5230. msgstr ""
  5231. msgid " See :hg:`help urls` for valid source format details."
  5232. msgstr ""
  5233. " Vedere :hg:`help urls` per dettagli sui formati validi per la sorgente."
  5234. msgid ""
  5235. " It is possible to specify an ``ssh://`` URL as the destination, but no\n"
  5236. " ``.hg/hgrc`` and working directory will be created on the remote side.\n"
  5237. " Please see :hg:`help urls` for important details about ``ssh://`` URLs."
  5238. msgstr ""
  5239. " E' possibile specificare un URL ``ssh://`` come destinazione, ma sul\n"
  5240. " sistema remoto non verranno creati ``.hg/hgrc`` nè directory di lavoro.\n"
  5241. " Vedere :hg:`help urls` per dettagli importanti sugli URL ``ssh://``."
  5242. msgid ""
  5243. " A set of changesets (tags, or branch names) to pull may be specified\n"
  5244. " by listing each changeset (tag, or branch name) with -r/--rev.\n"
  5245. " If -r/--rev is used, the cloned repository will contain only a subset\n"
  5246. " of the changesets of the source repository. Only the set of changesets\n"
  5247. " defined by all -r/--rev options (including all their ancestors)\n"
  5248. " will be pulled into the destination repository.\n"
  5249. " No subsequent changesets (including subsequent tags) will be present\n"
  5250. " in the destination."
  5251. msgstr ""
  5252. msgid ""
  5253. " Using -r/--rev (or 'clone src#rev dest') implies --pull, even for\n"
  5254. " local source repositories."
  5255. msgstr ""
  5256. msgid ""
  5257. " For efficiency, hardlinks are used for cloning whenever the source\n"
  5258. " and destination are on the same filesystem (note this applies only\n"
  5259. " to the repository data, not to the working directory). Some\n"
  5260. " filesystems, such as AFS, implement hardlinking incorrectly, but\n"
  5261. " do not report errors. In these cases, use the --pull option to\n"
  5262. " avoid hardlinking."
  5263. msgstr ""
  5264. msgid ""
  5265. " In some cases, you can clone repositories and the working directory\n"
  5266. " using full hardlinks with ::"
  5267. msgstr ""
  5268. msgid " $ cp -al REPO REPOCLONE"
  5269. msgstr ""
  5270. msgid ""
  5271. " This is the fastest way to clone, but it is not always safe. The\n"
  5272. " operation is not atomic (making sure REPO is not modified during\n"
  5273. " the operation is up to you) and you have to make sure your editor\n"
  5274. " breaks hardlinks (Emacs and most Linux Kernel tools do so). Also,\n"
  5275. " this is not compatible with certain extensions that place their\n"
  5276. " metadata under the .hg directory, such as mq."
  5277. msgstr ""
  5278. msgid ""
  5279. " Mercurial will update the working directory to the first applicable\n"
  5280. " revision from this list:"
  5281. msgstr ""
  5282. msgid ""
  5283. " a) null if -U or the source repository has no changesets\n"
  5284. " b) if -u . and the source repository is local, the first parent of\n"
  5285. " the source repository's working directory\n"
  5286. " c) the changeset specified with -u (if a branch name, this means the\n"
  5287. " latest head of that branch)\n"
  5288. " d) the changeset specified with -r\n"
  5289. " e) the tipmost head specified with -b\n"
  5290. " f) the tipmost head specified with the url#branch source syntax\n"
  5291. " g) the tipmost head of the default branch\n"
  5292. " h) tip"
  5293. msgstr ""
  5294. msgid "cannot specify both --noupdate and --updaterev"
  5295. msgstr "impossibile selezionare sia --noupdate sia --updaterev"
  5296. msgid "commit the specified files or all outstanding changes"
  5297. msgstr ""
  5298. "effettua il commit dei file selezionati o di tutte le modifiche in attesa"
  5299. msgid ""
  5300. " Commit changes to the given files into the repository. Unlike a\n"
  5301. " centralized SCM, this operation is a local operation. See\n"
  5302. " :hg:`push` for a way to actively distribute your changes."
  5303. msgstr ""
  5304. " Effettua il commit nel repository delle modifiche ai file selezionati.\n"
  5305. " A differenza di un SCM centralizzato, questa operazione è una\n"
  5306. " operazione locale. Vedere :hg:`push` per un modo per distribuire\n"
  5307. " attivamente le tue modifiche."
  5308. msgid ""
  5309. " If a list of files is omitted, all changes reported by :hg:`status`\n"
  5310. " will be committed."
  5311. msgstr ""
  5312. " Se un elenco di file viene omesso, verrà effettuato il commit di\n"
  5313. " tutte le modifiche riportate da :hg:`status`."
  5314. msgid ""
  5315. " If you are committing the result of a merge, do not provide any\n"
  5316. " filenames or -I/-X filters."
  5317. msgstr ""
  5318. " Se si sta effettuando il commit del risultato di un merge, non\n"
  5319. " fornire nessun nome di file o filtri -I/-X."
  5320. msgid ""
  5321. " If no commit message is specified, Mercurial starts your\n"
  5322. " configured editor where you can enter a message. In case your\n"
  5323. " commit fails, you will find a backup of your message in\n"
  5324. " ``.hg/last-message.txt``."
  5325. msgstr ""
  5326. msgid ""
  5327. " Returns 0 on success, 1 if nothing changed.\n"
  5328. " "
  5329. msgstr ""
  5330. msgid "can only close branch heads"
  5331. msgstr ""
  5332. msgid "nothing changed\n"
  5333. msgstr "nulla è cambiato\n"
  5334. msgid "created new head\n"
  5335. msgstr "creata una nuova head\n"
  5336. #, python-format
  5337. msgid "reopening closed branch head %d\n"
  5338. msgstr ""
  5339. #, python-format
  5340. msgid "committed changeset %d:%s\n"
  5341. msgstr "effettuato il commit del changeset %d:%s\n"
  5342. msgid "mark files as copied for the next commit"
  5343. msgstr ""
  5344. msgid ""
  5345. " Mark dest as having copies of source files. If dest is a\n"
  5346. " directory, copies are put in that directory. If dest is a file,\n"
  5347. " the source must be a single file."
  5348. msgstr ""
  5349. msgid ""
  5350. " By default, this command copies the contents of files as they\n"
  5351. " exist in the working directory. If invoked with -A/--after, the\n"
  5352. " operation is recorded, but no copying is performed."
  5353. msgstr ""
  5354. msgid ""
  5355. " This command takes effect with the next commit. To undo a copy\n"
  5356. " before that, see :hg:`revert`."
  5357. msgstr ""
  5358. msgid ""
  5359. " Returns 0 on success, 1 if errors are encountered.\n"
  5360. " "
  5361. msgstr ""
  5362. msgid "find the ancestor revision of two revisions in a given index"
  5363. msgstr ""
  5364. msgid "either two or three arguments required"
  5365. msgstr "due o tre argomenti sono richiesti"
  5366. msgid "builds a repo with a given dag from scratch in the current empty repo"
  5367. msgstr ""
  5368. msgid " Elements:"
  5369. msgstr ""
  5370. msgid ""
  5371. " - \"+n\" is a linear run of n nodes based on the current default "
  5372. "parent\n"
  5373. " - \".\" is a single node based on the current default parent\n"
  5374. " - \"$\" resets the default parent to null (implied at the start);\n"
  5375. " otherwise the default parent is always the last node created\n"
  5376. " - \"<p\" sets the default parent to the backref p\n"
  5377. " - \"*p\" is a fork at parent p, which is a backref\n"
  5378. " - \"*p1/p2\" is a merge of parents p1 and p2, which are backrefs\n"
  5379. " - \"/p2\" is a merge of the preceding node and p2\n"
  5380. " - \":tag\" defines a local tag for the preceding node\n"
  5381. " - \"@branch\" sets the named branch for subsequent nodes\n"
  5382. " - \"!command\" runs the command using your shell\n"
  5383. " - \"!!my command\\n\" is like \"!\", but to the end of the line\n"
  5384. " - \"#...\\n\" is a comment up to the end of the line"
  5385. msgstr ""
  5386. msgid " Whitespace between the above elements is ignored."
  5387. msgstr ""
  5388. msgid " A backref is either"
  5389. msgstr ""
  5390. msgid ""
  5391. " - a number n, which references the node curr-n, where curr is the "
  5392. "current\n"
  5393. " node, or\n"
  5394. " - the name of a local tag you placed earlier using \":tag\", or\n"
  5395. " - empty to denote the default parent."
  5396. msgstr ""
  5397. msgid ""
  5398. " All string valued-elements are either strictly alphanumeric, or must\n"
  5399. " be enclosed in double quotes (\"...\"), with \"\\\" as escape character."
  5400. msgstr ""
  5401. msgid ""
  5402. " Note that the --overwritten-file and --appended-file options imply the\n"
  5403. " use of \"HGMERGE=internal:local\" during DAG buildup.\n"
  5404. " "
  5405. msgstr ""
  5406. msgid "need at least one of -m, -a, -o, -n"
  5407. msgstr ""
  5408. msgid "repository is not empty"
  5409. msgstr "il repository non è vuoto"
  5410. #, python-format
  5411. msgid "%s command %s"
  5412. msgstr "%s comando %s"
  5413. msgid "list all available commands and options"
  5414. msgstr "elenca tutti comandi disponibili e le relative opzioni"
  5415. msgid "returns the completion list associated with the given command"
  5416. msgstr "restituisce l'elenco di completamento associato al dato comando"
  5417. msgid "show information detected about current filesystem"
  5418. msgstr "mostra le informazioni rilevare del filesystem corrente"
  5419. msgid "rebuild the dirstate as it would look like for the given revision"
  5420. msgstr ""
  5421. msgid "validate the correctness of the current dirstate"
  5422. msgstr ""
  5423. #, python-format
  5424. msgid "%s in state %s, but not in manifest1\n"
  5425. msgstr "%s è nello state %s, ma non nel manifest1\n"
  5426. #, python-format
  5427. msgid "%s in state %s, but also in manifest1\n"
  5428. msgstr "%s è nello state %s, ma anche nel manifest1\n"
  5429. #, python-format
  5430. msgid "%s in state %s, but not in either manifest\n"
  5431. msgstr "%s è nello state %s, ma non in uno dei manifesti\n"
  5432. #, python-format
  5433. msgid "%s in manifest1, but listed as state %s"
  5434. msgstr ""
  5435. msgid ".hg/dirstate inconsistent with current parent's manifest"
  5436. msgstr ""
  5437. msgid "show combined config settings from all hgrc files"
  5438. msgstr ""
  5439. msgid " With no arguments, print names and values of all config items."
  5440. msgstr ""
  5441. msgid ""
  5442. " With one argument of the form section.name, print just the value\n"
  5443. " of that config item."
  5444. msgstr ""
  5445. msgid ""
  5446. " With multiple arguments, print names and values of all config\n"
  5447. " items with matching section names."
  5448. msgstr ""
  5449. msgid ""
  5450. " With --debug, the source (filename and line number) is printed\n"
  5451. " for each config item."
  5452. msgstr ""
  5453. #, python-format
  5454. msgid "read config from: %s\n"
  5455. msgstr "lettura delle configurazioni da: %s\n"
  5456. msgid "only one config item permitted"
  5457. msgstr ""
  5458. msgid "access the pushkey key/value protocol"
  5459. msgstr ""
  5460. msgid " With two args, list the keys in the given namespace."
  5461. msgstr ""
  5462. msgid ""
  5463. " With five args, set a key to new if it currently is set to old.\n"
  5464. " Reports success or failure.\n"
  5465. " "
  5466. msgstr ""
  5467. msgid "parse and apply a revision specification"
  5468. msgstr ""
  5469. msgid "manually set the parents of the current working directory"
  5470. msgstr ""
  5471. msgid ""
  5472. " This is useful for writing repository conversion tools, but should\n"
  5473. " be used with care."
  5474. msgstr ""
  5475. msgid "show the contents of the current dirstate"
  5476. msgstr ""
  5477. #, python-format
  5478. msgid "copy: %s -> %s\n"
  5479. msgstr ""
  5480. msgid "format the changelog or an index DAG as a concise textual description"
  5481. msgstr ""
  5482. msgid ""
  5483. " If you pass a revlog index, the revlog's DAG is emitted. If you list\n"
  5484. " revision numbers, they get labelled in the output as rN."
  5485. msgstr ""
  5486. msgid ""
  5487. " Otherwise, the changelog DAG of the current repo is emitted.\n"
  5488. " "
  5489. msgstr ""
  5490. " Altrimenti, viene mostrato il DAG dei changelog del repository\n"
  5491. " corrente.\n"
  5492. " "
  5493. msgid "need repo for changelog dag"
  5494. msgstr ""
  5495. msgid "dump the contents of a data file revision"
  5496. msgstr ""
  5497. #, python-format
  5498. msgid "invalid revision identifier %s"
  5499. msgstr ""
  5500. msgid "parse and display a date"
  5501. msgstr ""
  5502. msgid "display the combined ignore pattern"
  5503. msgstr ""
  5504. msgid "no ignore patterns found"
  5505. msgstr ""
  5506. msgid "dump the contents of an index file"
  5507. msgstr ""
  5508. #, python-format
  5509. msgid "unknown format %d"
  5510. msgstr "formato sconosciuto %d"
  5511. msgid "dump an index DAG as a graphviz dot file"
  5512. msgstr ""
  5513. msgid "test Mercurial installation"
  5514. msgstr ""
  5515. #, python-format
  5516. msgid "Checking encoding (%s)...\n"
  5517. msgstr ""
  5518. msgid " (check that your locale is properly set)\n"
  5519. msgstr ""
  5520. #, python-format
  5521. msgid "Checking installed modules (%s)...\n"
  5522. msgstr "Sto controllando i moduli installati (%s)...\n"
  5523. msgid " One or more extensions could not be found"
  5524. msgstr ""
  5525. msgid " (check that you compiled the extensions)\n"
  5526. msgstr ""
  5527. msgid "Checking templates...\n"
  5528. msgstr ""
  5529. msgid " (templates seem to have been installed incorrectly)\n"
  5530. msgstr ""
  5531. msgid "Checking patch...\n"
  5532. msgstr ""
  5533. msgid " patch call failed:\n"
  5534. msgstr ""
  5535. msgid " unexpected patch output!\n"
  5536. msgstr ""
  5537. msgid " patch test failed!\n"
  5538. msgstr ""
  5539. msgid ""
  5540. " (Current patch tool may be incompatible with patch, or misconfigured. "
  5541. "Please check your configuration file)\n"
  5542. msgstr ""
  5543. msgid ""
  5544. " Internal patcher failure, please report this error to http://mercurial."
  5545. "selenic.com/wiki/BugTracker\n"
  5546. msgstr ""
  5547. " Fallimento del patcher interno, si prega di segnalare questo errore a "
  5548. "http://mercurial.selenic.com/wiki/BugTracker\n"
  5549. msgid "Checking commit editor...\n"
  5550. msgstr "Sto controllando l'editor per il commit...\n"
  5551. msgid " No commit editor set and can't find vi in PATH\n"
  5552. msgstr " Nessun editor per il commit trovato e non trovo vi in PATH\n"
  5553. msgid " (specify a commit editor in your configuration file)\n"
  5554. msgstr ""
  5555. " (specificare un editor per il commit nel proprio file di configurazione)\n"
  5556. #, python-format
  5557. msgid " Can't find editor '%s' in PATH\n"
  5558. msgstr " Editor '%s' non trovato in PATH\n"
  5559. msgid "Checking username...\n"
  5560. msgstr "Sto controllando lo username...\n"
  5561. msgid " (specify a username in your configuration file)\n"
  5562. msgstr " (specificare un nome utente nel proprio file di configurazione)\n"
  5563. msgid "No problems detected\n"
  5564. msgstr "Nessun problema riscontrato\n"
  5565. #, python-format
  5566. msgid "%s problems detected, please check your install!\n"
  5567. msgstr "%s problemi riscontrati, si prega di controllare l'installazione!\n"
  5568. msgid "dump rename information"
  5569. msgstr ""
  5570. #, python-format
  5571. msgid "%s renamed from %s:%s\n"
  5572. msgstr ""
  5573. #, python-format
  5574. msgid "%s not renamed\n"
  5575. msgstr ""
  5576. msgid "show how files match on given patterns"
  5577. msgstr "mostra come i file corrispondono ai dati pattern"
  5578. msgid "diff repository (or selected files)"
  5579. msgstr ""
  5580. msgid " Show differences between revisions for the specified files."
  5581. msgstr ""
  5582. msgid " Differences between files are shown using the unified diff format."
  5583. msgstr ""
  5584. msgid ""
  5585. " .. note::\n"
  5586. " diff may generate unexpected results for merges, as it will\n"
  5587. " default to comparing against the working directory's first\n"
  5588. " parent changeset if no revisions are specified."
  5589. msgstr ""
  5590. msgid ""
  5591. " Alternatively you can specify -c/--change with a revision to see\n"
  5592. " the changes in that changeset relative to its first parent."
  5593. msgstr ""
  5594. msgid ""
  5595. " Without the -a/--text option, diff will avoid generating diffs of\n"
  5596. " files it detects as binary. With -a, diff will generate a diff\n"
  5597. " anyway, probably with undesirable results."
  5598. msgstr ""
  5599. msgid ""
  5600. " Use the -g/--git option to generate diffs in the git extended diff\n"
  5601. " format. For more information, read :hg:`help diffs`."
  5602. msgstr ""
  5603. msgid "dump the header and diffs for one or more changesets"
  5604. msgstr ""
  5605. msgid " Print the changeset header and diffs for one or more revisions."
  5606. msgstr ""
  5607. msgid ""
  5608. " The information shown in the changeset header is: author, date,\n"
  5609. " branch name (if non-default), changeset hash, parent(s) and commit\n"
  5610. " comment."
  5611. msgstr ""
  5612. msgid ""
  5613. " .. note::\n"
  5614. " export may generate unexpected diff output for merge\n"
  5615. " changesets, as it will compare the merge changeset against its\n"
  5616. " first parent only."
  5617. msgstr ""
  5618. " .. note::\n"
  5619. " l'export potrebbe generare un diff inatteso per changeset di \n"
  5620. " merge, dal momento che confronterà tali changeset solo con\n"
  5621. " il loro primo genitore."
  5622. msgid ""
  5623. " Output may be to a file, in which case the name of the file is\n"
  5624. " given using a format string. The formatting rules are as follows:"
  5625. msgstr ""
  5626. msgid ""
  5627. " :``%%``: literal \"%\" character\n"
  5628. " :``%H``: changeset hash (40 hexadecimal digits)\n"
  5629. " :``%N``: number of patches being generated\n"
  5630. " :``%R``: changeset revision number\n"
  5631. " :``%b``: basename of the exporting repository\n"
  5632. " :``%h``: short-form changeset hash (12 hexadecimal digits)\n"
  5633. " :``%n``: zero-padded sequence number, starting at 1\n"
  5634. " :``%r``: zero-padded changeset revision number"
  5635. msgstr ""
  5636. msgid ""
  5637. " Without the -a/--text option, export will avoid generating diffs\n"
  5638. " of files it detects as binary. With -a, export will generate a\n"
  5639. " diff anyway, probably with undesirable results."
  5640. msgstr ""
  5641. msgid ""
  5642. " Use the -g/--git option to generate diffs in the git extended diff\n"
  5643. " format. See :hg:`help diffs` for more information."
  5644. msgstr ""
  5645. " Usa l'opzione --git per generare diff nel formato diff esteso\n"
  5646. " git. Vedere :hg:`help diffs` per maggiori informazioni."
  5647. msgid ""
  5648. " With the --switch-parent option, the diff will be against the\n"
  5649. " second parent. It can be useful to review a merge."
  5650. msgstr ""
  5651. msgid "export requires at least one changeset"
  5652. msgstr ""
  5653. msgid "exporting patches:\n"
  5654. msgstr ""
  5655. msgid "exporting patch:\n"
  5656. msgstr ""
  5657. msgid "forget the specified files on the next commit"
  5658. msgstr ""
  5659. msgid ""
  5660. " Mark the specified files so they will no longer be tracked\n"
  5661. " after the next commit."
  5662. msgstr ""
  5663. msgid ""
  5664. " This only removes files from the current branch, not from the\n"
  5665. " entire project history, and it does not delete them from the\n"
  5666. " working directory."
  5667. msgstr ""
  5668. msgid " To undo a forget before the next commit, see :hg:`add`."
  5669. msgstr ""
  5670. msgid "no files specified"
  5671. msgstr "nessun file specificato"
  5672. #, python-format
  5673. msgid "not removing %s: file is already untracked\n"
  5674. msgstr "%s non rimosso: il file non viene già tracciato\n"
  5675. msgid "search for a pattern in specified files and revisions"
  5676. msgstr ""
  5677. msgid " Search revisions of files for a regular expression."
  5678. msgstr ""
  5679. msgid ""
  5680. " This command behaves differently than Unix grep. It only accepts\n"
  5681. " Python/Perl regexps. It searches repository history, not the\n"
  5682. " working directory. It always prints the revision number in which a\n"
  5683. " match appears."
  5684. msgstr ""
  5685. msgid ""
  5686. " By default, grep only prints output for the first revision of a\n"
  5687. " file in which it finds a match. To get it to print every revision\n"
  5688. " that contains a change in match status (\"-\" for a match that\n"
  5689. " becomes a non-match, or \"+\" for a non-match that becomes a match),\n"
  5690. " use the --all flag."
  5691. msgstr ""
  5692. msgid ""
  5693. " Returns 0 if a match is found, 1 otherwise.\n"
  5694. " "
  5695. msgstr ""
  5696. #, python-format
  5697. msgid "grep: invalid match pattern: %s\n"
  5698. msgstr ""
  5699. msgid "show current repository heads or show branch heads"
  5700. msgstr ""
  5701. msgid " With no arguments, show all repository branch heads."
  5702. msgstr " Senza argomenti mostra tutte le teste dei branch del repository."
  5703. msgid ""
  5704. " Repository \"heads\" are changesets with no child changesets. They are\n"
  5705. " where development generally takes place and are the usual targets\n"
  5706. " for update and merge operations. Branch heads are changesets that have\n"
  5707. " no child changeset on the same branch."
  5708. msgstr ""
  5709. msgid ""
  5710. " If one or more REVs are given, only branch heads on the branches\n"
  5711. " associated with the specified changesets are shown."
  5712. msgstr ""
  5713. msgid ""
  5714. " If -c/--closed is specified, also show branch heads marked closed\n"
  5715. " (see :hg:`commit --close-branch`)."
  5716. msgstr ""
  5717. msgid ""
  5718. " If STARTREV is specified, only those heads that are descendants of\n"
  5719. " STARTREV will be displayed."
  5720. msgstr ""
  5721. msgid ""
  5722. " If -t/--topo is specified, named branch mechanics will be ignored and "
  5723. "only\n"
  5724. " changesets without children will be shown."
  5725. msgstr ""
  5726. msgid ""
  5727. " Returns 0 if matching heads are found, 1 if not.\n"
  5728. " "
  5729. msgstr ""
  5730. #, python-format
  5731. msgid "no open branch heads found on branches %s"
  5732. msgstr "nessuna testa di branch aperta trovata sui branch %s"
  5733. #, python-format
  5734. msgid " (started at %s)"
  5735. msgstr " (iniziato a %s)"
  5736. msgid "show help for a given topic or a help overview"
  5737. msgstr "mostra l'aiuto per un dato argomento o una panoramica d'aiuto"
  5738. msgid ""
  5739. " With no arguments, print a list of commands with short help messages."
  5740. msgstr ""
  5741. " Senza argomenti stampa un elenco dei comandi ed un breve\n"
  5742. " messaggio d'aiuto."
  5743. msgid ""
  5744. " Given a topic, extension, or command name, print help for that\n"
  5745. " topic."
  5746. msgstr ""
  5747. " Dato un argomento, estensione o nome di comando, stampa l'aiuto\n"
  5748. " per tale argomento."
  5749. msgid ""
  5750. " Returns 0 if successful.\n"
  5751. " "
  5752. msgstr ""
  5753. msgid "global options:"
  5754. msgstr "opzioni globali:"
  5755. msgid "use \"hg help\" for the full list of commands"
  5756. msgstr "usare \"hg help\" per l'elenco completo dei comandi"
  5757. msgid "use \"hg help\" for the full list of commands or \"hg -v\" for details"
  5758. msgstr ""
  5759. "usare \"hg help\" per la lista completa dei comandi oppure \"hg -v\" per i "
  5760. "dettagli"
  5761. #, python-format
  5762. msgid "use \"hg -v help%s\" to show builtin aliases and global options"
  5763. msgstr ""
  5764. "usare \"hg -v help%s\" per mostrare gli alias predefiniti e le opzioni "
  5765. "globali"
  5766. #, python-format
  5767. msgid "use \"hg -v help %s\" to show global options"
  5768. msgstr "usare \"hg -v help %s\" per mostrare le opzioni globali"
  5769. msgid "list of commands:"
  5770. msgstr "elenco dei comandi:"
  5771. #, python-format
  5772. msgid ""
  5773. "\n"
  5774. "aliases: %s\n"
  5775. msgstr ""
  5776. "\n"
  5777. "alias: %s\n"
  5778. msgid "(no help text available)"
  5779. msgstr "(nessun testo di aiuto disponibile)"
  5780. #, python-format
  5781. msgid "shell alias for::"
  5782. msgstr "alias shell per::"
  5783. #, python-format
  5784. msgid " %s"
  5785. msgstr ""
  5786. #, python-format
  5787. msgid "alias for: hg %s"
  5788. msgstr "alias per: hg %s"
  5789. #, python-format
  5790. msgid "%s"
  5791. msgstr ""
  5792. #, python-format
  5793. msgid ""
  5794. "\n"
  5795. "use \"hg -v help %s\" to show verbose help\n"
  5796. msgstr ""
  5797. "\n"
  5798. "usare \"hg -v help %s\" per mostrare l'aiuto più esteso\n"
  5799. msgid "options:\n"
  5800. msgstr "opzioni:\n"
  5801. msgid "no commands defined\n"
  5802. msgstr "nessun comando definito\n"
  5803. msgid "no help text available"
  5804. msgstr "nessun testo di aiuto disponibile"
  5805. #, python-format
  5806. msgid "%s extension - %s"
  5807. msgstr "estensione %s - %s"
  5808. msgid "use \"hg help extensions\" for information on enabling extensions\n"
  5809. msgstr ""
  5810. #, python-format
  5811. msgid "'%s' is provided by the following extension:"
  5812. msgstr ""
  5813. msgid "Mercurial Distributed SCM\n"
  5814. msgstr "Mercurial SCM Distribuito\n"
  5815. msgid "basic commands:"
  5816. msgstr "comandi base:"
  5817. msgid "enabled extensions:"
  5818. msgstr "estensioni abilitate:"
  5819. msgid "VALUE"
  5820. msgstr ""
  5821. msgid "DEPRECATED"
  5822. msgstr ""
  5823. msgid ""
  5824. "\n"
  5825. "[+] marked option can be specified multiple times"
  5826. msgstr ""
  5827. msgid ""
  5828. "\n"
  5829. "additional help topics:"
  5830. msgstr ""
  5831. "\n"
  5832. "argomenti di aiuto aggiuntivi:"
  5833. msgid "identify the working copy or specified revision"
  5834. msgstr "identifica la copia di lavoro o una revisione specifica"
  5835. msgid ""
  5836. " With no revision, print a summary of the current state of the\n"
  5837. " repository."
  5838. msgstr ""
  5839. " Senza revisioni, stampa un sommario dello stato corrente del\n"
  5840. " repository."
  5841. msgid ""
  5842. " Specifying a path to a repository root or Mercurial bundle will\n"
  5843. " cause lookup to operate on that repository/bundle."
  5844. msgstr ""
  5845. " Specificando un percorso alla root di un repository o un\n"
  5846. " bundle Mercurial si effettuerà la ricerca su tale repository/bundle."
  5847. msgid ""
  5848. " This summary identifies the repository state using one or two\n"
  5849. " parent hash identifiers, followed by a \"+\" if there are\n"
  5850. " uncommitted changes in the working directory, a list of tags for\n"
  5851. " this revision and a branch name for non-default branches."
  5852. msgstr ""
  5853. " Questo sommario identifica lo stato del repository usando uno o\n"
  5854. " due identificatori hash genitori, seguito da un \"+\" se ci sono \n"
  5855. " modifiche di cui non si è eseguito il commit nella directory di \n"
  5856. " lavoro, un elenco di tag per questa revisione e un nome di branch\n"
  5857. " per branch non-default. "
  5858. msgid "can't query remote revision number, branch, tags, or bookmarks"
  5859. msgstr ""
  5860. msgid "import an ordered set of patches"
  5861. msgstr "importa un insieme ordinato di patch"
  5862. msgid ""
  5863. " Import a list of patches and commit them individually (unless\n"
  5864. " --no-commit is specified)."
  5865. msgstr ""
  5866. " Importa un elenco di patch e ne effettua il commit\n"
  5867. " individualmente (a meno che non venga specificato --no-commit)."
  5868. msgid ""
  5869. " If there are outstanding changes in the working directory, import\n"
  5870. " will abort unless given the -f/--force flag."
  5871. msgstr ""
  5872. " Se ci sono modifiche pendenti nella directory di lavoro,\n"
  5873. " l'importazione abortirà a meno che non si usi il flag -f/--force."
  5874. msgid ""
  5875. " You can import a patch straight from a mail message. Even patches\n"
  5876. " as attachments work (to use the body part, it must have type\n"
  5877. " text/plain or text/x-patch). From and Subject headers of email\n"
  5878. " message are used as default committer and commit message. All\n"
  5879. " text/plain body parts before first diff are added to commit\n"
  5880. " message."
  5881. msgstr ""
  5882. " E' possibile importare una patch direttamente da un messaggio\n"
  5883. " mail. Anche le patch come allegato funzionano (il corpo deve\n"
  5884. " essere di tipo text/plain o text/x-patch). Le intestazioni Da e \n"
  5885. " Soggetto della mail sono usate come autore del commit\n"
  5886. " e messaggio di commit di default. Tutte le parti del corpo\n"
  5887. " text/plain antecedenti il primo diff sono aggiunte al messaggio di\n"
  5888. " commit."
  5889. msgid ""
  5890. " If the imported patch was generated by :hg:`export`, user and\n"
  5891. " description from patch override values from message headers and\n"
  5892. " body. Values given on command line with -m/--message and -u/--user\n"
  5893. " override these."
  5894. msgstr ""
  5895. " Se la patch importata è stata generata da :hg:`export`, l'utente e la\n"
  5896. " descrizione dalla patch rimpiazzano i valori del corpo e\n"
  5897. " dell'intestazione del messaggio. I valori forniti dalla riga di\n"
  5898. " comando con -m/--message e -u/--user rimpiazzano questi."
  5899. msgid ""
  5900. " If --exact is specified, import will set the working directory to\n"
  5901. " the parent of each patch before applying it, and will abort if the\n"
  5902. " resulting changeset has a different ID than the one recorded in\n"
  5903. " the patch. This may happen due to character set problems or other\n"
  5904. " deficiencies in the text patch format."
  5905. msgstr ""
  5906. " Se viene specificato --exact, l'importazione imposterà la\n"
  5907. " directory di lavoro al genitore di ogni patch prima di applicarla,\n"
  5908. " e abortirà se il changeset risultante avrà un ID differente\n"
  5909. " rispetto a quello registrato nella patch. Questo potrebbe capitare\n"
  5910. " a causa di problemi del set di caratteri o altre carenze nel\n"
  5911. " formato della patch testuale."
  5912. msgid ""
  5913. " With -s/--similarity, hg will attempt to discover renames and\n"
  5914. " copies in the patch in the same way as 'addremove'."
  5915. msgstr ""
  5916. " Con -s/--similarity, hg tenterà di scoprire le rinomine e le copie\n"
  5917. " nella patch allo stesso modo di 'addremove'."
  5918. msgid ""
  5919. " To read a patch from standard input, use \"-\" as the patch name. If\n"
  5920. " a URL is specified, the patch will be downloaded from it.\n"
  5921. " See :hg:`help dates` for a list of formats valid for -d/--date."
  5922. msgstr ""
  5923. " Per leggere una patch dallo standard input, usare come nome della\n"
  5924. " patch \"-\". Se viene specificato un URL, la patch verrà scaricata da\n"
  5925. " questo. Vedere :hg:`help dates` per un elenco dei formati validi\n"
  5926. " per -d/--date.\n"
  5927. " "
  5928. msgid "to working directory"
  5929. msgstr "alla directory di lavoro"
  5930. msgid "not a Mercurial patch"
  5931. msgstr "non è una patch di Mercurial"
  5932. msgid "patch is damaged or loses information"
  5933. msgstr "la patch è danneggiata o perde informazioni"
  5934. msgid "applying patch from stdin\n"
  5935. msgstr "sto applicando patch dallo stdin\n"
  5936. #, python-format
  5937. msgid "applied %s\n"
  5938. msgstr "applicata %s\n"
  5939. msgid "no diffs found"
  5940. msgstr "nessun diff trovato"
  5941. msgid "show new changesets found in source"
  5942. msgstr "mostra i nuovi changeset trovati nella sorgente"
  5943. msgid ""
  5944. " Show new changesets found in the specified path/URL or the default\n"
  5945. " pull location. These are the changesets that would have been pulled\n"
  5946. " if a pull at the time you issued this command."
  5947. msgstr ""
  5948. " Mostra i nuovi changeset trovati nel percorso/URL specificato o\n"
  5949. " nella posizione di pull di default. Questi sono i changeset di cui\n"
  5950. " si effettuerebbe il pull se questo venisse richiesto in quel momento."
  5951. msgid ""
  5952. " For remote repository, using --bundle avoids downloading the\n"
  5953. " changesets twice if the incoming is followed by a pull."
  5954. msgstr ""
  5955. " Per repository remoti, usare --bundle evita di scaricare due volte\n"
  5956. " i changeset se incoming è seguito da un pull."
  5957. msgid " See pull for valid source format details."
  5958. msgstr " Vedere pull per dettagli sui formati di sorgenti validi."
  5959. msgid ""
  5960. " Returns 0 if there are incoming changes, 1 otherwise.\n"
  5961. " "
  5962. msgstr ""
  5963. msgid "cannot combine --bundle and --subrepos"
  5964. msgstr ""
  5965. msgid "remote doesn't support bookmarks\n"
  5966. msgstr "il repository remoto non supporta i segnalibri\n"
  5967. msgid "create a new repository in the given directory"
  5968. msgstr "crea un nuovo repository nella directory specificata"
  5969. msgid ""
  5970. " Initialize a new repository in the given directory. If the given\n"
  5971. " directory does not exist, it will be created."
  5972. msgstr ""
  5973. " Inizializza un nuovo repository nella directory data. Se tale\n"
  5974. " directory non esiste la crea."
  5975. msgid " If no directory is given, the current directory is used."
  5976. msgstr ""
  5977. " Se non viene specificata alcuna directory, viene usata la directory "
  5978. "corrente."
  5979. msgid ""
  5980. " It is possible to specify an ``ssh://`` URL as the destination.\n"
  5981. " See :hg:`help urls` for more information."
  5982. msgstr ""
  5983. " E' possibile specificare un URL ``ssh://`` come destinazione.\n"
  5984. " Vedere :hg:`help urls` per maggiori informazioni. "
  5985. msgid "locate files matching specific patterns"
  5986. msgstr "trova file corrispondenti a pattern specificati"
  5987. msgid ""
  5988. " Print files under Mercurial control in the working directory whose\n"
  5989. " names match the given patterns."
  5990. msgstr ""
  5991. " Stampa tutti i file sotto il controllo di Mercurial nella directory di\n"
  5992. " lavoro il cui nome corrisponde ai pattern specificati."
  5993. msgid ""
  5994. " By default, this command searches all directories in the working\n"
  5995. " directory. To search just the current directory and its\n"
  5996. " subdirectories, use \"--include .\"."
  5997. msgstr ""
  5998. " Di default questo comando cerca in tutte le directory della copia\n"
  5999. " di lavoro. Per cercare solo nella directory corrente e le sue \n"
  6000. " sottodirectory, usare \"--include .\"."
  6001. msgid ""
  6002. " If no patterns are given to match, this command prints the names\n"
  6003. " of all files under Mercurial control in the working directory."
  6004. msgstr ""
  6005. " Se non vengono forniti pattern da confrontare, questo comando\n"
  6006. " stampa il nome di tutti i file sotto il controllo di Mercurial nella "
  6007. "directory\n"
  6008. " di lavoro."
  6009. msgid ""
  6010. " If you want to feed the output of this command into the \"xargs\"\n"
  6011. " command, use the -0 option to both this command and \"xargs\". This\n"
  6012. " will avoid the problem of \"xargs\" treating single filenames that\n"
  6013. " contain whitespace as multiple filenames."
  6014. msgstr ""
  6015. " Se si desidera fornire l'output di questo comando al comando\n"
  6016. " \"xargs\", usare l'opzione -0 sia per questo comando sia per\n"
  6017. " \"xargs\". Questo eviterà il problema per cui \"xargs\" tratta\n"
  6018. " nomi di file singoli che contengono spazi bianchi come nomi di\n"
  6019. " file multipli."
  6020. msgid "show revision history of entire repository or files"
  6021. msgstr "mostra la storia delle revisioni dell'intero repository o di file"
  6022. msgid ""
  6023. " Print the revision history of the specified files or the entire\n"
  6024. " project."
  6025. msgstr ""
  6026. " Stampa la storia delle revisioni o dei file specificati o dell'intero\n"
  6027. " progetto."
  6028. msgid ""
  6029. " File history is shown without following rename or copy history of\n"
  6030. " files. Use -f/--follow with a filename to follow history across\n"
  6031. " renames and copies. --follow without a filename will only show\n"
  6032. " ancestors or descendants of the starting revision. --follow-first\n"
  6033. " only follows the first parent of merge revisions."
  6034. msgstr ""
  6035. " La storia dei file viene mostrata senza seguire la storia delle\n"
  6036. " rinomine o delle copie dei file. Usare -f/--follow con il nome di\n"
  6037. " un file per seguirne la storia attraverso copie e rinomine.\n"
  6038. " --follow senza il nome di un file mostrerà solamente gli antenati\n"
  6039. " o i discendenti della revisione di partenza. --follow-first segue\n"
  6040. " solo il primo genitore delle revisioni di merge."
  6041. msgid ""
  6042. " If no revision range is specified, the default is ``tip:0`` unless\n"
  6043. " --follow is set, in which case the working directory parent is\n"
  6044. " used as the starting revision. You can specify a revision set for\n"
  6045. " log, see :hg:`help revsets` for more information."
  6046. msgstr ""
  6047. " Se non viene specificato alcun range di revisioni, il default\n"
  6048. " è ``tip:0`` a meno di impostare --follow, in questo caso la\n"
  6049. " directory genitore viene usata come revisione di partenza.\n"
  6050. " E' possibile specificare un insieme di revisioni per log, vedere\n"
  6051. " :hg:`help revsets` per maggiori informazioni."
  6052. msgid ""
  6053. " By default this command prints revision number and changeset id,\n"
  6054. " tags, non-trivial parents, user, date and time, and a summary for\n"
  6055. " each commit. When the -v/--verbose switch is used, the list of\n"
  6056. " changed files and full commit message are shown."
  6057. msgstr ""
  6058. " Di default questo comando stampa il numero di revisione e l'id del\n"
  6059. " changeset, tag, genitori non triviali, utente, data e ora e un \n"
  6060. " sommario per ogni commit. Quando viene usato -v/--verbose,\n"
  6061. " viene mostrato l'elenco dei file modificati e l'intero messaggio\n"
  6062. " di commit."
  6063. msgid ""
  6064. " .. note::\n"
  6065. " log -p/--patch may generate unexpected diff output for merge\n"
  6066. " changesets, as it will only compare the merge changeset against\n"
  6067. " its first parent. Also, only files different from BOTH parents\n"
  6068. " will appear in files:."
  6069. msgstr ""
  6070. " .. note::\n"
  6071. " log -p/--patch potrebbe generare un diff inatteso per changeset\n"
  6072. " di merge, in quanto confronta solo i changeset di merge con il loro\n"
  6073. " primo genitore. Inoltre, solo i file differente da ENTRAMBI i "
  6074. "genitori\n"
  6075. " compariranno nei file:."
  6076. msgid "output the current or given revision of the project manifest"
  6077. msgstr ""
  6078. msgid ""
  6079. " Print a list of version controlled files for the given revision.\n"
  6080. " If no revision is given, the first parent of the working directory\n"
  6081. " is used, or the null revision if no revision is checked out."
  6082. msgstr ""
  6083. msgid ""
  6084. " With -v, print file permissions, symlink and executable bits.\n"
  6085. " With --debug, print file revision hashes."
  6086. msgstr ""
  6087. msgid "merge working directory with another revision"
  6088. msgstr ""
  6089. msgid ""
  6090. " The current working directory is updated with all changes made in\n"
  6091. " the requested revision since the last common predecessor revision."
  6092. msgstr ""
  6093. msgid ""
  6094. " Files that changed between either parent are marked as changed for\n"
  6095. " the next commit and a commit must be performed before any further\n"
  6096. " updates to the repository are allowed. The next commit will have\n"
  6097. " two parents."
  6098. msgstr ""
  6099. msgid ""
  6100. " ``--tool`` can be used to specify the merge tool used for file\n"
  6101. " merges. It overrides the HGMERGE environment variable and your\n"
  6102. " configuration files."
  6103. msgstr ""
  6104. msgid ""
  6105. " If no revision is specified, the working directory's parent is a\n"
  6106. " head revision, and the current branch contains exactly one other\n"
  6107. " head, the other head is merged with by default. Otherwise, an\n"
  6108. " explicit revision with which to merge with must be provided."
  6109. msgstr ""
  6110. msgid " :hg:`resolve` must be used to resolve unresolved files."
  6111. msgstr " :hg:`resolve` deve essere usato per decidere su file irrisolti."
  6112. msgid ""
  6113. " To undo an uncommitted merge, use :hg:`update --clean .` which\n"
  6114. " will check out a clean copy of the original merge parent, losing\n"
  6115. " all changes."
  6116. msgstr ""
  6117. msgid ""
  6118. " Returns 0 on success, 1 if there are unresolved files.\n"
  6119. " "
  6120. msgstr ""
  6121. #, python-format
  6122. msgid ""
  6123. "branch '%s' has %d heads - please merge with an explicit rev\n"
  6124. "(run 'hg heads .' to see heads)"
  6125. msgstr ""
  6126. "il branch '%s' ha %d head - si prega di effettuare il merge con\n"
  6127. "una revisione esplicita (eseguire 'hg heads .' per vedere le head)"
  6128. #, python-format
  6129. msgid ""
  6130. "branch '%s' has one head - please merge with an explicit rev\n"
  6131. "(run 'hg heads' to see all heads)"
  6132. msgstr ""
  6133. "il branch '%s' ha una head - si prega di effettuare il merge con\n"
  6134. "una revisione esplicita (eseguire 'hg heads' per vedere tutte le head)"
  6135. msgid "there is nothing to merge"
  6136. msgstr "non c'è nulla di cui fare il merge"
  6137. #, python-format
  6138. msgid "%s - use \"hg update\" instead"
  6139. msgstr "%s - invece usare \"hg update\""
  6140. msgid ""
  6141. "working dir not at a head rev - use \"hg update\" or merge with an explicit "
  6142. "rev"
  6143. msgstr ""
  6144. "la directory di lavoro non è una revisione head - usare \"hg update\"\n"
  6145. "o fare il merge con una revisione esplicita"
  6146. msgid "show changesets not found in the destination"
  6147. msgstr "mostra changeset non trovati nella destinazione"
  6148. msgid ""
  6149. " Show changesets not found in the specified destination repository\n"
  6150. " or the default push location. These are the changesets that would\n"
  6151. " be pushed if a push was requested."
  6152. msgstr ""
  6153. " Mostra i changeset non trovati nel repository di destinazione\n"
  6154. " specificato o nella posizione di default di push. Questi sono i\n"
  6155. " changeset di cui si effettuerebbe il push se questo venisse\n"
  6156. " richiesto."
  6157. msgid " See pull for details of valid destination formats."
  6158. msgstr " Vedere pull per dettagli sui formati validi di destinazioni."
  6159. msgid ""
  6160. " Returns 0 if there are outgoing changes, 1 otherwise.\n"
  6161. " "
  6162. msgstr ""
  6163. msgid "show the parents of the working directory or revision"
  6164. msgstr "mostra i genitori della directory di lavoro o di una revisione"
  6165. msgid ""
  6166. " Print the working directory's parent revisions. If a revision is\n"
  6167. " given via -r/--rev, the parent of that revision will be printed.\n"
  6168. " If a file argument is given, the revision in which the file was\n"
  6169. " last changed (before the working directory revision or the\n"
  6170. " argument to --rev if given) is printed."
  6171. msgstr ""
  6172. " Stampa le revisioni genitori della directory di lavoro. Se una\n"
  6173. " revisione è specificata tramite -r/--rev, verrà stampato il genitore\n"
  6174. " di quella revisione. Se viene fornito un file come argomento,\n"
  6175. " verrà stampata l'ultima revisione in cui il file è stato\n"
  6176. " modificato (prima della revisione della directory di lavoro\n"
  6177. " o dell'argomento di --rev se fornito)."
  6178. msgid "can only specify an explicit filename"
  6179. msgstr "possibile specificare solo un nome di file esplicito"
  6180. #, python-format
  6181. msgid "'%s' not found in manifest!"
  6182. msgstr "'%s' non trovato nel manifesto!"
  6183. msgid "show aliases for remote repositories"
  6184. msgstr ""
  6185. msgid ""
  6186. " Show definition of symbolic path name NAME. If no name is given,\n"
  6187. " show definition of all available names."
  6188. msgstr ""
  6189. msgid ""
  6190. " Path names are defined in the [paths] section of your\n"
  6191. " configuration file and in ``/etc/mercurial/hgrc``. If run inside a\n"
  6192. " repository, ``.hg/hgrc`` is used, too."
  6193. msgstr ""
  6194. msgid ""
  6195. " The path names ``default`` and ``default-push`` have a special\n"
  6196. " meaning. When performing a push or pull operation, they are used\n"
  6197. " as fallbacks if no location is specified on the command-line.\n"
  6198. " When ``default-push`` is set, it will be used for push and\n"
  6199. " ``default`` will be used for pull; otherwise ``default`` is used\n"
  6200. " as the fallback for both. When cloning a repository, the clone\n"
  6201. " source is written as ``default`` in ``.hg/hgrc``. Note that\n"
  6202. " ``default`` and ``default-push`` apply to all inbound (e.g.\n"
  6203. " :hg:`incoming`) and outbound (e.g. :hg:`outgoing`, :hg:`email` and\n"
  6204. " :hg:`bundle`) operations."
  6205. msgstr ""
  6206. msgid " See :hg:`help urls` for more information."
  6207. msgstr ""
  6208. msgid "not found!\n"
  6209. msgstr "non trovato!\n"
  6210. msgid "not updating, since new heads added\n"
  6211. msgstr ""
  6212. msgid "(run 'hg heads' to see heads, 'hg merge' to merge)\n"
  6213. msgstr "(esegui 'hg heads' per vedere le head, 'hg merge' per fare un merge)\n"
  6214. msgid "(run 'hg update' to get a working copy)\n"
  6215. msgstr "(esegui 'hg update' per ottenere una copia funzionante)\n"
  6216. msgid "pull changes from the specified source"
  6217. msgstr "effettua il pull delle modifiche dalla sorgente specificata"
  6218. msgid " Pull changes from a remote repository to a local one."
  6219. msgstr ""
  6220. " Effettua il pull delle modifiche da un repository remoto\n"
  6221. " ad uno locale."
  6222. msgid ""
  6223. " This finds all changes from the repository at the specified path\n"
  6224. " or URL and adds them to a local repository (the current one unless\n"
  6225. " -R is specified). By default, this does not update the copy of the\n"
  6226. " project in the working directory."
  6227. msgstr ""
  6228. " Questo trova tutte le modifiche dal repository al percorso o URL\n"
  6229. " specificato e le aggiunge al repository locale (quello corrente a\n"
  6230. " meno che non venga specificato -R). Di default, non viene \n"
  6231. " aggiornata la copia del progetto nella directory di lavoro."
  6232. msgid ""
  6233. " Use :hg:`incoming` if you want to see what would have been added\n"
  6234. " by a pull at the time you issued this command. If you then decide\n"
  6235. " to add those changes to the repository, you should use :hg:`pull\n"
  6236. " -r X` where ``X`` is the last changeset listed by :hg:`incoming`."
  6237. msgstr ""
  6238. " Usare :hg:`incoming` per vedere quello che verrebbe aggiunto da\n"
  6239. " un pull nel momento dell'esecuzione di questo comando. Se si decidesse\n"
  6240. " di aggiungere in seguito tali modifiche al repository, si dovrebbe "
  6241. "usare\n"
  6242. " :hg:`pull -r X` dove ``X`` è l'ultimo changeset elencato da :hg:"
  6243. "`incoming`."
  6244. msgid ""
  6245. " If SOURCE is omitted, the 'default' path will be used.\n"
  6246. " See :hg:`help urls` for more information."
  6247. msgstr ""
  6248. " Se viene omessa la SORGENTE, verrà usato il \n"
  6249. " percorso 'default'. Vedere :hg:`help urls` per\n"
  6250. " maggiori informazioni."
  6251. msgid ""
  6252. " Returns 0 on success, 1 if an update had unresolved files.\n"
  6253. " "
  6254. msgstr ""
  6255. #, python-format
  6256. msgid "remote bookmark %s not found!"
  6257. msgstr "repository remoto %s non trovato!"
  6258. msgid ""
  6259. "other repository doesn't support revision lookup, so a rev cannot be "
  6260. "specified."
  6261. msgstr ""
  6262. "l'altro repository non supporta la ricerca di revisioni, quindi una "
  6263. "revisione \n"
  6264. "non può essere specificata."
  6265. #, python-format
  6266. msgid "importing bookmark %s\n"
  6267. msgstr "importazione segnalibro %s\n"
  6268. msgid "push changes to the specified destination"
  6269. msgstr "effettua il push di modifiche verso la destinazione specificata"
  6270. msgid ""
  6271. " Push changesets from the local repository to the specified\n"
  6272. " destination."
  6273. msgstr ""
  6274. " Effettua il push di modifiche dal repository locale verso la\n"
  6275. " destinazione specificata."
  6276. msgid ""
  6277. " This operation is symmetrical to pull: it is identical to a pull\n"
  6278. " in the destination repository from the current one."
  6279. msgstr ""
  6280. msgid ""
  6281. " By default, push will not allow creation of new heads at the\n"
  6282. " destination, since multiple heads would make it unclear which head\n"
  6283. " to use. In this situation, it is recommended to pull and merge\n"
  6284. " before pushing."
  6285. msgstr ""
  6286. msgid ""
  6287. " Use --new-branch if you want to allow push to create a new named\n"
  6288. " branch that is not present at the destination. This allows you to\n"
  6289. " only create a new branch without forcing other changes."
  6290. msgstr ""
  6291. msgid ""
  6292. " Use -f/--force to override the default behavior and push all\n"
  6293. " changesets on all branches."
  6294. msgstr ""
  6295. msgid ""
  6296. " If -r/--rev is used, the specified revision and all its ancestors\n"
  6297. " will be pushed to the remote repository."
  6298. msgstr ""
  6299. " Se si usa -r/--rev, si effettuerà il push del changeset dato e\n"
  6300. " di tutti i suoi antenati verso il repository remoto."
  6301. msgid ""
  6302. " Please see :hg:`help urls` for important details about ``ssh://``\n"
  6303. " URLs. If DESTINATION is omitted, a default path will be used."
  6304. msgstr ""
  6305. " Vedere :hg:`help urls` per importanti dettagli sugli URL ``ssh://``.\n"
  6306. " Se viene omessa DESTINATION, verrà usato il percorso di default."
  6307. msgid ""
  6308. " Returns 0 if push was successful, 1 if nothing to push.\n"
  6309. " "
  6310. msgstr ""
  6311. #, python-format
  6312. msgid "pushing to %s\n"
  6313. msgstr "sto effettuando il push verso %s\n"
  6314. #, python-format
  6315. msgid "exporting bookmark %s\n"
  6316. msgstr "esportazione segnalibro %s\n"
  6317. #, python-format
  6318. msgid "deleting remote bookmark %s\n"
  6319. msgstr "eliminazione segnalibro remoto %s\n"
  6320. #, python-format
  6321. msgid "bookmark %s does not exist on the local or remote repository!\n"
  6322. msgstr "il segnalibro %s non esiste nel repository locale o remoto!\n"
  6323. #, python-format
  6324. msgid "updating bookmark %s failed!\n"
  6325. msgstr "aggiornamento del segnalibro %s fallito!\n"
  6326. msgid "roll back an interrupted transaction"
  6327. msgstr "effettua il rollback di una transazione interrotta"
  6328. msgid " Recover from an interrupted commit or pull."
  6329. msgstr " Riprende un commit o un pull interrotti."
  6330. msgid ""
  6331. " This command tries to fix the repository status after an\n"
  6332. " interrupted operation. It should only be necessary when Mercurial\n"
  6333. " suggests it."
  6334. msgstr ""
  6335. " Questo comando prova a correggere lo stato del repository dopo\n"
  6336. " un'operazione interrotta. Dovrebbe essere necessario solamente\n"
  6337. " quando Mercurial lo suggerisce. "
  6338. msgid ""
  6339. " Returns 0 if successful, 1 if nothing to recover or verify fails.\n"
  6340. " "
  6341. msgstr ""
  6342. msgid "remove the specified files on the next commit"
  6343. msgstr ""
  6344. msgid " Schedule the indicated files for removal from the repository."
  6345. msgstr ""
  6346. msgid ""
  6347. " This only removes files from the current branch, not from the\n"
  6348. " entire project history. -A/--after can be used to remove only\n"
  6349. " files that have already been deleted, -f/--force can be used to\n"
  6350. " force deletion, and -Af can be used to remove files from the next\n"
  6351. " revision without deleting them from the working directory."
  6352. msgstr ""
  6353. msgid ""
  6354. " The following table details the behavior of remove for different\n"
  6355. " file states (columns) and option combinations (rows). The file\n"
  6356. " states are Added [A], Clean [C], Modified [M] and Missing [!] (as\n"
  6357. " reported by :hg:`status`). The actions are Warn, Remove (from\n"
  6358. " branch) and Delete (from disk)::"
  6359. msgstr ""
  6360. msgid ""
  6361. " A C M !\n"
  6362. " none W RD W R\n"
  6363. " -f R RD RD R\n"
  6364. " -A W W W R\n"
  6365. " -Af R R R R"
  6366. msgstr ""
  6367. msgid ""
  6368. " This command schedules the files to be removed at the next commit.\n"
  6369. " To undo a remove before that, see :hg:`revert`."
  6370. msgstr ""
  6371. msgid ""
  6372. " Returns 0 on success, 1 if any warnings encountered.\n"
  6373. " "
  6374. msgstr ""
  6375. #, python-format
  6376. msgid "not removing %s: file is untracked\n"
  6377. msgstr "non rimuovo %s: il file non è tracciato\n"
  6378. #, python-format
  6379. msgid "not removing %s: file still exists (use -f to force removal)\n"
  6380. msgstr ""
  6381. "non rimuovo %s: il file esiste già (usare -f per forzare la rimozione)\n"
  6382. #, python-format
  6383. msgid "not removing %s: file is modified (use -f to force removal)\n"
  6384. msgstr ""
  6385. "non rimuovo %s: il file è stato modificato (usare -f per forzare la "
  6386. "rimozione)\n"
  6387. #, python-format
  6388. msgid ""
  6389. "not removing %s: file has been marked for add (use -f to force removal)\n"
  6390. msgstr ""
  6391. "non rimuovo %s: il file è stato marcato per l'aggiunta (usare -f per forzare "
  6392. "la rimozione)\n"
  6393. msgid "rename files; equivalent of copy + remove"
  6394. msgstr ""
  6395. msgid ""
  6396. " Mark dest as copies of sources; mark sources for deletion. If dest\n"
  6397. " is a directory, copies are put in that directory. If dest is a\n"
  6398. " file, there can only be one source."
  6399. msgstr ""
  6400. msgid ""
  6401. " This command takes effect at the next commit. To undo a rename\n"
  6402. " before that, see :hg:`revert`."
  6403. msgstr ""
  6404. msgid "redo merges or set/view the merge status of files"
  6405. msgstr ""
  6406. msgid ""
  6407. " Merges with unresolved conflicts are often the result of\n"
  6408. " non-interactive merging using the ``internal:merge`` configuration\n"
  6409. " setting, or a command-line merge tool like ``diff3``. The resolve\n"
  6410. " command is used to manage the files involved in a merge, after\n"
  6411. " :hg:`merge` has been run, and before :hg:`commit` is run (i.e. the\n"
  6412. " working directory must have two parents)."
  6413. msgstr ""
  6414. msgid " The resolve command can be used in the following ways:"
  6415. msgstr ""
  6416. msgid ""
  6417. " - :hg:`resolve [--tool TOOL] FILE...`: attempt to re-merge the "
  6418. "specified\n"
  6419. " files, discarding any previous merge attempts. Re-merging is not\n"
  6420. " performed for files already marked as resolved. Use ``--all/-a``\n"
  6421. " to selects all unresolved files. ``--tool`` can be used to specify\n"
  6422. " the merge tool used for the given files. It overrides the HGMERGE\n"
  6423. " environment variable and your configuration files."
  6424. msgstr ""
  6425. msgid ""
  6426. " - :hg:`resolve -m [FILE]`: mark a file as having been resolved\n"
  6427. " (e.g. after having manually fixed-up the files). The default is\n"
  6428. " to mark all unresolved files."
  6429. msgstr ""
  6430. msgid ""
  6431. " - :hg:`resolve -u [FILE]...`: mark a file as unresolved. The\n"
  6432. " default is to mark all resolved files."
  6433. msgstr ""
  6434. msgid ""
  6435. " - :hg:`resolve -l`: list files which had or still have conflicts.\n"
  6436. " In the printed list, ``U`` = unresolved and ``R`` = resolved."
  6437. msgstr ""
  6438. msgid ""
  6439. " Note that Mercurial will not let you commit files with unresolved\n"
  6440. " merge conflicts. You must use :hg:`resolve -m ...` before you can\n"
  6441. " commit after a conflicting merge."
  6442. msgstr ""
  6443. msgid ""
  6444. " Returns 0 on success, 1 if any files fail a resolve attempt.\n"
  6445. " "
  6446. msgstr ""
  6447. msgid "too many options specified"
  6448. msgstr "troppe opzioni specificate"
  6449. msgid "can't specify --all and patterns"
  6450. msgstr "non è possibile specificare pattern e --all"
  6451. msgid "no files or directories specified; use --all to remerge all files"
  6452. msgstr ""
  6453. "nessun file o directory specificata; usare --all per rieffettuare il merge "
  6454. "di tutti i file"
  6455. msgid "restore individual files or directories to an earlier state"
  6456. msgstr "ripristina file singoli o directory ad uno stato precedente"
  6457. msgid ""
  6458. " .. note::\n"
  6459. " This command is most likely not what you are looking for.\n"
  6460. " Revert will partially overwrite content in the working\n"
  6461. " directory without changing the working directory parents. Use\n"
  6462. " :hg:`update -r rev` to check out earlier revisions, or\n"
  6463. " :hg:`update --clean .` to undo a merge which has added another\n"
  6464. " parent."
  6465. msgstr ""
  6466. msgid ""
  6467. " With no revision specified, revert the named files or directories\n"
  6468. " to the contents they had in the parent of the working directory.\n"
  6469. " This restores the contents of the affected files to an unmodified\n"
  6470. " state and unschedules adds, removes, copies, and renames. If the\n"
  6471. " working directory has two parents, you must explicitly specify a\n"
  6472. " revision."
  6473. msgstr ""
  6474. " Se nessuna revisione viene specificata, i file o directory\n"
  6475. " specificati vengono riportati al contenuto che avevano nel\n"
  6476. " genitore della directory di lavoro. Questo ripristina il contenuto\n"
  6477. " dei file interessati ad uno stato non modificato e annulla\n"
  6478. " aggiunte, rimozioni, copie e rinomine. Se la directory di lavoro\n"
  6479. " ha due genitori, è necessario specificare esplicitamente la\n"
  6480. " revisione a cui tornare."
  6481. msgid ""
  6482. " Using the -r/--rev option, revert the given files or directories\n"
  6483. " to their contents as of a specific revision. This can be helpful\n"
  6484. " to \"roll back\" some or all of an earlier change. See :hg:`help\n"
  6485. " dates` for a list of formats valid for -d/--date."
  6486. msgstr ""
  6487. " Usando l'opzione -r(--rev, riporta i dati file o directory al loro\n"
  6488. " contenuto ad una specifica revisione. Questo può essere utile per\n"
  6489. " effettuare il \"roll back\" di alcune o tutte le modifiche\n"
  6490. " precedenti. Vedere :hg:`help dates` per un elenco dei formati\n"
  6491. " validi per -d/--date."
  6492. msgid ""
  6493. " Revert modifies the working directory. It does not commit any\n"
  6494. " changes, or change the parent of the working directory. If you\n"
  6495. " revert to a revision other than the parent of the working\n"
  6496. " directory, the reverted files will thus appear modified\n"
  6497. " afterwards."
  6498. msgstr ""
  6499. " Revert modifica la directory di lavoro. Non effettua il commit di\n"
  6500. " alcuna modifica, nè cambia i genitori della directory di lavoro. Se\n"
  6501. " si effettua il revert ad una revisione differente di quella del\n"
  6502. " genitore della directory di lavoro, i file interessati appariranno\n"
  6503. " quindi in seguito modificati."
  6504. msgid ""
  6505. " If a file has been deleted, it is restored. If the executable mode\n"
  6506. " of a file was changed, it is reset."
  6507. msgstr ""
  6508. " Se un file è stato cancellato viene ripristinato. Se è stato\n"
  6509. " modificato il flag di esecuzione di un file, questo viene resettato."
  6510. msgid ""
  6511. " If names are given, all files matching the names are reverted.\n"
  6512. " If no arguments are given, no files are reverted."
  6513. msgstr ""
  6514. " Se vengono forniti nomi, tutti i file corrispondenti ai nomi\n"
  6515. " vengono ripristinati. Se non vengono forniti argomenti nessun file\n"
  6516. " viene ripristinato."
  6517. msgid ""
  6518. " Modified files are saved with a .orig suffix before reverting.\n"
  6519. " To disable these backups, use --no-backup."
  6520. msgstr ""
  6521. " I file modificati vengono salvati con un suffisso .orig prima di\n"
  6522. " essere ripristinati. Per disabilitare questi backup, usare\n"
  6523. " --no-backup. "
  6524. msgid "you can't specify a revision and a date"
  6525. msgstr "non è possibile specificare sia una revisione sia una data"
  6526. msgid "uncommitted merge - use \"hg update\", see \"hg help revert\""
  6527. msgstr ""
  6528. msgid "no files or directories specified; use --all to revert the whole repo"
  6529. msgstr ""
  6530. "nessun file o directory specificati; usare --all per ripristinare l'intero "
  6531. "repository"
  6532. #, python-format
  6533. msgid "forgetting %s\n"
  6534. msgstr "sto dimenticandomi di %s\n"
  6535. #, python-format
  6536. msgid "reverting %s\n"
  6537. msgstr "sto ripristinando %s\n"
  6538. #, python-format
  6539. msgid "undeleting %s\n"
  6540. msgstr "sto annullando la rimozione di %s\n"
  6541. #, python-format
  6542. msgid "saving current version of %s as %s\n"
  6543. msgstr "sto salvando la versione corrente di %s come %s\n"
  6544. #, python-format
  6545. msgid "file not managed: %s\n"
  6546. msgstr "file non gestito: %s\n"
  6547. #, python-format
  6548. msgid "no changes needed to %s\n"
  6549. msgstr "nessuna modifica richiesta per %s\n"
  6550. msgid "roll back the last transaction (dangerous)"
  6551. msgstr "effettua il rollback dell'ultima transazione (pericoloso)"
  6552. msgid ""
  6553. " This command should be used with care. There is only one level of\n"
  6554. " rollback, and there is no way to undo a rollback. It will also\n"
  6555. " restore the dirstate at the time of the last transaction, losing\n"
  6556. " any dirstate changes since that time. This command does not alter\n"
  6557. " the working directory."
  6558. msgstr ""
  6559. " Questo comando dovrebbe essere usato con cautela. Esiste un solo\n"
  6560. " livello di rollback e non c'è modo di annullare un rollback.\n"
  6561. " Ripristinerà anche il dirstate al tempo dell'ultima transazione,\n"
  6562. " perdendo qualunque modifica ad esso da quel momento in poi.\n"
  6563. " Questo comando non altera la copia di lavoro."
  6564. msgid ""
  6565. " Transactions are used to encapsulate the effects of all commands\n"
  6566. " that create new changesets or propagate existing changesets into a\n"
  6567. " repository. For example, the following commands are transactional,\n"
  6568. " and their effects can be rolled back:"
  6569. msgstr ""
  6570. " Le transazioni sono usate per incapsulare gli effetti di tutti i\n"
  6571. " comandi che creano nuovi changeset o propagano changeset esistenti\n"
  6572. " in un altro repository. Ad esempio, i seguenti comandi sono\n"
  6573. " usano transazioni ed è possibile effettuare il rollback dei loro\n"
  6574. " effetti:"
  6575. msgid ""
  6576. " - commit\n"
  6577. " - import\n"
  6578. " - pull\n"
  6579. " - push (with this repository as the destination)\n"
  6580. " - unbundle"
  6581. msgstr ""
  6582. " - commit\n"
  6583. " - import\n"
  6584. " - pull\n"
  6585. " - push (con questo repository come destinazione)\n"
  6586. " - unbundle"
  6587. msgid ""
  6588. " This command is not intended for use on public repositories. Once\n"
  6589. " changes are visible for pull by other users, rolling a transaction\n"
  6590. " back locally is ineffective (someone else may already have pulled\n"
  6591. " the changes). Furthermore, a race is possible with readers of the\n"
  6592. " repository; for example an in-progress pull from the repository\n"
  6593. " may fail if a rollback is performed."
  6594. msgstr ""
  6595. " L'uso di questo comando non è inteso per repository pubblici. Una\n"
  6596. " volta che le modifiche sono visibili per il pull da parte di altri\n"
  6597. " utenti, effettuare il rollback locale di una transazione non ha\n"
  6598. " effetti (qualcun'altro potrebbe aver già effettuato il pull delle\n"
  6599. " modifiche). Inoltre, è possibile che si verifichi una competizione\n"
  6600. " con i lettori del repository; ad esempio un pull in corso dal\n"
  6601. " repository potrebbe fallire se viene effettuato un rollback. "
  6602. msgid ""
  6603. " Returns 0 on success, 1 if no rollback data is available.\n"
  6604. " "
  6605. msgstr ""
  6606. msgid "print the root (top) of the current working directory"
  6607. msgstr "stampa la radice (top) della directory di lavoro corrente"
  6608. msgid " Print the root directory of the current repository."
  6609. msgstr " Stampa la directory radice del repository corrente. "
  6610. msgid "start stand-alone webserver"
  6611. msgstr ""
  6612. msgid ""
  6613. " Start a local HTTP repository browser and pull server. You can use\n"
  6614. " this for ad-hoc sharing and browsing of repositories. It is\n"
  6615. " recommended to use a real web server to serve a repository for\n"
  6616. " longer periods of time."
  6617. msgstr ""
  6618. msgid ""
  6619. " Please note that the server does not implement access control.\n"
  6620. " This means that, by default, anybody can read from the server and\n"
  6621. " nobody can write to it by default. Set the ``web.allow_push``\n"
  6622. " option to ``*`` to allow everybody to push to the server. You\n"
  6623. " should use a real web server if you need to authenticate users."
  6624. msgstr ""
  6625. msgid ""
  6626. " By default, the server logs accesses to stdout and errors to\n"
  6627. " stderr. Use the -A/--accesslog and -E/--errorlog options to log to\n"
  6628. " files."
  6629. msgstr ""
  6630. " Di default i log del server vengono inviati allo stdout e gli\n"
  6631. " errori allo stderr. Usare le opzion -A/--accesslog e \n"
  6632. " -E/--errorlog per effettuare il log su file."
  6633. msgid ""
  6634. " To have the server choose a free port number to listen on, specify\n"
  6635. " a port number of 0; in this case, the server will print the port\n"
  6636. " number it uses."
  6637. msgstr ""
  6638. msgid "There is no Mercurial repository here (.hg not found)"
  6639. msgstr "Non esiste alcun repository Mercurial qui (.hg non trovata)"
  6640. #, python-format
  6641. msgid "listening at http://%s%s/%s (bound to %s:%d)\n"
  6642. msgstr "in ascolto su http://%s%s/%s (limitato a %s:%d)\n"
  6643. msgid "show changed files in the working directory"
  6644. msgstr ""
  6645. msgid ""
  6646. " Show status of files in the repository. If names are given, only\n"
  6647. " files that match are shown. Files that are clean or ignored or\n"
  6648. " the source of a copy/move operation, are not listed unless\n"
  6649. " -c/--clean, -i/--ignored, -C/--copies or -A/--all are given.\n"
  6650. " Unless options described with \"show only ...\" are given, the\n"
  6651. " options -mardu are used."
  6652. msgstr ""
  6653. msgid ""
  6654. " Option -q/--quiet hides untracked (unknown and ignored) files\n"
  6655. " unless explicitly requested with -u/--unknown or -i/--ignored."
  6656. msgstr ""
  6657. msgid ""
  6658. " .. note::\n"
  6659. " status may appear to disagree with diff if permissions have\n"
  6660. " changed or a merge has occurred. The standard diff format does\n"
  6661. " not report permission changes and diff only reports changes\n"
  6662. " relative to one merge parent."
  6663. msgstr ""
  6664. msgid ""
  6665. " If one revision is given, it is used as the base revision.\n"
  6666. " If two revisions are given, the differences between them are\n"
  6667. " shown. The --change option can also be used as a shortcut to list\n"
  6668. " the changed files of a revision from its first parent."
  6669. msgstr ""
  6670. msgid " The codes used to show the status of files are::"
  6671. msgstr ""
  6672. msgid ""
  6673. " M = modified\n"
  6674. " A = added\n"
  6675. " R = removed\n"
  6676. " C = clean\n"
  6677. " ! = missing (deleted by non-hg command, but still tracked)\n"
  6678. " ? = not tracked\n"
  6679. " I = ignored\n"
  6680. " = origin of the previous file listed as A (added)"
  6681. msgstr ""
  6682. msgid "summarize working directory state"
  6683. msgstr ""
  6684. msgid ""
  6685. " This generates a brief summary of the working directory state,\n"
  6686. " including parents, branch, commit status, and available updates."
  6687. msgstr ""
  6688. msgid ""
  6689. " With the --remote option, this will check the default paths for\n"
  6690. " incoming and outgoing changes. This can be time-consuming."
  6691. msgstr ""
  6692. #, python-format
  6693. msgid "parent: %d:%s "
  6694. msgstr "genitore: %d:%s "
  6695. msgid " (empty repository)"
  6696. msgstr " (repository vuoto)"
  6697. msgid " (no revision checked out)"
  6698. msgstr " (nessuna revisione in check out)"
  6699. #, python-format
  6700. msgid "branch: %s\n"
  6701. msgstr ""
  6702. #, python-format
  6703. msgid "%d modified"
  6704. msgstr "%d modificati"
  6705. #, python-format
  6706. msgid "%d added"
  6707. msgstr "%d aggiunti"
  6708. #, python-format
  6709. msgid "%d removed"
  6710. msgstr "%d rimossi"
  6711. #, python-format
  6712. msgid "%d renamed"
  6713. msgstr "%d rinominati"
  6714. #, python-format
  6715. msgid "%d copied"
  6716. msgstr "%d copiati"
  6717. #, python-format
  6718. msgid "%d deleted"
  6719. msgstr "%d cancellati"
  6720. #, python-format
  6721. msgid "%d unknown"
  6722. msgstr "%d sconosciuti"
  6723. #, python-format
  6724. msgid "%d ignored"
  6725. msgstr "%d ignorati"
  6726. #, python-format
  6727. msgid "%d unresolved"
  6728. msgstr "%d non risolti"
  6729. #, python-format
  6730. msgid "%d subrepos"
  6731. msgstr "%d subrepository"
  6732. msgid " (merge)"
  6733. msgstr ""
  6734. msgid " (new branch)"
  6735. msgstr " (nuovo branch)"
  6736. msgid " (head closed)"
  6737. msgstr " (head chiusa)"
  6738. msgid " (clean)"
  6739. msgstr " (pulito)"
  6740. msgid " (new branch head)"
  6741. msgstr " (nuova head per il branch)"
  6742. #, python-format
  6743. msgid "commit: %s\n"
  6744. msgstr ""
  6745. msgid "update: (current)\n"
  6746. msgstr "update: (aggiornato)\n"
  6747. #, python-format
  6748. msgid "update: %d new changesets (update)\n"
  6749. msgstr "update: %d nuovi changeset (update)\n"
  6750. #, python-format
  6751. msgid "update: %d new changesets, %d branch heads (merge)\n"
  6752. msgstr "update: %d nuovi changeset, %d head del branch (merge)\n"
  6753. msgid "1 or more incoming"
  6754. msgstr "1 o più in arrivo"
  6755. #, python-format
  6756. msgid "%d outgoing"
  6757. msgstr "%d in uscita"
  6758. #, python-format
  6759. msgid "%d incoming bookmarks"
  6760. msgstr "%d segnalibri in ingresso"
  6761. #, python-format
  6762. msgid "%d outgoing bookmarks"
  6763. msgstr "%d segnalibri in uscita"
  6764. #, python-format
  6765. msgid "remote: %s\n"
  6766. msgstr "remoto: %s\n"
  6767. msgid "remote: (synced)\n"
  6768. msgstr "remoto: (sincronizzato)\n"
  6769. msgid "add one or more tags for the current or given revision"
  6770. msgstr "aggiunge una o più tag per la revisione corrente o quella data"
  6771. msgid " Name a particular revision using <name>."
  6772. msgstr " Nomina una revisione particolare usando <nome>."
  6773. msgid ""
  6774. " Tags are used to name particular revisions of the repository and are\n"
  6775. " very useful to compare different revisions, to go back to significant\n"
  6776. " earlier versions or to mark branch points as releases, etc. Changing\n"
  6777. " an existing tag is normally disallowed; use -f/--force to override."
  6778. msgstr ""
  6779. " I tag sono usate per dare un nome a revisioni particolari del\n"
  6780. " repository e sono molto utili per confrontare revisioni\n"
  6781. " differenti, per tornare indietro a versioni precedenti\n"
  6782. " significative o per marcare punti di branch come release, ecc.\n"
  6783. " La modifica di un tag esistente di norma non è consentito;\n"
  6784. " usare -f/--force per sovrascriverle."
  6785. msgid ""
  6786. " If no revision is given, the parent of the working directory is\n"
  6787. " used, or tip if no revision is checked out."
  6788. msgstr ""
  6789. " Se nessuna revisione viene fornita, viene usato il genitore della\n"
  6790. " directory di lavoro, o tip se non si è effettuato il check out di\n"
  6791. " nessuna revisione."
  6792. msgid ""
  6793. " To facilitate version control, distribution, and merging of tags,\n"
  6794. " they are stored as a file named \".hgtags\" which is managed similarly\n"
  6795. " to other project files and can be hand-edited if necessary. This\n"
  6796. " also means that tagging creates a new commit. The file\n"
  6797. " \".hg/localtags\" is used for local tags (not shared among\n"
  6798. " repositories)."
  6799. msgstr ""
  6800. " Per facilitare il controllo di versione, la distribuzione e il\n"
  6801. " merge di tag, sono memorizzate nel file chiamato \".hgtags\" che è\n"
  6802. " gestito analogamente ad altri file del progetto e può essere\n"
  6803. " modificato manualmente se necessario. Questo significa anche che\n"
  6804. " effettuare il tagging crea un nuovo commit. Il file \".hg/localtags\" è\n"
  6805. " usato per le tag locali (non condivise tra repository)."
  6806. msgid ""
  6807. " Tag commits are usually made at the head of a branch. If the parent\n"
  6808. " of the working directory is not a branch head, :hg:`tag` aborts; use\n"
  6809. " -f/--force to force the tag commit to be based on a non-head\n"
  6810. " changeset."
  6811. msgstr ""
  6812. msgid ""
  6813. " Since tag names have priority over branch names during revision\n"
  6814. " lookup, using an existing branch name as a tag name is discouraged."
  6815. msgstr ""
  6816. msgid "tag names must be unique"
  6817. msgstr "i nomi delle tag devono essere univoci"
  6818. msgid "tag names cannot consist entirely of whitespace"
  6819. msgstr "i nomi dei tag non possono consistere interamente di spazi bianchi"
  6820. msgid "--rev and --remove are incompatible"
  6821. msgstr "--rev e --remove sono incompatibili"
  6822. #, python-format
  6823. msgid "tag '%s' does not exist"
  6824. msgstr "la tag '%s' non esiste"
  6825. #, python-format
  6826. msgid "tag '%s' is not a global tag"
  6827. msgstr "la tag '%s' non è una tag globale"
  6828. #, python-format
  6829. msgid "tag '%s' is not a local tag"
  6830. msgstr "la tag '%s' non è una tag locale"
  6831. #, python-format
  6832. msgid "tag '%s' already exists (use -f to force)"
  6833. msgstr "la tag '%s' esiste già (usare -f per forzare)"
  6834. msgid "uncommitted merge"
  6835. msgstr "merge con commit in sospeso"
  6836. msgid "not at a branch head (use -f to force)"
  6837. msgstr "non ad una head di una branch (usare -f per forzare l'operazione)"
  6838. msgid "list repository tags"
  6839. msgstr "elenca le tag del repository"
  6840. msgid ""
  6841. " This lists both regular and local tags. When the -v/--verbose\n"
  6842. " switch is used, a third column \"local\" is printed for local tags."
  6843. msgstr ""
  6844. " Questo elenca sia le tag regolari sia le tag locali. Quando viene usata "
  6845. "l'opzione -v/--verbose\n"
  6846. " una terza colonna \"local\" viene stampata per le tag locali."
  6847. msgid "show the tip revision"
  6848. msgstr "mostra la revisione tip"
  6849. msgid ""
  6850. " The tip revision (usually just called the tip) is the changeset\n"
  6851. " most recently added to the repository (and therefore the most\n"
  6852. " recently changed head)."
  6853. msgstr ""
  6854. " La revisione tip (di solito chiamata solo tip) è il changeset\n"
  6855. " aggiunto più di recente al repository (e quindi l'head modificata\n"
  6856. " più recentemente.)"
  6857. msgid ""
  6858. " If you have just made a commit, that commit will be the tip. If\n"
  6859. " you have just pulled changes from another repository, the tip of\n"
  6860. " that repository becomes the current tip. The \"tip\" tag is special\n"
  6861. " and cannot be renamed or assigned to a different changeset."
  6862. msgstr ""
  6863. " Se si è appena fatto un commit, quel commit sarà il tip. Se si ha\n"
  6864. " appena fatto il pull di modifiche da un altro repository, il tip\n"
  6865. " di quel repository diventa il tip corrente. La tag \"tip\" tag è\n"
  6866. " speciale e non può essere rinominata o assegnata ad un changeset\n"
  6867. " differente."
  6868. msgid "apply one or more changegroup files"
  6869. msgstr "applica uno o più file changegroup"
  6870. msgid ""
  6871. " Apply one or more compressed changegroup files generated by the\n"
  6872. " bundle command."
  6873. msgstr ""
  6874. " Applica uno o più file changegroup compressi generati dal\n"
  6875. " comando bundle."
  6876. msgid ""
  6877. " Returns 0 on success, 1 if an update has unresolved files.\n"
  6878. " "
  6879. msgstr ""
  6880. msgid "update working directory (or switch revisions)"
  6881. msgstr "aggiorna la directory di lavoro (o passa a un'altra revisione)"
  6882. msgid ""
  6883. " Update the repository's working directory to the specified\n"
  6884. " changeset. If no changeset is specified, update to the tip of the\n"
  6885. " current named branch."
  6886. msgstr ""
  6887. " Aggiorna la directory di lavoro del repository ad una revisione\n"
  6888. " specifica. Se non viene specificato alcun changeset, aggiorna\n"
  6889. " al tip del named branch corrente."
  6890. msgid ""
  6891. " If the changeset is not a descendant of the working directory's\n"
  6892. " parent, the update is aborted. With the -c/--check option, the\n"
  6893. " working directory is checked for uncommitted changes; if none are\n"
  6894. " found, the working directory is updated to the specified\n"
  6895. " changeset."
  6896. msgstr ""
  6897. msgid ""
  6898. " The following rules apply when the working directory contains\n"
  6899. " uncommitted changes:"
  6900. msgstr ""
  6901. msgid ""
  6902. " 1. If neither -c/--check nor -C/--clean is specified, and if\n"
  6903. " the requested changeset is an ancestor or descendant of\n"
  6904. " the working directory's parent, the uncommitted changes\n"
  6905. " are merged into the requested changeset and the merged\n"
  6906. " result is left uncommitted. If the requested changeset is\n"
  6907. " not an ancestor or descendant (that is, it is on another\n"
  6908. " branch), the update is aborted and the uncommitted changes\n"
  6909. " are preserved."
  6910. msgstr ""
  6911. msgid ""
  6912. " 2. With the -c/--check option, the update is aborted and the\n"
  6913. " uncommitted changes are preserved."
  6914. msgstr ""
  6915. msgid ""
  6916. " 3. With the -C/--clean option, uncommitted changes are discarded and\n"
  6917. " the working directory is updated to the requested changeset."
  6918. msgstr ""
  6919. msgid ""
  6920. " Use null as the changeset to remove the working directory (like\n"
  6921. " :hg:`clone -U`)."
  6922. msgstr ""
  6923. msgid ""
  6924. " If you want to update just one file to an older changeset, use\n"
  6925. " :hg:`revert`."
  6926. msgstr ""
  6927. " Se si desidera aggiornare solo un file ad una revisione più\n"
  6928. " vecchia, usare :hg:`revert`."
  6929. msgid "cannot specify both -c/--check and -C/--clean"
  6930. msgstr "non è possibile specificare sia -c/--check sia -C/--clean"
  6931. msgid "uncommitted local changes"
  6932. msgstr "modifiche locali di cui non si è effettuato il commit"
  6933. msgid "verify the integrity of the repository"
  6934. msgstr "verifica l'integrità del repository"
  6935. msgid " Verify the integrity of the current repository."
  6936. msgstr " Verifica l'integrità del repository corrente."
  6937. msgid ""
  6938. " This will perform an extensive check of the repository's\n"
  6939. " integrity, validating the hashes and checksums of each entry in\n"
  6940. " the changelog, manifest, and tracked files, as well as the\n"
  6941. " integrity of their crosslinks and indices."
  6942. msgstr ""
  6943. " Questo comando eseguirà un controllo estensivo dell'integrità del\n"
  6944. " repository validando gli hash e i checksum di ogni voce nel\n"
  6945. " changelog, manifesto, e file tracciati, così come l'integrità dei\n"
  6946. " loro link incrociati e indici. "
  6947. msgid "output version and copyright information"
  6948. msgstr "stampa la versione e le informazioni di copyright"
  6949. #, python-format
  6950. msgid "Mercurial Distributed SCM (version %s)\n"
  6951. msgstr "Mercurial SCM Distribuito (versione %s)\n"
  6952. msgid "(see http://mercurial.selenic.com for more information)"
  6953. msgstr ""
  6954. msgid ""
  6955. "Copyright (C) 2005-2011 Matt Mackall and others\n"
  6956. "This is free software; see the source for copying conditions. There is NO\n"
  6957. "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  6958. msgstr ""
  6959. "Copyright (C) 2005-2011 Matt Mackall e altri\n"
  6960. "Questo è software libero; vedere i sorgenti per le condizioni di copia.\n"
  6961. "Non c'è ALCUNA garanzia; neppure di COMMERCIABILITÀ o IDONEITÀ AD UNO\n"
  6962. "SCOPO PARTICOLARE.\n"
  6963. msgid "repository root directory or name of overlay bundle file"
  6964. msgstr "directory radice del repository o nome del file bundle"
  6965. msgid "DIR"
  6966. msgstr ""
  6967. msgid "change working directory"
  6968. msgstr "cambia la directory di lavoro"
  6969. msgid "do not prompt, assume 'yes' for any required answers"
  6970. msgstr "non chiedere conferma, assume 'yes' per ogni risposta richiesta"
  6971. msgid "suppress output"
  6972. msgstr "sopprime l'output"
  6973. msgid "enable additional output"
  6974. msgstr "abilita output aggiuntivo"
  6975. msgid "set/override config option (use 'section.name=value')"
  6976. msgstr ""
  6977. "imposta/sovrascrive l'opzione di configurazione (usare 'sezione."
  6978. "nome=valore')"
  6979. msgid "CONFIG"
  6980. msgstr ""
  6981. msgid "enable debugging output"
  6982. msgstr "abilita output di debug"
  6983. msgid "start debugger"
  6984. msgstr "avvia il debugger"
  6985. msgid "set the charset encoding"
  6986. msgstr "imposta la codifica dei caratteri"
  6987. msgid "ENCODE"
  6988. msgstr ""
  6989. msgid "MODE"
  6990. msgstr ""
  6991. msgid "set the charset encoding mode"
  6992. msgstr "imposta la modalità di codifica dei caratteri"
  6993. msgid "always print a traceback on exception"
  6994. msgstr "stampa sempre un traceback in seguito ad eccezioni"
  6995. msgid "time how long the command takes"
  6996. msgstr "misura quanto tempo impiega il comando"
  6997. msgid "print command execution profile"
  6998. msgstr "stampa il profilo di esecuzione dei comandi"
  6999. msgid "output version information and exit"
  7000. msgstr "stampa informazioni sulla versione ed esce"
  7001. msgid "display help and exit"
  7002. msgstr "mostra l'aiuto ed esce"
  7003. msgid "do not perform actions, just print output"
  7004. msgstr "non esegue azioni, stampa solamente l'output"
  7005. msgid "specify ssh command to use"
  7006. msgstr "specifica il comando ssh da usare"
  7007. msgid "specify hg command to run on the remote side"
  7008. msgstr "specifica il comando hg da eseguire in remoto"
  7009. msgid "do not verify server certificate (ignoring web.cacerts config)"
  7010. msgstr ""
  7011. msgid "PATTERN"
  7012. msgstr ""
  7013. msgid "include names matching the given patterns"
  7014. msgstr "include nomi che corrispondono ai pattern dati"
  7015. msgid "exclude names matching the given patterns"
  7016. msgstr "esclude nomi che corrispondono ai pattern dati"
  7017. msgid "use text as commit message"
  7018. msgstr "usa text come messaggio di commit"
  7019. msgid "read commit message from file"
  7020. msgstr "legge il messaggio di commit dal file"
  7021. msgid "record datecode as commit date"
  7022. msgstr "registra il datecode come data del commit"
  7023. msgid "record the specified user as committer"
  7024. msgstr "registra l'utente specificato come autore del commit"
  7025. msgid "STYLE"
  7026. msgstr ""
  7027. msgid "display using template map file"
  7028. msgstr "mostra usando un file mappa template"
  7029. msgid "display with template"
  7030. msgstr "mostra con un template"
  7031. msgid "do not show merges"
  7032. msgstr "non mostrare i merge"
  7033. msgid "output diffstat-style summary of changes"
  7034. msgstr ""
  7035. msgid "treat all files as text"
  7036. msgstr "tratta tutti i file come testo"
  7037. msgid "omit dates from diff headers"
  7038. msgstr "non includere le date nelle intestazioni dei diff"
  7039. msgid "show which function each change is in"
  7040. msgstr "mostra in quale funzione si trova ogni modifica"
  7041. msgid "produce a diff that undoes the changes"
  7042. msgstr ""
  7043. msgid "ignore white space when comparing lines"
  7044. msgstr "ignora spazi bianchi quando si confrontano righe"
  7045. msgid "ignore changes in the amount of white space"
  7046. msgstr "ignora le modifiche nel conteggio degli spazi bianchi"
  7047. msgid "ignore changes whose lines are all blank"
  7048. msgstr "ignora le modifiche le cui righe sono tutte vuote"
  7049. msgid "number of lines of context to show"
  7050. msgstr "numero di righe di contesto da mostrare"
  7051. msgid "SIMILARITY"
  7052. msgstr ""
  7053. msgid "guess renamed files by similarity (0<=s<=100)"
  7054. msgstr "stima i file rinominati per similarità (0<=s<=100)"
  7055. msgid "recurse into subrepositories"
  7056. msgstr "ricorre nei subrepository"
  7057. msgid "[OPTION]... [FILE]..."
  7058. msgstr "[OPZIONE]... [FILE]..."
  7059. msgid "annotate the specified revision"
  7060. msgstr "annota la revisione specificata"
  7061. msgid "follow copies/renames and list the filename (DEPRECATED)"
  7062. msgstr ""
  7063. msgid "don't follow copies and renames"
  7064. msgstr "non seguire le copie e le rinomine"
  7065. msgid "list the author (long with -v)"
  7066. msgstr "elenca l'autore (verboso con -v)"
  7067. msgid "list the filename"
  7068. msgstr "elenca il nome del file"
  7069. msgid "list the date (short with -q)"
  7070. msgstr "elenca la data (breve con -q)"
  7071. msgid "list the revision number (default)"
  7072. msgstr "elenca il numero di revisione (default)"
  7073. msgid "list the changeset"
  7074. msgstr "elenca il changeset"
  7075. msgid "show line number at the first appearance"
  7076. msgstr "mostra il numero di riga alla prima apparizione"
  7077. msgid "[-r REV] [-f] [-a] [-u] [-d] [-n] [-c] [-l] FILE..."
  7078. msgstr "[-r REV] [-f] [-a] [-u] [-d] [-n] [-c] [-l] FILE..."
  7079. msgid "do not pass files through decoders"
  7080. msgstr "non passare file attraverso decodificatori"
  7081. msgid "PREFIX"
  7082. msgstr ""
  7083. msgid "directory prefix for files in archive"
  7084. msgstr "prefisso di directory per i file nell'archivio"
  7085. msgid "revision to distribute"
  7086. msgstr "revisione da distribuire"
  7087. msgid "type of distribution to create"
  7088. msgstr "tipo di distribuzione da creare"
  7089. msgid "[OPTION]... DEST"
  7090. msgstr "[OPZIONE]... DEST"
  7091. msgid "merge with old dirstate parent after backout"
  7092. msgstr "effettua il merge con il vecchio dirstate del genitore dopo il backout"
  7093. msgid "parent to choose when backing out merge"
  7094. msgstr "il genitore da scegliere quando effettuare il backout del merge"
  7095. msgid "specify merge tool"
  7096. msgstr "specifica lo strumento da usare per i merge"
  7097. msgid "revision to backout"
  7098. msgstr "revisione di cui effettuare il backout"
  7099. msgid "[OPTION]... [-r] REV"
  7100. msgstr "[OPZIONE]... [-r] REV"
  7101. msgid "reset bisect state"
  7102. msgstr "resetta lo stato di bisect"
  7103. msgid "mark changeset good"
  7104. msgstr "marca il changeset come buono"
  7105. msgid "mark changeset bad"
  7106. msgstr "marca il changeset come cattivo"
  7107. msgid "skip testing changeset"
  7108. msgstr "salta il changeset di test"
  7109. msgid "use command to check changeset state"
  7110. msgstr "usa il comando per controllare lo stato del changeset"
  7111. msgid "do not update to target"
  7112. msgstr "non aggiornare a target"
  7113. msgid "[-gbsr] [-U] [-c CMD] [REV]"
  7114. msgstr "[-gbsr] [-U] [-c CMD] [REV]"
  7115. msgid "force"
  7116. msgstr "forza"
  7117. msgid "delete a given bookmark"
  7118. msgstr "elimina un dato segnalibro"
  7119. msgid "rename a given bookmark"
  7120. msgstr "rinomina un dato segnalibro"
  7121. msgid "hg bookmarks [-f] [-d] [-m NAME] [-r REV] [NAME]"
  7122. msgstr "hg bookmarks [-f] [-d] [-m NOME] [-r REV] [NOME]"
  7123. msgid "set branch name even if it shadows an existing branch"
  7124. msgstr "imposta il nome della branch anche se nasconde una branch esistente"
  7125. msgid "reset branch name to parent branch name"
  7126. msgstr "resetta il nome della branch al nome della branch genitore"
  7127. msgid "[-fC] [NAME]"
  7128. msgstr "[-fC] [NOME]"
  7129. msgid "show only branches that have unmerged heads"
  7130. msgstr ""
  7131. "mostra solo le branch che hanno head di cui non si è effettuato il merge"
  7132. msgid "show normal and closed branches"
  7133. msgstr ""
  7134. msgid "[-ac]"
  7135. msgstr "[-ac]"
  7136. msgid "run even when the destination is unrelated"
  7137. msgstr "esegui anche quando la destinazione non è correlata"
  7138. msgid "a changeset intended to be added to the destination"
  7139. msgstr "un changeset inteso per l'aggiunta alla destinazione"
  7140. msgid "a specific branch you would like to bundle"
  7141. msgstr "un branch specifico di cui si desidera creare il bundle"
  7142. msgid "a base changeset assumed to be available at the destination"
  7143. msgstr "un changeset base di cui si assume la disponibilità alla destinazione"
  7144. msgid "bundle all changesets in the repository"
  7145. msgstr "effettua il bundle di tutti i changeset nel repository"
  7146. msgid "bundle compression type to use"
  7147. msgstr "tipo di compressione da usare per il bundle"
  7148. msgid "[-f] [-t TYPE] [-a] [-r REV]... [--base REV]... FILE [DEST]"
  7149. msgstr "[-f] [-t TIPO] [-a] [-r REV]... [--base REV]... FILE [DEST]"
  7150. msgid "print output to file with formatted name"
  7151. msgstr "stampa l'output su file con un nome formattato"
  7152. msgid "print the given revision"
  7153. msgstr "stampa la data revisione"
  7154. msgid "apply any matching decode filter"
  7155. msgstr "applica qualunque filtro di decodifica corrispondente"
  7156. msgid "[OPTION]... FILE..."
  7157. msgstr "[OPZIONE]... FILE..."
  7158. msgid "the clone will include an empty working copy (only a repository)"
  7159. msgstr "il clone conterrà una copia di lavoro vuota (solo un repository)"
  7160. msgid "revision, tag or branch to check out"
  7161. msgstr "revisione, tag o branch da reperire"
  7162. msgid "include the specified changeset"
  7163. msgstr "include il changeset specificato"
  7164. msgid "clone only the specified branch"
  7165. msgstr "clona solo il branch specificato"
  7166. msgid "[OPTION]... SOURCE [DEST]"
  7167. msgstr "[OPZIONE]... SORGENTE [DEST]"
  7168. msgid "mark new/missing files as added/removed before committing"
  7169. msgstr ""
  7170. "marca file nuovi/mancanti come aggiunti/rimossi prima di effettuare il commit"
  7171. msgid "mark a branch as closed, hiding it from the branch list"
  7172. msgstr "marca una branch come chiusa, nascondendola dall'elenco delle branch"
  7173. msgid "record a copy that has already occurred"
  7174. msgstr "registra una copia che si è già verificata"
  7175. msgid "forcibly copy over an existing managed file"
  7176. msgstr "forza una copia su un file gestito esistente"
  7177. msgid "[OPTION]... [SOURCE]... DEST"
  7178. msgstr "[OPZIONI]... [SORGENTE]... DEST"
  7179. msgid "[INDEX] REV1 REV2"
  7180. msgstr "[INDICE] REV1 REV2"
  7181. msgid "add single file mergeable changes"
  7182. msgstr ""
  7183. "aggiunge singole modifiche ai file di cui è possibile effettuare il merge"
  7184. msgid "add single file all revs append to"
  7185. msgstr ""
  7186. msgid "add single file all revs overwrite"
  7187. msgstr ""
  7188. msgid "add new file at each rev"
  7189. msgstr ""
  7190. msgid "[OPTION]... TEXT"
  7191. msgstr "[OPZIONE]... TESTO"
  7192. msgid "[COMMAND]"
  7193. msgstr "[COMANDO]"
  7194. msgid "show the command options"
  7195. msgstr "mostra le opzioni dei comandi"
  7196. msgid "[-o] CMD"
  7197. msgstr "[-o] CMD"
  7198. msgid "use tags as labels"
  7199. msgstr ""
  7200. msgid "annotate with branch names"
  7201. msgstr "annota con i nomi dei branch"
  7202. msgid "use dots for runs"
  7203. msgstr "usa i punti per le esecuzioni"
  7204. msgid "separate elements by spaces"
  7205. msgstr ""
  7206. msgid "[OPTION]... [FILE [REV]...]"
  7207. msgstr "[OPZIONE]... [FILE [REV]...]"
  7208. msgid "try extended date formats"
  7209. msgstr "prova formati di date estesi"
  7210. msgid "[-e] DATE [RANGE]"
  7211. msgstr "[-e] DATA [RANGE]"
  7212. msgid "FILE REV"
  7213. msgstr "FILE REV"
  7214. msgid "[PATH]"
  7215. msgstr "[PERCORSO]"
  7216. msgid "revlog format"
  7217. msgstr ""
  7218. msgid "REPO NAMESPACE [KEY OLD NEW]"
  7219. msgstr ""
  7220. msgid "revision to rebuild to"
  7221. msgstr "revisione alla quale ricostruire"
  7222. msgid "[-r REV] [REV]"
  7223. msgstr "[-r REV] [REV]"
  7224. msgid "revision to debug"
  7225. msgstr "revisione di cui fare il debug"
  7226. msgid "[-r REV] FILE"
  7227. msgstr "[-r REV] FILE"
  7228. msgid "REV1 [REV2]"
  7229. msgstr "REV1 [REV2]"
  7230. msgid "do not display the saved mtime"
  7231. msgstr "non mostrare l'mtime salvato"
  7232. msgid "[OPTION]..."
  7233. msgstr "[OPZIONE]..."
  7234. msgid "revision to check"
  7235. msgstr "revisione da controllare"
  7236. msgid "[OPTION]... ([-c REV] | [-r REV1 [-r REV2]]) [FILE]..."
  7237. msgstr "[OPZIONE]... ([-c REV] | [-r REV1 [-r REV2]]) [FILE]..."
  7238. msgid "diff against the second parent"
  7239. msgstr "effettua il diff con il secondo genitore"
  7240. msgid "revisions to export"
  7241. msgstr "revisioni da esportare"
  7242. msgid "[OPTION]... [-o OUTFILESPEC] REV..."
  7243. msgstr "[OPZIONE]... [-o OUTFILESPEC] REV..."
  7244. msgid "end fields with NUL"
  7245. msgstr "termina i campi con NUL"
  7246. msgid "print all revisions that match"
  7247. msgstr "stampa tutte le revisioni che corrispondono"
  7248. msgid "follow changeset history, or file history across copies and renames"
  7249. msgstr ""
  7250. "segue la storia del changeset, o la storia del file attraverso copie e "
  7251. "rinomine"
  7252. msgid "ignore case when matching"
  7253. msgstr "ignora il case quando si cercano corrispondenze"
  7254. msgid "print only filenames and revisions that match"
  7255. msgstr "stampa solo i nomi dei file e le revisioni che corrispondono"
  7256. msgid "print matching line numbers"
  7257. msgstr "stampa i numeri di riga corrispondenti"
  7258. msgid "only search files changed within revision range"
  7259. msgstr "cerca solo i file modificati nell'intervallo di revisioni"
  7260. msgid "[OPTION]... PATTERN [FILE]..."
  7261. msgstr "[OPZIONE]... PATTERN [FILE]..."
  7262. msgid "show only heads which are descendants of STARTREV"
  7263. msgstr "mostra solo le head che sono discendenti di REVINIZIALE"
  7264. msgid "STARTREV"
  7265. msgstr ""
  7266. msgid "show topological heads only"
  7267. msgstr ""
  7268. msgid "show active branchheads only (DEPRECATED)"
  7269. msgstr "mostra solo le teste dei branch attive (DEPRECATO)"
  7270. msgid "show normal and closed branch heads"
  7271. msgstr ""
  7272. msgid "[-ac] [-r STARTREV] [REV]..."
  7273. msgstr "[-ac] [-r REVINIZIALE] [REV]..."
  7274. msgid "[TOPIC]"
  7275. msgstr "[ARGOMENTO]"
  7276. msgid "identify the specified revision"
  7277. msgstr "identifica la revisione specificata"
  7278. msgid "show local revision number"
  7279. msgstr "mostra il numero locale della revisione"
  7280. msgid "show global revision id"
  7281. msgstr "mostra id globale della revisione"
  7282. msgid "show branch"
  7283. msgstr "mostra le branch"
  7284. msgid "show tags"
  7285. msgstr "mostra le tag"
  7286. msgid "show bookmarks"
  7287. msgstr "mostra i segnalibri"
  7288. msgid "[-nibtB] [-r REV] [SOURCE]"
  7289. msgstr "[-nibtB] [-r REV] [SORGENTE]"
  7290. msgid ""
  7291. "directory strip option for patch. This has the same meaning as the "
  7292. "corresponding patch option"
  7293. msgstr ""
  7294. "opzione di rimozione della directory per patch. Questa ha lo stesso "
  7295. "significato dell'opzione corrispondente di patch"
  7296. msgid "PATH"
  7297. msgstr "PERCORSO"
  7298. msgid "base path"
  7299. msgstr "percorso base"
  7300. msgid "skip check for outstanding uncommitted changes"
  7301. msgstr ""
  7302. "salta il controllo di modifiche pendenti di cui non si è effettuato il commit"
  7303. msgid "don't commit, just update the working directory"
  7304. msgstr "non effettuare il commit, aggiorna solo la directory di lavoro"
  7305. msgid "apply patch to the nodes from which it was generated"
  7306. msgstr "applica la patch al nodo da cui è stata generata"
  7307. msgid "use any branch information in patch (implied by --exact)"
  7308. msgstr "usa ogni informazione sul branch nella patch (implicato da --exact)"
  7309. msgid "[OPTION]... PATCH..."
  7310. msgstr "[OPZIONE]... PATCH..."
  7311. msgid "run even if remote repository is unrelated"
  7312. msgstr "esegui anche se il repository remoto non è correlato"
  7313. msgid "show newest record first"
  7314. msgstr "mostra prima il record più nuovo"
  7315. msgid "file to store the bundles into"
  7316. msgstr "file in cui salvare i bundle"
  7317. msgid "a remote changeset intended to be added"
  7318. msgstr "un changeset remoto inteso per l'aggiunta"
  7319. msgid "compare bookmarks"
  7320. msgstr "confronta i segnalibri"
  7321. msgid "a specific branch you would like to pull"
  7322. msgstr "un branch specifico di cui si desidera fare il pull"
  7323. msgid "[-p] [-n] [-M] [-f] [-r REV]... [--bundle FILENAME] [SOURCE]"
  7324. msgstr "[-p] [-n] [-M] [-f] [-r REV]... [--bundle NOME_FILE] [SORGENTE]"
  7325. msgid "[-e CMD] [--remotecmd CMD] [DEST]"
  7326. msgstr "[-e CMD] [--remotecmd CMD] [DEST]"
  7327. msgid "search the repository as it is in REV"
  7328. msgstr "cerca nel repository per come era in REV"
  7329. msgid "end filenames with NUL, for use with xargs"
  7330. msgstr "termina il nome dei file con NUL, da usare con xargs"
  7331. msgid "print complete paths from the filesystem root"
  7332. msgstr "stampa i percorsi completi dalla radice del filesystem"
  7333. msgid "[OPTION]... [PATTERN]..."
  7334. msgstr "[OPZIONE]... [PATTERN]..."
  7335. msgid "only follow the first parent of merge changesets"
  7336. msgstr "segui solo il primo genitore di un changeset di merge"
  7337. msgid "show revisions matching date spec"
  7338. msgstr "mostra le revisioni che corrispondono ad una data fornita"
  7339. msgid "show copied files"
  7340. msgstr "mostra i file copiati"
  7341. msgid "do case-insensitive search for a given text"
  7342. msgstr "effettua una ricerca case-insensitive di un testo specificato"
  7343. msgid "include revisions where files were removed"
  7344. msgstr "include le revisioni in cui sono stati rimossi dei file"
  7345. msgid "show only merges"
  7346. msgstr "mostra solo i merge"
  7347. msgid "revisions committed by user"
  7348. msgstr "revisioni il cui commit è stato effettuato dall'utente"
  7349. msgid "show only changesets within the given named branch (DEPRECATED)"
  7350. msgstr ""
  7351. "mostra solo i changeset all'interno della data named branch (DEPRECATO)"
  7352. msgid "show changesets within the given named branch"
  7353. msgstr "mostra i changeset all'interno del named branch specificato"
  7354. msgid "do not display revision or any of its ancestors"
  7355. msgstr "non mostrare la revisione o qualche suo antenato"
  7356. msgid "[OPTION]... [FILE]"
  7357. msgstr "[OPZIONE]... [FILE]"
  7358. msgid "revision to display"
  7359. msgstr "revisione da mostrare"
  7360. msgid "[-r REV]"
  7361. msgstr "[-r REV]"
  7362. msgid "force a merge with outstanding changes"
  7363. msgstr "forza un merge con modifiche pendenti"
  7364. msgid "revision to merge"
  7365. msgstr "revisione di cui fare il merge"
  7366. msgid "review revisions to merge (no merge is performed)"
  7367. msgstr ""
  7368. msgid "[-P] [-f] [[-r] REV]"
  7369. msgstr "[-P] [-f] [[-r] REV]"
  7370. msgid "a changeset intended to be included in the destination"
  7371. msgstr "un changeset intest per l'inclusione nella destinazione"
  7372. msgid "a specific branch you would like to push"
  7373. msgstr "un branch specifico di cui si desidera fare il push"
  7374. msgid "[-M] [-p] [-n] [-f] [-r REV]... [DEST]"
  7375. msgstr "[-M] [-p] [-n] [-f] [-r REV]... [DEST]"
  7376. msgid "show parents of the specified revision"
  7377. msgstr "mostra i genitori della revisione specificata"
  7378. msgid "[-r REV] [FILE]"
  7379. msgstr "[-r REV] [FILE]"
  7380. msgid "[NAME]"
  7381. msgstr "[NOME]"
  7382. msgid "update to new branch head if changesets were pulled"
  7383. msgstr ""
  7384. "aggiorna alla nuova head del branch se si è effettuato il pull di changeset"
  7385. msgid "run even when remote repository is unrelated"
  7386. msgstr "esegui anche quando il repository remoto non è collegato"
  7387. msgid "BOOKMARK"
  7388. msgstr ""
  7389. msgid "bookmark to pull"
  7390. msgstr "segnalibro da importare"
  7391. msgid "[-u] [-f] [-r REV]... [-e CMD] [--remotecmd CMD] [SOURCE]"
  7392. msgstr "[-u] [-f] [-r REV]... [-e CMD] [--remotecmd CMD] [SORGENTE]"
  7393. msgid "force push"
  7394. msgstr "forza il push"
  7395. msgid "bookmark to push"
  7396. msgstr "segnalibro da esportare"
  7397. msgid "allow pushing a new branch"
  7398. msgstr ""
  7399. msgid "[-f] [-r REV]... [-e CMD] [--remotecmd CMD] [DEST]"
  7400. msgstr "[-f] [-r REV]... [-e CMD] [--remotecmd CMD] [DEST]"
  7401. msgid "record delete for missing files"
  7402. msgstr "registra cancellazione per i file mancanti"
  7403. msgid "remove (and delete) file even if added or modified"
  7404. msgstr "rimuove (e cancella) i file anche se sono stati aggiunti o modificati"
  7405. msgid "record a rename that has already occurred"
  7406. msgstr "registra una rinomina che si è già verificata"
  7407. msgid "[OPTION]... SOURCE... DEST"
  7408. msgstr "[OPZIONE]... SORGENTE... DEST"
  7409. msgid "select all unresolved files"
  7410. msgstr "seleziona tutti i file non risolti"
  7411. msgid "list state of files needing merge"
  7412. msgstr "elenca lo stato dei file che necessitano merge"
  7413. msgid "mark files as resolved"
  7414. msgstr "marca i file come risolti"
  7415. msgid "mark files as unresolved"
  7416. msgstr "marca i file come non risolti"
  7417. msgid "hide status prefix"
  7418. msgstr "nascondi il prefisso di stato"
  7419. msgid "revert all changes when no arguments given"
  7420. msgstr "annulla tutte le modifiche quando nessun argomento è stato fornito"
  7421. msgid "tipmost revision matching date"
  7422. msgstr "la revisione più vicina a tip corrispondente alla data"
  7423. msgid "revert to the specified revision"
  7424. msgstr "ritorna alla revisione specificata"
  7425. msgid "do not save backup copies of files"
  7426. msgstr "non salva copie di backup dei file"
  7427. msgid "[OPTION]... [-r REV] [NAME]..."
  7428. msgstr "[OPZIONE]... [-r REV] [NOME]..."
  7429. msgid "name of access log file to write to"
  7430. msgstr "nome del file di log degli accessi su cui scrivere"
  7431. msgid "name of error log file to write to"
  7432. msgstr "nome del file di log degli errori su cui scrivere"
  7433. msgid "PORT"
  7434. msgstr ""
  7435. msgid "port to listen on (default: 8000)"
  7436. msgstr "porta su cui stare in ascolto (default: 8000)"
  7437. msgid "ADDR"
  7438. msgstr ""
  7439. msgid "address to listen on (default: all interfaces)"
  7440. msgstr "indirizzo su cui stare in ascolto (default: tutte le interfacce)"
  7441. msgid "prefix path to serve from (default: server root)"
  7442. msgstr "prefisso del percorso da cui servire (default: radice del server)"
  7443. msgid "name to show in web pages (default: working directory)"
  7444. msgstr "nome da mostrare nelle pagine web (default: la directory di lavoro)"
  7445. msgid "name of the hgweb config file (see \"hg help hgweb\")"
  7446. msgstr "nome del file di configurazione hgweb (vedere \"hg help hgweb\")"
  7447. msgid "name of the hgweb config file (DEPRECATED)"
  7448. msgstr ""
  7449. msgid "for remote clients"
  7450. msgstr "per i client remoti"
  7451. msgid "web templates to use"
  7452. msgstr "template web da usare"
  7453. msgid "template style to use"
  7454. msgstr "stile dei template da usare"
  7455. msgid "use IPv6 in addition to IPv4"
  7456. msgstr "usa IPv6 in aggiunta ad IPv4"
  7457. msgid "SSL certificate file"
  7458. msgstr "file del certificato SSL"
  7459. msgid "show untrusted configuration options"
  7460. msgstr "mostra le opzioni di configurazioni non affidabili"
  7461. msgid "[-u] [NAME]..."
  7462. msgstr "[-u] [NOME]..."
  7463. msgid "check for push and pull"
  7464. msgstr ""
  7465. msgid "show status of all files"
  7466. msgstr "mostra lo stato di tutti i file"
  7467. msgid "show only modified files"
  7468. msgstr "mostra solo i file modificati"
  7469. msgid "show only added files"
  7470. msgstr "mostra solo i file aggiunti"
  7471. msgid "show only removed files"
  7472. msgstr "mostra solo i file rimossi"
  7473. msgid "show only deleted (but tracked) files"
  7474. msgstr "mostra solo i file rimossi (ma tracciati)"
  7475. msgid "show only files without changes"
  7476. msgstr "mostra solo i file senza modifiche"
  7477. msgid "show only unknown (not tracked) files"
  7478. msgstr "mostra solo i file sconosciuti (non tracciati)"
  7479. msgid "show only ignored files"
  7480. msgstr "mostra solo i file ignorati"
  7481. msgid "show source of copied files"
  7482. msgstr "mostra la sorgente dei file copiati"
  7483. msgid "show difference from revision"
  7484. msgstr "mostra le differenze dalla revisione"
  7485. msgid "list the changed files of a revision"
  7486. msgstr "elenca i file modificati di una revisione"
  7487. msgid "force tag"
  7488. msgstr "forza il tag"
  7489. msgid "make the tag local"
  7490. msgstr "rendi la tag locale"
  7491. msgid "revision to tag"
  7492. msgstr "revisione da taggare"
  7493. msgid "remove a tag"
  7494. msgstr "rimuove una tag"
  7495. msgid "use <text> as commit message"
  7496. msgstr "usa <text> come messaggio di commit"
  7497. msgid "[-f] [-l] [-m TEXT] [-d DATE] [-u USER] [-r REV] NAME..."
  7498. msgstr "[-f] [-l] [-m TESTO] [-d DATA] [-u UTENTE] [-r REV] NOME..."
  7499. msgid "[-p] [-g]"
  7500. msgstr "[-p] [-g]"
  7501. msgid "update to new branch head if changesets were unbundled"
  7502. msgstr ""
  7503. "aggiorna alla nuova head del branch se changeset sono stati estratti da un "
  7504. "bundle"
  7505. msgid "[-u] FILE..."
  7506. msgstr "[-u] FILE..."
  7507. msgid "discard uncommitted changes (no backup)"
  7508. msgstr ""
  7509. "scarta modifiche di cui non è stato effettuato il commit (nessun backup)"
  7510. msgid "update across branches if no uncommitted changes"
  7511. msgstr ""
  7512. "aggiorna tra branch se non ci modifiche in sospeso di cui non si è "
  7513. "effettuato il commit"
  7514. msgid "[-c] [-C] [-d DATE] [[-r] REV]"
  7515. msgstr "[-c] [-C] [-d DATA] [[-r] REV]"
  7516. #, python-format
  7517. msgid "cannot include %s (%s)"
  7518. msgstr "impossibile includere %s (%s)"
  7519. msgid "not found in manifest"
  7520. msgstr "non trovato nel manifesto"
  7521. #, python-format
  7522. msgid "no such file in rev %s"
  7523. msgstr "nessun file alla revisione %s"
  7524. msgid "branch name not in UTF-8!"
  7525. msgstr "il nome della branch non è in UTF-8!"
  7526. #, python-format
  7527. msgid "%s does not exist!\n"
  7528. msgstr "%s non esiste!\n"
  7529. #, python-format
  7530. msgid ""
  7531. "%s: up to %d MB of RAM may be required to manage this file\n"
  7532. "(use 'hg revert %s' to cancel the pending addition)\n"
  7533. msgstr ""
  7534. #, python-format
  7535. msgid "%s not added: only files and symlinks supported currently\n"
  7536. msgstr ""
  7537. "%s non aggiunto: attualmente solo file e link simbolici sono supportati\n"
  7538. #, python-format
  7539. msgid "%s already tracked!\n"
  7540. msgstr "%s è già tracciato!\n"
  7541. #, python-format
  7542. msgid "%s not added!\n"
  7543. msgstr "%s non aggiunto!\n"
  7544. #, python-format
  7545. msgid "%s still exists!\n"
  7546. msgstr ""
  7547. #, python-format
  7548. msgid "%s not tracked!\n"
  7549. msgstr "%s non è tracciato!\n"
  7550. #, python-format
  7551. msgid "%s not removed!\n"
  7552. msgstr ""
  7553. #, python-format
  7554. msgid "copy failed: %s is not a file or a symbolic link\n"
  7555. msgstr ""
  7556. #, python-format
  7557. msgid "invalid character in dag description: %s..."
  7558. msgstr "carattere non valido nella descrizione del dag: %s..."
  7559. #, python-format
  7560. msgid "expected id %i, got %i"
  7561. msgstr ""
  7562. #, python-format
  7563. msgid "parent id %i is larger than current id %i"
  7564. msgstr ""
  7565. #, python-format
  7566. msgid "invalid event type in dag: %s"
  7567. msgstr "tipo di evento invalido nel dag: %s"
  7568. msgid "working directory state appears damaged!"
  7569. msgstr "lo stato della directory di lavoro risulta danneggiato!"
  7570. #, python-format
  7571. msgid "'\\n' and '\\r' disallowed in filenames: %r"
  7572. msgstr "'\\n' e '\\r' non sono consentiti nei nomi dei file: %r"
  7573. #, python-format
  7574. msgid "directory %r already in dirstate"
  7575. msgstr "la directory %r è già nel dirstate"
  7576. #, python-format
  7577. msgid "file %r in dirstate clashes with %r"
  7578. msgstr "il file %r nel dirstate collide con %r"
  7579. #, python-format
  7580. msgid "setting %r to other parent only allowed in merges"
  7581. msgstr ""
  7582. #, python-format
  7583. msgid "not in dirstate: %s\n"
  7584. msgstr "non nel dirstate: %s\n"
  7585. msgid "unknown"
  7586. msgstr "sconosciuto"
  7587. msgid "character device"
  7588. msgstr "device a caratteri"
  7589. msgid "block device"
  7590. msgstr "device a blocchi"
  7591. msgid "fifo"
  7592. msgstr "fifo"
  7593. msgid "socket"
  7594. msgstr "socket"
  7595. msgid "directory"
  7596. msgstr "directory"
  7597. #, python-format
  7598. msgid "unsupported file type (type is %s)"
  7599. msgstr "tipo di file non supportato (il tipo è %s)"
  7600. msgid "searching for changes\n"
  7601. msgstr "sto cercando modifiche\n"
  7602. msgid "queries"
  7603. msgstr ""
  7604. msgid "searching"
  7605. msgstr "ricerca in corso"
  7606. msgid "already have changeset "
  7607. msgstr ""
  7608. msgid "warning: repository is unrelated\n"
  7609. msgstr ""
  7610. msgid "repository is unrelated"
  7611. msgstr "il repository non è imparentato"
  7612. #, python-format
  7613. msgid "push creates new remote branches: %s!"
  7614. msgstr "push crea nuovi branch remoti: %s!"
  7615. msgid "use 'hg push --new-branch' to create new remote branches"
  7616. msgstr "usare 'hg push --new-branch' per creare nuovi branch remoti"
  7617. #, python-format
  7618. msgid "push creates new remote heads on branch '%s'!"
  7619. msgstr "push crea nuove head remote sul branch '%s'!"
  7620. msgid "push creates new remote heads!"
  7621. msgstr "push crea nuove head remote!"
  7622. msgid "you should pull and merge or use push -f to force"
  7623. msgstr ""
  7624. "dovresti fare il pull e il merge o usare push -f per forzare l'operazione"
  7625. msgid "did you forget to merge? use push -f to force"
  7626. msgstr "ti sei dimenticato di effettuare il merge? usare push -f per forzare"
  7627. msgid "note: unsynced remote changes!\n"
  7628. msgstr "nota: modifiche remote non sincronizzate!\n"
  7629. #, python-format
  7630. msgid "abort: %s\n"
  7631. msgstr "abortito: %s\n"
  7632. #, python-format
  7633. msgid "(%s)\n"
  7634. msgstr ""
  7635. #, python-format
  7636. msgid "hg: parse error at %s: %s\n"
  7637. msgstr "hg: errore di parsing a %s: %s\n"
  7638. #, python-format
  7639. msgid "hg: parse error: %s\n"
  7640. msgstr "hg: errore di parsing: %s\n"
  7641. msgid "entering debugger - type c to continue starting hg or h for help\n"
  7642. msgstr ""
  7643. #, python-format
  7644. msgid ""
  7645. "hg: command '%s' is ambiguous:\n"
  7646. " %s\n"
  7647. msgstr ""
  7648. "hg: il comando '%s' è ambiguo:\n"
  7649. " %s\n"
  7650. #, python-format
  7651. msgid "timed out waiting for lock held by %s"
  7652. msgstr "tempo esaurito per l'attesa del lock tenuto da %s"
  7653. #, python-format
  7654. msgid "lock held by %s"
  7655. msgstr "lock tenuto da %s"
  7656. #, python-format
  7657. msgid "abort: %s: %s\n"
  7658. msgstr "abortito: %s: %s\n"
  7659. #, python-format
  7660. msgid "abort: could not lock %s: %s\n"
  7661. msgstr "abortito: impossibile acquisire il lock su %s: %s\n"
  7662. #, python-format
  7663. msgid "hg %s: %s\n"
  7664. msgstr "hg %s: %s\n"
  7665. #, python-format
  7666. msgid "hg: %s\n"
  7667. msgstr "hg: %s\n"
  7668. #, python-format
  7669. msgid "abort: %s!\n"
  7670. msgstr "abortito: %s!\n"
  7671. #, python-format
  7672. msgid "abort: %s"
  7673. msgstr "abortito: %s"
  7674. msgid " empty string\n"
  7675. msgstr " stringa vuota\n"
  7676. msgid "killed!\n"
  7677. msgstr "ucciso!\n"
  7678. #, python-format
  7679. msgid "hg: unknown command '%s'\n"
  7680. msgstr "hg: comando '%s' sconosciuto\n"
  7681. msgid "(did you forget to compile extensions?)\n"
  7682. msgstr "(ti sei dimenticato di compilare le estensioni?)\n"
  7683. msgid "(is your Python install correct?)\n"
  7684. msgstr "(l'installazione di Python è corretta?)\n"
  7685. #, python-format
  7686. msgid "abort: error: %s\n"
  7687. msgstr "abortito: errore: %s\n"
  7688. msgid "broken pipe\n"
  7689. msgstr "pipe rotta\n"
  7690. msgid "interrupted!\n"
  7691. msgstr "interrotto!\n"
  7692. msgid ""
  7693. "\n"
  7694. "broken pipe\n"
  7695. msgstr ""
  7696. "\n"
  7697. "pipe rotta\n"
  7698. msgid "abort: out of memory\n"
  7699. msgstr "abortito: memoria esaurita\n"
  7700. msgid "** unknown exception encountered, please report by visiting\n"
  7701. msgstr ""
  7702. "** incontrata eccezione sconosciuta, si prega di segnalarla visitando\n"
  7703. msgid "** http://mercurial.selenic.com/wiki/BugTracker\n"
  7704. msgstr "** http://mercurial.selenic.com/wiki/BugTracker\n"
  7705. #, python-format
  7706. msgid "** Python %s\n"
  7707. msgstr ""
  7708. #, python-format
  7709. msgid "** Mercurial Distributed SCM (version %s)\n"
  7710. msgstr "** Mercurial SCM Distribuito (versione %s)\n"
  7711. #, python-format
  7712. msgid "** Extensions loaded: %s\n"
  7713. msgstr "** Estensioni caricate: %s\n"
  7714. #, python-format
  7715. msgid "no definition for alias '%s'\n"
  7716. msgstr ""
  7717. #, python-format
  7718. msgid ""
  7719. "No argument found for substitution of %i variable in alias '%s' definition."
  7720. msgstr ""
  7721. #, python-format
  7722. msgid ""
  7723. "error in definition for alias '%s': %s may only be given on the command "
  7724. "line\n"
  7725. msgstr ""
  7726. #, python-format
  7727. msgid "alias '%s' resolves to unknown command '%s'\n"
  7728. msgstr "l'alias '%s' corrisponde al comando sconosciuto '%s'\n"
  7729. #, python-format
  7730. msgid "alias '%s' resolves to ambiguous command '%s'\n"
  7731. msgstr "l'alias '%s' corrisponde al comando ambiguo '%s'\n"
  7732. #, python-format
  7733. msgid "malformed --config option: %r (use --config section.name=value)"
  7734. msgstr "opzione --config malformata: %r (usare --config sezione.nome=valore)"
  7735. #, python-format
  7736. msgid "error getting current working directory: %s"
  7737. msgstr "errore nel reperimento della directory di lavoro corrente: %s"
  7738. #, python-format
  7739. msgid "extension '%s' overrides commands: %s\n"
  7740. msgstr "l'estensione '%s' rimpiazza i comandi: %s\n"
  7741. msgid "option --config may not be abbreviated!"
  7742. msgstr "l'opzione --config non può essere abbreviata!"
  7743. msgid "option --cwd may not be abbreviated!"
  7744. msgstr "l'opzione --cwd non può essere abbreviata!"
  7745. msgid ""
  7746. "Option -R has to be separated from other options (e.g. not -qR) and --"
  7747. "repository may only be abbreviated as --repo!"
  7748. msgstr ""
  7749. #, python-format
  7750. msgid "Time: real %.3f secs (user %.3f+%.3f sys %.3f+%.3f)\n"
  7751. msgstr ""
  7752. #, python-format
  7753. msgid "repository '%s' is not local"
  7754. msgstr "il repository '%s' non è locale"
  7755. msgid "warning: --repository ignored\n"
  7756. msgstr "attenzione: --repository ignorata\n"
  7757. msgid "invalid arguments"
  7758. msgstr "argomenti non validi"
  7759. #, python-format
  7760. msgid "unrecognized profiling format '%s' - Ignored\n"
  7761. msgstr ""
  7762. msgid ""
  7763. "lsprof not available - install from http://codespeak.net/svn/user/arigo/hack/"
  7764. "misc/lsprof/"
  7765. msgstr ""
  7766. #, python-format
  7767. msgid "*** failed to import extension %s from %s: %s\n"
  7768. msgstr "*** fallita l'importazione dell'estensione %s da %s: %s\n"
  7769. #, python-format
  7770. msgid "*** failed to import extension %s: %s\n"
  7771. msgstr "*** fallita l'importazione dell'estensione %s: %s\n"
  7772. #, python-format
  7773. msgid "warning: error finding commands in %s\n"
  7774. msgstr "attenzione: errore nella ricerca di comandi in %s\n"
  7775. #, python-format
  7776. msgid "couldn't find merge tool %s\n"
  7777. msgstr "non è stato possibile trovare il tool per il merge %s\n"
  7778. #, python-format
  7779. msgid "tool %s can't handle symlinks\n"
  7780. msgstr "il tool %s non può gestire link simbolici\n"
  7781. #, python-format
  7782. msgid "tool %s can't handle binary\n"
  7783. msgstr "il tool %s non può gestire file binari\n"
  7784. #, python-format
  7785. msgid "tool %s requires a GUI\n"
  7786. msgstr "il tool %s richiede una GUI\n"
  7787. #, python-format
  7788. msgid ""
  7789. " no tool found to merge %s\n"
  7790. "keep (l)ocal or take (o)ther?"
  7791. msgstr ""
  7792. msgid "&Local"
  7793. msgstr ""
  7794. msgid "&Other"
  7795. msgstr ""
  7796. #, python-format
  7797. msgid "merging %s and %s to %s\n"
  7798. msgstr "sto effettuando il merge di %s e %s in %s\n"
  7799. #, python-format
  7800. msgid "merging %s\n"
  7801. msgstr "sto effettuando il merge di %s\n"
  7802. #, python-format
  7803. msgid "%s.premerge not valid ('%s' is neither boolean nor %s)"
  7804. msgstr ""
  7805. #, python-format
  7806. msgid "was merge of '%s' successful (yn)?"
  7807. msgstr ""
  7808. #, python-format
  7809. msgid ""
  7810. " output file %s appears unchanged\n"
  7811. "was merge successful (yn)?"
  7812. msgstr ""
  7813. #, python-format
  7814. msgid "merging %s failed!\n"
  7815. msgstr "merge di %s fallito!\n"
  7816. msgid "starting revisions are not directly related"
  7817. msgstr "le revisioni di partenza non sono direttamente correlate"
  7818. #, python-format
  7819. msgid "inconsistent state, %s:%s is good and bad"
  7820. msgstr "etato inconsistente, %s:%s è sia buona sia errata"
  7821. #, python-format
  7822. msgid "unknown bisect kind %s"
  7823. msgstr ""
  7824. msgid "disabled extensions:"
  7825. msgstr "estensioni disabilitate:"
  7826. msgid "Configuration Files"
  7827. msgstr ""
  7828. msgid "Date Formats"
  7829. msgstr "Formati della data"
  7830. msgid "File Name Patterns"
  7831. msgstr "Pattern dei Nomi dei File"
  7832. msgid "Environment Variables"
  7833. msgstr "Variabili d'ambiente"
  7834. msgid "Specifying Single Revisions"
  7835. msgstr ""
  7836. msgid "Specifying Multiple Revisions"
  7837. msgstr "Specificare Revisioni Multiple"
  7838. msgid "Specifying Revision Sets"
  7839. msgstr "Specificare Insiemi di Revisioni"
  7840. msgid "Diff Formats"
  7841. msgstr "Formati di diff"
  7842. msgid "Merge Tools"
  7843. msgstr ""
  7844. msgid "Template Usage"
  7845. msgstr ""
  7846. msgid "URL Paths"
  7847. msgstr "Percorsi URL"
  7848. msgid "Using additional features"
  7849. msgstr "Uso di funzionalità aggiuntive"
  7850. msgid "Subrepositories"
  7851. msgstr "Subrepository"
  7852. msgid "Configuring hgweb"
  7853. msgstr ""
  7854. msgid "Glossary"
  7855. msgstr ""
  7856. msgid ""
  7857. "Mercurial reads configuration data from several files, if they exist.\n"
  7858. "Below we list the most specific file first."
  7859. msgstr ""
  7860. msgid "On Windows, these configuration files are read:"
  7861. msgstr ""
  7862. msgid ""
  7863. "- ``<repo>\\.hg\\hgrc``\n"
  7864. "- ``%USERPROFILE%\\.hgrc``\n"
  7865. "- ``%USERPROFILE%\\mercurial.ini``\n"
  7866. "- ``%HOME%\\.hgrc``\n"
  7867. "- ``%HOME%\\mercurial.ini``\n"
  7868. "- ``C:\\mercurial\\mercurial.ini`` (unless regkey or hgrc.d\\ or mercurial."
  7869. "ini found)\n"
  7870. "- ``HKEY_LOCAL_MACHINE\\SOFTWARE\\Mercurial`` (unless hgrc.d\\ or mercurial."
  7871. "ini found)\n"
  7872. "- ``<hg.exe-dir>\\hgrc.d\\*.rc`` (unless mercurial.ini found)\n"
  7873. "- ``<hg.exe-dir>\\mercurial.ini``"
  7874. msgstr ""
  7875. msgid "On Unix, these files are read:"
  7876. msgstr ""
  7877. msgid ""
  7878. "- ``<repo>/.hg/hgrc``\n"
  7879. "- ``$HOME/.hgrc``\n"
  7880. "- ``/etc/mercurial/hgrc``\n"
  7881. "- ``/etc/mercurial/hgrc.d/*.rc``\n"
  7882. "- ``<install-root>/etc/mercurial/hgrc``\n"
  7883. "- ``<install-root>/etc/mercurial/hgrc.d/*.rc``"
  7884. msgstr ""
  7885. msgid ""
  7886. "If there is a per-repository configuration file which is not owned by\n"
  7887. "the active user, Mercurial will warn you that the file is skipped::"
  7888. msgstr ""
  7889. msgid ""
  7890. " not trusting file <repo>/.hg/hgrc from untrusted user USER, group GROUP"
  7891. msgstr ""
  7892. msgid ""
  7893. "If this bothers you, the warning can be silenced (the file would still\n"
  7894. "be ignored) or trust can be established. Use one of the following\n"
  7895. "settings, the syntax is explained below:"
  7896. msgstr ""
  7897. msgid ""
  7898. "- ``ui.report_untrusted = False``\n"
  7899. "- ``trusted.users = USER``\n"
  7900. "- ``trusted.groups = GROUP``"
  7901. msgstr ""
  7902. msgid ""
  7903. "The configuration files for Mercurial use a simple ini-file format. A\n"
  7904. "configuration file consists of sections, led by a ``[section]`` header\n"
  7905. "and followed by ``name = value`` entries::"
  7906. msgstr ""
  7907. msgid ""
  7908. " [ui]\n"
  7909. " username = Firstname Lastname <firstname.lastname@example.net>\n"
  7910. " verbose = True"
  7911. msgstr ""
  7912. msgid ""
  7913. "The above entries will be referred to as ``ui.username`` and\n"
  7914. "``ui.verbose``, respectively. Please see the hgrc man page for a full\n"
  7915. "description of the possible configuration values:"
  7916. msgstr ""
  7917. msgid ""
  7918. "- on Unix-like systems: ``man hgrc``\n"
  7919. "- online: http://www.selenic.com/mercurial/hgrc.5.html\n"
  7920. msgstr ""
  7921. msgid "Some commands allow the user to specify a date, e.g.:"
  7922. msgstr ""
  7923. msgid ""
  7924. "- backout, commit, import, tag: Specify the commit date.\n"
  7925. "- log, revert, update: Select revision(s) by date."
  7926. msgstr ""
  7927. msgid "Many date formats are valid. Here are some examples:"
  7928. msgstr ""
  7929. msgid ""
  7930. "- ``Wed Dec 6 13:18:29 2006`` (local timezone assumed)\n"
  7931. "- ``Dec 6 13:18 -0600`` (year assumed, time offset provided)\n"
  7932. "- ``Dec 6 13:18 UTC`` (UTC and GMT are aliases for +0000)\n"
  7933. "- ``Dec 6`` (midnight)\n"
  7934. "- ``13:18`` (today assumed)\n"
  7935. "- ``3:39`` (3:39AM assumed)\n"
  7936. "- ``3:39pm`` (15:39)\n"
  7937. "- ``2006-12-06 13:18:29`` (ISO 8601 format)\n"
  7938. "- ``2006-12-6 13:18``\n"
  7939. "- ``2006-12-6``\n"
  7940. "- ``12-6``\n"
  7941. "- ``12/6``\n"
  7942. "- ``12/6/6`` (Dec 6 2006)"
  7943. msgstr ""
  7944. msgid "Lastly, there is Mercurial's internal format:"
  7945. msgstr ""
  7946. msgid "- ``1165432709 0`` (Wed Dec 6 13:18:29 2006 UTC)"
  7947. msgstr ""
  7948. msgid ""
  7949. "This is the internal representation format for dates. unixtime is the\n"
  7950. "number of seconds since the epoch (1970-01-01 00:00 UTC). offset is\n"
  7951. "the offset of the local timezone, in seconds west of UTC (negative if\n"
  7952. "the timezone is east of UTC)."
  7953. msgstr ""
  7954. msgid "The log command also accepts date ranges:"
  7955. msgstr ""
  7956. msgid ""
  7957. "- ``<{datetime}`` - at or before a given date/time\n"
  7958. "- ``>{datetime}`` - on or after a given date/time\n"
  7959. "- ``{datetime} to {datetime}`` - a date range, inclusive\n"
  7960. "- ``-{days}`` - within a given number of days of today\n"
  7961. msgstr ""
  7962. msgid ""
  7963. "Mercurial's default format for showing changes between two versions of\n"
  7964. "a file is compatible with the unified format of GNU diff, which can be\n"
  7965. "used by GNU patch and many other standard tools."
  7966. msgstr ""
  7967. msgid ""
  7968. "While this standard format is often enough, it does not encode the\n"
  7969. "following information:"
  7970. msgstr ""
  7971. msgid ""
  7972. "- executable status and other permission bits\n"
  7973. "- copy or rename information\n"
  7974. "- changes in binary files\n"
  7975. "- creation or deletion of empty files"
  7976. msgstr ""
  7977. msgid ""
  7978. "Mercurial also supports the extended diff format from the git VCS\n"
  7979. "which addresses these limitations. The git diff format is not produced\n"
  7980. "by default because a few widespread tools still do not understand this\n"
  7981. "format."
  7982. msgstr ""
  7983. msgid ""
  7984. "This means that when generating diffs from a Mercurial repository\n"
  7985. "(e.g. with :hg:`export`), you should be careful about things like file\n"
  7986. "copies and renames or other things mentioned above, because when\n"
  7987. "applying a standard diff to a different repository, this extra\n"
  7988. "information is lost. Mercurial's internal operations (like push and\n"
  7989. "pull) are not affected by this, because they use an internal binary\n"
  7990. "format for communicating changes."
  7991. msgstr ""
  7992. msgid ""
  7993. "To make Mercurial produce the git extended diff format, use the --git\n"
  7994. "option available for many commands, or set 'git = True' in the [diff]\n"
  7995. "section of your configuration file. You do not need to set this option\n"
  7996. "when importing diffs in this format or using them in the mq extension.\n"
  7997. msgstr ""
  7998. msgid ""
  7999. "HG\n"
  8000. " Path to the 'hg' executable, automatically passed when running\n"
  8001. " hooks, extensions or external tools. If unset or empty, this is\n"
  8002. " the hg executable's name if it's frozen, or an executable named\n"
  8003. " 'hg' (with %PATHEXT% [defaulting to COM/EXE/BAT/CMD] extensions on\n"
  8004. " Windows) is searched."
  8005. msgstr ""
  8006. msgid ""
  8007. "HGEDITOR\n"
  8008. " This is the name of the editor to run when committing. See EDITOR."
  8009. msgstr ""
  8010. msgid " (deprecated, use configuration file)"
  8011. msgstr ""
  8012. msgid ""
  8013. "HGENCODING\n"
  8014. " This overrides the default locale setting detected by Mercurial.\n"
  8015. " This setting is used to convert data including usernames,\n"
  8016. " changeset descriptions, tag names, and branches. This setting can\n"
  8017. " be overridden with the --encoding command-line option."
  8018. msgstr ""
  8019. msgid ""
  8020. "HGENCODINGMODE\n"
  8021. " This sets Mercurial's behavior for handling unknown characters\n"
  8022. " while transcoding user input. The default is \"strict\", which\n"
  8023. " causes Mercurial to abort if it can't map a character. Other\n"
  8024. " settings include \"replace\", which replaces unknown characters, and\n"
  8025. " \"ignore\", which drops them. This setting can be overridden with\n"
  8026. " the --encodingmode command-line option."
  8027. msgstr ""
  8028. msgid ""
  8029. "HGENCODINGAMBIGUOUS\n"
  8030. " This sets Mercurial's behavior for handling characters with\n"
  8031. " \"ambiguous\" widths like accented Latin characters with East Asian\n"
  8032. " fonts. By default, Mercurial assumes ambiguous characters are\n"
  8033. " narrow, set this variable to \"wide\" if such characters cause\n"
  8034. " formatting problems."
  8035. msgstr ""
  8036. msgid ""
  8037. "HGMERGE\n"
  8038. " An executable to use for resolving merge conflicts. The program\n"
  8039. " will be executed with three arguments: local file, remote file,\n"
  8040. " ancestor file."
  8041. msgstr ""
  8042. msgid ""
  8043. "HGRCPATH\n"
  8044. " A list of files or directories to search for configuration\n"
  8045. " files. Item separator is \":\" on Unix, \";\" on Windows. If HGRCPATH\n"
  8046. " is not set, platform default search path is used. If empty, only\n"
  8047. " the .hg/hgrc from the current repository is read."
  8048. msgstr ""
  8049. msgid " For each element in HGRCPATH:"
  8050. msgstr ""
  8051. msgid ""
  8052. " - if it's a directory, all files ending with .rc are added\n"
  8053. " - otherwise, the file itself will be added"
  8054. msgstr ""
  8055. msgid ""
  8056. "HGPLAIN\n"
  8057. " When set, this disables any configuration settings that might\n"
  8058. " change Mercurial's default output. This includes encoding,\n"
  8059. " defaults, verbose mode, debug mode, quiet mode, tracebacks, and\n"
  8060. " localization. This can be useful when scripting against Mercurial\n"
  8061. " in the face of existing user configuration."
  8062. msgstr ""
  8063. msgid ""
  8064. " Equivalent options set via command line flags or environment\n"
  8065. " variables are not overridden."
  8066. msgstr ""
  8067. msgid ""
  8068. "HGUSER\n"
  8069. " This is the string used as the author of a commit. If not set,\n"
  8070. " available values will be considered in this order:"
  8071. msgstr ""
  8072. msgid ""
  8073. " - HGUSER (deprecated)\n"
  8074. " - configuration files from the HGRCPATH\n"
  8075. " - EMAIL\n"
  8076. " - interactive prompt\n"
  8077. " - LOGNAME (with ``@hostname`` appended)"
  8078. msgstr ""
  8079. msgid ""
  8080. "EMAIL\n"
  8081. " May be used as the author of a commit; see HGUSER."
  8082. msgstr ""
  8083. msgid ""
  8084. "LOGNAME\n"
  8085. " May be used as the author of a commit; see HGUSER."
  8086. msgstr ""
  8087. msgid ""
  8088. "VISUAL\n"
  8089. " This is the name of the editor to use when committing. See EDITOR."
  8090. msgstr ""
  8091. msgid ""
  8092. "EDITOR\n"
  8093. " Sometimes Mercurial needs to open a text file in an editor for a\n"
  8094. " user to modify, for example when writing commit messages. The\n"
  8095. " editor it uses is determined by looking at the environment\n"
  8096. " variables HGEDITOR, VISUAL and EDITOR, in that order. The first\n"
  8097. " non-empty one is chosen. If all of them are empty, the editor\n"
  8098. " defaults to 'vi'."
  8099. msgstr ""
  8100. msgid ""
  8101. "PYTHONPATH\n"
  8102. " This is used by Python to find imported modules and may need to be\n"
  8103. " set appropriately if this Mercurial is not installed system-wide.\n"
  8104. msgstr ""
  8105. msgid ""
  8106. "Mercurial has the ability to add new features through the use of\n"
  8107. "extensions. Extensions may add new commands, add options to\n"
  8108. "existing commands, change the default behavior of commands, or\n"
  8109. "implement hooks."
  8110. msgstr ""
  8111. msgid ""
  8112. "Extensions are not loaded by default for a variety of reasons:\n"
  8113. "they can increase startup overhead; they may be meant for advanced\n"
  8114. "usage only; they may provide potentially dangerous abilities (such\n"
  8115. "as letting you destroy or modify history); they might not be ready\n"
  8116. "for prime time; or they may alter some usual behaviors of stock\n"
  8117. "Mercurial. It is thus up to the user to activate extensions as\n"
  8118. "needed."
  8119. msgstr ""
  8120. msgid ""
  8121. "To enable the \"foo\" extension, either shipped with Mercurial or in the\n"
  8122. "Python search path, create an entry for it in your configuration file,\n"
  8123. "like this::"
  8124. msgstr ""
  8125. msgid ""
  8126. " [extensions]\n"
  8127. " foo ="
  8128. msgstr ""
  8129. msgid "You may also specify the full path to an extension::"
  8130. msgstr ""
  8131. msgid ""
  8132. " [extensions]\n"
  8133. " myfeature = ~/.hgext/myfeature.py"
  8134. msgstr ""
  8135. msgid ""
  8136. "To explicitly disable an extension enabled in a configuration file of\n"
  8137. "broader scope, prepend its path with !::"
  8138. msgstr ""
  8139. msgid ""
  8140. " [extensions]\n"
  8141. " # disabling extension bar residing in /path/to/extension/bar.py\n"
  8142. " bar = !/path/to/extension/bar.py\n"
  8143. " # ditto, but no path was supplied for extension baz\n"
  8144. " baz = !\n"
  8145. msgstr ""
  8146. msgid ""
  8147. "Ancestor\n"
  8148. " Any changeset that can be reached by an unbroken chain of parent\n"
  8149. " changesets from a given changeset. More precisely, the ancestors\n"
  8150. " of a changeset can be defined by two properties: a parent of a\n"
  8151. " changeset is an ancestor, and a parent of an ancestor is an\n"
  8152. " ancestor. See also: 'Descendant'."
  8153. msgstr ""
  8154. msgid ""
  8155. "Branch\n"
  8156. " (Noun) A child changeset that has been created from a parent that\n"
  8157. " is not a head. These are known as topological branches, see\n"
  8158. " 'Branch, topological'. If a topological branch is named, it becomes\n"
  8159. " a named branch. If a topological branch is not named, it becomes\n"
  8160. " an anonymous branch. See 'Branch, anonymous' and 'Branch, named'."
  8161. msgstr ""
  8162. msgid ""
  8163. " Branches may be created when changes are pulled from or pushed to\n"
  8164. " a remote repository, since new heads may be created by these\n"
  8165. " operations. Note that the term branch can also be used informally\n"
  8166. " to describe a development process in which certain development is\n"
  8167. " done independently of other development. This is sometimes done\n"
  8168. " explicitly with a named branch, but it can also be done locally,\n"
  8169. " using bookmarks or clones and anonymous branches."
  8170. msgstr ""
  8171. msgid " Example: \"The experimental branch\"."
  8172. msgstr ""
  8173. msgid ""
  8174. " (Verb) The action of creating a child changeset which results in\n"
  8175. " its parent having more than one child."
  8176. msgstr ""
  8177. msgid " Example: \"I'm going to branch at X\"."
  8178. msgstr ""
  8179. msgid ""
  8180. "Branch, anonymous\n"
  8181. " Every time a new child changeset is created from a parent that is not\n"
  8182. " a head and the name of the branch is not changed, a new anonymous\n"
  8183. " branch is created."
  8184. msgstr ""
  8185. msgid ""
  8186. "Branch, closed\n"
  8187. " A named branch whose branch heads have all been closed."
  8188. msgstr ""
  8189. msgid ""
  8190. "Branch, default\n"
  8191. " The branch assigned to a changeset when no name has previously been\n"
  8192. " assigned."
  8193. msgstr ""
  8194. msgid ""
  8195. "Branch head\n"
  8196. " See 'Head, branch'."
  8197. msgstr ""
  8198. msgid ""
  8199. "Branch, inactive\n"
  8200. " If a named branch has no topological heads, it is considered to be\n"
  8201. " inactive. As an example, a feature branch becomes inactive when it\n"
  8202. " is merged into the default branch. The :hg:`branches` command\n"
  8203. " shows inactive branches by default, though they can be hidden with\n"
  8204. " :hg:`branches --active`."
  8205. msgstr ""
  8206. msgid ""
  8207. " NOTE: this concept is deprecated because it is too implicit.\n"
  8208. " Branches should now be explicitly closed using :hg:`commit\n"
  8209. " --close-branch` when they are no longer needed."
  8210. msgstr ""
  8211. msgid ""
  8212. "Branch, named\n"
  8213. " A collection of changesets which have the same branch name. By\n"
  8214. " default, children of a changeset in a named branch belong to the\n"
  8215. " same named branch. A child can be explicitly assigned to a\n"
  8216. " different branch. See :hg:`help branch`, :hg:`help branches` and\n"
  8217. " :hg:`commit --close-branch` for more information on managing\n"
  8218. " branches."
  8219. msgstr ""
  8220. msgid ""
  8221. " Named branches can be thought of as a kind of namespace, dividing\n"
  8222. " the collection of changesets that comprise the repository into a\n"
  8223. " collection of disjoint subsets. A named branch is not necessarily\n"
  8224. " a topological branch. If a new named branch is created from the\n"
  8225. " head of another named branch, or the default branch, but no\n"
  8226. " further changesets are added to that previous branch, then that\n"
  8227. " previous branch will be a branch in name only."
  8228. msgstr ""
  8229. msgid ""
  8230. "Branch tip\n"
  8231. " See 'Tip, branch'."
  8232. msgstr ""
  8233. msgid ""
  8234. "Branch, topological\n"
  8235. " Every time a new child changeset is created from a parent that is\n"
  8236. " not a head, a new topological branch is created. If a topological\n"
  8237. " branch is named, it becomes a named branch. If a topological\n"
  8238. " branch is not named, it becomes an anonymous branch of the\n"
  8239. " current, possibly default, branch."
  8240. msgstr ""
  8241. msgid ""
  8242. "Changelog\n"
  8243. " A record of the changesets in the order in which they were added\n"
  8244. " to the repository. This includes details such as changeset id,\n"
  8245. " author, commit message, date, and list of changed files."
  8246. msgstr ""
  8247. msgid ""
  8248. "Changeset\n"
  8249. " A snapshot of the state of the repository used to record a change."
  8250. msgstr ""
  8251. msgid ""
  8252. "Changeset, child\n"
  8253. " The converse of parent changeset: if P is a parent of C, then C is\n"
  8254. " a child of P. There is no limit to the number of children that a\n"
  8255. " changeset may have."
  8256. msgstr ""
  8257. msgid ""
  8258. "Changeset id\n"
  8259. " A SHA-1 hash that uniquely identifies a changeset. It may be\n"
  8260. " represented as either a \"long\" 40 hexadecimal digit string, or a\n"
  8261. " \"short\" 12 hexadecimal digit string."
  8262. msgstr ""
  8263. msgid ""
  8264. "Changeset, merge\n"
  8265. " A changeset with two parents. This occurs when a merge is\n"
  8266. " committed."
  8267. msgstr ""
  8268. msgid ""
  8269. "Changeset, parent\n"
  8270. " A revision upon which a child changeset is based. Specifically, a\n"
  8271. " parent changeset of a changeset C is a changeset whose node\n"
  8272. " immediately precedes C in the DAG. Changesets have at most two\n"
  8273. " parents."
  8274. msgstr ""
  8275. msgid ""
  8276. "Checkout\n"
  8277. " (Noun) The working directory being updated to a specific\n"
  8278. " revision. This use should probably be avoided where possible, as\n"
  8279. " changeset is much more appropriate than checkout in this context."
  8280. msgstr ""
  8281. msgid " Example: \"I'm using checkout X.\""
  8282. msgstr ""
  8283. msgid ""
  8284. " (Verb) Updating the working directory to a specific changeset. See\n"
  8285. " :hg:`help update`."
  8286. msgstr ""
  8287. msgid " Example: \"I'm going to check out changeset X.\""
  8288. msgstr ""
  8289. msgid ""
  8290. "Child changeset\n"
  8291. " See 'Changeset, child'."
  8292. msgstr ""
  8293. msgid ""
  8294. "Close changeset\n"
  8295. " See 'Changeset, close'."
  8296. msgstr ""
  8297. msgid ""
  8298. "Closed branch\n"
  8299. " See 'Branch, closed'."
  8300. msgstr ""
  8301. msgid ""
  8302. "Clone\n"
  8303. " (Noun) An entire or partial copy of a repository. The partial\n"
  8304. " clone must be in the form of a revision and its ancestors."
  8305. msgstr ""
  8306. msgid " Example: \"Is your clone up to date?\"."
  8307. msgstr ""
  8308. msgid " (Verb) The process of creating a clone, using :hg:`clone`."
  8309. msgstr ""
  8310. msgid " Example: \"I'm going to clone the repository\"."
  8311. msgstr ""
  8312. msgid ""
  8313. "Closed branch head\n"
  8314. " See 'Head, closed branch'."
  8315. msgstr ""
  8316. msgid ""
  8317. "Commit\n"
  8318. " (Noun) A synonym for changeset."
  8319. msgstr ""
  8320. msgid " Example: \"Is the bug fixed in your recent commit?\""
  8321. msgstr ""
  8322. msgid ""
  8323. " (Verb) The act of recording changes to a repository. When files\n"
  8324. " are committed in a working directory, Mercurial finds the\n"
  8325. " differences between the committed files and their parent\n"
  8326. " changeset, creating a new changeset in the repository."
  8327. msgstr ""
  8328. msgid " Example: \"You should commit those changes now.\""
  8329. msgstr ""
  8330. msgid ""
  8331. "Cset\n"
  8332. " A common abbreviation of the term changeset."
  8333. msgstr ""
  8334. msgid ""
  8335. "DAG\n"
  8336. " The repository of changesets of a distributed version control\n"
  8337. " system (DVCS) can be described as a directed acyclic graph (DAG),\n"
  8338. " consisting of nodes and edges, where nodes correspond to\n"
  8339. " changesets and edges imply a parent -> child relation. This graph\n"
  8340. " can be visualized by graphical tools such as :hg:`glog`\n"
  8341. " (graphlog). In Mercurial, the DAG is limited by the requirement\n"
  8342. " for children to have at most two parents."
  8343. msgstr ""
  8344. msgid ""
  8345. "Default branch\n"
  8346. " See 'Branch, default'."
  8347. msgstr ""
  8348. msgid ""
  8349. "Descendant\n"
  8350. " Any changeset that can be reached by a chain of child changesets\n"
  8351. " from a given changeset. More precisely, the descendants of a\n"
  8352. " changeset can be defined by two properties: the child of a\n"
  8353. " changeset is a descendant, and the child of a descendant is a\n"
  8354. " descendant. See also: 'Ancestor'."
  8355. msgstr ""
  8356. msgid ""
  8357. "Diff\n"
  8358. " (Noun) The difference between the contents and attributes of files\n"
  8359. " in two changesets or a changeset and the current working\n"
  8360. " directory. The difference is usually represented in a standard\n"
  8361. " form called a \"diff\" or \"patch\". The \"git diff\" format is used\n"
  8362. " when the changes include copies, renames, or changes to file\n"
  8363. " attributes, none of which can be represented/handled by classic\n"
  8364. " \"diff\" and \"patch\"."
  8365. msgstr ""
  8366. msgid " Example: \"Did you see my correction in the diff?\""
  8367. msgstr ""
  8368. msgid ""
  8369. " (Verb) Diffing two changesets is the action of creating a diff or\n"
  8370. " patch."
  8371. msgstr ""
  8372. msgid ""
  8373. " Example: \"If you diff with changeset X, you will see what I mean.\""
  8374. msgstr ""
  8375. msgid ""
  8376. "Directory, working\n"
  8377. " The working directory represents the state of the files tracked by\n"
  8378. " Mercurial, that will be recorded in the next commit. The working\n"
  8379. " directory initially corresponds to the snapshot at an existing\n"
  8380. " changeset, known as the parent of the working directory. See\n"
  8381. " 'Parent, working directory'. The state may be modified by changes\n"
  8382. " to the files introduced manually or by a merge. The repository\n"
  8383. " metadata exists in the .hg directory inside the working directory."
  8384. msgstr ""
  8385. msgid ""
  8386. "Graph\n"
  8387. " See DAG and :hg:`help graphlog`."
  8388. msgstr ""
  8389. msgid ""
  8390. "Head\n"
  8391. " The term 'head' may be used to refer to both a branch head or a\n"
  8392. " repository head, depending on the context. See 'Head, branch' and\n"
  8393. " 'Head, repository' for specific definitions."
  8394. msgstr ""
  8395. msgid ""
  8396. " Heads are where development generally takes place and are the\n"
  8397. " usual targets for update and merge operations."
  8398. msgstr ""
  8399. msgid ""
  8400. "Head, branch\n"
  8401. " A changeset with no descendants on the same named branch."
  8402. msgstr ""
  8403. msgid ""
  8404. "Head, closed branch\n"
  8405. " A changeset that marks a head as no longer interesting. The closed\n"
  8406. " head is no longer listed by :hg:`heads`. A branch is considered\n"
  8407. " closed when all its heads are closed and consequently is not\n"
  8408. " listed by :hg:`branches`."
  8409. msgstr ""
  8410. msgid ""
  8411. "Head, repository\n"
  8412. " A topological head which has not been closed."
  8413. msgstr ""
  8414. msgid ""
  8415. "Head, topological\n"
  8416. " A changeset with no children in the repository."
  8417. msgstr ""
  8418. msgid ""
  8419. "History, immutable\n"
  8420. " Once committed, changesets cannot be altered. Extensions which\n"
  8421. " appear to change history actually create new changesets that\n"
  8422. " replace existing ones, and then destroy the old changesets. Doing\n"
  8423. " so in public repositories can result in old changesets being\n"
  8424. " reintroduced to the repository."
  8425. msgstr ""
  8426. msgid ""
  8427. "History, rewriting\n"
  8428. " The changesets in a repository are immutable. However, extensions\n"
  8429. " to Mercurial can be used to alter the repository, usually in such\n"
  8430. " a way as to preserve changeset contents."
  8431. msgstr ""
  8432. msgid ""
  8433. "Immutable history\n"
  8434. " See 'History, immutable'."
  8435. msgstr ""
  8436. msgid ""
  8437. "Merge changeset\n"
  8438. " See 'Changeset, merge'."
  8439. msgstr ""
  8440. msgid ""
  8441. "Manifest\n"
  8442. " Each changeset has a manifest, which is the list of files that are\n"
  8443. " tracked by the changeset."
  8444. msgstr ""
  8445. msgid ""
  8446. "Merge\n"
  8447. " Used to bring together divergent branches of work. When you update\n"
  8448. " to a changeset and then merge another changeset, you bring the\n"
  8449. " history of the latter changeset into your working directory. Once\n"
  8450. " conflicts are resolved (and marked), this merge may be committed\n"
  8451. " as a merge changeset, bringing two branches together in the DAG."
  8452. msgstr ""
  8453. msgid ""
  8454. "Named branch\n"
  8455. " See 'Branch, named'."
  8456. msgstr ""
  8457. "Named branch\n"
  8458. " Vedere 'Branch, named'."
  8459. msgid ""
  8460. "Null changeset\n"
  8461. " The empty changeset. It is the parent state of newly-initialized\n"
  8462. " repositories and repositories with no checked out revision. It is\n"
  8463. " thus the parent of root changesets and the effective ancestor when\n"
  8464. " merging unrelated changesets. Can be specified by the alias 'null'\n"
  8465. " or by the changeset ID '000000000000'."
  8466. msgstr ""
  8467. msgid ""
  8468. "Parent\n"
  8469. " See 'Changeset, parent'."
  8470. msgstr ""
  8471. msgid ""
  8472. "Parent changeset\n"
  8473. " See 'Changeset, parent'."
  8474. msgstr ""
  8475. msgid ""
  8476. "Parent, working directory\n"
  8477. " The working directory parent reflects a virtual revision which is\n"
  8478. " the child of the changeset (or two changesets with an uncommitted\n"
  8479. " merge) shown by :hg:`parents`. This is changed with\n"
  8480. " :hg:`update`. Other commands to see the working directory parent\n"
  8481. " are :hg:`summary` and :hg:`id`. Can be specified by the alias \".\"."
  8482. msgstr ""
  8483. msgid ""
  8484. "Patch\n"
  8485. " (Noun) The product of a diff operation."
  8486. msgstr ""
  8487. msgid " Example: \"I've sent you my patch.\""
  8488. msgstr ""
  8489. msgid ""
  8490. " (Verb) The process of using a patch file to transform one\n"
  8491. " changeset into another."
  8492. msgstr ""
  8493. msgid " Example: \"You will need to patch that revision.\""
  8494. msgstr ""
  8495. msgid ""
  8496. "Pull\n"
  8497. " An operation in which changesets in a remote repository which are\n"
  8498. " not in the local repository are brought into the local\n"
  8499. " repository. Note that this operation without special arguments\n"
  8500. " only updates the repository, it does not update the files in the\n"
  8501. " working directory. See :hg:`help pull`."
  8502. msgstr ""
  8503. msgid ""
  8504. "Push\n"
  8505. " An operation in which changesets in a local repository which are\n"
  8506. " not in a remote repository are sent to the remote repository. Note\n"
  8507. " that this operation only adds changesets which have been committed\n"
  8508. " locally to the remote repository. Uncommitted changes are not\n"
  8509. " sent. See :hg:`help push`."
  8510. msgstr ""
  8511. msgid ""
  8512. "Repository\n"
  8513. " The metadata describing all recorded states of a collection of\n"
  8514. " files. Each recorded state is represented by a changeset. A\n"
  8515. " repository is usually (but not always) found in the ``.hg``\n"
  8516. " subdirectory of a working directory. Any recorded state can be\n"
  8517. " recreated by \"updating\" a working directory to a specific\n"
  8518. " changeset."
  8519. msgstr ""
  8520. msgid ""
  8521. "Repository head\n"
  8522. " See 'Head, repository'."
  8523. msgstr ""
  8524. msgid ""
  8525. "Revision\n"
  8526. " A state of the repository at some point in time. Earlier revisions\n"
  8527. " can be updated to by using :hg:`update`. See also 'Revision\n"
  8528. " number'; See also 'Changeset'."
  8529. msgstr ""
  8530. msgid ""
  8531. "Revision number\n"
  8532. " This integer uniquely identifies a changeset in a specific\n"
  8533. " repository. It represents the order in which changesets were added\n"
  8534. " to a repository, starting with revision number 0. Note that the\n"
  8535. " revision number may be different in each clone of a repository. To\n"
  8536. " identify changesets uniquely between different clones, see\n"
  8537. " 'Changeset id'."
  8538. msgstr ""
  8539. msgid ""
  8540. "Revlog\n"
  8541. " History storage mechanism used by Mercurial. It is a form of delta\n"
  8542. " encoding, with occasional full revision of data followed by delta\n"
  8543. " of each successive revision. It includes data and an index\n"
  8544. " pointing to the data."
  8545. msgstr ""
  8546. msgid ""
  8547. "Rewriting history\n"
  8548. " See 'History, rewriting'."
  8549. msgstr ""
  8550. msgid ""
  8551. "Root\n"
  8552. " A changeset that has only the null changeset as its parent. Most\n"
  8553. " repositories have only a single root changeset."
  8554. msgstr ""
  8555. msgid ""
  8556. "Tip\n"
  8557. " The changeset with the highest revision number. It is the changeset\n"
  8558. " most recently added in a repository."
  8559. msgstr ""
  8560. msgid ""
  8561. "Tip, branch\n"
  8562. " The head of a given branch with the highest revision number. When\n"
  8563. " a branch name is used as a revision identifier, it refers to the\n"
  8564. " branch tip. See also 'Branch, head'. Note that because revision\n"
  8565. " numbers may be different in different repository clones, the\n"
  8566. " branch tip may be different in different cloned repositories."
  8567. msgstr ""
  8568. msgid ""
  8569. "Update\n"
  8570. " (Noun) Another synonym of changeset."
  8571. msgstr ""
  8572. msgid " Example: \"I've pushed an update\"."
  8573. msgstr ""
  8574. msgid ""
  8575. " (Verb) This term is usually used to describe updating the state of\n"
  8576. " the working directory to that of a specific changeset. See\n"
  8577. " :hg:`help update`."
  8578. msgstr ""
  8579. msgid " Example: \"You should update\"."
  8580. msgstr ""
  8581. msgid ""
  8582. "Working directory\n"
  8583. " See 'Directory, working'."
  8584. msgstr ""
  8585. msgid ""
  8586. "Working directory parent\n"
  8587. " See 'Parent, working directory'.\n"
  8588. msgstr ""
  8589. "Genitore della directory di lavoro\n"
  8590. " Vedere 'Genitore, directory di lavoro'.\n"
  8591. msgid ""
  8592. "Mercurial's internal web server, hgweb, can serve either a single\n"
  8593. "repository, or a collection of them. In the latter case, a special\n"
  8594. "configuration file can be used to specify the repository paths to use\n"
  8595. "and global web configuration options."
  8596. msgstr ""
  8597. msgid ""
  8598. "This file uses the same syntax as hgrc configuration files, but only\n"
  8599. "the following sections are recognized:"
  8600. msgstr ""
  8601. msgid ""
  8602. " - web\n"
  8603. " - paths\n"
  8604. " - collections"
  8605. msgstr ""
  8606. msgid ""
  8607. "The ``web`` section can specify all the settings described in the web\n"
  8608. "section of the hgrc documentation."
  8609. msgstr ""
  8610. msgid ""
  8611. "The ``paths`` section provides mappings of physical repository\n"
  8612. "paths to virtual ones. For instance::"
  8613. msgstr ""
  8614. msgid ""
  8615. " [paths]\n"
  8616. " projects/a = /foo/bar\n"
  8617. " projects/b = /baz/quux\n"
  8618. " web/root = /real/root/*\n"
  8619. " / = /real/root2/*\n"
  8620. " virtual/root2 = /real/root2/**"
  8621. msgstr ""
  8622. msgid ""
  8623. "- The first two entries make two repositories in different directories\n"
  8624. " appear under the same directory in the web interface\n"
  8625. "- The third entry maps every Mercurial repository found in '/real/root'\n"
  8626. " into 'web/root'. This format is preferred over the [collections] one,\n"
  8627. " since using absolute paths as configuration keys is not supported on "
  8628. "every\n"
  8629. " platform (especially on Windows).\n"
  8630. "- The fourth entry is a special case mapping all repositories in\n"
  8631. " '/real/root2' in the root of the virtual directory.\n"
  8632. "- The fifth entry recursively finds all repositories under the real\n"
  8633. " root, and maps their relative paths under the virtual root."
  8634. msgstr ""
  8635. msgid ""
  8636. "The ``collections`` section provides mappings of trees of physical\n"
  8637. "repositories paths to virtual ones, though the paths syntax is generally\n"
  8638. "preferred. For instance::"
  8639. msgstr ""
  8640. msgid ""
  8641. " [collections]\n"
  8642. " /foo = /foo"
  8643. msgstr ""
  8644. msgid ""
  8645. "Here, the left side will be stripped off all repositories found in the\n"
  8646. "right side. Thus ``/foo/bar`` and ``foo/quux/baz`` will be listed as\n"
  8647. "``bar`` and ``quux/baz`` respectively.\n"
  8648. msgstr ""
  8649. msgid "To merge files Mercurial uses merge tools."
  8650. msgstr ""
  8651. msgid ""
  8652. "A merge tool combines two different versions of a file into a merged\n"
  8653. "file. Merge tools are given the two files and the greatest common\n"
  8654. "ancestor of the two file versions, so they can determine the changes\n"
  8655. "made on both branches."
  8656. msgstr ""
  8657. msgid ""
  8658. "Merge tools are used both for :hg:`resolve`, :hg:`merge`, :hg:`update`,\n"
  8659. ":hg:`backout` and in several extensions."
  8660. msgstr ""
  8661. msgid ""
  8662. "Usually, the merge tool tries to automatically reconcile the files by\n"
  8663. "combining all non-overlapping changes that occurred separately in\n"
  8664. "the two different evolutions of the same initial base file. Furthermore, "
  8665. "some\n"
  8666. "interactive merge programs make it easier to manually resolve\n"
  8667. "conflicting merges, either in a graphical way, or by inserting some\n"
  8668. "conflict markers. Mercurial does not include any interactive merge\n"
  8669. "programs but relies on external tools for that."
  8670. msgstr ""
  8671. msgid ""
  8672. "Available merge tools\n"
  8673. "\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\""
  8674. msgstr ""
  8675. msgid ""
  8676. "External merge tools and their properties are configured in the\n"
  8677. "merge-tools configuration section - see hgrc(5) - but they can often just\n"
  8678. "be named by their executable."
  8679. msgstr ""
  8680. msgid ""
  8681. "A merge tool is generally usable if its executable can be found on the\n"
  8682. "system and if it can handle the merge. The executable is found if it\n"
  8683. "is an absolute or relative executable path or the name of an\n"
  8684. "application in the executable search path. The tool is assumed to be\n"
  8685. "able to handle the merge if it can handle symlinks if the file is a\n"
  8686. "symlink, if it can handle binary files if the file is binary, and if a\n"
  8687. "GUI is available if the tool requires a GUI."
  8688. msgstr ""
  8689. msgid ""
  8690. "There are some internal merge tools which can be used. The internal\n"
  8691. "merge tools are:"
  8692. msgstr ""
  8693. msgid ""
  8694. "``internal:merge``\n"
  8695. " Uses the internal non-interactive simple merge algorithm for merging\n"
  8696. " files. It will fail if there are any conflicts and leave markers in\n"
  8697. " the partially merged file."
  8698. msgstr ""
  8699. msgid ""
  8700. "``internal:fail``\n"
  8701. " Rather than attempting to merge files that were modified on both\n"
  8702. " branches, it marks them as unresolved. The resolve command must be\n"
  8703. " used to resolve these conflicts."
  8704. msgstr ""
  8705. msgid ""
  8706. "``internal:local``\n"
  8707. " Uses the local version of files as the merged version."
  8708. msgstr ""
  8709. msgid ""
  8710. "``internal:other``\n"
  8711. " Uses the other version of files as the merged version."
  8712. msgstr ""
  8713. msgid ""
  8714. "``internal:prompt``\n"
  8715. " Asks the user which of the local or the other version to keep as\n"
  8716. " the merged version."
  8717. msgstr ""
  8718. msgid ""
  8719. "``internal:dump``\n"
  8720. " Creates three versions of the files to merge, containing the\n"
  8721. " contents of local, other and base. These files can then be used to\n"
  8722. " perform a merge manually. If the file to be merged is named\n"
  8723. " ``a.txt``, these files will accordingly be named ``a.txt.local``,\n"
  8724. " ``a.txt.other`` and ``a.txt.base`` and they will be placed in the\n"
  8725. " same directory as ``a.txt``."
  8726. msgstr ""
  8727. msgid ""
  8728. "Internal tools are always available and do not require a GUI but will by "
  8729. "default\n"
  8730. "not handle symlinks or binary files."
  8731. msgstr ""
  8732. msgid ""
  8733. "Choosing a merge tool\n"
  8734. "\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\""
  8735. msgstr ""
  8736. msgid "Mercurial uses these rules when deciding which merge tool to use:"
  8737. msgstr ""
  8738. msgid ""
  8739. "1. If a tool has been specified with the --tool option to merge or resolve, "
  8740. "it\n"
  8741. " is used. If it is the name of a tool in the merge-tools configuration, "
  8742. "its\n"
  8743. " configuration is used. Otherwise the specified tool must be executable "
  8744. "by\n"
  8745. " the shell."
  8746. msgstr ""
  8747. msgid ""
  8748. "2. If the ``HGMERGE`` environment variable is present, its value is used "
  8749. "and\n"
  8750. " must be executable by the shell."
  8751. msgstr ""
  8752. msgid ""
  8753. "3. If the filename of the file to be merged matches any of the patterns in "
  8754. "the\n"
  8755. " merge-patterns configuration section, the first usable merge tool\n"
  8756. " corresponding to a matching pattern is used. Here, binary capabilities of "
  8757. "the\n"
  8758. " merge tool are not considered."
  8759. msgstr ""
  8760. msgid ""
  8761. "4. If ui.merge is set it will be considered next. If the value is not the "
  8762. "name\n"
  8763. " of a configured tool, the specified value is used and must be executable "
  8764. "by\n"
  8765. " the shell. Otherwise the named tool is used if it is usable."
  8766. msgstr ""
  8767. msgid ""
  8768. "5. If any usable merge tools are present in the merge-tools configuration\n"
  8769. " section, the one with the highest priority is used."
  8770. msgstr ""
  8771. msgid ""
  8772. "6. If a program named ``hgmerge`` can be found on the system, it is used - "
  8773. "but\n"
  8774. " it will by default not be used for symlinks and binary files."
  8775. msgstr ""
  8776. msgid ""
  8777. "7. If the file to be merged is not binary and is not a symlink, then\n"
  8778. " ``internal:merge`` is used."
  8779. msgstr ""
  8780. msgid "8. The merge of the file fails and must be resolved before commit."
  8781. msgstr ""
  8782. msgid ""
  8783. ".. note::\n"
  8784. " After selecting a merge program, Mercurial will by default attempt\n"
  8785. " to merge the files using a simple merge algorithm first. Only if it "
  8786. "doesn't\n"
  8787. " succeed because of conflicting changes Mercurial will actually execute "
  8788. "the\n"
  8789. " merge program. Whether to use the simple merge algorithm first can be\n"
  8790. " controlled by the premerge setting of the merge tool. Premerge is enabled "
  8791. "by\n"
  8792. " default unless the file is binary or a symlink."
  8793. msgstr ""
  8794. msgid ""
  8795. "See the merge-tools and ui sections of hgrc(5) for details on the\n"
  8796. "configuration of merge tools.\n"
  8797. msgstr ""
  8798. msgid ""
  8799. "When Mercurial accepts more than one revision, they may be specified\n"
  8800. "individually, or provided as a topologically continuous range,\n"
  8801. "separated by the \":\" character."
  8802. msgstr ""
  8803. msgid ""
  8804. "The syntax of range notation is [BEGIN]:[END], where BEGIN and END are\n"
  8805. "revision identifiers. Both BEGIN and END are optional. If BEGIN is not\n"
  8806. "specified, it defaults to revision number 0. If END is not specified,\n"
  8807. "it defaults to the tip. The range \":\" thus means \"all revisions\"."
  8808. msgstr ""
  8809. msgid "If BEGIN is greater than END, revisions are treated in reverse order."
  8810. msgstr ""
  8811. msgid ""
  8812. "A range acts as a closed interval. This means that a range of 3:5\n"
  8813. "gives 3, 4 and 5. Similarly, a range of 9:6 gives 9, 8, 7, and 6.\n"
  8814. msgstr ""
  8815. msgid ""
  8816. "Mercurial accepts several notations for identifying one or more files\n"
  8817. "at a time."
  8818. msgstr ""
  8819. msgid ""
  8820. "By default, Mercurial treats filenames as shell-style extended glob\n"
  8821. "patterns."
  8822. msgstr ""
  8823. msgid "Alternate pattern notations must be specified explicitly."
  8824. msgstr ""
  8825. msgid ""
  8826. "To use a plain path name without any pattern matching, start it with\n"
  8827. "``path:``. These path names must completely match starting at the\n"
  8828. "current repository root."
  8829. msgstr ""
  8830. msgid ""
  8831. "To use an extended glob, start a name with ``glob:``. Globs are rooted\n"
  8832. "at the current directory; a glob such as ``*.c`` will only match files\n"
  8833. "in the current directory ending with ``.c``."
  8834. msgstr ""
  8835. msgid ""
  8836. "The supported glob syntax extensions are ``**`` to match any string\n"
  8837. "across path separators and ``{a,b}`` to mean \"a or b\"."
  8838. msgstr ""
  8839. msgid ""
  8840. "To use a Perl/Python regular expression, start a name with ``re:``.\n"
  8841. "Regexp pattern matching is anchored at the root of the repository."
  8842. msgstr ""
  8843. msgid ""
  8844. "To read name patterns from a file, use ``listfile:`` or ``listfile0:``.\n"
  8845. "The latter expects null delimited patterns while the former expects line\n"
  8846. "feeds. Each string read from the file is itself treated as a file\n"
  8847. "pattern."
  8848. msgstr ""
  8849. msgid "Plain examples::"
  8850. msgstr ""
  8851. msgid ""
  8852. " path:foo/bar a name bar in a directory named foo in the root\n"
  8853. " of the repository\n"
  8854. " path:path:name a file or directory named \"path:name\""
  8855. msgstr ""
  8856. msgid "Glob examples::"
  8857. msgstr ""
  8858. msgid ""
  8859. " glob:*.c any name ending in \".c\" in the current directory\n"
  8860. " *.c any name ending in \".c\" in the current directory\n"
  8861. " **.c any name ending in \".c\" in any subdirectory of the\n"
  8862. " current directory including itself.\n"
  8863. " foo/*.c any name ending in \".c\" in the directory foo\n"
  8864. " foo/**.c any name ending in \".c\" in any subdirectory of foo\n"
  8865. " including itself."
  8866. msgstr ""
  8867. msgid "Regexp examples::"
  8868. msgstr ""
  8869. msgid " re:.*\\.c$ any name ending in \".c\", anywhere in the repository"
  8870. msgstr ""
  8871. msgid "File examples::"
  8872. msgstr ""
  8873. msgid ""
  8874. " listfile:list.txt read list from list.txt with one file pattern per line\n"
  8875. " listfile0:list.txt read list from list.txt with null byte delimiters\n"
  8876. msgstr ""
  8877. msgid "Mercurial supports several ways to specify individual revisions."
  8878. msgstr ""
  8879. msgid ""
  8880. "A plain integer is treated as a revision number. Negative integers are\n"
  8881. "treated as sequential offsets from the tip, with -1 denoting the tip,\n"
  8882. "-2 denoting the revision prior to the tip, and so forth."
  8883. msgstr ""
  8884. msgid ""
  8885. "A 40-digit hexadecimal string is treated as a unique revision\n"
  8886. "identifier."
  8887. msgstr ""
  8888. msgid ""
  8889. "A hexadecimal string less than 40 characters long is treated as a\n"
  8890. "unique revision identifier and is referred to as a short-form\n"
  8891. "identifier. A short-form identifier is only valid if it is the prefix\n"
  8892. "of exactly one full-length identifier."
  8893. msgstr ""
  8894. msgid ""
  8895. "Any other string is treated as a tag or branch name. A tag name is a\n"
  8896. "symbolic name associated with a revision identifier. A branch name\n"
  8897. "denotes the tipmost revision of that branch. Tag and branch names must\n"
  8898. "not contain the \":\" character."
  8899. msgstr ""
  8900. msgid ""
  8901. "The reserved name \"tip\" is a special tag that always identifies the\n"
  8902. "most recent revision."
  8903. msgstr ""
  8904. msgid ""
  8905. "The reserved name \"null\" indicates the null revision. This is the\n"
  8906. "revision of an empty repository, and the parent of revision 0."
  8907. msgstr ""
  8908. msgid ""
  8909. "The reserved name \".\" indicates the working directory parent. If no\n"
  8910. "working directory is checked out, it is equivalent to null. If an\n"
  8911. "uncommitted merge is in progress, \".\" is the revision of the first\n"
  8912. "parent.\n"
  8913. msgstr ""
  8914. msgid ""
  8915. "Mercurial supports a functional language for selecting a set of\n"
  8916. "revisions."
  8917. msgstr ""
  8918. msgid ""
  8919. "The language supports a number of predicates which are joined by infix\n"
  8920. "operators. Parenthesis can be used for grouping."
  8921. msgstr ""
  8922. msgid ""
  8923. "Identifiers such as branch names must be quoted with single or double\n"
  8924. "quotes if they contain characters outside of\n"
  8925. "``[._a-zA-Z0-9\\x80-\\xff]`` or if they match one of the predefined\n"
  8926. "predicates."
  8927. msgstr ""
  8928. msgid ""
  8929. "Special characters can be used in quoted identifiers by escaping them,\n"
  8930. "e.g., ``\\n`` is interpreted as a newline. To prevent them from being\n"
  8931. "interpreted, strings can be prefixed with ``r``, e.g. ``r'...'``."
  8932. msgstr ""
  8933. msgid "There is a single prefix operator:"
  8934. msgstr ""
  8935. msgid ""
  8936. "``not x``\n"
  8937. " Changesets not in x. Short form is ``! x``."
  8938. msgstr ""
  8939. msgid "These are the supported infix operators:"
  8940. msgstr ""
  8941. msgid ""
  8942. "``x::y``\n"
  8943. " A DAG range, meaning all changesets that are descendants of x and\n"
  8944. " ancestors of y, including x and y themselves. If the first endpoint\n"
  8945. " is left out, this is equivalent to ``ancestors(y)``, if the second\n"
  8946. " is left out it is equivalent to ``descendants(x)``."
  8947. msgstr ""
  8948. msgid " An alternative syntax is ``x..y``."
  8949. msgstr ""
  8950. msgid ""
  8951. "``x:y``\n"
  8952. " All changesets with revision numbers between x and y, both\n"
  8953. " inclusive. Either endpoint can be left out, they default to 0 and\n"
  8954. " tip."
  8955. msgstr ""
  8956. msgid ""
  8957. "``x and y``\n"
  8958. " The intersection of changesets in x and y. Short form is ``x & y``."
  8959. msgstr ""
  8960. msgid ""
  8961. "``x or y``\n"
  8962. " The union of changesets in x and y. There are two alternative short\n"
  8963. " forms: ``x | y`` and ``x + y``."
  8964. msgstr ""
  8965. msgid ""
  8966. "``x - y``\n"
  8967. " Changesets in x but not in y."
  8968. msgstr ""
  8969. msgid "The following predicates are supported:"
  8970. msgstr ""
  8971. msgid ".. predicatesmarker"
  8972. msgstr ""
  8973. msgid "Command line equivalents for :hg:`log`::"
  8974. msgstr ""
  8975. msgid ""
  8976. " -f -> ::.\n"
  8977. " -d x -> date(x)\n"
  8978. " -k x -> keyword(x)\n"
  8979. " -m -> merge()\n"
  8980. " -u x -> user(x)\n"
  8981. " -b x -> branch(x)\n"
  8982. " -P x -> !::x\n"
  8983. " -l x -> limit(expr, x)"
  8984. msgstr ""
  8985. msgid "Some sample queries:"
  8986. msgstr ""
  8987. msgid "- Changesets on the default branch::"
  8988. msgstr "- Changeset sul branch di default::"
  8989. msgid " hg log -r \"branch(default)\""
  8990. msgstr ""
  8991. msgid "- Changesets on the default branch since tag 1.5 (excluding merges)::"
  8992. msgstr ""
  8993. msgid " hg log -r \"branch(default) and 1.5:: and not merge()\""
  8994. msgstr ""
  8995. msgid "- Open branch heads::"
  8996. msgstr "- Teste di branch aperte::"
  8997. msgid " hg log -r \"head() and not closed()\""
  8998. msgstr ""
  8999. msgid ""
  9000. "- Changesets between tags 1.3 and 1.5 mentioning \"bug\" that affect\n"
  9001. " ``hgext/*``::"
  9002. msgstr ""
  9003. msgid " hg log -r \"1.3::1.5 and keyword(bug) and file('hgext/*')\""
  9004. msgstr ""
  9005. msgid "- Changesets in committed May 2008, sorted by user::"
  9006. msgstr ""
  9007. msgid " hg log -r \"sort(date('May 2008'), user)\""
  9008. msgstr ""
  9009. msgid ""
  9010. "- Changesets mentioning \"bug\" or \"issue\" that are not in a tagged\n"
  9011. " release::"
  9012. msgstr ""
  9013. msgid ""
  9014. " hg log -r \"(keyword(bug) or keyword(issue)) and not ancestors(tagged"
  9015. "())\"\n"
  9016. msgstr ""
  9017. msgid ""
  9018. "Subrepositories let you nest external repositories or projects into a\n"
  9019. "parent Mercurial repository, and make commands operate on them as a\n"
  9020. "group. External Mercurial and Subversion projects are currently\n"
  9021. "supported."
  9022. msgstr ""
  9023. msgid "Subrepositories are made of three components:"
  9024. msgstr ""
  9025. msgid ""
  9026. "1. Nested repository checkouts. They can appear anywhere in the\n"
  9027. " parent working directory, and are Mercurial clones or Subversion\n"
  9028. " checkouts."
  9029. msgstr ""
  9030. msgid ""
  9031. "2. Nested repository references. They are defined in ``.hgsub`` and\n"
  9032. " tell where the subrepository checkouts come from. Mercurial\n"
  9033. " subrepositories are referenced like:"
  9034. msgstr ""
  9035. msgid " path/to/nested = https://example.com/nested/repo/path"
  9036. msgstr ""
  9037. msgid ""
  9038. " where ``path/to/nested`` is the checkout location relatively to the\n"
  9039. " parent Mercurial root, and ``https://example.com/nested/repo/path``\n"
  9040. " is the source repository path. The source can also reference a\n"
  9041. " filesystem path. Subversion repositories are defined with:"
  9042. msgstr ""
  9043. msgid " path/to/nested = [svn]https://example.com/nested/trunk/path"
  9044. msgstr ""
  9045. msgid ""
  9046. " Note that ``.hgsub`` does not exist by default in Mercurial\n"
  9047. " repositories, you have to create and add it to the parent\n"
  9048. " repository before using subrepositories."
  9049. msgstr ""
  9050. msgid ""
  9051. "3. Nested repository states. They are defined in ``.hgsubstate`` and\n"
  9052. " capture whatever information is required to restore the\n"
  9053. " subrepositories to the state they were committed in a parent\n"
  9054. " repository changeset. Mercurial automatically record the nested\n"
  9055. " repositories states when committing in the parent repository."
  9056. msgstr ""
  9057. msgid ""
  9058. " .. note::\n"
  9059. " The ``.hgsubstate`` file should not be edited manually."
  9060. msgstr ""
  9061. msgid ""
  9062. "\n"
  9063. "Adding a Subrepository\n"
  9064. "----------------------"
  9065. msgstr ""
  9066. msgid ""
  9067. "If ``.hgsub`` does not exist, create it and add it to the parent\n"
  9068. "repository. Clone or checkout the external projects where you want it\n"
  9069. "to live in the parent repository. Edit ``.hgsub`` and add the\n"
  9070. "subrepository entry as described above. At this point, the\n"
  9071. "subrepository is tracked and the next commit will record its state in\n"
  9072. "``.hgsubstate`` and bind it to the committed changeset."
  9073. msgstr ""
  9074. msgid ""
  9075. "Synchronizing a Subrepository\n"
  9076. "-----------------------------"
  9077. msgstr ""
  9078. msgid ""
  9079. "Subrepos do not automatically track the latest changeset of their\n"
  9080. "sources. Instead, they are updated to the changeset that corresponds\n"
  9081. "with the changeset checked out in the top-level changeset. This is so\n"
  9082. "developers always get a consistent set of compatible code and\n"
  9083. "libraries when they update."
  9084. msgstr ""
  9085. msgid ""
  9086. "Thus, updating subrepos is a manual process. Simply check out target\n"
  9087. "subrepo at the desired revision, test in the top-level repo, then\n"
  9088. "commit in the parent repository to record the new combination."
  9089. msgstr ""
  9090. msgid ""
  9091. "Deleting a Subrepository\n"
  9092. "------------------------"
  9093. msgstr ""
  9094. msgid ""
  9095. "To remove a subrepository from the parent repository, delete its\n"
  9096. "reference from ``.hgsub``, then remove its files."
  9097. msgstr ""
  9098. msgid ""
  9099. "Interaction with Mercurial Commands\n"
  9100. "-----------------------------------"
  9101. msgstr ""
  9102. msgid ""
  9103. ":add: add does not recurse in subrepos unless -S/--subrepos is\n"
  9104. " specified. Subversion subrepositories are currently silently\n"
  9105. " ignored."
  9106. msgstr ""
  9107. msgid ""
  9108. ":archive: archive does not recurse in subrepositories unless\n"
  9109. " -S/--subrepos is specified."
  9110. msgstr ""
  9111. msgid ""
  9112. ":commit: commit creates a consistent snapshot of the state of the\n"
  9113. " entire project and its subrepositories. It does this by first\n"
  9114. " attempting to commit all modified subrepositories, then recording\n"
  9115. " their state and finally committing it in the parent\n"
  9116. " repository. Mercurial can be made to abort if any subrepository\n"
  9117. " content is modified by setting \"ui.commitsubrepos=no\" in a\n"
  9118. " configuration file (see :hg:`help config`)."
  9119. msgstr ""
  9120. msgid ""
  9121. ":diff: diff does not recurse in subrepos unless -S/--subrepos is\n"
  9122. " specified. Changes are displayed as usual, on the subrepositories\n"
  9123. " elements. Subversion subrepositories are currently silently\n"
  9124. " ignored."
  9125. msgstr ""
  9126. msgid ""
  9127. ":incoming: incoming does not recurse in subrepos unless -S/--subrepos\n"
  9128. " is specified. Subversion subrepositories are currently silently\n"
  9129. " ignored."
  9130. msgstr ""
  9131. msgid ""
  9132. ":outgoing: outgoing does not recurse in subrepos unless -S/--subrepos\n"
  9133. " is specified. Subversion subrepositories are currently silently\n"
  9134. " ignored."
  9135. msgstr ""
  9136. msgid ""
  9137. ":pull: pull is not recursive since it is not clear what to pull prior\n"
  9138. " to running :hg:`update`. Listing and retrieving all\n"
  9139. " subrepositories changes referenced by the parent repository pulled\n"
  9140. " changesets is expensive at best, impossible in the Subversion\n"
  9141. " case."
  9142. msgstr ""
  9143. msgid ""
  9144. ":push: Mercurial will automatically push all subrepositories first\n"
  9145. " when the parent repository is being pushed. This ensures new\n"
  9146. " subrepository changes are available when referenced by top-level\n"
  9147. " repositories."
  9148. msgstr ""
  9149. msgid ""
  9150. ":status: status does not recurse into subrepositories unless\n"
  9151. " -S/--subrepos is specified. Subrepository changes are displayed as\n"
  9152. " regular Mercurial changes on the subrepository\n"
  9153. " elements. Subversion subrepositories are currently silently\n"
  9154. " ignored."
  9155. msgstr ""
  9156. msgid ""
  9157. ":update: update restores the subrepos in the state they were\n"
  9158. " originally committed in target changeset. If the recorded\n"
  9159. " changeset is not available in the current subrepository, Mercurial\n"
  9160. " will pull it in first before updating. This means that updating\n"
  9161. " can require network access when using subrepositories."
  9162. msgstr ""
  9163. msgid ""
  9164. "Remapping Subrepositories Sources\n"
  9165. "---------------------------------"
  9166. msgstr ""
  9167. msgid ""
  9168. "A subrepository source location may change during a project life,\n"
  9169. "invalidating references stored in the parent repository history. To\n"
  9170. "fix this, rewriting rules can be defined in parent repository ``hgrc``\n"
  9171. "file or in Mercurial configuration. See the ``[subpaths]`` section in\n"
  9172. "hgrc(5) for more details."
  9173. msgstr ""
  9174. msgid ""
  9175. "Mercurial allows you to customize output of commands through\n"
  9176. "templates. You can either pass in a template from the command\n"
  9177. "line, via the --template option, or select an existing\n"
  9178. "template-style (--style)."
  9179. msgstr ""
  9180. msgid ""
  9181. "You can customize output for any \"log-like\" command: log,\n"
  9182. "outgoing, incoming, tip, parents, heads and glog."
  9183. msgstr ""
  9184. msgid ""
  9185. "Four styles are packaged with Mercurial: default (the style used\n"
  9186. "when no explicit preference is passed), compact, changelog,\n"
  9187. "and xml.\n"
  9188. "Usage::"
  9189. msgstr ""
  9190. msgid " $ hg log -r1 --style changelog"
  9191. msgstr ""
  9192. msgid ""
  9193. "A template is a piece of text, with markup to invoke variable\n"
  9194. "expansion::"
  9195. msgstr ""
  9196. msgid ""
  9197. " $ hg log -r1 --template \"{node}\\n\"\n"
  9198. " b56ce7b07c52de7d5fd79fb89701ea538af65746"
  9199. msgstr ""
  9200. msgid ""
  9201. "Strings in curly braces are called keywords. The availability of\n"
  9202. "keywords depends on the exact context of the templater. These\n"
  9203. "keywords are usually available for templating a log-like command:"
  9204. msgstr ""
  9205. msgid ":author: String. The unmodified author of the changeset."
  9206. msgstr ""
  9207. msgid ""
  9208. ":branch: String. The name of the branch on which the changeset was\n"
  9209. " committed."
  9210. msgstr ""
  9211. msgid ""
  9212. ":branches: List of strings. The name of the branch on which the\n"
  9213. " changeset was committed. Will be empty if the branch name was\n"
  9214. " default."
  9215. msgstr ""
  9216. msgid ":children: List of strings. The children of the changeset."
  9217. msgstr ""
  9218. msgid ":date: Date information. The date when the changeset was committed."
  9219. msgstr ""
  9220. msgid ":desc: String. The text of the changeset description."
  9221. msgstr ""
  9222. msgid ""
  9223. ":diffstat: String. Statistics of changes with the following format:\n"
  9224. " \"modified files: +added/-removed lines\""
  9225. msgstr ""
  9226. msgid ""
  9227. ":files: List of strings. All files modified, added, or removed by this\n"
  9228. " changeset."
  9229. msgstr ""
  9230. msgid ":file_adds: List of strings. Files added by this changeset."
  9231. msgstr ""
  9232. msgid ""
  9233. ":file_copies: List of strings. Files copied in this changeset with\n"
  9234. " their sources."
  9235. msgstr ""
  9236. msgid ""
  9237. ":file_copies_switch: List of strings. Like \"file_copies\" but displayed\n"
  9238. " only if the --copied switch is set."
  9239. msgstr ""
  9240. msgid ":file_mods: List of strings. Files modified by this changeset."
  9241. msgstr ""
  9242. msgid ":file_dels: List of strings. Files removed by this changeset."
  9243. msgstr ""
  9244. msgid ""
  9245. ":node: String. The changeset identification hash, as a 40 hexadecimal\n"
  9246. " digit string."
  9247. msgstr ""
  9248. msgid ":parents: List of strings. The parents of the changeset."
  9249. msgstr ""
  9250. msgid ":rev: Integer. The repository-local changeset revision number."
  9251. msgstr ""
  9252. msgid ":tags: List of strings. Any tags associated with the changeset."
  9253. msgstr ""
  9254. msgid ""
  9255. ":latesttag: String. Most recent global tag in the ancestors of this\n"
  9256. " changeset."
  9257. msgstr ""
  9258. msgid ":latesttagdistance: Integer. Longest path to the latest tag."
  9259. msgstr ""
  9260. msgid ""
  9261. "The \"date\" keyword does not produce human-readable output. If you\n"
  9262. "want to use a date in your output, you can use a filter to process\n"
  9263. "it. Filters are functions which return a string based on the input\n"
  9264. "variable. Be sure to use the stringify filter first when you're\n"
  9265. "applying a string-input filter to a list-like input variable.\n"
  9266. "You can also use a chain of filters to get the desired output::"
  9267. msgstr ""
  9268. msgid ""
  9269. " $ hg tip --template \"{date|isodate}\\n\"\n"
  9270. " 2008-08-21 18:22 +0000"
  9271. msgstr ""
  9272. msgid "List of filters:"
  9273. msgstr ""
  9274. msgid ""
  9275. ":addbreaks: Any text. Add an XHTML \"<br />\" tag before the end of\n"
  9276. " every line except the last."
  9277. msgstr ""
  9278. msgid ""
  9279. ":age: Date. Returns a human-readable date/time difference between the\n"
  9280. " given date/time and the current date/time."
  9281. msgstr ""
  9282. msgid ""
  9283. ":basename: Any text. Treats the text as a path, and returns the last\n"
  9284. " component of the path after splitting by the path separator\n"
  9285. " (ignoring trailing separators). For example, \"foo/bar/baz\" becomes\n"
  9286. " \"baz\" and \"foo/bar//\" becomes \"bar\"."
  9287. msgstr ""
  9288. msgid ""
  9289. ":stripdir: Treat the text as path and strip a directory level, if\n"
  9290. " possible. For example, \"foo\" and \"foo/bar\" becomes \"foo\"."
  9291. msgstr ""
  9292. msgid ""
  9293. ":date: Date. Returns a date in a Unix date format, including the\n"
  9294. " timezone: \"Mon Sep 04 15:13:13 2006 0700\"."
  9295. msgstr ""
  9296. msgid ""
  9297. ":domain: Any text. Finds the first string that looks like an email\n"
  9298. " address, and extracts just the domain component. Example: ``User\n"
  9299. " <user@example.com>`` becomes ``example.com``."
  9300. msgstr ""
  9301. msgid ""
  9302. ":email: Any text. Extracts the first string that looks like an email\n"
  9303. " address. Example: ``User <user@example.com>`` becomes\n"
  9304. " ``user@example.com``."
  9305. msgstr ""
  9306. msgid ""
  9307. ":escape: Any text. Replaces the special XML/XHTML characters \"&\", \"<\"\n"
  9308. " and \">\" with XML entities."
  9309. msgstr ""
  9310. msgid ""
  9311. ":hex: Any text. Convert a binary Mercurial node identifier into\n"
  9312. " its long hexadecimal representation."
  9313. msgstr ""
  9314. msgid ":fill68: Any text. Wraps the text to fit in 68 columns."
  9315. msgstr ""
  9316. msgid ":fill76: Any text. Wraps the text to fit in 76 columns."
  9317. msgstr ""
  9318. msgid ":firstline: Any text. Returns the first line of text."
  9319. msgstr ""
  9320. msgid ":nonempty: Any text. Returns '(none)' if the string is empty."
  9321. msgstr ""
  9322. msgid ""
  9323. ":hgdate: Date. Returns the date as a pair of numbers: \"1157407993\n"
  9324. " 25200\" (Unix timestamp, timezone offset)."
  9325. msgstr ""
  9326. msgid ""
  9327. ":isodate: Date. Returns the date in ISO 8601 format: \"2009-08-18 13:00\n"
  9328. " +0200\"."
  9329. msgstr ""
  9330. msgid ""
  9331. ":isodatesec: Date. Returns the date in ISO 8601 format, including\n"
  9332. " seconds: \"2009-08-18 13:00:13 +0200\". See also the rfc3339date\n"
  9333. " filter."
  9334. msgstr ""
  9335. msgid ":localdate: Date. Converts a date to local date."
  9336. msgstr ""
  9337. msgid ""
  9338. ":obfuscate: Any text. Returns the input text rendered as a sequence of\n"
  9339. " XML entities."
  9340. msgstr ""
  9341. msgid ":person: Any text. Returns the text before an email address."
  9342. msgstr ""
  9343. msgid ""
  9344. ":rfc822date: Date. Returns a date using the same format used in email\n"
  9345. " headers: \"Tue, 18 Aug 2009 13:00:13 +0200\"."
  9346. msgstr ""
  9347. msgid ""
  9348. ":rfc3339date: Date. Returns a date using the Internet date format\n"
  9349. " specified in RFC 3339: \"2009-08-18T13:00:13+02:00\"."
  9350. msgstr ""
  9351. msgid ""
  9352. ":short: Changeset hash. Returns the short form of a changeset hash,\n"
  9353. " i.e. a 12 hexadecimal digit string."
  9354. msgstr ""
  9355. msgid ":shortdate: Date. Returns a date like \"2006-09-18\"."
  9356. msgstr ""
  9357. msgid ""
  9358. ":stringify: Any type. Turns the value into text by converting values into\n"
  9359. " text and concatenating them."
  9360. msgstr ""
  9361. msgid ":strip: Any text. Strips all leading and trailing whitespace."
  9362. msgstr ""
  9363. msgid ""
  9364. ":tabindent: Any text. Returns the text, with every line except the\n"
  9365. " first starting with a tab character."
  9366. msgstr ""
  9367. msgid ""
  9368. ":urlescape: Any text. Escapes all \"special\" characters. For example,\n"
  9369. " \"foo bar\" becomes \"foo%20bar\"."
  9370. msgstr ""
  9371. msgid ":user: Any text. Returns the user portion of an email address.\n"
  9372. msgstr ""
  9373. msgid "Valid URLs are of the form::"
  9374. msgstr ""
  9375. msgid ""
  9376. " local/filesystem/path[#revision]\n"
  9377. " file://local/filesystem/path[#revision]\n"
  9378. " http://[user[:pass]@]host[:port]/[path][#revision]\n"
  9379. " https://[user[:pass]@]host[:port]/[path][#revision]\n"
  9380. " ssh://[user@]host[:port]/[path][#revision]"
  9381. msgstr ""
  9382. msgid ""
  9383. "Paths in the local filesystem can either point to Mercurial\n"
  9384. "repositories or to bundle files (as created by :hg:`bundle` or :hg:`\n"
  9385. "incoming --bundle`). See also :hg:`help paths`."
  9386. msgstr ""
  9387. msgid ""
  9388. "An optional identifier after # indicates a particular branch, tag, or\n"
  9389. "changeset to use from the remote repository. See also :hg:`help\n"
  9390. "revisions`."
  9391. msgstr ""
  9392. msgid ""
  9393. "Some features, such as pushing to http:// and https:// URLs are only\n"
  9394. "possible if the feature is explicitly enabled on the remote Mercurial\n"
  9395. "server."
  9396. msgstr ""
  9397. msgid ""
  9398. "Note that the security of HTTPS URLs depends on proper configuration of\n"
  9399. "web.cacerts."
  9400. msgstr ""
  9401. msgid "Some notes about using SSH with Mercurial:"
  9402. msgstr ""
  9403. msgid ""
  9404. "- SSH requires an accessible shell account on the destination machine\n"
  9405. " and a copy of hg in the remote path or specified with as remotecmd.\n"
  9406. "- path is relative to the remote user's home directory by default. Use\n"
  9407. " an extra slash at the start of a path to specify an absolute path::"
  9408. msgstr ""
  9409. msgid " ssh://example.com//tmp/repository"
  9410. msgstr ""
  9411. msgid ""
  9412. "- Mercurial doesn't use its own compression via SSH; the right thing\n"
  9413. " to do is to configure it in your ~/.ssh/config, e.g.::"
  9414. msgstr ""
  9415. msgid ""
  9416. " Host *.mylocalnetwork.example.com\n"
  9417. " Compression no\n"
  9418. " Host *\n"
  9419. " Compression yes"
  9420. msgstr ""
  9421. msgid ""
  9422. " Alternatively specify \"ssh -C\" as your ssh command in your\n"
  9423. " configuration file or with the --ssh command line option."
  9424. msgstr ""
  9425. msgid ""
  9426. "These URLs can all be stored in your configuration file with path\n"
  9427. "aliases under the [paths] section like so::"
  9428. msgstr ""
  9429. msgid ""
  9430. " [paths]\n"
  9431. " alias1 = URL1\n"
  9432. " alias2 = URL2\n"
  9433. " ..."
  9434. msgstr ""
  9435. msgid ""
  9436. "You can then use the alias for any command that uses a URL (for\n"
  9437. "example :hg:`pull alias1` will be treated as :hg:`pull URL1`)."
  9438. msgstr ""
  9439. msgid ""
  9440. "Two path aliases are special because they are used as defaults when\n"
  9441. "you do not provide the URL to a command:"
  9442. msgstr ""
  9443. msgid ""
  9444. "default:\n"
  9445. " When you create a repository with hg clone, the clone command saves\n"
  9446. " the location of the source repository as the new repository's\n"
  9447. " 'default' path. This is then used when you omit path from push- and\n"
  9448. " pull-like commands (including incoming and outgoing)."
  9449. msgstr ""
  9450. msgid ""
  9451. "default-push:\n"
  9452. " The push command will look for a path named 'default-push', and\n"
  9453. " prefer it over 'default' if both are defined.\n"
  9454. msgstr ""
  9455. msgid "remote branch lookup not supported"
  9456. msgstr "ricerca di branch remoti non supportata"
  9457. msgid "dirstate branch not accessible"
  9458. msgstr "dirstate del branch non accessibile"
  9459. #, python-format
  9460. msgid "unknown branch '%s'"
  9461. msgstr "branch sconosciuto '%s'"
  9462. msgid "can only share local repositories"
  9463. msgstr "è possibile condividere solo repository locali"
  9464. msgid "destination already exists"
  9465. msgstr "la destinazione esiste già"
  9466. msgid "updating working directory\n"
  9467. msgstr "sto aggiornando la directory di lavoro\n"
  9468. #, python-format
  9469. msgid "destination directory: %s\n"
  9470. msgstr "directory di destinazione: %s\n"
  9471. #, python-format
  9472. msgid "destination '%s' already exists"
  9473. msgstr "la destinazione '%s' esiste già"
  9474. #, python-format
  9475. msgid "destination '%s' is not empty"
  9476. msgstr "la destinazione '%s' non è vuota"
  9477. msgid ""
  9478. "src repository does not support revision lookup and so doesn't support clone "
  9479. "by revision"
  9480. msgstr ""
  9481. msgid "clone from remote to remote not supported"
  9482. msgstr "clone da remoto a remoto non supportato"
  9483. #, python-format
  9484. msgid "updating to branch %s\n"
  9485. msgstr "sto aggiornando al branch %s\n"
  9486. #, python-format
  9487. msgid ""
  9488. "%d files updated, %d files merged, %d files removed, %d files unresolved\n"
  9489. msgstr ""
  9490. msgid "use 'hg resolve' to retry unresolved file merges\n"
  9491. msgstr "usa 'hg resolve' per riprovare i merge sui file non risolti\n"
  9492. msgid ""
  9493. "use 'hg resolve' to retry unresolved file merges or 'hg update -C .' to "
  9494. "abandon\n"
  9495. msgstr ""
  9496. "usare 'hg resolve' per riprovare i merge sui file non risolti o\n"
  9497. "'hg update -C .' per abbandonare\n"
  9498. msgid "(branch merge, don't forget to commit)\n"
  9499. msgstr "(merge su branch, non dimenticare di effettuare il commit)\n"
  9500. #, python-format
  9501. msgid "config file %s not found!"
  9502. msgstr "file di configurazione %s non trovato!"
  9503. #, python-format
  9504. msgid "error reading %s/.hg/hgrc: %s\n"
  9505. msgstr "errore di lettura di %s/.hg/hgrc: %s\n"
  9506. #, python-format
  9507. msgid "error accessing repository at %s\n"
  9508. msgstr "errore nell'accedere al repository in %s\n"
  9509. msgid "SSL support is unavailable"
  9510. msgstr "Supporto SSL non disponibile"
  9511. msgid "IPv6 is not available on this system"
  9512. msgstr "IPv6 non è disponibile su questo sistema"
  9513. #, python-format
  9514. msgid "cannot start server at '%s:%d': %s"
  9515. msgstr "impossibile avviare il server a '%s:%d': %s"
  9516. #, python-format
  9517. msgid "calling hook %s: %s\n"
  9518. msgstr "sto invocando l'hook %s: %s\n"
  9519. #, python-format
  9520. msgid "%s hook is invalid (\"%s\" not in a module)"
  9521. msgstr "l'hook %s non è valido (\"%s\" non in un modulo)"
  9522. msgid "exception from first failed import attempt:\n"
  9523. msgstr ""
  9524. msgid "exception from second failed import attempt:\n"
  9525. msgstr ""
  9526. #, python-format
  9527. msgid "%s hook is invalid (import of \"%s\" failed)"
  9528. msgstr "l'hook %s è invalido (fallito import di \"%s\")"
  9529. #, python-format
  9530. msgid "%s hook is invalid (\"%s\" is not defined)"
  9531. msgstr "l'hook %s è invalido (\"%s\" non è definito)"
  9532. #, python-format
  9533. msgid "%s hook is invalid (\"%s\" is not callable)"
  9534. msgstr "l'hook %s è invalido (\"%s\" non è invocabile)"
  9535. #, python-format
  9536. msgid "error: %s hook failed: %s\n"
  9537. msgstr "errore: %s hook fallito: %s\n"
  9538. #, python-format
  9539. msgid "error: %s hook raised an exception: %s\n"
  9540. msgstr "errore: l'hook %s ha sollevato un'eccezione: %s\n"
  9541. #, python-format
  9542. msgid "%s hook failed"
  9543. msgstr "%s hook fallito"
  9544. #, python-format
  9545. msgid "warning: %s hook failed\n"
  9546. msgstr "attenzione: %s hook fallito\n"
  9547. #, python-format
  9548. msgid "running hook %s: %s\n"
  9549. msgstr "esecuzione dell'hook %s: %s\n"
  9550. #, python-format
  9551. msgid "%s hook %s"
  9552. msgstr "%s hook %s"
  9553. #, python-format
  9554. msgid "warning: %s hook %s\n"
  9555. msgstr "attenzione: %s hook %s\n"
  9556. msgid "connection ended unexpectedly"
  9557. msgstr "connessione terminata inaspettatamente"
  9558. #, python-format
  9559. msgid "unsupported URL component: \"%s\""
  9560. msgstr "componente URL non supportato: \"%s\""
  9561. msgid "operation not supported over http"
  9562. msgstr "operazione non supportata su http"
  9563. msgid "authorization failed"
  9564. msgstr "autorizzazione fallita"
  9565. msgid "http error, possibly caused by proxy setting"
  9566. msgstr "errore http, probabilmente causato dalle impostazioni del proxy"
  9567. #, python-format
  9568. msgid "real URL is %s\n"
  9569. msgstr "il vero URL è %s\n"
  9570. #, python-format
  9571. msgid ""
  9572. "'%s' does not appear to be an hg repository:\n"
  9573. "---%%<--- (%s)\n"
  9574. "%s\n"
  9575. "---%%<---\n"
  9576. msgstr ""
  9577. "'%s' non sembra essere un repository hg:\n"
  9578. "---%%<--- (%s)\n"
  9579. "%s\n"
  9580. "---%%<---\n"
  9581. #, python-format
  9582. msgid "'%s' sent a broken Content-Type header (%s)"
  9583. msgstr "'%s' ha inviato un header Content-Type rotto (%s)"
  9584. #, python-format
  9585. msgid "'%s' uses newer protocol %s"
  9586. msgstr "'%s' usa il protocollo più nuovo %s"
  9587. #, python-format
  9588. msgid "push failed: %s"
  9589. msgstr "push fallito: %s"
  9590. msgid "Python support for SSL and HTTPS is not installed"
  9591. msgstr "Supporto per Python per SSL e HTTPS non installato"
  9592. msgid "cannot create new http repository"
  9593. msgstr "impossibile creare un nuovo repository http"
  9594. #, python-format
  9595. msgid "ignoring invalid syntax '%s'"
  9596. msgstr "ignoro sintassi invalida '%s'"
  9597. #, python-format
  9598. msgid "skipping unreadable ignore file '%s': %s\n"
  9599. msgstr "sto saltando file ignore non leggibile '%s': %s\n"
  9600. #, python-format
  9601. msgid "repository %s not found"
  9602. msgstr "repository %s non trovato"
  9603. #, python-format
  9604. msgid "repository %s already exists"
  9605. msgstr "il repository %s esiste già"
  9606. #, python-format
  9607. msgid "requirement '%s' not supported"
  9608. msgstr "requisito '%s' non supportato"
  9609. #, python-format
  9610. msgid ".hg/sharedpath points to nonexistent directory %s"
  9611. msgstr ""
  9612. #, python-format
  9613. msgid "warning: ignoring unknown working parent %s!\n"
  9614. msgstr "attenzione: ignoro genitore sconosciuto della copia di lavoro %s!\n"
  9615. #, python-format
  9616. msgid "%r cannot be used in a tag name"
  9617. msgstr "%r non può essere usato nel nome di un tag"
  9618. #, python-format
  9619. msgid "warning: tag %s conflicts with existing branch name\n"
  9620. msgstr "attenzione: tag %s in conflitto con un branch esistente\n"
  9621. msgid "working copy of .hgtags is changed (please commit .hgtags manually)"
  9622. msgstr ""
  9623. "la copia di lavoro di .hgtags è cambiata (si prega di effettuare il commit "
  9624. "manuale di .hgtags)"
  9625. #, python-format
  9626. msgid "working directory has unknown parent '%s'!"
  9627. msgstr "la directory di lavoro ha il genitore sconosciuto '%s'"
  9628. #, python-format
  9629. msgid "unknown revision '%s'"
  9630. msgstr "revisione sconosciuta '%s'"
  9631. msgid "abandoned transaction found - run hg recover"
  9632. msgstr "trovata transazione abbandonata - eseguire hg recover"
  9633. msgid "rolling back interrupted transaction\n"
  9634. msgstr "sto effettuando il rollback della transazione interrotta\n"
  9635. msgid "no interrupted transaction available\n"
  9636. msgstr "nessuna transazione interrotta disponibile\n"
  9637. #, python-format
  9638. msgid "repository tip rolled back to revision %s (undo %s: %s)\n"
  9639. msgstr "tip del repository riportata alla revisione %s (annulla %s: %s)\n"
  9640. #, python-format
  9641. msgid "repository tip rolled back to revision %s (undo %s)\n"
  9642. msgstr "tip del repository riportata alla revisione %s (annulla %s)\n"
  9643. msgid "rolling back unknown transaction\n"
  9644. msgstr "sto effettuando il rollback di una transazione sconosciuta\n"
  9645. #, python-format
  9646. msgid "Named branch could not be reset, current branch still is: %s\n"
  9647. msgstr ""
  9648. #, python-format
  9649. msgid "working directory now based on revisions %d and %d\n"
  9650. msgstr "directory di lavoro basata ora sulle revisioni %d e %d\n"
  9651. #, python-format
  9652. msgid "working directory now based on revision %d\n"
  9653. msgstr "directory di lavoro ora basata sulla revisione %d\n"
  9654. msgid "no rollback information available\n"
  9655. msgstr "nessuna informazione disponibile per il rollback\n"
  9656. #, python-format
  9657. msgid "waiting for lock on %s held by %r\n"
  9658. msgstr "sto aspettando il lock su %s mantenuto da %r\n"
  9659. #, python-format
  9660. msgid "repository %s"
  9661. msgstr "repository·%s"
  9662. #, python-format
  9663. msgid "working directory of %s"
  9664. msgstr "directory di lavoro di %s"
  9665. #, python-format
  9666. msgid "warning: can't find ancestor for '%s' copied from '%s'!\n"
  9667. msgstr ""
  9668. msgid "cannot partially commit a merge (do not specify files or patterns)"
  9669. msgstr ""
  9670. "impossibile fare il commit parziale di un merge (non specificare file o "
  9671. "pattern)"
  9672. msgid "can't commit subrepos without .hgsub"
  9673. msgstr "impossibile effettuare il commit di subrepository senza .hgsub"
  9674. #, python-format
  9675. msgid "uncommitted changes in subrepo %s"
  9676. msgstr "modifiche nel subrepository di cui non è stato effettuato il commit %s"
  9677. msgid "file not found!"
  9678. msgstr "file non trovato!"
  9679. msgid "no match under directory!"
  9680. msgstr "nessuna corrispondenza sotto la directory!"
  9681. msgid "file not tracked!"
  9682. msgstr "file non tracciato!"
  9683. msgid "unresolved merge conflicts (see hg help resolve)"
  9684. msgstr ""
  9685. #, python-format
  9686. msgid "committing subrepository %s\n"
  9687. msgstr "commit del subrepository %s\n"
  9688. #, python-format
  9689. msgid "note: commit message saved in %s\n"
  9690. msgstr "nota: messaggio di commit salvato in %s\n"
  9691. #, python-format
  9692. msgid "trouble committing %s!\n"
  9693. msgstr "problemi nell'effettuare il commit di %s!\n"
  9694. msgid "requesting all changes\n"
  9695. msgstr "sto richiedendo tutte le modifiche\n"
  9696. msgid ""
  9697. "partial pull cannot be done because other repository doesn't support "
  9698. "changegroupsubset."
  9699. msgstr ""
  9700. "il pull parziale non può essere eseguito perchè l'altro repository non "
  9701. "supporta changegroupsubset."
  9702. #, python-format
  9703. msgid "updating bookmark %s\n"
  9704. msgstr "sto aggiornando il segnalibro %s\n"
  9705. #, python-format
  9706. msgid "not updating divergent bookmark %s\n"
  9707. msgstr "non aggiorno il segnalibro divergente %s\n"
  9708. #, python-format
  9709. msgid "%d changesets found\n"
  9710. msgstr "%d changeset trovati\n"
  9711. msgid "bundling"
  9712. msgstr "sto creando il bundle"
  9713. msgid "manifests"
  9714. msgstr "manifesti"
  9715. #, python-format
  9716. msgid "empty or missing revlog for %s"
  9717. msgstr "revlog vuoto o mancante per %s"
  9718. msgid "adding changesets\n"
  9719. msgstr "sto aggiungendo i changeset\n"
  9720. msgid "chunks"
  9721. msgstr "chunk"
  9722. msgid "received changelog group is empty"
  9723. msgstr "il gruppo di changelog ricevuto è vuoto"
  9724. msgid "adding manifests\n"
  9725. msgstr "sto aggiungendo i manifesti\n"
  9726. msgid "adding file changes\n"
  9727. msgstr "sto aggiungendo le modifiche ai file\n"
  9728. msgid "received file revlog group is empty"
  9729. msgstr "il gruppo di file revlog ricevuto è vuoto"
  9730. #, python-format
  9731. msgid "missing file data for %s:%s - run hg verify"
  9732. msgstr ""
  9733. #, python-format
  9734. msgid " (%+d heads)"
  9735. msgstr " (%+d head)"
  9736. #, python-format
  9737. msgid "added %d changesets with %d changes to %d files%s\n"
  9738. msgstr "aggiunti %d changeset con %d modifiche a %d file%s\n"
  9739. msgid "Unexpected response from remote server:"
  9740. msgstr "Risposta inaspettata dal server remoto:"
  9741. msgid "operation forbidden by server"
  9742. msgstr "operazione vietata dal server"
  9743. msgid "locking the remote repository failed"
  9744. msgstr "lock del repository remoto fallito"
  9745. msgid "the server sent an unknown error code"
  9746. msgstr "il server ha inviato un codice d'errore sconosciuto"
  9747. msgid "streaming all changes\n"
  9748. msgstr "sto effettuando lo streaming di tutte le modifiche\n"
  9749. #, python-format
  9750. msgid "%d files to transfer, %s of data\n"
  9751. msgstr "%d file da trasferire, %s di dati\n"
  9752. #, python-format
  9753. msgid "transferred %s in %.1f seconds (%s/sec)\n"
  9754. msgstr "trasferiti %s in %.1f secondi (%s/sec)\n"
  9755. msgid "can't use TLS: Python SSL support not installed"
  9756. msgstr "impossibile usare TLS: supporto a Python SSL non installato"
  9757. msgid "(using smtps)\n"
  9758. msgstr "(sto usando smtps)\n"
  9759. msgid "smtp.host not configured - cannot send mail"
  9760. msgstr "smtp.host non configurato - impossibile inviare mail"
  9761. #, python-format
  9762. msgid "sending mail: smtp host %s, port %s\n"
  9763. msgstr "invio mail in corso: host smtp %s, porta %s\n"
  9764. msgid "(using starttls)\n"
  9765. msgstr "(sto usando starttls)\n"
  9766. #, python-format
  9767. msgid "(authenticating to mail server as %s)\n"
  9768. msgstr ""
  9769. #, python-format
  9770. msgid "sending mail: %s\n"
  9771. msgstr "sto inviando la mail: %s\n"
  9772. msgid "smtp specified as email transport, but no smtp host configured"
  9773. msgstr ""
  9774. #, python-format
  9775. msgid "%r specified as email transport, but not in PATH"
  9776. msgstr "%r selezionato come trasporto email, non è nel PATH"
  9777. #, python-format
  9778. msgid "ignoring invalid sendcharset: %s\n"
  9779. msgstr ""
  9780. #, python-format
  9781. msgid "invalid email address: %s"
  9782. msgstr "indirizzo e-mail errato: %s"
  9783. #, python-format
  9784. msgid "invalid local address: %s"
  9785. msgstr "indirizzo locale errato: %s"
  9786. #, python-format
  9787. msgid "failed to remove %s from manifest"
  9788. msgstr "fallita la rimozione di %s dal manifest"
  9789. #, python-format
  9790. msgid "invalid pattern (%s): %s"
  9791. msgstr "pattern non valido (%s): %s"
  9792. msgid "invalid pattern"
  9793. msgstr "pattern non valido"
  9794. #, python-format
  9795. msgid "unable to read file list (%s)"
  9796. msgstr "impossibile leggere l'elenco dei file (%s)"
  9797. #, python-format
  9798. msgid "diff context lines count must be an integer, not %r"
  9799. msgstr ""
  9800. #, python-format
  9801. msgid ""
  9802. "untracked file in working directory differs from file in requested revision: "
  9803. "'%s'"
  9804. msgstr ""
  9805. #, python-format
  9806. msgid "case-folding collision between %s and %s"
  9807. msgstr ""
  9808. #, python-format
  9809. msgid ""
  9810. " conflicting flags for %s\n"
  9811. "(n)one, e(x)ec or sym(l)ink?"
  9812. msgstr ""
  9813. msgid "&None"
  9814. msgstr "&Nessuno"
  9815. msgid "E&xec"
  9816. msgstr "E&segui"
  9817. msgid "Sym&link"
  9818. msgstr "&Link simbolico"
  9819. msgid "resolving manifests\n"
  9820. msgstr "sto risolvendo i manifesti\n"
  9821. #, python-format
  9822. msgid ""
  9823. " local changed %s which remote deleted\n"
  9824. "use (c)hanged version or (d)elete?"
  9825. msgstr ""
  9826. msgid "&Changed"
  9827. msgstr "&Modificato"
  9828. msgid "&Delete"
  9829. msgstr "&Elimina"
  9830. #, python-format
  9831. msgid ""
  9832. "remote changed %s which local deleted\n"
  9833. "use (c)hanged version or leave (d)eleted?"
  9834. msgstr ""
  9835. msgid "&Deleted"
  9836. msgstr "&Eliminato"
  9837. msgid "updating"
  9838. msgstr "aggiornamento in corso"
  9839. #, python-format
  9840. msgid "update failed to remove %s: %s!\n"
  9841. msgstr "l'aggiornamento ha fallito la rimozione di %s: %s!\n"
  9842. #, python-format
  9843. msgid "getting %s\n"
  9844. msgstr "sto ottenendo %s\n"
  9845. #, python-format
  9846. msgid "getting %s to %s\n"
  9847. msgstr "sto ottenendo %s in %s\n"
  9848. #, python-format
  9849. msgid "note: possible conflict - %s was renamed multiple times to:\n"
  9850. msgstr ""
  9851. #, python-format
  9852. msgid "branch %s not found"
  9853. msgstr "branch %s non trovata"
  9854. msgid "merging with a working directory ancestor has no effect"
  9855. msgstr ""
  9856. "effettuare il merge con un antenato della copia di lavoro non ha effetti"
  9857. msgid "nothing to merge (use 'hg update' or check 'hg heads')"
  9858. msgstr ""
  9859. "niente di cui effettuare il merge (usare 'hg update' ocontrollare 'hg heads')"
  9860. msgid "outstanding uncommitted changes (use 'hg status' to list changes)"
  9861. msgstr ""
  9862. "ci sono modifiche in sospeso di cui non si è effettuato il commit (usa'hg "
  9863. "status' per elencarle)"
  9864. #, python-format
  9865. msgid "outstanding uncommitted changes in subrepository '%s'"
  9866. msgstr ""
  9867. "modifiche in sospeso di cui non si è effettuato il commit nel subrepository "
  9868. "'%s'"
  9869. msgid "crosses branches (merge branches or use --clean to discard changes)"
  9870. msgstr ""
  9871. msgid "crosses branches (merge branches or use --check to force update)"
  9872. msgstr ""
  9873. msgid "Attention:"
  9874. msgstr "Attenzione:"
  9875. msgid "Caution:"
  9876. msgstr "Prudenza:"
  9877. msgid "!Danger!"
  9878. msgstr "!Pericolo!"
  9879. msgid "Error:"
  9880. msgstr "Errore:"
  9881. msgid "Hint:"
  9882. msgstr "Suggerimento:"
  9883. msgid "Important:"
  9884. msgstr "Importante:"
  9885. msgid "Note:"
  9886. msgstr "Nota:"
  9887. msgid "Tip:"
  9888. msgstr ""
  9889. msgid "Warning!"
  9890. msgstr "Attenzione!"
  9891. #, python-format
  9892. msgid "cannot create %s: destination already exists"
  9893. msgstr "impossibile creare %s: la destinazione esiste già"
  9894. #, python-format
  9895. msgid "cannot create %s: unable to create destination directory"
  9896. msgstr "impossibile creare %s: impossibile creare la directory di destinazione"
  9897. #, python-format
  9898. msgid "unable to find '%s' for patching\n"
  9899. msgstr ""
  9900. #, python-format
  9901. msgid "patching file %s\n"
  9902. msgstr "sto applicando una patch al file %s\n"
  9903. #, python-format
  9904. msgid "%d out of %d hunks FAILED -- saving rejects to file %s\n"
  9905. msgstr ""
  9906. #, python-format
  9907. msgid "bad hunk #%d %s (%d %d %d %d)"
  9908. msgstr "hunk errato #%d %s (%d %d %d %d)"
  9909. #, python-format
  9910. msgid "file %s already exists\n"
  9911. msgstr "il file %s esiste già\n"
  9912. #, python-format
  9913. msgid "Hunk #%d succeeded at %d with fuzz %d (offset %d lines).\n"
  9914. msgstr "Hunk #%d con successo a %d con variazioni %d (offset %d linee).\n"
  9915. #, python-format
  9916. msgid "Hunk #%d succeeded at %d (offset %d lines).\n"
  9917. msgstr "Hunk #%d con successo a %d (offset %d linee).\n"
  9918. #, python-format
  9919. msgid "Hunk #%d FAILED at %d\n"
  9920. msgstr "Hunk #%d FALLITO a %d\n"
  9921. #, python-format
  9922. msgid "bad hunk #%d"
  9923. msgstr "hunk errato #%d"
  9924. #, python-format
  9925. msgid "bad hunk #%d old text line %d"
  9926. msgstr "hunk errato #%d vecchia linea di testo %d"
  9927. msgid "could not extract binary patch"
  9928. msgstr "impossibile estrarre patch binaria"
  9929. #, python-format
  9930. msgid "binary patch is %d bytes, not %d"
  9931. msgstr "la patch binaria è di %d byte, non %d"
  9932. #, python-format
  9933. msgid "unable to strip away %d of %d dirs from %s"
  9934. msgstr "impossibile eliminare %d directory di %d da %s"
  9935. msgid "undefined source and destination files"
  9936. msgstr "file sorgente e destinazione non definiti"
  9937. #, python-format
  9938. msgid "malformed patch %s %s"
  9939. msgstr "patch malformata %s %s"
  9940. #, python-format
  9941. msgid "unsupported parser state: %s"
  9942. msgstr "stato del parser non supportato: %s"
  9943. #, python-format
  9944. msgid "patch command failed: %s"
  9945. msgstr "comando patch fallito: %s"
  9946. #, python-format
  9947. msgid "unsupported line endings type: %s"
  9948. msgstr "tipo di fine linea non supportato: %s"
  9949. msgid "patch failed to apply"
  9950. msgstr "fallita l'applicazione della patch"
  9951. #, python-format
  9952. msgid " %d files changed, %d insertions(+), %d deletions(-)\n"
  9953. msgstr " %d file modificati, %d inserimenti(+), %d cancellazioni(-)\n"
  9954. #, python-format
  9955. msgid "exited with status %d"
  9956. msgstr "uscito con status %d"
  9957. #, python-format
  9958. msgid "killed by signal %d"
  9959. msgstr "ucciso dal segnale %d"
  9960. #, python-format
  9961. msgid "saved backup bundle to %s\n"
  9962. msgstr "salvato bundle di backup in %s\n"
  9963. msgid "adding branch\n"
  9964. msgstr "aggiungo il branch\n"
  9965. #, python-format
  9966. msgid "strip failed, full bundle stored in '%s'\n"
  9967. msgstr "strip fallito, il bundle completo è stato salvato in '%s'\n"
  9968. #, python-format
  9969. msgid "strip failed, partial bundle stored in '%s'\n"
  9970. msgstr "strip fallito, bundle parziale salvato in '%s'\n"
  9971. #, python-format
  9972. msgid "cannot %s; remote repository does not support the %r capability"
  9973. msgstr "%s impossibile; il repository remoto non supporta la funzionalità %r"
  9974. #, python-format
  9975. msgid "unknown compression type %r"
  9976. msgstr "tipo di compressione sconosciuto %r"
  9977. msgid "index entry flags need RevlogNG"
  9978. msgstr ""
  9979. #, python-format
  9980. msgid "index %s unknown flags %#04x for format v0"
  9981. msgstr ""
  9982. #, python-format
  9983. msgid "index %s unknown flags %#04x for revlogng"
  9984. msgstr "indice %s flag sconosciute %#04x per revlogng"
  9985. #, python-format
  9986. msgid "index %s unknown format %d"
  9987. msgstr "indice %s formato sconosciuto %d"
  9988. #, python-format
  9989. msgid "index %s is corrupted"
  9990. msgstr "l'indice %s è corrotto"
  9991. msgid "no node"
  9992. msgstr "nessun nodo"
  9993. msgid "ambiguous identifier"
  9994. msgstr "identificatore ambiguo"
  9995. msgid "no match found"
  9996. msgstr "nessuna corrispondenza trovata"
  9997. #, python-format
  9998. msgid "incompatible revision flag %x"
  9999. msgstr "flag di revisione non compatibile %x"
  10000. #, python-format
  10001. msgid "%s not found in the transaction"
  10002. msgstr "%s non trovato nella transazione"
  10003. msgid "consistency error in delta"
  10004. msgstr "errore di consistenza nel delta"
  10005. msgid "unknown base"
  10006. msgstr "base sconosciuta"
  10007. msgid "unterminated string"
  10008. msgstr "stringa non terminata"
  10009. msgid "syntax error"
  10010. msgstr "errore di sintassi"
  10011. msgid "missing argument"
  10012. msgstr "argomento mancante"
  10013. #, python-format
  10014. msgid "can't use %s here"
  10015. msgstr "impossibile usare %s qui"
  10016. msgid "can't use a list in this context"
  10017. msgstr "impossibile usare una lista in questo contesto"
  10018. #, python-format
  10019. msgid "not a function: %s"
  10020. msgstr "non è una funzione: %s"
  10021. msgid ""
  10022. "``id(string)``\n"
  10023. " Revision non-ambiguously specified by the given hex string prefix."
  10024. msgstr ""
  10025. #. i18n: "id" is a keyword
  10026. msgid "id requires one argument"
  10027. msgstr "id richiede un argomento"
  10028. #. i18n: "id" is a keyword
  10029. msgid "id requires a string"
  10030. msgstr "id richiede una stringa"
  10031. msgid ""
  10032. "``rev(number)``\n"
  10033. " Revision with the given numeric identifier."
  10034. msgstr ""
  10035. #. i18n: "rev" is a keyword
  10036. msgid "rev requires one argument"
  10037. msgstr "rev richiede un argomento"
  10038. #. i18n: "rev" is a keyword
  10039. msgid "rev requires a number"
  10040. msgstr "rev richiede un numero"
  10041. #. i18n: "rev" is a keyword
  10042. msgid "rev expects a number"
  10043. msgstr "rev si attende un numero"
  10044. msgid ""
  10045. "``p1([set])``\n"
  10046. " First parent of changesets in set, or the working directory."
  10047. msgstr ""
  10048. msgid ""
  10049. "``p2([set])``\n"
  10050. " Second parent of changesets in set, or the working directory."
  10051. msgstr ""
  10052. msgid ""
  10053. "``parents([set])``\n"
  10054. " The set of all parents for all changesets in set, or the working "
  10055. "directory."
  10056. msgstr ""
  10057. msgid ""
  10058. "``max(set)``\n"
  10059. " Changeset with highest revision number in set."
  10060. msgstr ""
  10061. msgid ""
  10062. "``min(set)``\n"
  10063. " Changeset with lowest revision number in set."
  10064. msgstr ""
  10065. msgid ""
  10066. "``limit(set, n)``\n"
  10067. " First n members of set."
  10068. msgstr ""
  10069. "``limit(set, n)``\n"
  10070. " Primi n membri dell'insieme."
  10071. #. i18n: "limit" is a keyword
  10072. msgid "limit requires two arguments"
  10073. msgstr "limit richiede due argomenti"
  10074. #. i18n: "limit" is a keyword
  10075. msgid "limit requires a number"
  10076. msgstr "limit richiede un numero"
  10077. #. i18n: "limit" is a keyword
  10078. msgid "limit expects a number"
  10079. msgstr "limit si aspetta un numero"
  10080. msgid ""
  10081. "``children(set)``\n"
  10082. " Child changesets of changesets in set."
  10083. msgstr ""
  10084. msgid ""
  10085. "``branch(set)``\n"
  10086. " All changesets belonging to the branches of changesets in set."
  10087. msgstr ""
  10088. msgid ""
  10089. "``ancestor(single, single)``\n"
  10090. " Greatest common ancestor of the two changesets."
  10091. msgstr ""
  10092. #. i18n: "ancestor" is a keyword
  10093. msgid "ancestor requires two arguments"
  10094. msgstr "ancestor richiede due argomenti"
  10095. #. i18n: "ancestor" is a keyword
  10096. msgid "ancestor arguments must be single revisions"
  10097. msgstr "gli argomenti di ancestor devono essere revisioni singole"
  10098. msgid ""
  10099. "``ancestors(set)``\n"
  10100. " Changesets that are ancestors of a changeset in set."
  10101. msgstr ""
  10102. msgid ""
  10103. "``descendants(set)``\n"
  10104. " Changesets which are descendants of changesets in set."
  10105. msgstr ""
  10106. msgid ""
  10107. "``follow()``\n"
  10108. " An alias for ``::.`` (ancestors of the working copy's first parent)."
  10109. msgstr ""
  10110. #. i18n: "follow" is a keyword
  10111. msgid "follow takes no arguments"
  10112. msgstr "follow non richiede argomenti"
  10113. msgid ""
  10114. "``date(interval)``\n"
  10115. " Changesets within the interval, see :hg:`help dates`."
  10116. msgstr ""
  10117. #. i18n: "date" is a keyword
  10118. msgid "date requires a string"
  10119. msgstr "date richiede una stringa"
  10120. msgid ""
  10121. "``keyword(string)``\n"
  10122. " Search commit message, user name, and names of changed files for\n"
  10123. " string."
  10124. msgstr ""
  10125. #. i18n: "keyword" is a keyword
  10126. msgid "keyword requires a string"
  10127. msgstr "keyword richiede una stringa"
  10128. msgid ""
  10129. "``grep(regex)``\n"
  10130. " Like ``keyword(string)`` but accepts a regex. Use ``grep(r'...')``\n"
  10131. " to ensure special escape characters are handled correctly."
  10132. msgstr ""
  10133. #. i18n: "grep" is a keyword
  10134. msgid "grep requires a string"
  10135. msgstr "grep richiede una stringa"
  10136. #, python-format
  10137. msgid "invalid match pattern: %s"
  10138. msgstr "pattern di confronto invalido: %s"
  10139. msgid ""
  10140. "``author(string)``\n"
  10141. " Alias for ``user(string)``."
  10142. msgstr ""
  10143. "``author(stringa)``\n"
  10144. " Alias per ``user(stringa)``."
  10145. #. i18n: "author" is a keyword
  10146. msgid "author requires a string"
  10147. msgstr "author richiede una stringa"
  10148. msgid ""
  10149. "``user(string)``\n"
  10150. " User name is string."
  10151. msgstr ""
  10152. "``user(string)``\n"
  10153. " Il nome utente è una stringa."
  10154. msgid ""
  10155. "``file(pattern)``\n"
  10156. " Changesets affecting files matched by pattern."
  10157. msgstr ""
  10158. "``file(pattern)``\n"
  10159. " Changeset che riguardano file corrispondenti al pattern."
  10160. #. i18n: "file" is a keyword
  10161. msgid "file requires a pattern"
  10162. msgstr "file richiede un pattern"
  10163. msgid ""
  10164. "``contains(pattern)``\n"
  10165. " Revision contains pattern."
  10166. msgstr ""
  10167. "``contains(pattern)``\n"
  10168. " La revisione contiene il pattern."
  10169. #. i18n: "contains" is a keyword
  10170. msgid "contains requires a pattern"
  10171. msgstr "contains richiede un pattern"
  10172. msgid ""
  10173. "``modifies(pattern)``\n"
  10174. " Changesets modifying files matched by pattern."
  10175. msgstr ""
  10176. #. i18n: "modifies" is a keyword
  10177. msgid "modifies requires a pattern"
  10178. msgstr "modifies richiede un pattern"
  10179. msgid ""
  10180. "``adds(pattern)``\n"
  10181. " Changesets that add a file matching pattern."
  10182. msgstr ""
  10183. #. i18n: "adds" is a keyword
  10184. msgid "adds requires a pattern"
  10185. msgstr "adds richiede un pattern"
  10186. msgid ""
  10187. "``removes(pattern)``\n"
  10188. " Changesets which remove files matching pattern."
  10189. msgstr ""
  10190. #. i18n: "removes" is a keyword
  10191. msgid "removes requires a pattern"
  10192. msgstr "removes richiede un pattern"
  10193. msgid ""
  10194. "``merge()``\n"
  10195. " Changeset is a merge changeset."
  10196. msgstr ""
  10197. "``merge()``\n"
  10198. " Il changeset è un changeset di merge."
  10199. #. i18n: "merge" is a keyword
  10200. msgid "merge takes no arguments"
  10201. msgstr "merge non richiede argomenti"
  10202. msgid ""
  10203. "``closed()``\n"
  10204. " Changeset is closed."
  10205. msgstr ""
  10206. "``closed()``\n"
  10207. " Il changeset è chiuso."
  10208. #. i18n: "closed" is a keyword
  10209. msgid "closed takes no arguments"
  10210. msgstr "closed non richiede argomenti"
  10211. msgid ""
  10212. "``head()``\n"
  10213. " Changeset is a named branch head."
  10214. msgstr ""
  10215. #. i18n: "head" is a keyword
  10216. msgid "head takes no arguments"
  10217. msgstr "head non richiede argomenti"
  10218. msgid ""
  10219. "``reverse(set)``\n"
  10220. " Reverse order of set."
  10221. msgstr ""
  10222. msgid ""
  10223. "``present(set)``\n"
  10224. " An empty set, if any revision in set isn't found; otherwise,\n"
  10225. " all revisions in set."
  10226. msgstr ""
  10227. msgid ""
  10228. "``sort(set[, [-]key...])``\n"
  10229. " Sort set by keys. The default sort order is ascending, specify a key\n"
  10230. " as ``-key`` to sort in descending order."
  10231. msgstr ""
  10232. msgid " The keys can be:"
  10233. msgstr " Le chiavi possono essere:"
  10234. msgid ""
  10235. " - ``rev`` for the revision number,\n"
  10236. " - ``branch`` for the branch name,\n"
  10237. " - ``desc`` for the commit message (description),\n"
  10238. " - ``user`` for user name (``author`` can be used as an alias),\n"
  10239. " - ``date`` for the commit date"
  10240. msgstr ""
  10241. #. i18n: "sort" is a keyword
  10242. msgid "sort requires one or two arguments"
  10243. msgstr "sort richiede uno o due argomenti"
  10244. msgid "sort spec must be a string"
  10245. msgstr "sort spec dev'essere una stringa"
  10246. #, python-format
  10247. msgid "unknown sort key %r"
  10248. msgstr "chiave di ordinamento sconosciuta: %r"
  10249. msgid ""
  10250. "``all()``\n"
  10251. " All changesets, the same as ``0:tip``."
  10252. msgstr ""
  10253. #. i18n: "all" is a keyword
  10254. msgid "all takes no arguments"
  10255. msgstr "all non richiede argomenti"
  10256. msgid ""
  10257. "``heads(set)``\n"
  10258. " Members of set with no children in set."
  10259. msgstr ""
  10260. msgid ""
  10261. "``roots(set)``\n"
  10262. " Changesets with no parent changeset in set."
  10263. msgstr ""
  10264. msgid ""
  10265. "``outgoing([path])``\n"
  10266. " Changesets not found in the specified destination repository, or the\n"
  10267. " default push location."
  10268. msgstr ""
  10269. "``outgoing([percorso])``\n"
  10270. " Changeset non trovati nel repository di destinazione specificato\n"
  10271. " oppure nel percorso di push di default."
  10272. #. i18n: "outgoing" is a keyword
  10273. msgid "outgoing requires a repository path"
  10274. msgstr "outgoing richiede il percorso ad un repository"
  10275. msgid ""
  10276. "``tag(name)``\n"
  10277. " The specified tag by name, or all tagged revisions if no name is given."
  10278. msgstr ""
  10279. #. i18n: "tag" is a keyword
  10280. msgid "tag takes one or no arguments"
  10281. msgstr "tag accetta un argomento o nulla"
  10282. #. i18n: "tag" is a keyword
  10283. msgid "the argument to tag must be a string"
  10284. msgstr "l'argomento di tag dev'essere una stringa"
  10285. msgid ""
  10286. "``bookmark([name])``\n"
  10287. " The named bookmark or all bookmarks."
  10288. msgstr ""
  10289. "``bookmark([nome])``\n"
  10290. " Il segnalibro specificato o tutti i segnalibri."
  10291. #. i18n: "bookmark" is a keyword
  10292. msgid "bookmark takes one or no arguments"
  10293. msgstr "bookmark accetta un argomento o nessuno"
  10294. #. i18n: "bookmark" is a keyword
  10295. msgid "the argument to bookmark must be a string"
  10296. msgstr "l'argomento del segnalibro dev'essere una stringa"
  10297. msgid "can't negate that"
  10298. msgstr "impossibile negarlo"
  10299. msgid "not a symbol"
  10300. msgstr "non un simbolo"
  10301. msgid "empty query"
  10302. msgstr "interrogazione vuota"
  10303. msgid "searching for exact renames"
  10304. msgstr "ricerca di rinomine esatte"
  10305. msgid "searching for similar files"
  10306. msgstr "ricerca di file simili"
  10307. #, python-format
  10308. msgid "%s looks like a binary file."
  10309. msgstr "%s sembra essere un file binario."
  10310. msgid "can only specify two labels."
  10311. msgstr "possibile specificare solo due etichette."
  10312. msgid "warning: conflicts during merge.\n"
  10313. msgstr "attenzione: conflitti durante il merge.\n"
  10314. #, python-format
  10315. msgid "couldn't parse location %s"
  10316. msgstr "non è stato possibile parsificare la posizione %s"
  10317. msgid "password in URL not supported"
  10318. msgstr "password nell'URL non supportata"
  10319. msgid "could not create remote repo"
  10320. msgstr "non è stato possibile creare il repository remoto"
  10321. msgid "no suitable response from remote hg"
  10322. msgstr "nessuna risposta accettabile dall'hg remoto"
  10323. msgid "remote: "
  10324. msgstr "remoto: "
  10325. msgid "unexpected response:"
  10326. msgstr "risposta inattesa: "
  10327. #, python-format
  10328. msgid "push refused: %s"
  10329. msgstr "push rifiutato: %s"
  10330. #, python-format
  10331. msgid "'%s' does not appear to be an hg repository"
  10332. msgstr "'%s' non sembra essere un repository hg"
  10333. msgid "cannot lock static-http repository"
  10334. msgstr "impossibile bloccare il repository http statico"
  10335. msgid "cannot create new static-http repository"
  10336. msgstr "impossibile creare un nuovo repository http statico"
  10337. #, python-format
  10338. msgid "invalid entry in fncache, line %s"
  10339. msgstr "voce non valida in fncache, linea %s"
  10340. #, python-format
  10341. msgid "warning: subrepo spec file %s not found\n"
  10342. msgstr "attenzione: spec file del subrepository %s non trovato\n"
  10343. #, python-format
  10344. msgid "subrepo spec file %s not found"
  10345. msgstr "spec file del subrepository %s non trovato"
  10346. msgid "missing ] in subrepo source"
  10347. msgstr "] mancante nel subrepository sorgente"
  10348. #, python-format
  10349. msgid "bad subrepository pattern in %s: %s"
  10350. msgstr "pattern di subrepository errato in %s: %s"
  10351. #, python-format
  10352. msgid ""
  10353. " subrepository sources for %s differ\n"
  10354. "use (l)ocal source (%s) or (r)emote source (%s)?"
  10355. msgstr ""
  10356. msgid "&Remote"
  10357. msgstr "&Remoto"
  10358. #, python-format
  10359. msgid ""
  10360. " local changed subrepository %s which remote removed\n"
  10361. "use (c)hanged version or (d)elete?"
  10362. msgstr ""
  10363. #, python-format
  10364. msgid ""
  10365. " remote changed subrepository %s which local removed\n"
  10366. "use (c)hanged version or (d)elete?"
  10367. msgstr ""
  10368. #, python-format
  10369. msgid ""
  10370. " subrepository sources for %s differ\n"
  10371. "use (l)ocal source (%s) or (r)emote source (%s)?\n"
  10372. msgstr ""
  10373. #, python-format
  10374. msgid ""
  10375. " subrepository sources for %s differ (in checked out version)\n"
  10376. "use (l)ocal source (%s) or (r)emote source (%s)?\n"
  10377. msgstr ""
  10378. #, python-format
  10379. msgid "default path for subrepository %s not found"
  10380. msgstr "percorso di default per il subrepository %s non trovato"
  10381. #, python-format
  10382. msgid "unknown subrepo type %s"
  10383. msgstr "tipo di subrepository sconosciuto %s"
  10384. #, python-format
  10385. msgid "archiving (%s)"
  10386. msgstr "archiviazione in corso (%s)"
  10387. #, python-format
  10388. msgid "warning: error \"%s\" in subrepository \"%s\"\n"
  10389. msgstr "attenzione: errore \"%s\" nel subrepository \"%s\"\n"
  10390. #, python-format
  10391. msgid "removing subrepo %s\n"
  10392. msgstr "sto rimuovendo il subrepository %s\n"
  10393. #, python-format
  10394. msgid "pulling subrepo %s from %s\n"
  10395. msgstr "pull in corso del subrepository %s da %s\n"
  10396. #, python-format
  10397. msgid "pushing subrepo %s to %s\n"
  10398. msgstr "push in corso del subrepository %s verso %s\n"
  10399. msgid "cannot commit svn externals"
  10400. msgstr "impossibile fare il commit di external svn"
  10401. #, python-format
  10402. msgid "not removing repo %s because it has changes.\n"
  10403. msgstr "non rimuovo il repository %s in quanto contiene modifiche\n"
  10404. #, python-format
  10405. msgid "cloning subrepo %s\n"
  10406. msgstr "clonazione in corso del subrepository %s\n"
  10407. #, python-format
  10408. msgid "pulling subrepo %s\n"
  10409. msgstr "pull in corso del subrepository %s\n"
  10410. #, python-format
  10411. msgid "revision %s does not exist in subrepo %s\n"
  10412. msgstr "la revisione %s non esiste nel subrepository %s\n"
  10413. #, python-format
  10414. msgid "checking out detached HEAD in subrepo %s\n"
  10415. msgstr "reperimento della HEAD scollegata nel subrepository %s\n"
  10416. msgid "check out a git branch if you intend to make changes\n"
  10417. msgstr "effettua il check out di un branch git se intendi fare modifiche\n"
  10418. #, python-format
  10419. msgid "subrepo %s is missing"
  10420. msgstr "subrepo %s mancante"
  10421. #, python-format
  10422. msgid "unrelated git branch checked out in subrepo %s\n"
  10423. msgstr "branch git non correlata estratta nel subrepository %s\n"
  10424. #, python-format
  10425. msgid "pushing branch %s of subrepo %s\n"
  10426. msgstr "push del branch %s del subrepository %s in corso\n"
  10427. #, python-format
  10428. msgid ""
  10429. "no branch checked out in subrepo %s\n"
  10430. "cannot push revision %s"
  10431. msgstr ""
  10432. "nessun branch estratto nel subrepository %s\n"
  10433. "impossibile effettuare il push della revisione %s"
  10434. #, python-format
  10435. msgid "%s, line %s: %s\n"
  10436. msgstr "%s, linea %s: %s\n"
  10437. msgid "cannot parse entry"
  10438. msgstr "impossibile parsificare la entry"
  10439. #, python-format
  10440. msgid "node '%s' is not well formed"
  10441. msgstr "il nodo '%s' non è ben formato"
  10442. msgid ".hg/cache/tags is corrupt, rebuilding it\n"
  10443. msgstr ".hg/cache/tags corrotta, la ricostruisco\n"
  10444. #, python-format
  10445. msgid "unknown method '%s'"
  10446. msgstr "metodo sconosciuto '%s'"
  10447. msgid "expected a symbol"
  10448. msgstr "atteso un simbolo"
  10449. #, python-format
  10450. msgid "unknown function '%s'"
  10451. msgstr "funzione sconosciuta '%s'"
  10452. msgid "expected template specifier"
  10453. msgstr ""
  10454. #, python-format
  10455. msgid "filter %s expects one argument"
  10456. msgstr "il filtro %s si aspetta un argomento"
  10457. msgid "unmatched quotes"
  10458. msgstr "citazione non corrispondente"
  10459. #, python-format
  10460. msgid "style not found: %s"
  10461. msgstr "stile non trovato: %s"
  10462. #, python-format
  10463. msgid "\"%s\" not in template map"
  10464. msgstr "\"%s\" non è nel map del template"
  10465. #, python-format
  10466. msgid "template file %s: %s"
  10467. msgstr "file template %s: %s"
  10468. msgid "cannot use transaction when it is already committed/aborted"
  10469. msgstr ""
  10470. #, python-format
  10471. msgid "failed to truncate %s\n"
  10472. msgstr "fallito il troncamento di %s\n"
  10473. msgid "transaction abort!\n"
  10474. msgstr "transazione abortita!\n"
  10475. msgid "rollback completed\n"
  10476. msgstr "rollback completato\n"
  10477. msgid "rollback failed - please run hg recover\n"
  10478. msgstr "rollback fallito - eseguire hg recover\n"
  10479. #, python-format
  10480. msgid "Not trusting file %s from untrusted user %s, group %s\n"
  10481. msgstr ""
  10482. "Non viene data fiducia al file %s dall'utente non fidato %s, gruppo %s\n"
  10483. #, python-format
  10484. msgid "Ignored: %s\n"
  10485. msgstr "Ignorato: %s\n"
  10486. #, python-format
  10487. msgid "(deprecated '%%' in path %s=%s from %s)\n"
  10488. msgstr ""
  10489. #, python-format
  10490. msgid "ignoring untrusted configuration option %s.%s = %s\n"
  10491. msgstr "ignoro l'opzione di configurazione non affidabile %s.%s = %s\n"
  10492. #, python-format
  10493. msgid "%s.%s not a boolean ('%s')"
  10494. msgstr "%s.%s non è un booleano ('%s')"
  10495. msgid "enter a commit username:"
  10496. msgstr "inserire uno username per il commit:"
  10497. #, python-format
  10498. msgid "No username found, using '%s' instead\n"
  10499. msgstr "Nessuno username trovato, uso '%s' invece\n"
  10500. msgid "no username supplied (see \"hg help config\")"
  10501. msgstr "nessun nome utente fornito (vedere \"hg help config\")"
  10502. #, python-format
  10503. msgid "username %s contains a newline\n"
  10504. msgstr "lo username %s contiene un carattere di fine riga\n"
  10505. msgid "response expected"
  10506. msgstr "risposta attesa"
  10507. msgid "unrecognized response\n"
  10508. msgstr "risposta non riconosciuta\n"
  10509. msgid "password: "
  10510. msgstr "password: "
  10511. msgid "edit failed"
  10512. msgstr "modifica fallita"
  10513. #, python-format
  10514. msgid "ignoring invalid [auth] key '%s'\n"
  10515. msgstr "ignoro chiave [auth] invalida '%s'\n"
  10516. msgid "http authorization required"
  10517. msgstr "autorizzazione http richiesta"
  10518. msgid "http authorization required\n"
  10519. msgstr "autorizzazione http richiesta\n"
  10520. #, python-format
  10521. msgid "realm: %s\n"
  10522. msgstr "reame: %s\n"
  10523. #, python-format
  10524. msgid "user: %s\n"
  10525. msgstr "utente: %s\n"
  10526. msgid "user:"
  10527. msgstr "utente:"
  10528. #, python-format
  10529. msgid "http auth: user %s, password %s\n"
  10530. msgstr "autenticazione http: utente %s, password %s\n"
  10531. msgid "kb"
  10532. msgstr "kb"
  10533. msgid "certificate checking requires Python 2.6"
  10534. msgstr "il controllo dei certificati richiede Python 2.6"
  10535. msgid "no certificate received"
  10536. msgstr "nessun certificato ricevuto"
  10537. #, python-format
  10538. msgid "certificate is for %s"
  10539. msgstr "il certificato è per %s"
  10540. msgid "IDN in certificate not supported"
  10541. msgstr "IDN non supportato nel certificato"
  10542. msgid "no commonName or subjectAltName found in certificate"
  10543. msgstr "nessun commonName o subjectAltName trovato nel certificato"
  10544. #, python-format
  10545. msgid "could not find web.cacerts: %s"
  10546. msgstr "impossibile trovare web.cacerts: %s"
  10547. #, python-format
  10548. msgid "%s certificate error: %s (use --insecure to connect insecurely)"
  10549. msgstr ""
  10550. #, python-format
  10551. msgid "invalid certificate for %s with fingerprint %s"
  10552. msgstr ""
  10553. #, python-format
  10554. msgid ""
  10555. "warning: %s certificate with fingerprint %s not verified (check "
  10556. "hostfingerprints or web.cacerts config setting)\n"
  10557. msgstr ""
  10558. #, python-format
  10559. msgid "no certificate for %s with configured hostfingerprint"
  10560. msgstr ""
  10561. #, python-format
  10562. msgid ""
  10563. "warning: %s certificate not verified (check web.cacerts config setting)\n"
  10564. msgstr ""
  10565. #, python-format
  10566. msgid "command '%s' failed: %s"
  10567. msgstr "comando '%s' fallito: %s"
  10568. #, python-format
  10569. msgid "path ends in directory separator: %s"
  10570. msgstr "il percorso finisce con il separatore di directory: %s"
  10571. #, python-format
  10572. msgid "path contains illegal component: %s"
  10573. msgstr "il percorso contiene un componente non consentito: %s"
  10574. #, python-format
  10575. msgid "path %r is inside repo %r"
  10576. msgstr "il percorso %r è all'interno del repository %r"
  10577. #, python-format
  10578. msgid "path %r traverses symbolic link %r"
  10579. msgstr "il percorso %r attraversa il link simbolico %r"
  10580. #, python-format
  10581. msgid "could not symlink to %r: %s"
  10582. msgstr "impossibile creare un link simbolico a %r: %s"
  10583. msgid "check your clock"
  10584. msgstr "controlla il tuo orologio"
  10585. #, python-format
  10586. msgid "negative timestamp: %d"
  10587. msgstr "timestamp negativo: %d"
  10588. #, python-format
  10589. msgid "invalid date: %r"
  10590. msgstr "data invalida: %r"
  10591. #, python-format
  10592. msgid "date exceeds 32 bits: %d"
  10593. msgstr "la data supera i 32 bit: %d"
  10594. #, python-format
  10595. msgid "negative date value: %d"
  10596. msgstr "valore di data negativo: %d"
  10597. #, python-format
  10598. msgid "impossible time zone offset: %d"
  10599. msgstr "fuso orario impossibile: %d"
  10600. #, python-format
  10601. msgid "invalid day spec: %s"
  10602. msgstr "specificato giorno invalido: %s"
  10603. #, python-format
  10604. msgid "%.0f GB"
  10605. msgstr "%.0f GB"
  10606. #, python-format
  10607. msgid "%.1f GB"
  10608. msgstr "%.1f GB"
  10609. #, python-format
  10610. msgid "%.2f GB"
  10611. msgstr "%.2f GB"
  10612. #, python-format
  10613. msgid "%.0f MB"
  10614. msgstr "%.0f MB"
  10615. #, python-format
  10616. msgid "%.1f MB"
  10617. msgstr "%.1f MB"
  10618. #, python-format
  10619. msgid "%.2f MB"
  10620. msgstr "%.2f MB"
  10621. #, python-format
  10622. msgid "%.0f KB"
  10623. msgstr "%.0f KB"
  10624. #, python-format
  10625. msgid "%.1f KB"
  10626. msgstr "%.1f KB"
  10627. #, python-format
  10628. msgid "%.2f KB"
  10629. msgstr "%.2f KB"
  10630. #, python-format
  10631. msgid "%.0f bytes"
  10632. msgstr "%.0f byte"
  10633. #, python-format
  10634. msgid "no port number associated with service '%s'"
  10635. msgstr "nessuno numero di porta associato al servizio '%s'"
  10636. msgid "cannot verify bundle or remote repos"
  10637. msgstr "impossibile verificare bundle o repository remoti"
  10638. msgid "interrupted"
  10639. msgstr "interrotto"
  10640. #, python-format
  10641. msgid "empty or missing %s"
  10642. msgstr "%s vuoto o mancante"
  10643. #, python-format
  10644. msgid "data length off by %d bytes"
  10645. msgstr "lunghezza dei dati eccedente di %d byte"
  10646. #, python-format
  10647. msgid "index contains %d extra bytes"
  10648. msgstr "l'indice contiene %d extra byte"
  10649. #, python-format
  10650. msgid "warning: `%s' uses revlog format 1"
  10651. msgstr "attenzione: `%s' usa il formato di revlog 1"
  10652. #, python-format
  10653. msgid "warning: `%s' uses revlog format 0"
  10654. msgstr "attenzione: `%s' usa il formato di revlog 0"
  10655. #, python-format
  10656. msgid "rev %d points to nonexistent changeset %d"
  10657. msgstr "rev %d punta al changeset non esistente %d"
  10658. #, python-format
  10659. msgid "rev %d points to unexpected changeset %d"
  10660. msgstr "rev %d punta al changeset inatteso %d"
  10661. #, python-format
  10662. msgid " (expected %s)"
  10663. msgstr " (atteso %s)"
  10664. #, python-format
  10665. msgid "unknown parent 1 %s of %s"
  10666. msgstr "genitore 1 %s di %s sconosciuto"
  10667. #, python-format
  10668. msgid "unknown parent 2 %s of %s"
  10669. msgstr "genitore 2 %s di %s sconosciuto"
  10670. #, python-format
  10671. msgid "checking parents of %s"
  10672. msgstr "sto controllando i genitori di %s"
  10673. #, python-format
  10674. msgid "duplicate revision %d (%d)"
  10675. msgstr "revisione duplicata %d (%d)"
  10676. msgid "abandoned transaction found - run hg recover\n"
  10677. msgstr "trovata transazione abbandonata - eseguire hg recover\n"
  10678. #, python-format
  10679. msgid "repository uses revlog format %d\n"
  10680. msgstr "il repository usa il formato di revlog %d\n"
  10681. msgid "checking changesets\n"
  10682. msgstr "sto controllando i changeset\n"
  10683. msgid "checking"
  10684. msgstr "controllo in corso"
  10685. #, python-format
  10686. msgid "unpacking changeset %s"
  10687. msgstr "sto spacchettando il changeset %s"
  10688. msgid "checking manifests\n"
  10689. msgstr "sto controllando i manifesti\n"
  10690. #, python-format
  10691. msgid "%s not in changesets"
  10692. msgstr "%s non è nei changeset"
  10693. msgid "file without name in manifest"
  10694. msgstr "file senza nome nel manifesto"
  10695. #, python-format
  10696. msgid "reading manifest delta %s"
  10697. msgstr "sto leggendo il delta del manifesto %s"
  10698. msgid "crosschecking files in changesets and manifests\n"
  10699. msgstr ""
  10700. "sto facendo un controllo incrociato sui file nei changeset e nei manifesti\n"
  10701. msgid "crosschecking"
  10702. msgstr "controllo incrociato"
  10703. #, python-format
  10704. msgid "changeset refers to unknown manifest %s"
  10705. msgstr "il changeset si riferisce ad un manifesto sconosciuto %s"
  10706. msgid "in changeset but not in manifest"
  10707. msgstr "nel changeset ma non nel manifesto"
  10708. msgid "in manifest but not in changeset"
  10709. msgstr "nel manifesto ma non nel changeset"
  10710. msgid "checking files\n"
  10711. msgstr "sto controllando i file\n"
  10712. #, python-format
  10713. msgid "cannot decode filename '%s'"
  10714. msgstr "impossibile decodificare il nome del file '%s'"
  10715. #, python-format
  10716. msgid "broken revlog! (%s)"
  10717. msgstr "revlog danneggiato! (%s)"
  10718. msgid "missing revlog!"
  10719. msgstr "revlog mancante!"
  10720. #, python-format
  10721. msgid "%s not in manifests"
  10722. msgstr "%s non è nei manifesti"
  10723. #, python-format
  10724. msgid "unpacked size is %s, %s expected"
  10725. msgstr "la dimensione spacchettata è %s, attesa %s"
  10726. #, python-format
  10727. msgid "unpacking %s"
  10728. msgstr "sto spacchettando %s"
  10729. #, python-format
  10730. msgid "warning: copy source of '%s' not in parents of %s"
  10731. msgstr "attenzione: la copia sorgente di '%s' non è tra i genitori di %s"
  10732. #, python-format
  10733. msgid "empty or missing copy source revlog %s:%s"
  10734. msgstr ""
  10735. #, python-format
  10736. msgid "warning: %s@%s: copy source revision is nullid %s:%s\n"
  10737. msgstr ""
  10738. #, python-format
  10739. msgid "checking rename of %s"
  10740. msgstr "sto controllando la rinomina di %s"
  10741. #, python-format
  10742. msgid "%s in manifests not found"
  10743. msgstr "%s non trovato nei manifesti"
  10744. #, python-format
  10745. msgid "warning: orphan revlog '%s'"
  10746. msgstr "attenzione: revlog '%s' orfano"
  10747. #, python-format
  10748. msgid "%d files, %d changesets, %d total revisions\n"
  10749. msgstr "%d file, %d changeset, %d revisioni totali\n"
  10750. #, python-format
  10751. msgid "%d warnings encountered!\n"
  10752. msgstr "%d warning incontrati!\n"
  10753. #, python-format
  10754. msgid "%d integrity errors encountered!\n"
  10755. msgstr "%d errori di integrit incontrati!\n"
  10756. #, python-format
  10757. msgid "(first damaged changeset appears to be %d)\n"
  10758. msgstr "(il primo changeset danneggiato sembra essere %d)\n"
  10759. msgid "look up remote revision"
  10760. msgstr "ricerca di revisioni remote"
  10761. msgid "push failed (unexpected response):"
  10762. msgstr "push fallito (risposta inattesa):"
  10763. msgid "look up remote changes"
  10764. msgstr "ricerca di modifiche remote"
  10765. msgid "push failed:"
  10766. msgstr "push fallito:"
  10767. #~ msgid "end-of-line check failed:\n"
  10768. #~ msgstr "controllo del fine-riga fallito:\n"
  10769. #, fuzzy
  10770. #~ msgid "use text as collapse commit message"
  10771. #~ msgstr "usa text come messaggio di commit"
  10772. #, fuzzy
  10773. #~ msgid "read collapse commit message from file"
  10774. #~ msgstr "legge il messaggio di commit dal file"
  10775. #~ msgid "Extending search to changeset %d:%s\n"
  10776. #~ msgstr "Estendo la ricerca al changeset %d:%s\n"
  10777. #~ msgid "nothing to extend"
  10778. #~ msgstr "niente da estendere"
  10779. #~ msgid "extend the bisect range"
  10780. #~ msgstr "estende il range di bisect"
  10781. #~ msgid "bisect requires a string"
  10782. #~ msgstr "bisect richiede una stringa"
  10783. #~ msgid "invalid bisect state"
  10784. #~ msgstr "stato di bisect invalido"
  10785. #~ msgid "%s\n"
  10786. #~ msgstr "%s\n"
  10787. #~ msgid " options:"
  10788. #~ msgstr " opzioni:"
  10789. #~ msgid ""
  10790. #~ "Bookmarks are local movable markers to changesets. Every bookmark\n"
  10791. #~ "points to a changeset identified by its hash. If you commit a\n"
  10792. #~ "changeset that is based on a changeset that has a bookmark on it, the\n"
  10793. #~ "bookmark shifts to the new changeset."
  10794. #~ msgstr ""
  10795. #~ "I segnalibri di Mercurial sono puntatori locali e mobili a changeset. "
  10796. #~ "Ogni\n"
  10797. #~ "segnalibro punta ad un changeset identificato dal proprio hash. Se fai il "
  10798. #~ "commit di un\n"
  10799. #~ "changeset basato su un changeset che ha un segnalibro,\n"
  10800. #~ "il segnalibro è spostato sul nuovo changeset"
  10801. #~ msgid ""
  10802. #~ "It is possible to use bookmark names in every revision lookup (e.g.\n"
  10803. #~ ":hg:`merge`, :hg:`update`)."
  10804. #~ msgstr ""
  10805. #~ "E' possibile usare nomi di segnalibri in ogni ricerca di revisioni (es.\n"
  10806. #~ ":hg:`merge`, :hg:`update`)."
  10807. #~ msgid ""
  10808. #~ "By default, when several bookmarks point to the same changeset, they\n"
  10809. #~ "will all move forward together. It is possible to obtain a more\n"
  10810. #~ "git-like experience by adding the following configuration option to\n"
  10811. #~ "your .hgrc::"
  10812. #~ msgstr ""
  10813. #~ "Di default, quando più segnalibri puntano allo stesso changeset, essi\n"
  10814. #~ "avanzeranno tutti assieme. È possibile avere un comportamento più simile\n"
  10815. #~ "a git aggiungendo la seguente opzione di configurazione al tuo .hgrc::"
  10816. #~ msgid ""
  10817. #~ "This will cause Mercurial to track the bookmark that you are currently\n"
  10818. #~ "using, and only update it. This is similar to git's approach to\n"
  10819. #~ "branching.\n"
  10820. #~ msgstr ""
  10821. #~ "Questo porterà Mercurial a tener traccia del segnalibro su cui sei "
  10822. #~ "attualmente, e\n"
  10823. #~ "a limitarsi ad aggiornarlo. Questo è simile all'approccio di branching di "
  10824. #~ "git.\n"
  10825. #~ msgid "bookmark to export"
  10826. #~ msgstr "segnalibro da esportare"
  10827. #~ msgid "username mapping filename"
  10828. #~ msgstr "nome del file con il mapping degli username"
  10829. #~ msgid "Subversion python bindings could not be loaded"
  10830. #~ msgstr "Non è stato possibile caricare i binding python per Subversion"
  10831. #~ msgid "XXX TAGS NOT IMPLEMENTED YET\n"
  10832. #~ msgstr "XXX TAG NON ANCORA IMPLEMENTATE\n"
  10833. #~ msgid "queue directory updating\n"
  10834. #~ msgstr "aggiornamento directory della coda\n"
  10835. #~ msgid "No patches applied"
  10836. #~ msgstr "Nessuna patch applicata"
  10837. #~ msgid "does the diffstat above look okay?"
  10838. #~ msgstr "il diffstat di sopra sembra corretto? "
  10839. #~ msgid "diffstat rejected"
  10840. #~ msgstr "diffstat rifiutato"
  10841. #, fuzzy
  10842. #~ msgid " files"
  10843. #~ msgstr "file:"
  10844. #, fuzzy
  10845. #~ msgid ""
  10846. #~ " Commit the backed out changes as a new changeset. The new\n"
  10847. #~ " changeset is a child of the backed out changeset."
  10848. #~ msgstr ""
  10849. #~ " Effettua il commit delle modifiche di cui si è fatto backout\n"
  10850. #~ " come nuovo changeset. Il nuovo changeset è un figlio del\n"
  10851. #~ " changeset di cui si è fatto backout."
  10852. #, fuzzy
  10853. #~ msgid ""
  10854. #~ " If you backout a changeset other than the tip, a new head is\n"
  10855. #~ " created. This head will be the new tip and you should merge this\n"
  10856. #~ " backout changeset with another head."
  10857. #~ msgstr ""
  10858. #~ " Se si fa il backout di un changeset diverso da tip, viene creata\n"
  10859. #~ " una nuova head. Questa sarà la nuova tip e si dovrebbe fare il\n"
  10860. #~ " merge di questo changeset di backout con un'altra head\n"
  10861. #~ " (attualmente una di default)."
  10862. #, fuzzy
  10863. #~ msgid ""
  10864. #~ " The --merge option remembers the parent of the working directory\n"
  10865. #~ " before starting the backout, then merges the new head with that\n"
  10866. #~ " changeset afterwards. This saves you from doing the merge by hand.\n"
  10867. #~ " The result of this merge is not committed, as with a normal merge."
  10868. #~ msgstr ""
  10869. #~ " L'opzione --merge ricorda il genitore della directory di lavoro\n"
  10870. #~ " prima di avviare il backout, poi fa il merge della nuova head con\n"
  10871. #~ " quel changeset. Questo evita di fare il merge a mano. Non viene\n"
  10872. #~ " effettuato il commit del risultato di questo merge, come per un\n"
  10873. #~ " merge normale."
  10874. #, fuzzy
  10875. #~ msgid ""
  10876. #~ " If no commit message is specified, the configured editor is\n"
  10877. #~ " started to prompt you for a message."
  10878. #~ msgstr ""
  10879. #~ " Se non è specificato nessun messaggio di commit, l'editor\n"
  10880. #~ " configurato viene lanciato per inserire un messaggio."
  10881. #~ msgid "still exists"
  10882. #~ msgstr "esiste ancora"
  10883. #~ msgid "is modified"
  10884. #~ msgstr "è modificato"
  10885. #~ msgid "has been marked for add"
  10886. #~ msgstr "è stato marcato per l'aggiunta"
  10887. #~ msgid "unmark files as resolved"
  10888. #~ msgstr "smarca i file come risolti"
  10889. #~ msgid "replace existing tag"
  10890. #~ msgstr "rimpiazza tag esistente"
  10891. #, fuzzy
  10892. #~ msgid "check for uncommitted changes"
  10893. #~ msgstr ""
  10894. #~ "salta il controllo di modifiche pendenti di cui non si è effettuato il "
  10895. #~ "commit"
  10896. #~ msgid "** report bug details to http://mercurial.selenic.com/bts/\n"
  10897. #~ msgstr ""
  10898. #~ "** riportare dettagli del bug a http://www.selenic.com/mercurial/bts/\n"
  10899. #, fuzzy
  10900. #~ msgid "bundling changes"
  10901. #~ msgstr "sto aggiungendo i changeset"
  10902. #, fuzzy
  10903. #~ msgid "bundling manifests"
  10904. #~ msgstr "sto aggiungendo i manifesti"
  10905. #~ msgid "unsynced changes"
  10906. #~ msgstr "modifiche non sincronizzate"
  10907. #~ msgid "error expanding '%s%%%s'"
  10908. #~ msgstr "errore nell'espansione di '%s%%%s'"
  10909. #~ msgid "unknown filter '%s'"
  10910. #~ msgstr "filtro sconosciuto '%s'"
  10911. #~ msgid "user name not available - set USERNAME environment variable"
  10912. #~ msgstr ""
  10913. #~ "nome utente non disponibile - impostare la variabile d'ambiente USERNAME"
  10914. #~ msgid "COMMANDS"
  10915. #~ msgstr "COMANDI"
  10916. #~ msgid "generating stats: %d%%"
  10917. #~ msgstr "sto generando le statistiche: %d%%"
  10918. #~ msgid "show progress"
  10919. #~ msgstr "mostra progresso"
  10920. #~ msgid "don't colorize output (DEPRECATED)"
  10921. #~ msgstr "non colorare l'output (DEPRECATO)"
  10922. #~ msgid "no tags found at revision %d\n"
  10923. #~ msgstr "nessuna tag trovata alla revisione %d\n"
  10924. #, fuzzy
  10925. #~ msgid "show keyword status flags of all files (DEPRECATED)"
  10926. #~ msgstr "mostra lo stato di tutti i file"
  10927. #~ msgid ""
  10928. #~ "\n"
  10929. #~ "imported patch %s"
  10930. #~ msgstr ""
  10931. #~ "\n"
  10932. #~ "patch %s importata"
  10933. #~ msgid "force removal with local changes"
  10934. #~ msgstr "forza la rimozione con modifiche locali"
  10935. #~ msgid "rebase from a given revision"
  10936. #~ msgstr "rebase da una data revisione"
  10937. #~ msgid "rebase from the base of a given revision"
  10938. #~ msgstr "rebase dalla base di una data revisione"
  10939. #~ msgid "rebase onto a given revision"
  10940. #~ msgstr "rebase su una data revisione"
  10941. #~ msgid "y - record this change"
  10942. #~ msgstr "y - registra questa modifica"
  10943. #~ msgid "y"
  10944. #~ msgstr "y"
  10945. #~ msgid "%s: %s"
  10946. #~ msgstr "%s: %s"
  10947. #, fuzzy
  10948. #~ msgid ""
  10949. #~ " This is the symmetrical operation for pull. It moves changes from\n"
  10950. #~ " the current repository to a different one. If the destination is\n"
  10951. #~ " local this is identical to a pull in that directory from the\n"
  10952. #~ " current one."
  10953. #~ msgstr ""
  10954. #~ " Questa è l'operazione simmetrica di pull. Aiuta a spostare modifiche\n"
  10955. #~ " dal repository corrente in un altro. Se la destinazione è locale "
  10956. #~ "questo\n"
  10957. #~ " è identico ad un pull in quella directory verso questa."
  10958. #, fuzzy
  10959. #~ msgid ""
  10960. #~ " By default, push will refuse to run if it detects the result would\n"
  10961. #~ " increase the number of remote heads. This generally indicates the\n"
  10962. #~ " user forgot to pull and merge before pushing."
  10963. #~ msgstr ""
  10964. #~ " Di default, il push verrà rifiutato se viene rivelato che aumenterà "
  10965. #~ "il\n"
  10966. #~ " numerdo di head remote. Questo generalmente indica che il client ha\n"
  10967. #~ " dimenticato di fare pull e merge prima del push."
  10968. #, fuzzy
  10969. #~ msgid ""
  10970. #~ " (Use update -r to check out earlier revisions, revert does not\n"
  10971. #~ " change the working directory parents.)"
  10972. #~ msgstr ""
  10973. #~ " (usare update -r per effettuare il checkout di revisioni\n"
  10974. #~ " precedenti, revert non cambia i genitori della directory di\n"
  10975. #~ " lavoro)"
  10976. #, fuzzy
  10977. #~ msgid "export the repository via HTTP"
  10978. #~ msgstr "esporta il repository via HTTP"
  10979. #, fuzzy
  10980. #~ msgid " Start a local HTTP repository browser and pull server."
  10981. #~ msgstr " Avvia un server HTTP locale per il pull e la navigazione."
  10982. #, fuzzy
  10983. #~ msgid ""
  10984. #~ " When the working directory contains no uncommitted changes, it\n"
  10985. #~ " will be replaced by the state of the requested revision from the\n"
  10986. #~ " repository. When the requested revision is on a different branch,\n"
  10987. #~ " the working directory will additionally be switched to that\n"
  10988. #~ " branch."
  10989. #~ msgstr ""
  10990. #~ " Quando la directory di lavoro non contiene modifiche di cui non si\n"
  10991. #~ " è eseguito il commit, sarà rimpiazzata dallo stato della revisione\n"
  10992. #~ " richiesta dal repository. Quando la revisione richiesta è su una\n"
  10993. #~ " branch differente, la directory di lavoro verrà inoltre spostata\n"
  10994. #~ " su quella branch."
  10995. #, fuzzy
  10996. #~ msgid ""
  10997. #~ " When there are uncommitted changes, use option -C/--clean to\n"
  10998. #~ " discard them, forcibly replacing the state of the working\n"
  10999. #~ " directory with the requested revision. Alternately, use -c/--check\n"
  11000. #~ " to abort."
  11001. #~ msgstr ""
  11002. #~ " Quandi ci sono modifiche di cui non si è eseguito il commit, usare\n"
  11003. #~ " l'opzione -C per scartarle, forzando la sostituzione dello stato\n"
  11004. #~ " della directory di lavoro con la revisione richiesta."
  11005. #, fuzzy
  11006. #~ msgid ""
  11007. #~ " When there are uncommitted changes and option -C/--clean is not\n"
  11008. #~ " used, and the parent revision and requested revision are on the\n"
  11009. #~ " same branch, and one of them is an ancestor of the other, then the\n"
  11010. #~ " new working directory will contain the requested revision merged\n"
  11011. #~ " with the uncommitted changes. Otherwise, the update will fail with\n"
  11012. #~ " a suggestion to use 'merge' or 'update -C' instead."
  11013. #~ msgstr ""
  11014. #~ " Quando ci sono modifiche di cui non si è eseguito il commit,\n"
  11015. #~ " l'opzione -C non è usata, la revisione del genitore e di quella\n"
  11016. #~ " richiesta sono sulla stessa branch e una di queste è un antenato\n"
  11017. #~ " dell'altro, allora la nuova directory di lavoro conterrà la\n"
  11018. #~ " revisione richiesta unita con le modifiche non salvate. Altrimenti\n"
  11019. #~ " l'aggiornamento fallirà con un suggerimento di usare invece\n"
  11020. #~ " 'merge' o 'update -C'."
  11021. #~ msgid "a changeset up to which you would like to bundle"
  11022. #~ msgstr "un changeset fino al quale si desidera effettuare il bundle"
  11023. #~ msgid "a changeset you would like to have after cloning"
  11024. #~ msgstr "un changeset che si desidera avere dopo il clone"
  11025. #, fuzzy
  11026. #~ msgid "show only the active branch heads from open branches"
  11027. #~ msgstr "mostra solo le head attive dalle branch aperte"
  11028. #, fuzzy
  11029. #~ msgid "[-r STARTREV] [REV]..."
  11030. #~ msgstr "[-r REV] [REV]..."
  11031. #~ msgid "a specific revision up to which you would like to pull"
  11032. #~ msgstr "una specifica revisione fino alla quale si desidera fare il pull"
  11033. #~ msgid "a specific revision up to which you would like to push"
  11034. #~ msgstr ""
  11035. #~ "una specifica revisione fino alla quale si desidera effettuare il push"
  11036. #~ msgid "revision to revert to"
  11037. #~ msgstr "revisione a cui annullare"
  11038. #~ msgid "overwrite locally modified files (no backup)"
  11039. #~ msgstr "sovrascrivi file modificati localmente (nessun backup)"
  11040. #~ msgid "abort: could not import module %s!\n"
  11041. #~ msgstr "abortito: non è stato possibile importare %s!\n"
  11042. #~ msgid "journal already exists - run hg recover"
  11043. #~ msgstr "il journal esiste già - eseguire hg recover"
  11044. #~ msgid ""
  11045. #~ "%s: files over 10MB may cause memory and performance problems\n"
  11046. #~ "(use 'hg revert %s' to unadd the file)\n"
  11047. #~ msgstr ""
  11048. #~ "%s: file oltre i 10MB potrebbero causare problemi di memoria\n"
  11049. #~ "e performance (usare 'hg revert %s' per annullare l'aggiunta\n"
  11050. #~ "del file)\n"