PageRenderTime 78ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 1ms

/i18n/fr.po

https://bitbucket.org/mirror/mercurial/
Portable Object | 11432 lines | 9195 code | 2237 blank | 0 comment | 0 complexity | 5d9cbe1a72a27e768afdfaf91f51211e MD5 | raw file
Possible License(s): GPL-2.0
  1. # French translations for Mercurial
  2. # Traductions françaises de Mercurial
  3. # Copyright (C) 2009 Matt Mackall <mpm@selenic.com> and others
  4. #
  5. # Quelques règles :
  6. # - dans l'aide d'une commande, la première ligne descriptive
  7. # commence par un verbe au présent sans majuscule
  8. # - dans l'aide d'une commande, la description des options
  9. # utilise un verbe à l'infinitif
  10. #
  11. # Note : la terminologie ci-dessous est loin d'être complète, figée ou
  12. # parfaite. À compléter et à améliorer, particulièrement les
  13. # termes comportant un point d'interrogation...
  14. #
  15. # Dictionnaire de termes courants :
  16. # - to apply a patch appliquer un patch
  17. # - a branch une branche
  18. # - to check out extraire (terminologie utilisée par svn)
  19. # - children des rejetons ? des descendants ?
  20. # - to clone clôner
  21. # - a conflict un conflit
  22. # - an extension une extension (au sens de module Mercurial)
  23. # - to fold patches agréger des patchs (replier des patch ?? bof)
  24. # - an integrity check une vérification d'intégrité (ou de cohérence ?)
  25. # - a mail un courriel, un courrier électronique
  26. # - a merge une fusion
  27. # - to merge fusionner
  28. # - a node un nœud ?
  29. # - a patch queue/stack une pile de patchs (mq)
  30. # - à l'utilisation c'est vraiment une _pile_
  31. # (on y empile et dépile des patchs)
  32. # - l'unique cas où _file_ conviendrait est dans le
  33. # contexte de la commande qfinish
  34. # => terme unique de pile pour plus de cohérence
  35. # - the patch series la série (complète) de patchs (suite ?)
  36. # - rejects des rejets ? (à propos de l'application d'un
  37. # patch)
  38. # - a repository un dépôt
  39. # - to revert annuler des modifications (ou défaire ?)
  40. # - a revision une révision
  41. # - the topmost patch le dernier patch appliqué
  42. # - a tree une arborescence
  43. # - an unrelated repository un dépôt non apparenté
  44. # - unversioned
  45. # unmanaged
  46. # untracked non suivi, non géré, pas sous contrôle du dépôt,
  47. # hors révision ?
  48. # - the working directory le répertoire de travail
  49. #
  50. # Termes très courants repris de l'anglais - à utiliser sans guillemets
  51. # pour ne pas alourdir inutilement la traduction :
  52. # - a diff un diff ? (ou également un patch ? synonymes...)
  53. # - a hook un hook
  54. # - a patch un patch
  55. # - a tag un tag
  56. # - to tag taguer
  57. #
  58. # Termes anglais avec une signification très spécifique, difficile à
  59. # paraphraser sans alourdir ou perdre le sens - à utiliser avec guillemets :
  60. # - a bundle un \"bundle\"
  61. # - to bundle créer un \"bundle\" ?
  62. # - a changeset un \"changeset\"
  63. # - a changegroup un \"changegroup\"
  64. # - the tip la révision \"tip\"
  65. #
  66. # Termes dont le classement / la traduction sont à déterminer :
  67. # - a commit un commit, un \"commit\"
  68. # - to commit \"committer\" ? (beuark, même dit tous les jours)
  69. # - a guard une \"garde\" ? (une protection ?)
  70. # - to guard a patch \"garder\" un patch ?
  71. # - to pull rapatrier des \"changesets\" ? effectuer une
  72. # opération de \"pull\" ? \"puller\" ?? (argh !)
  73. # - to push propager ? (utilisé par svn pour commit)
  74. # publier ? pousser ?? envoyer ??
  75. # - the series file (mq) ?
  76. #
  77. # Notes :
  78. # - (cédric) je verrais bien l'ajout d'une rubrique générale dans l'aide
  79. # (par exemple 'hg help glossary') librement remplissable par chaque équipe
  80. # de traduction, qui introduirait succintement à l'utilisateur les termes
  81. # qui vont être rencontrés dans mercurial - et en particulier permettrait
  82. # de faire le lien avec des termes franglisants parfois utilisés
  83. # (par ex. fusionner = "merger", etc.) ... ?
  84. #
  85. msgid ""
  86. msgstr ""
  87. "Project-Id-Version: Mercurial\n"
  88. "Report-Msgid-Bugs-To: <mercurial-devel@selenic.com>\n"
  89. "POT-Creation-Date: 2009-10-25 12:38+0100\n"
  90. "PO-Revision-Date: 2009-10-25 12:43+0100\n"
  91. "Last-Translator: Cedric Duval <cedricduval@free.fr>\n"
  92. "Language-Team: French\n"
  93. "MIME-Version: 1.0\n"
  94. "Content-Type: text/plain; charset=UTF-8\n"
  95. "Content-Transfer-Encoding: 8bit\n"
  96. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  97. #, python-format
  98. msgid " (default: %s)"
  99. msgstr " (défaut: %s)"
  100. msgid "OPTIONS"
  101. msgstr "OPTIONS"
  102. msgid "COMMANDS"
  103. msgstr "COMMANDES"
  104. #, fuzzy
  105. msgid " options:"
  106. msgstr " options :"
  107. #, python-format
  108. msgid " aliases: %s"
  109. msgstr ""
  110. msgid "Some commands allow the user to specify a date, e.g.:"
  111. msgstr ""
  112. msgid ""
  113. "- backout, commit, import, tag: Specify the commit date.\n"
  114. "- log, revert, update: Select revision(s) by date."
  115. msgstr ""
  116. msgid "Many date formats are valid. Here are some examples::"
  117. msgstr ""
  118. msgid ""
  119. " \"Wed Dec 6 13:18:29 2006\" (local timezone assumed)\n"
  120. " \"Dec 6 13:18 -0600\" (year assumed, time offset provided)\n"
  121. " \"Dec 6 13:18 UTC\" (UTC and GMT are aliases for +0000)\n"
  122. " \"Dec 6\" (midnight)\n"
  123. " \"13:18\" (today assumed)\n"
  124. " \"3:39\" (3:39AM assumed)\n"
  125. " \"3:39pm\" (15:39)\n"
  126. " \"2006-12-06 13:18:29\" (ISO 8601 format)\n"
  127. " \"2006-12-6 13:18\"\n"
  128. " \"2006-12-6\"\n"
  129. " \"12-6\"\n"
  130. " \"12/6\"\n"
  131. " \"12/6/6\" (Dec 6 2006)"
  132. msgstr ""
  133. msgid "Lastly, there is Mercurial's internal format::"
  134. msgstr ""
  135. msgid " \"1165432709 0\" (Wed Dec 6 13:18:29 2006 UTC)"
  136. msgstr ""
  137. msgid ""
  138. "This is the internal representation format for dates. unixtime is the\n"
  139. "number of seconds since the epoch (1970-01-01 00:00 UTC). offset is\n"
  140. "the offset of the local timezone, in seconds west of UTC (negative if\n"
  141. "the timezone is east of UTC)."
  142. msgstr ""
  143. msgid "The log command also accepts date ranges::"
  144. msgstr ""
  145. msgid ""
  146. " \"<{datetime}\" - at or before a given date/time\n"
  147. " \">{datetime}\" - on or after a given date/time\n"
  148. " \"{datetime} to {datetime}\" - a date range, inclusive\n"
  149. " \"-{days}\" - within a given number of days of today\n"
  150. msgstr ""
  151. msgid ""
  152. "Mercurial's default format for showing changes between two versions of\n"
  153. "a file is compatible with the unified format of GNU diff, which can be\n"
  154. "used by GNU patch and many other standard tools."
  155. msgstr ""
  156. msgid ""
  157. "While this standard format is often enough, it does not encode the\n"
  158. "following information:"
  159. msgstr ""
  160. msgid ""
  161. "- executable status and other permission bits\n"
  162. "- copy or rename information\n"
  163. "- changes in binary files\n"
  164. "- creation or deletion of empty files"
  165. msgstr ""
  166. msgid ""
  167. "Mercurial also supports the extended diff format from the git VCS\n"
  168. "which addresses these limitations. The git diff format is not produced\n"
  169. "by default because a few widespread tools still do not understand this\n"
  170. "format."
  171. msgstr ""
  172. msgid ""
  173. "This means that when generating diffs from a Mercurial repository\n"
  174. "(e.g. with \"hg export\"), you should be careful about things like file\n"
  175. "copies and renames or other things mentioned above, because when\n"
  176. "applying a standard diff to a different repository, this extra\n"
  177. "information is lost. Mercurial's internal operations (like push and\n"
  178. "pull) are not affected by this, because they use an internal binary\n"
  179. "format for communicating changes."
  180. msgstr ""
  181. msgid ""
  182. "To make Mercurial produce the git extended diff format, use the --git\n"
  183. "option available for many commands, or set 'git = True' in the [diff]\n"
  184. "section of your hgrc. You do not need to set this option when\n"
  185. "importing diffs in this format or using them in the mq extension.\n"
  186. msgstr ""
  187. msgid ""
  188. "HG\n"
  189. " Path to the 'hg' executable, automatically passed when running\n"
  190. " hooks, extensions or external tools. If unset or empty, this is\n"
  191. " the hg executable's name if it's frozen, or an executable named\n"
  192. " 'hg' (with %PATHEXT% [defaulting to COM/EXE/BAT/CMD] extensions on\n"
  193. " Windows) is searched."
  194. msgstr ""
  195. msgid ""
  196. "HGEDITOR\n"
  197. " This is the name of the editor to run when committing. See EDITOR."
  198. msgstr ""
  199. msgid " (deprecated, use .hgrc)"
  200. msgstr ""
  201. msgid ""
  202. "HGENCODING\n"
  203. " This overrides the default locale setting detected by Mercurial.\n"
  204. " This setting is used to convert data including usernames,\n"
  205. " changeset descriptions, tag names, and branches. This setting can\n"
  206. " be overridden with the --encoding command-line option."
  207. msgstr ""
  208. msgid ""
  209. "HGENCODINGMODE\n"
  210. " This sets Mercurial's behavior for handling unknown characters\n"
  211. " while transcoding user input. The default is \"strict\", which\n"
  212. " causes Mercurial to abort if it can't map a character. Other\n"
  213. " settings include \"replace\", which replaces unknown characters, and\n"
  214. " \"ignore\", which drops them. This setting can be overridden with\n"
  215. " the --encodingmode command-line option."
  216. msgstr ""
  217. msgid ""
  218. "HGMERGE\n"
  219. " An executable to use for resolving merge conflicts. The program\n"
  220. " will be executed with three arguments: local file, remote file,\n"
  221. " ancestor file."
  222. msgstr ""
  223. msgid ""
  224. "HGRCPATH\n"
  225. " A list of files or directories to search for hgrc files. Item\n"
  226. " separator is \":\" on Unix, \";\" on Windows. If HGRCPATH is not set,\n"
  227. " platform default search path is used. If empty, only the .hg/hgrc\n"
  228. " from the current repository is read."
  229. msgstr ""
  230. msgid " For each element in HGRCPATH:"
  231. msgstr ""
  232. msgid ""
  233. " - if it's a directory, all files ending with .rc are added\n"
  234. " - otherwise, the file itself will be added"
  235. msgstr ""
  236. msgid ""
  237. "HGUSER\n"
  238. " This is the string used as the author of a commit. If not set,\n"
  239. " available values will be considered in this order:"
  240. msgstr ""
  241. msgid ""
  242. " - HGUSER (deprecated)\n"
  243. " - hgrc files from the HGRCPATH\n"
  244. " - EMAIL\n"
  245. " - interactive prompt\n"
  246. " - LOGNAME (with '@hostname' appended)"
  247. msgstr ""
  248. msgid ""
  249. "EMAIL\n"
  250. " May be used as the author of a commit; see HGUSER."
  251. msgstr ""
  252. msgid ""
  253. "LOGNAME\n"
  254. " May be used as the author of a commit; see HGUSER."
  255. msgstr ""
  256. msgid ""
  257. "VISUAL\n"
  258. " This is the name of the editor to use when committing. See EDITOR."
  259. msgstr ""
  260. msgid ""
  261. "EDITOR\n"
  262. " Sometimes Mercurial needs to open a text file in an editor for a\n"
  263. " user to modify, for example when writing commit messages. The\n"
  264. " editor it uses is determined by looking at the environment\n"
  265. " variables HGEDITOR, VISUAL and EDITOR, in that order. The first\n"
  266. " non-empty one is chosen. If all of them are empty, the editor\n"
  267. " defaults to 'vi'."
  268. msgstr ""
  269. msgid ""
  270. "PYTHONPATH\n"
  271. " This is used by Python to find imported modules and may need to be\n"
  272. " set appropriately if this Mercurial is not installed system-wide.\n"
  273. msgstr ""
  274. #, fuzzy
  275. msgid ""
  276. "Mercurial has the ability to add new features through the use of\n"
  277. "extensions. Extensions may add new commands, add options to\n"
  278. "existing commands, change the default behavior of commands, or\n"
  279. "implement hooks."
  280. msgstr ""
  281. "\n"
  282. " Mercurial a la capacité de s'enrichir de nouvelles\n"
  283. " fonctionnalités par le biais d'extensions. Les extensions\n"
  284. " permettent d'ajouter des nouvelles commandes, de changer le\n"
  285. " comportement de commandes existantes ou leur ajouter des\n"
  286. " options, ou encore d'implémenter de nouveaux \"hooks\"."
  287. #, fuzzy
  288. msgid ""
  289. "Extensions are not loaded by default for a variety of reasons:\n"
  290. "they can increase startup overhead; they may be meant for advanced\n"
  291. "usage only; they may provide potentially dangerous abilities (such\n"
  292. "as letting you destroy or modify history); they might not be ready\n"
  293. "for prime time; or they may alter some usual behaviors of stock\n"
  294. "Mercurial. It is thus up to the user to activate extensions as\n"
  295. "needed."
  296. msgstr ""
  297. " Les extensions ne sont pas chargées automatiquement par défaut\n"
  298. " pour diverses raisons : elles peuvent accroître la latence\n"
  299. " de lancement de Mercurial ; elle peuvent n'être destinées qu'à\n"
  300. " une utilisation avancée ; elle peuvent fournir des\n"
  301. " fonctionnalités potentiellement dangereuses, comme de vous\n"
  302. " permettre de modifier ou détruire l'historique du dépôt ; elles\n"
  303. " peuvent ne pas être encore prêtes à être utilisées par le plus\n"
  304. " grand nombre ; ou encore elles peuvent modifier certains des\n"
  305. " comportements habituels de Mercurial.\n"
  306. " Il appartient donc à l'utilisateur de les activer en fonction\n"
  307. " de ses besoins."
  308. #, fuzzy
  309. msgid ""
  310. "To enable the \"foo\" extension, either shipped with Mercurial or in\n"
  311. "the Python search path, create an entry for it in your hgrc, like\n"
  312. "this::"
  313. msgstr ""
  314. " Pour activer l'extension \"truc\" fournie avec Mercurial ou\n"
  315. " présente dans le chemin de recherche de Python, déclarez-la\n"
  316. " dans votre fichier de configuration hgrc comme suit ::"
  317. #, fuzzy
  318. msgid ""
  319. " [extensions]\n"
  320. " foo ="
  321. msgstr ""
  322. " [extensions]\n"
  323. " truc ="
  324. #, fuzzy
  325. msgid "You may also specify the full path to an extension::"
  326. msgstr " Vous pouvez aussi indiquer l'endroit où elle se trouve ::"
  327. #, fuzzy
  328. msgid ""
  329. " [extensions]\n"
  330. " myfeature = ~/.hgext/myfeature.py"
  331. msgstr ""
  332. " [extensions]\n"
  333. " monbidule = ~/.hgext/monbidule.py"
  334. #, fuzzy
  335. msgid ""
  336. "To explicitly disable an extension enabled in an hgrc of broader\n"
  337. "scope, prepend its path with !::"
  338. msgstr ""
  339. " Pour forcer la désactivation d'une extension activée par un\n"
  340. " autre hgrc, précédez son chemin d'un point d'exclamation ::"
  341. #, fuzzy
  342. msgid ""
  343. " [extensions]\n"
  344. " # disabling extension bar residing in /path/to/extension/bar.py\n"
  345. " bar = !/path/to/extension/bar.py\n"
  346. " # ditto, but no path was supplied for extension baz\n"
  347. " baz = !\n"
  348. msgstr ""
  349. " [extensions]\n"
  350. " # désactivation de machin qui se trouve dans /vers/machin.py\n"
  351. " bar = !/vers/machin.py\n"
  352. " # idem, mais aucun chemin n'avait été donné pour chose \n"
  353. " chose = !\n"
  354. msgid ""
  355. "When Mercurial accepts more than one revision, they may be specified\n"
  356. "individually, or provided as a topologically continuous range,\n"
  357. "separated by the \":\" character."
  358. msgstr ""
  359. msgid ""
  360. "The syntax of range notation is [BEGIN]:[END], where BEGIN and END are\n"
  361. "revision identifiers. Both BEGIN and END are optional. If BEGIN is not\n"
  362. "specified, it defaults to revision number 0. If END is not specified,\n"
  363. "it defaults to the tip. The range \":\" thus means \"all revisions\"."
  364. msgstr ""
  365. msgid "If BEGIN is greater than END, revisions are treated in reverse order."
  366. msgstr ""
  367. msgid ""
  368. "A range acts as a closed interval. This means that a range of 3:5\n"
  369. "gives 3, 4 and 5. Similarly, a range of 9:6 gives 9, 8, 7, and 6.\n"
  370. msgstr ""
  371. msgid ""
  372. "Mercurial accepts several notations for identifying one or more files\n"
  373. "at a time."
  374. msgstr ""
  375. msgid ""
  376. "By default, Mercurial treats filenames as shell-style extended glob\n"
  377. "patterns."
  378. msgstr ""
  379. msgid "Alternate pattern notations must be specified explicitly."
  380. msgstr ""
  381. msgid ""
  382. "To use a plain path name without any pattern matching, start it with\n"
  383. "``path:``. These path names must completely match starting at the\n"
  384. "current repository root."
  385. msgstr ""
  386. msgid ""
  387. "To use an extended glob, start a name with ``glob:``. Globs are rooted\n"
  388. "at the current directory; a glob such as ``*.c`` will only match files\n"
  389. "in the current directory ending with ``.c``."
  390. msgstr ""
  391. msgid ""
  392. "The supported glob syntax extensions are ``**`` to match any string\n"
  393. "across path separators and ``{a,b}`` to mean \"a or b\"."
  394. msgstr ""
  395. msgid ""
  396. "To use a Perl/Python regular expression, start a name with ``re:``.\n"
  397. "Regexp pattern matching is anchored at the root of the repository."
  398. msgstr ""
  399. msgid "Plain examples::"
  400. msgstr ""
  401. msgid ""
  402. " path:foo/bar a name bar in a directory named foo in the root\n"
  403. " of the repository\n"
  404. " path:path:name a file or directory named \"path:name\""
  405. msgstr ""
  406. msgid "Glob examples::"
  407. msgstr ""
  408. msgid ""
  409. " glob:*.c any name ending in \".c\" in the current directory\n"
  410. " *.c any name ending in \".c\" in the current directory\n"
  411. " **.c any name ending in \".c\" in any subdirectory of the\n"
  412. " current directory including itself.\n"
  413. " foo/*.c any name ending in \".c\" in the directory foo\n"
  414. " foo/**.c any name ending in \".c\" in any subdirectory of foo\n"
  415. " including itself."
  416. msgstr ""
  417. msgid "Regexp examples::"
  418. msgstr ""
  419. msgid " re:.*\\.c$ any name ending in \".c\", anywhere in the repository\n"
  420. msgstr ""
  421. msgid "Mercurial supports several ways to specify individual revisions."
  422. msgstr ""
  423. msgid ""
  424. "A plain integer is treated as a revision number. Negative integers are\n"
  425. "treated as sequential offsets from the tip, with -1 denoting the tip,\n"
  426. "-2 denoting the revision prior to the tip, and so forth."
  427. msgstr ""
  428. msgid ""
  429. "A 40-digit hexadecimal string is treated as a unique revision\n"
  430. "identifier."
  431. msgstr ""
  432. msgid ""
  433. "A hexadecimal string less than 40 characters long is treated as a\n"
  434. "unique revision identifier and is referred to as a short-form\n"
  435. "identifier. A short-form identifier is only valid if it is the prefix\n"
  436. "of exactly one full-length identifier."
  437. msgstr ""
  438. msgid ""
  439. "Any other string is treated as a tag or branch name. A tag name is a\n"
  440. "symbolic name associated with a revision identifier. A branch name\n"
  441. "denotes the tipmost revision of that branch. Tag and branch names must\n"
  442. "not contain the \":\" character."
  443. msgstr ""
  444. msgid ""
  445. "The reserved name \"tip\" is a special tag that always identifies the\n"
  446. "most recent revision."
  447. msgstr ""
  448. msgid ""
  449. "The reserved name \"null\" indicates the null revision. This is the\n"
  450. "revision of an empty repository, and the parent of revision 0."
  451. msgstr ""
  452. msgid ""
  453. "The reserved name \".\" indicates the working directory parent. If no\n"
  454. "working directory is checked out, it is equivalent to null. If an\n"
  455. "uncommitted merge is in progress, \".\" is the revision of the first\n"
  456. "parent.\n"
  457. msgstr ""
  458. msgid ""
  459. "Mercurial allows you to customize output of commands through\n"
  460. "templates. You can either pass in a template from the command\n"
  461. "line, via the --template option, or select an existing\n"
  462. "template-style (--style)."
  463. msgstr ""
  464. msgid ""
  465. "You can customize output for any \"log-like\" command: log,\n"
  466. "outgoing, incoming, tip, parents, heads and glog."
  467. msgstr ""
  468. msgid ""
  469. "Three styles are packaged with Mercurial: default (the style used\n"
  470. "when no explicit preference is passed), compact and changelog.\n"
  471. "Usage::"
  472. msgstr ""
  473. msgid " $ hg log -r1 --style changelog"
  474. msgstr ""
  475. msgid ""
  476. "A template is a piece of text, with markup to invoke variable\n"
  477. "expansion::"
  478. msgstr ""
  479. msgid " $ hg log -r1 --template \"{node}\\n\"\\n b56ce7b07c52de7d5fd79fb89701ea538af65746"
  480. msgstr ""
  481. msgid ""
  482. "Strings in curly braces are called keywords. The availability of\n"
  483. "keywords depends on the exact context of the templater. These\n"
  484. "keywords are usually available for templating a log-like command:"
  485. msgstr ""
  486. msgid ""
  487. ":author: String. The unmodified author of the changeset.\n"
  488. ":branches: String. The name of the branch on which the changeset\n"
  489. " was committed. Will be empty if the branch name was\n"
  490. " default.\n"
  491. ":date: Date information. The date when the changeset was\n"
  492. " committed.\n"
  493. ":desc: String. The text of the changeset description.\n"
  494. ":diffstat: String. Statistics of changes with the following\n"
  495. " format: \"modified files: +added/-removed lines\"\n"
  496. ":files: List of strings. All files modified, added, or removed\n"
  497. " by this changeset.\n"
  498. ":file_adds: List of strings. Files added by this changeset.\n"
  499. ":file_mods: List of strings. Files modified by this changeset.\n"
  500. ":file_dels: List of strings. Files removed by this changeset.\n"
  501. ":node: String. The changeset identification hash, as a\n"
  502. " 40-character hexadecimal string.\n"
  503. ":parents: List of strings. The parents of the changeset.\n"
  504. ":rev: Integer. The repository-local changeset revision\n"
  505. " number.\n"
  506. ":tags: List of strings. Any tags associated with the\n"
  507. " changeset.\n"
  508. ":latesttag: String. Most recent global tag in the ancestors of this\n"
  509. " changeset.\n"
  510. ":latesttagdistance: Integer. Longest path to the latest tag."
  511. msgstr ""
  512. msgid ""
  513. "The \"date\" keyword does not produce human-readable output. If you\n"
  514. "want to use a date in your output, you can use a filter to process\n"
  515. "it. Filters are functions which return a string based on the input\n"
  516. "variable. You can also use a chain of filters to get the desired\n"
  517. "output::"
  518. msgstr ""
  519. msgid " $ hg tip --template \"{date|isodate}\\n\"\\n 2008-08-21 18:22 +0000"
  520. msgstr ""
  521. msgid "List of filters:"
  522. msgstr ""
  523. msgid ""
  524. ":addbreaks: Any text. Add an XHTML \"<br />\" tag before the end of\n"
  525. " every line except the last.\n"
  526. ":age: Date. Returns a human-readable date/time difference\n"
  527. " between the given date/time and the current\n"
  528. " date/time.\n"
  529. ":basename: Any text. Treats the text as a path, and returns the\n"
  530. " last component of the path after splitting by the\n"
  531. " path separator (ignoring trailing separators). For\n"
  532. " example, \"foo/bar/baz\" becomes \"baz\" and \"foo/bar//\"\n"
  533. " becomes \"bar\".\n"
  534. ":stripdir: Treat the text as path and strip a directory level,\n"
  535. " if possible. For example, \"foo\" and \"foo/bar\" becomes\n"
  536. " \"foo\".\n"
  537. ":date: Date. Returns a date in a Unix date format, including\n"
  538. " the timezone: \"Mon Sep 04 15:13:13 2006 0700\".\n"
  539. ":domain: Any text. Finds the first string that looks like an\n"
  540. " email address, and extracts just the domain\n"
  541. " component. Example: 'User <user@example.com>' becomes\n"
  542. " 'example.com'.\n"
  543. ":email: Any text. Extracts the first string that looks like\n"
  544. " an email address. Example: 'User <user@example.com>'\n"
  545. " becomes 'user@example.com'.\n"
  546. ":escape: Any text. Replaces the special XML/XHTML characters\n"
  547. " \"&\", \"<\" and \">\" with XML entities.\n"
  548. ":fill68: Any text. Wraps the text to fit in 68 columns.\n"
  549. ":fill76: Any text. Wraps the text to fit in 76 columns.\n"
  550. ":firstline: Any text. Returns the first line of text.\n"
  551. ":nonempty: Any text. Returns '(none)' if the string is empty.\n"
  552. ":hgdate: Date. Returns the date as a pair of numbers:\n"
  553. " \"1157407993 25200\" (Unix timestamp, timezone offset).\n"
  554. ":isodate: Date. Returns the date in ISO 8601 format:\n"
  555. " \"2009-08-18 13:00 +0200\".\n"
  556. ":isodatesec: Date. Returns the date in ISO 8601 format, including\n"
  557. " seconds: \"2009-08-18 13:00:13 +0200\". See also the\n"
  558. " rfc3339date filter.\n"
  559. ":localdate: Date. Converts a date to local date.\n"
  560. ":obfuscate: Any text. Returns the input text rendered as a\n"
  561. " sequence of XML entities.\n"
  562. ":person: Any text. Returns the text before an email address.\n"
  563. ":rfc822date: Date. Returns a date using the same format used in\n"
  564. " email headers: \"Tue, 18 Aug 2009 13:00:13 +0200\".\n"
  565. ":rfc3339date: Date. Returns a date using the Internet date format\n"
  566. " specified in RFC 3339: \"2009-08-18T13:00:13+02:00\".\n"
  567. ":short: Changeset hash. Returns the short form of a changeset\n"
  568. " hash, i.e. a 12-byte hexadecimal string.\n"
  569. ":shortdate: Date. Returns a date like \"2006-09-18\".\n"
  570. ":strip: Any text. Strips all leading and trailing whitespace.\n"
  571. ":tabindent: Any text. Returns the text, with every line except\n"
  572. " the first starting with a tab character.\n"
  573. ":urlescape: Any text. Escapes all \"special\" characters. For\n"
  574. " example, \"foo bar\" becomes \"foo%20bar\".\n"
  575. ":user: Any text. Returns the user portion of an email\n"
  576. " address.\n"
  577. msgstr ""
  578. msgid "Valid URLs are of the form::"
  579. msgstr ""
  580. msgid ""
  581. " local/filesystem/path[#revision]\n"
  582. " file://local/filesystem/path[#revision]\n"
  583. " http://[user[:pass]@]host[:port]/[path][#revision]\n"
  584. " https://[user[:pass]@]host[:port]/[path][#revision]\n"
  585. " ssh://[user[:pass]@]host[:port]/[path][#revision]"
  586. msgstr ""
  587. msgid ""
  588. "Paths in the local filesystem can either point to Mercurial\n"
  589. "repositories or to bundle files (as created by 'hg bundle' or 'hg\n"
  590. "incoming --bundle')."
  591. msgstr ""
  592. msgid ""
  593. "An optional identifier after # indicates a particular branch, tag, or\n"
  594. "changeset to use from the remote repository. See also 'hg help\n"
  595. "revisions'."
  596. msgstr ""
  597. msgid ""
  598. "Some features, such as pushing to http:// and https:// URLs are only\n"
  599. "possible if the feature is explicitly enabled on the remote Mercurial\n"
  600. "server."
  601. msgstr ""
  602. msgid "Some notes about using SSH with Mercurial:"
  603. msgstr ""
  604. msgid ""
  605. "- SSH requires an accessible shell account on the destination machine\n"
  606. " and a copy of hg in the remote path or specified with as remotecmd.\n"
  607. "- path is relative to the remote user's home directory by default. Use\n"
  608. " an extra slash at the start of a path to specify an absolute path::"
  609. msgstr ""
  610. msgid " ssh://example.com//tmp/repository"
  611. msgstr ""
  612. msgid ""
  613. "- Mercurial doesn't use its own compression via SSH; the right thing\n"
  614. " to do is to configure it in your ~/.ssh/config, e.g.::"
  615. msgstr ""
  616. msgid ""
  617. " Host *.mylocalnetwork.example.com\n"
  618. " Compression no\n"
  619. " Host *\n"
  620. " Compression yes"
  621. msgstr ""
  622. msgid ""
  623. " Alternatively specify \"ssh -C\" as your ssh command in your hgrc or\n"
  624. " with the --ssh command line option."
  625. msgstr ""
  626. msgid ""
  627. "These URLs can all be stored in your hgrc with path aliases under the\n"
  628. "[paths] section like so::"
  629. msgstr ""
  630. msgid ""
  631. " [paths]\n"
  632. " alias1 = URL1\n"
  633. " alias2 = URL2\n"
  634. " ..."
  635. msgstr ""
  636. msgid ""
  637. "You can then use the alias for any command that uses a URL (for\n"
  638. "example 'hg pull alias1' would pull from the 'alias1' path)."
  639. msgstr ""
  640. msgid ""
  641. "Two path aliases are special because they are used as defaults when\n"
  642. "you do not provide the URL to a command:"
  643. msgstr ""
  644. msgid ""
  645. "default:\n"
  646. " When you create a repository with hg clone, the clone command saves\n"
  647. " the location of the source repository as the new repository's\n"
  648. " 'default' path. This is then used when you omit path from push- and\n"
  649. " pull-like commands (including incoming and outgoing)."
  650. msgstr ""
  651. msgid ""
  652. "default-push:\n"
  653. " The push command will look for a path named 'default-push', and\n"
  654. " prefer it over 'default' if both are defined.\n"
  655. msgstr ""
  656. msgid "hooks for controlling repository access"
  657. msgstr ""
  658. msgid ""
  659. "This hook makes it possible to allow or deny write access to portions\n"
  660. "of a repository when receiving incoming changesets."
  661. msgstr ""
  662. msgid ""
  663. "The authorization is matched based on the local user name on the\n"
  664. "system where the hook runs, and not the committer of the original\n"
  665. "changeset (since the latter is merely informative)."
  666. msgstr ""
  667. msgid ""
  668. "The acl hook is best used along with a restricted shell like hgsh,\n"
  669. "preventing authenticating users from doing anything other than\n"
  670. "pushing or pulling. The hook is not safe to use if users have\n"
  671. "interactive shell access, as they can then disable the hook.\n"
  672. "Nor is it safe if remote users share an account, because then there\n"
  673. "is no way to distinguish them."
  674. msgstr ""
  675. msgid "To use this hook, configure the acl extension in your hgrc like this::"
  676. msgstr ""
  677. msgid ""
  678. " [extensions]\n"
  679. " acl ="
  680. msgstr ""
  681. msgid ""
  682. " [hooks]\n"
  683. " pretxnchangegroup.acl = python:hgext.acl.hook"
  684. msgstr ""
  685. msgid ""
  686. " [acl]\n"
  687. " # Check whether the source of incoming changes is in this list\n"
  688. " # (\"serve\" == ssh or http, \"push\", \"pull\", \"bundle\")\n"
  689. " sources = serve"
  690. msgstr ""
  691. msgid ""
  692. "The allow and deny sections take a subtree pattern as key (with a glob\n"
  693. "syntax by default), and a comma separated list of users as the\n"
  694. "corresponding value. The deny list is checked before the allow list\n"
  695. "is. ::"
  696. msgstr ""
  697. msgid ""
  698. " [acl.allow]\n"
  699. " # If acl.allow is not present, all users are allowed by default.\n"
  700. " # An empty acl.allow section means no users allowed.\n"
  701. " docs/** = doc_writer\n"
  702. " .hgtags = release_engineer"
  703. msgstr ""
  704. msgid ""
  705. " [acl.deny]\n"
  706. " # If acl.deny is not present, no users are refused by default.\n"
  707. " # An empty acl.deny section means all users allowed.\n"
  708. " glob pattern = user4, user5\n"
  709. " ** = user6\n"
  710. msgstr ""
  711. #, python-format
  712. msgid "config error - hook type \"%s\" cannot stop incoming changesets"
  713. msgstr ""
  714. #, python-format
  715. msgid "acl: access denied for changeset %s"
  716. msgstr ""
  717. msgid "track a line of development with movable markers"
  718. msgstr ""
  719. msgid ""
  720. "Bookmarks are local movable markers to changesets. Every bookmark\n"
  721. "points to a changeset identified by its hash. If you commit a\n"
  722. "changeset that is based on a changeset that has a bookmark on it, the\n"
  723. "bookmark shifts to the new changeset."
  724. msgstr ""
  725. msgid ""
  726. "It is possible to use bookmark names in every revision lookup (e.g. hg\n"
  727. "merge, hg update)."
  728. msgstr ""
  729. msgid ""
  730. "By default, when several bookmarks point to the same changeset, they\n"
  731. "will all move forward together. It is possible to obtain a more\n"
  732. "git-like experience by adding the following configuration option to\n"
  733. "your .hgrc::"
  734. msgstr ""
  735. msgid ""
  736. " [bookmarks]\n"
  737. " track.current = True"
  738. msgstr ""
  739. msgid ""
  740. "This will cause Mercurial to track the bookmark that you are currently\n"
  741. "using, and only update it. This is similar to git's approach to\n"
  742. "branching.\n"
  743. msgstr ""
  744. msgid ""
  745. " Bookmarks are pointers to certain commits that move when\n"
  746. " committing. Bookmarks are local. They can be renamed, copied and\n"
  747. " deleted. It is possible to use bookmark names in 'hg merge' and\n"
  748. " 'hg update' to merge and update respectively to a given bookmark."
  749. msgstr ""
  750. msgid ""
  751. " You can use 'hg bookmark NAME' to set a bookmark on the working\n"
  752. " directory's parent revision with the given name. If you specify\n"
  753. " a revision using -r REV (where REV may be an existing bookmark),\n"
  754. " the bookmark is assigned to that revision.\n"
  755. " "
  756. msgstr ""
  757. #, fuzzy
  758. msgid "a bookmark of this name does not exist"
  759. msgstr "un signet de ce nom n'existe pas"
  760. msgid "a bookmark of the same name already exists"
  761. msgstr ""
  762. msgid "new bookmark name required"
  763. msgstr ""
  764. msgid "bookmark name required"
  765. msgstr ""
  766. msgid "bookmark name cannot contain newlines"
  767. msgstr ""
  768. msgid "a bookmark cannot have the name of an existing branch"
  769. msgstr ""
  770. msgid "force"
  771. msgstr ""
  772. msgid "revision"
  773. msgstr ""
  774. msgid "delete a given bookmark"
  775. msgstr "Supprimer un signet donné"
  776. msgid "rename a given bookmark"
  777. msgstr "Renommer un signet donné"
  778. msgid "hg bookmarks [-f] [-d] [-m NAME] [-r REV] [NAME]"
  779. msgstr ""
  780. msgid "hooks for integrating with the Bugzilla bug tracker"
  781. msgstr ""
  782. msgid ""
  783. "This hook extension adds comments on bugs in Bugzilla when changesets\n"
  784. "that refer to bugs by Bugzilla ID are seen. The hook does not change\n"
  785. "bug status."
  786. msgstr ""
  787. msgid ""
  788. "The hook updates the Bugzilla database directly. Only Bugzilla\n"
  789. "installations using MySQL are supported."
  790. msgstr ""
  791. msgid ""
  792. "The hook relies on a Bugzilla script to send bug change notification\n"
  793. "emails. That script changes between Bugzilla versions; the\n"
  794. "'processmail' script used prior to 2.18 is replaced in 2.18 and\n"
  795. "subsequent versions by 'config/sendbugmail.pl'. Note that these will\n"
  796. "be run by Mercurial as the user pushing the change; you will need to\n"
  797. "ensure the Bugzilla install file permissions are set appropriately."
  798. msgstr ""
  799. msgid ""
  800. "The extension is configured through three different configuration\n"
  801. "sections. These keys are recognized in the [bugzilla] section:"
  802. msgstr ""
  803. msgid ""
  804. "host\n"
  805. " Hostname of the MySQL server holding the Bugzilla database."
  806. msgstr ""
  807. msgid ""
  808. "db\n"
  809. " Name of the Bugzilla database in MySQL. Default 'bugs'."
  810. msgstr ""
  811. msgid ""
  812. "user\n"
  813. " Username to use to access MySQL server. Default 'bugs'."
  814. msgstr ""
  815. msgid ""
  816. "password\n"
  817. " Password to use to access MySQL server."
  818. msgstr ""
  819. msgid ""
  820. "timeout\n"
  821. " Database connection timeout (seconds). Default 5."
  822. msgstr ""
  823. msgid ""
  824. "version\n"
  825. " Bugzilla version. Specify '3.0' for Bugzilla versions 3.0 and later,\n"
  826. " '2.18' for Bugzilla versions from 2.18 and '2.16' for versions prior\n"
  827. " to 2.18."
  828. msgstr ""
  829. msgid ""
  830. "bzuser\n"
  831. " Fallback Bugzilla user name to record comments with, if changeset\n"
  832. " committer cannot be found as a Bugzilla user."
  833. msgstr ""
  834. msgid ""
  835. "bzdir\n"
  836. " Bugzilla install directory. Used by default notify. Default\n"
  837. " '/var/www/html/bugzilla'."
  838. msgstr ""
  839. msgid ""
  840. "notify\n"
  841. " The command to run to get Bugzilla to send bug change notification\n"
  842. " emails. Substitutes from a map with 3 keys, 'bzdir', 'id' (bug id)\n"
  843. " and 'user' (committer bugzilla email). Default depends on version;\n"
  844. " from 2.18 it is \"cd %(bzdir)s && perl -T contrib/sendbugmail.pl\n"
  845. " %(id)s %(user)s\"."
  846. msgstr ""
  847. msgid ""
  848. "regexp\n"
  849. " Regular expression to match bug IDs in changeset commit message.\n"
  850. " Must contain one \"()\" group. The default expression matches 'Bug\n"
  851. " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
  852. " 1234 and 5678' and variations thereof. Matching is case insensitive."
  853. msgstr ""
  854. msgid ""
  855. "style\n"
  856. " The style file to use when formatting comments."
  857. msgstr ""
  858. msgid ""
  859. "template\n"
  860. " Template to use when formatting comments. Overrides style if\n"
  861. " specified. In addition to the usual Mercurial keywords, the\n"
  862. " extension specifies::"
  863. msgstr ""
  864. msgid ""
  865. " {bug} The Bugzilla bug ID.\n"
  866. " {root} The full pathname of the Mercurial repository.\n"
  867. " {webroot} Stripped pathname of the Mercurial repository.\n"
  868. " {hgweb} Base URL for browsing Mercurial repositories."
  869. msgstr ""
  870. msgid ""
  871. " Default 'changeset {node|short} in repo {root} refers '\n"
  872. " 'to bug {bug}.\\ndetails:\\n\\t{desc|tabindent}'\\n\n"
  873. "strip\n"
  874. " The number of slashes to strip from the front of {root} to produce\n"
  875. " {webroot}. Default 0."
  876. msgstr ""
  877. msgid ""
  878. "usermap\n"
  879. " Path of file containing Mercurial committer ID to Bugzilla user ID\n"
  880. " mappings. If specified, the file should contain one mapping per\n"
  881. " line, \"committer\"=\"Bugzilla user\". See also the [usermap] section."
  882. msgstr ""
  883. msgid ""
  884. "The [usermap] section is used to specify mappings of Mercurial\n"
  885. "committer ID to Bugzilla user ID. See also [bugzilla].usermap.\n"
  886. "\"committer\"=\"Bugzilla user\""
  887. msgstr ""
  888. msgid "Finally, the [web] section supports one entry:"
  889. msgstr ""
  890. msgid ""
  891. "baseurl\n"
  892. " Base URL for browsing Mercurial repositories. Reference from\n"
  893. " templates as {hgweb}."
  894. msgstr ""
  895. msgid "Activating the extension::"
  896. msgstr ""
  897. msgid ""
  898. " [extensions]\n"
  899. " bugzilla ="
  900. msgstr ""
  901. msgid ""
  902. " [hooks]\n"
  903. " # run bugzilla hook on every change pulled or pushed in here\n"
  904. " incoming.bugzilla = python:hgext.bugzilla.hook"
  905. msgstr ""
  906. msgid "Example configuration:"
  907. msgstr ""
  908. msgid ""
  909. "This example configuration is for a collection of Mercurial\n"
  910. "repositories in /var/local/hg/repos/ used with a local Bugzilla 3.2\n"
  911. "installation in /opt/bugzilla-3.2. ::"
  912. msgstr ""
  913. msgid ""
  914. " [bugzilla]\n"
  915. " host=localhost\n"
  916. " password=XYZZY\n"
  917. " version=3.0\n"
  918. " bzuser=unknown@domain.com\n"
  919. " bzdir=/opt/bugzilla-3.2\n"
  920. " template=Changeset {node|short} in {root|basename}.\n"
  921. " {hgweb}/{webroot}/rev/{node|short}\\n\\n {desc}\\n\\n strip=5"
  922. msgstr ""
  923. msgid ""
  924. " [web]\n"
  925. " baseurl=http://dev.domain.com/hg"
  926. msgstr ""
  927. msgid ""
  928. " [usermap]\n"
  929. " user@emaildomain.com=user.name@bugzilladomain.com"
  930. msgstr ""
  931. msgid "Commits add a comment to the Bugzilla bug record of the form::"
  932. msgstr ""
  933. msgid ""
  934. " Changeset 3b16791d6642 in repository-name.\n"
  935. " http://dev.domain.com/hg/repository-name/rev/3b16791d6642"
  936. msgstr ""
  937. msgid " Changeset commit comment. Bug 1234.\n"
  938. msgstr ""
  939. #, python-format
  940. msgid "connecting to %s:%s as %s, password %s\n"
  941. msgstr ""
  942. #, python-format
  943. msgid "query: %s %s\n"
  944. msgstr ""
  945. #, python-format
  946. msgid "failed query: %s %s\n"
  947. msgstr ""
  948. msgid "unknown database schema"
  949. msgstr ""
  950. #, python-format
  951. msgid "bug %d already knows about changeset %s\n"
  952. msgstr ""
  953. msgid "telling bugzilla to send mail:\n"
  954. msgstr ""
  955. #, python-format
  956. msgid " bug %s\n"
  957. msgstr ""
  958. #, python-format
  959. msgid "running notify command %s\n"
  960. msgstr ""
  961. #, python-format
  962. msgid "bugzilla notify command %s"
  963. msgstr ""
  964. msgid "done\n"
  965. msgstr "effectué\n"
  966. #, python-format
  967. msgid "looking up user %s\n"
  968. msgstr ""
  969. #, python-format
  970. msgid "cannot find bugzilla user id for %s"
  971. msgstr ""
  972. #, python-format
  973. msgid "cannot find bugzilla user id for %s or %s"
  974. msgstr ""
  975. #, python-format
  976. msgid "bugzilla version %s not supported"
  977. msgstr ""
  978. msgid ""
  979. "changeset {node|short} in repo {root} refers to bug {bug}.\n"
  980. "details:\n"
  981. "\t{desc|tabindent}"
  982. msgstr ""
  983. #, python-format
  984. msgid "python mysql support not available: %s"
  985. msgstr ""
  986. #, python-format
  987. msgid "hook type %s does not pass a changeset id"
  988. msgstr ""
  989. #, python-format
  990. msgid "database error: %s"
  991. msgstr ""
  992. msgid "command to display child changesets"
  993. msgstr ""
  994. msgid "show the children of the given or working directory revision"
  995. msgstr ""
  996. msgid ""
  997. " Print the children of the working directory's revisions. If a\n"
  998. " revision is given via -r/--rev, the children of that revision will\n"
  999. " be printed. If a file argument is given, revision in which the\n"
  1000. " file was last changed (after the working directory revision or the\n"
  1001. " argument to --rev if given) is printed.\n"
  1002. " "
  1003. msgstr ""
  1004. msgid "show children of the specified revision"
  1005. msgstr ""
  1006. msgid "hg children [-r REV] [FILE]"
  1007. msgstr ""
  1008. #, fuzzy
  1009. msgid "command to display statistics about repository history"
  1010. msgstr "Commande pour afficher les statistiques de l'historique du repository"
  1011. #, python-format
  1012. msgid "Revision %d is a merge, ignoring...\n"
  1013. msgstr ""
  1014. #, python-format
  1015. msgid "generating stats: %d%%"
  1016. msgstr ""
  1017. msgid "histogram of changes to the repository"
  1018. msgstr ""
  1019. msgid ""
  1020. " This command will display a histogram representing the number\n"
  1021. " of changed lines or revisions, grouped according to the given\n"
  1022. " template. The default template will group changes by author.\n"
  1023. " The --dateformat option may be used to group the results by\n"
  1024. " date instead."
  1025. msgstr ""
  1026. msgid ""
  1027. " Statistics are based on the number of changed lines, or\n"
  1028. " alternatively the number of matching revisions if the\n"
  1029. " --changesets option is specified."
  1030. msgstr ""
  1031. msgid " Examples::"
  1032. msgstr ""
  1033. msgid ""
  1034. " # display count of changed lines for every committer\n"
  1035. " hg churn -t '{author|email}'"
  1036. msgstr ""
  1037. msgid ""
  1038. " # display daily activity graph\n"
  1039. " hg churn -f '%H' -s -c"
  1040. msgstr ""
  1041. msgid ""
  1042. " # display activity of developers by month\n"
  1043. " hg churn -f '%Y-%m' -s -c"
  1044. msgstr ""
  1045. msgid ""
  1046. " # display count of lines changed in every year\n"
  1047. " hg churn -f '%Y' -s"
  1048. msgstr ""
  1049. msgid ""
  1050. " It is possible to map alternate email addresses to a main address\n"
  1051. " by providing a file using the following format::"
  1052. msgstr ""
  1053. msgid " <alias email> <actual email>"
  1054. msgstr ""
  1055. msgid ""
  1056. " Such a file may be specified with the --aliases option, otherwise\n"
  1057. " a .hgchurn file will be looked for in the working directory root.\n"
  1058. " "
  1059. msgstr ""
  1060. msgid "count rate for the specified revision or range"
  1061. msgstr ""
  1062. msgid "count rate for revisions matching date spec"
  1063. msgstr ""
  1064. msgid "template to group changesets"
  1065. msgstr ""
  1066. msgid "strftime-compatible format for grouping by date"
  1067. msgstr ""
  1068. msgid "count rate by number of changesets"
  1069. msgstr ""
  1070. msgid "sort by key (default: sort by count)"
  1071. msgstr ""
  1072. msgid "file with email aliases"
  1073. msgstr ""
  1074. msgid "show progress"
  1075. msgstr ""
  1076. msgid "hg churn [-d DATE] [-r REV] [--aliases FILE] [--progress] [FILE]"
  1077. msgstr ""
  1078. msgid "colorize output from some commands"
  1079. msgstr ""
  1080. msgid ""
  1081. "This extension modifies the status command to add color to its output\n"
  1082. "to reflect file status, the qseries command to add color to reflect\n"
  1083. "patch status (applied, unapplied, missing), and to diff-related\n"
  1084. "commands to highlight additions, removals, diff headers, and trailing\n"
  1085. "whitespace."
  1086. msgstr ""
  1087. msgid ""
  1088. "Other effects in addition to color, like bold and underlined text, are\n"
  1089. "also available. Effects are rendered with the ECMA-48 SGR control\n"
  1090. "function (aka ANSI escape codes). This module also provides the\n"
  1091. "render_text function, which can be used to add effects to any text."
  1092. msgstr ""
  1093. msgid "Default effects may be overridden from the .hgrc file::"
  1094. msgstr ""
  1095. msgid ""
  1096. " [color]\n"
  1097. " status.modified = blue bold underline red_background\n"
  1098. " status.added = green bold\n"
  1099. " status.removed = red bold blue_background\n"
  1100. " status.deleted = cyan bold underline\n"
  1101. " status.unknown = magenta bold underline\n"
  1102. " status.ignored = black bold"
  1103. msgstr ""
  1104. msgid ""
  1105. " # 'none' turns off all effects\n"
  1106. " status.clean = none\n"
  1107. " status.copied = none"
  1108. msgstr ""
  1109. msgid ""
  1110. " qseries.applied = blue bold underline\n"
  1111. " qseries.unapplied = black bold\n"
  1112. " qseries.missing = red bold"
  1113. msgstr ""
  1114. msgid ""
  1115. " diff.diffline = bold\n"
  1116. " diff.extended = cyan bold\n"
  1117. " diff.file_a = red bold\n"
  1118. " diff.file_b = green bold\n"
  1119. " diff.hunk = magenta\n"
  1120. " diff.deleted = red\n"
  1121. " diff.inserted = green\n"
  1122. " diff.changed = white\n"
  1123. " diff.trailingwhitespace = bold red_background\n"
  1124. msgstr ""
  1125. msgid "when to colorize (always, auto, or never)"
  1126. msgstr ""
  1127. msgid "don't colorize output (DEPRECATED)"
  1128. msgstr ""
  1129. #, python-format
  1130. msgid "ignoring unknown color/effect %r (configured in color.%s)\n"
  1131. msgstr ""
  1132. msgid "import revisions from foreign VCS repositories into Mercurial"
  1133. msgstr ""
  1134. msgid "convert a foreign SCM repository to a Mercurial one."
  1135. msgstr ""
  1136. msgid " Accepted source formats [identifiers]:"
  1137. msgstr ""
  1138. msgid ""
  1139. " - Mercurial [hg]\n"
  1140. " - CVS [cvs]\n"
  1141. " - Darcs [darcs]\n"
  1142. " - git [git]\n"
  1143. " - Subversion [svn]\n"
  1144. " - Monotone [mtn]\n"
  1145. " - GNU Arch [gnuarch]\n"
  1146. " - Bazaar [bzr]\n"
  1147. " - Perforce [p4]"
  1148. msgstr ""
  1149. msgid " Accepted destination formats [identifiers]:"
  1150. msgstr ""
  1151. msgid ""
  1152. " - Mercurial [hg]\n"
  1153. " - Subversion [svn] (history on branches is not preserved)"
  1154. msgstr ""
  1155. msgid ""
  1156. " If no revision is given, all revisions will be converted.\n"
  1157. " Otherwise, convert will only import up to the named revision\n"
  1158. " (given in a format understood by the source)."
  1159. msgstr ""
  1160. msgid ""
  1161. " If no destination directory name is specified, it defaults to the\n"
  1162. " basename of the source with '-hg' appended. If the destination\n"
  1163. " repository doesn't exist, it will be created."
  1164. msgstr ""
  1165. msgid ""
  1166. " By default, all sources except Mercurial will use --branchsort.\n"
  1167. " Mercurial uses --sourcesort to preserve original revision numbers\n"
  1168. " order. Sort modes have the following effects:"
  1169. msgstr ""
  1170. msgid ""
  1171. " --branchsort convert from parent to child revision when possible,\n"
  1172. " which means branches are usually converted one after\n"
  1173. " the other. It generates more compact repositories."
  1174. msgstr ""
  1175. msgid ""
  1176. " --datesort sort revisions by date. Converted repositories have\n"
  1177. " good-looking changelogs but are often an order of\n"
  1178. " magnitude larger than the same ones generated by\n"
  1179. " --branchsort."
  1180. msgstr ""
  1181. msgid ""
  1182. " --sourcesort try to preserve source revisions order, only\n"
  1183. " supported by Mercurial sources."
  1184. msgstr ""
  1185. msgid ""
  1186. " If <REVMAP> isn't given, it will be put in a default location\n"
  1187. " (<dest>/.hg/shamap by default). The <REVMAP> is a simple text file\n"
  1188. " that maps each source commit ID to the destination ID for that\n"
  1189. " revision, like so::"
  1190. msgstr ""
  1191. msgid " <source ID> <destination ID>"
  1192. msgstr ""
  1193. msgid ""
  1194. " If the file doesn't exist, it's automatically created. It's\n"
  1195. " updated on each commit copied, so convert-repo can be interrupted\n"
  1196. " and can be run repeatedly to copy new commits."
  1197. msgstr ""
  1198. msgid ""
  1199. " The [username mapping] file is a simple text file that maps each\n"
  1200. " source commit author to a destination commit author. It is handy\n"
  1201. " for source SCMs that use unix logins to identify authors (eg:\n"
  1202. " CVS). One line per author mapping and the line format is:\n"
  1203. " srcauthor=whatever string you want"
  1204. msgstr ""
  1205. msgid ""
  1206. " The filemap is a file that allows filtering and remapping of files\n"
  1207. " and directories. Comment lines start with '#'. Each line can\n"
  1208. " contain one of the following directives::"
  1209. msgstr ""
  1210. msgid " include path/to/file"
  1211. msgstr ""
  1212. msgid " exclude path/to/file"
  1213. msgstr ""
  1214. msgid " rename from/file to/file"
  1215. msgstr ""
  1216. msgid ""
  1217. " The 'include' directive causes a file, or all files under a\n"
  1218. " directory, to be included in the destination repository, and the\n"
  1219. " exclusion of all other files and directories not explicitly\n"
  1220. " included. The 'exclude' directive causes files or directories to\n"
  1221. " be omitted. The 'rename' directive renames a file or directory. To\n"
  1222. " rename from a subdirectory into the root of the repository, use\n"
  1223. " '.' as the path to rename to."
  1224. msgstr ""
  1225. msgid ""
  1226. " The splicemap is a file that allows insertion of synthetic\n"
  1227. " history, letting you specify the parents of a revision. This is\n"
  1228. " useful if you want to e.g. give a Subversion merge two parents, or\n"
  1229. " graft two disconnected series of history together. Each entry\n"
  1230. " contains a key, followed by a space, followed by one or two\n"
  1231. " comma-separated values. The key is the revision ID in the source\n"
  1232. " revision control system whose parents should be modified (same\n"
  1233. " format as a key in .hg/shamap). The values are the revision IDs\n"
  1234. " (in either the source or destination revision control system) that\n"
  1235. " should be used as the new parents for that node."
  1236. msgstr ""
  1237. msgid ""
  1238. " The branchmap is a file that allows you to rename a branch when it is\n"
  1239. " being brought in from whatever external repository. When used in\n"
  1240. " conjunction with a splicemap, it allows for a powerful combination\n"
  1241. " to help fix even the most badly mismanaged repositories and turn them\n"
  1242. " into nicely structured Mercurial repositories. The branchmap contains\n"
  1243. " lines of the form \"original_branch_name new_branch_name\".\n"
  1244. " \"original_branch_name\" is the name of the branch in the source\n"
  1245. " repository, and \"new_branch_name\" is the name of the branch is the\n"
  1246. " destination repository. This can be used to (for instance) move code\n"
  1247. " in one repository from \"default\" to a named branch."
  1248. msgstr ""
  1249. msgid ""
  1250. " Mercurial Source\n"
  1251. " ----------------"
  1252. msgstr ""
  1253. msgid ""
  1254. " --config convert.hg.ignoreerrors=False (boolean)\n"
  1255. " ignore integrity errors when reading. Use it to fix Mercurial\n"
  1256. " repositories with missing revlogs, by converting from and to\n"
  1257. " Mercurial.\n"
  1258. " --config convert.hg.saverev=False (boolean)\n"
  1259. " store original revision ID in changeset (forces target IDs to\n"
  1260. " change)\n"
  1261. " --config convert.hg.startrev=0 (hg revision identifier)\n"
  1262. " convert start revision and its descendants"
  1263. msgstr ""
  1264. msgid ""
  1265. " CVS Source\n"
  1266. " ----------"
  1267. msgstr ""
  1268. msgid ""
  1269. " CVS source will use a sandbox (i.e. a checked-out copy) from CVS\n"
  1270. " to indicate the starting point of what will be converted. Direct\n"
  1271. " access to the repository files is not needed, unless of course the\n"
  1272. " repository is :local:. The conversion uses the top level directory\n"
  1273. " in the sandbox to find the CVS repository, and then uses CVS rlog\n"
  1274. " commands to find files to convert. This means that unless a\n"
  1275. " filemap is given, all files under the starting directory will be\n"
  1276. " converted, and that any directory reorganization in the CVS\n"
  1277. " sandbox is ignored."
  1278. msgstr ""
  1279. msgid " The options shown are the defaults."
  1280. msgstr ""
  1281. msgid ""
  1282. " --config convert.cvsps.cache=True (boolean)\n"
  1283. " Set to False to disable remote log caching, for testing and\n"
  1284. " debugging purposes.\n"
  1285. " --config convert.cvsps.fuzz=60 (integer)\n"
  1286. " Specify the maximum time (in seconds) that is allowed between\n"
  1287. " commits with identical user and log message in a single\n"
  1288. " changeset. When very large files were checked in as part of a\n"
  1289. " changeset then the default may not be long enough.\n"
  1290. " --config convert.cvsps.mergeto='{{mergetobranch ([-\\w]+)}}'\n"
  1291. " Specify a regular expression to which commit log messages are\n"
  1292. " matched. If a match occurs, then the conversion process will\n"
  1293. " insert a dummy revision merging the branch on which this log\n"
  1294. " message occurs to the branch indicated in the regex.\n"
  1295. " --config convert.cvsps.mergefrom='{{mergefrombranch ([-\\w]+)}}'\n"
  1296. " Specify a regular expression to which commit log messages are\n"
  1297. " matched. If a match occurs, then the conversion process will\n"
  1298. " add the most recent revision on the branch indicated in the\n"
  1299. " regex as the second parent of the changeset."
  1300. msgstr ""
  1301. msgid ""
  1302. " An additional \"debugcvsps\" Mercurial command allows the builtin\n"
  1303. " changeset merging code to be run without doing a conversion. Its\n"
  1304. " parameters and output are similar to that of cvsps 2.1. Please see\n"
  1305. " the command help for more details."
  1306. msgstr ""
  1307. msgid ""
  1308. " Subversion Source\n"
  1309. " -----------------"
  1310. msgstr ""
  1311. msgid ""
  1312. " Subversion source detects classical trunk/branches/tags layouts.\n"
  1313. " By default, the supplied \"svn://repo/path/\" source URL is\n"
  1314. " converted as a single branch. If \"svn://repo/path/trunk\" exists it\n"
  1315. " replaces the default branch. If \"svn://repo/path/branches\" exists,\n"
  1316. " its subdirectories are listed as possible branches. If\n"
  1317. " \"svn://repo/path/tags\" exists, it is looked for tags referencing\n"
  1318. " converted branches. Default \"trunk\", \"branches\" and \"tags\" values\n"
  1319. " can be overridden with following options. Set them to paths\n"
  1320. " relative to the source URL, or leave them blank to disable auto\n"
  1321. " detection."
  1322. msgstr ""
  1323. msgid ""
  1324. " --config convert.svn.branches=branches (directory name)\n"
  1325. " specify the directory containing branches\n"
  1326. " --config convert.svn.tags=tags (directory name)\n"
  1327. " specify the directory containing tags\n"
  1328. " --config convert.svn.trunk=trunk (directory name)\n"
  1329. " specify the name of the trunk branch"
  1330. msgstr ""
  1331. msgid ""
  1332. " Source history can be retrieved starting at a specific revision,\n"
  1333. " instead of being integrally converted. Only single branch\n"
  1334. " conversions are supported."
  1335. msgstr ""
  1336. msgid ""
  1337. " --config convert.svn.startrev=0 (svn revision number)\n"
  1338. " specify start Subversion revision."
  1339. msgstr ""
  1340. msgid ""
  1341. " Perforce Source\n"
  1342. " ---------------"
  1343. msgstr ""
  1344. msgid ""
  1345. " The Perforce (P4) importer can be given a p4 depot path or a\n"
  1346. " client specification as source. It will convert all files in the\n"
  1347. " source to a flat Mercurial repository, ignoring labels, branches\n"
  1348. " and integrations. Note that when a depot path is given you then\n"
  1349. " usually should specify a target directory, because otherwise the\n"
  1350. " target may be named ...-hg."
  1351. msgstr ""
  1352. msgid ""
  1353. " It is possible to limit the amount of source history to be\n"
  1354. " converted by specifying an initial Perforce revision."
  1355. msgstr ""
  1356. msgid ""
  1357. " --config convert.p4.startrev=0 (perforce changelist number)\n"
  1358. " specify initial Perforce revision."
  1359. msgstr ""
  1360. msgid ""
  1361. " Mercurial Destination\n"
  1362. " ---------------------"
  1363. msgstr ""
  1364. msgid ""
  1365. " --config convert.hg.clonebranches=False (boolean)\n"
  1366. " dispatch source branches in separate clones.\n"
  1367. " --config convert.hg.tagsbranch=default (branch name)\n"
  1368. " tag revisions branch name\n"
  1369. " --config convert.hg.usebranchnames=True (boolean)\n"
  1370. " preserve branch names"
  1371. msgstr ""
  1372. msgid " "
  1373. msgstr ""
  1374. msgid "create changeset information from CVS"
  1375. msgstr ""
  1376. msgid ""
  1377. " This command is intended as a debugging tool for the CVS to\n"
  1378. " Mercurial converter, and can be used as a direct replacement for\n"
  1379. " cvsps."
  1380. msgstr ""
  1381. msgid ""
  1382. " Hg debugcvsps reads the CVS rlog for current directory (or any\n"
  1383. " named directory) in the CVS repository, and converts the log to a\n"
  1384. " series of changesets based on matching commit log entries and\n"
  1385. " dates."
  1386. msgstr ""
  1387. msgid "username mapping filename"
  1388. msgstr ""
  1389. msgid "destination repository type"
  1390. msgstr ""
  1391. msgid "remap file names using contents of file"
  1392. msgstr ""
  1393. msgid "import up to target revision REV"
  1394. msgstr ""
  1395. msgid "source repository type"
  1396. msgstr ""
  1397. msgid "splice synthesized history into place"
  1398. msgstr ""
  1399. msgid "change branch names while converting"
  1400. msgstr ""
  1401. msgid "try to sort changesets by branches"
  1402. msgstr ""
  1403. msgid "try to sort changesets by date"
  1404. msgstr ""
  1405. msgid "preserve source changesets order"
  1406. msgstr ""
  1407. msgid "hg convert [OPTION]... SOURCE [DEST [REVMAP]]"
  1408. msgstr ""
  1409. msgid "only return changes on specified branches"
  1410. msgstr ""
  1411. msgid "prefix to remove from file names"
  1412. msgstr ""
  1413. msgid "only return changes after or between specified tags"
  1414. msgstr ""
  1415. msgid "update cvs log cache"
  1416. msgstr ""
  1417. msgid "create new cvs log cache"
  1418. msgstr ""
  1419. msgid "set commit time fuzz in seconds"
  1420. msgstr ""
  1421. msgid "specify cvsroot"
  1422. msgstr ""
  1423. msgid "show parent changesets"
  1424. msgstr ""
  1425. msgid "show current changeset in ancestor branches"
  1426. msgstr ""
  1427. msgid "ignored for compatibility"
  1428. msgstr ""
  1429. msgid "hg debugcvsps [OPTION]... [PATH]..."
  1430. msgstr ""
  1431. msgid "warning: lightweight checkouts may cause conversion failures, try with a regular branch instead.\n"
  1432. msgstr ""
  1433. msgid "bzr source type could not be determined\n"
  1434. msgstr ""
  1435. #, python-format
  1436. msgid "%s is not a valid revision in current branch"
  1437. msgstr ""
  1438. #, python-format
  1439. msgid "%s is not available in %s anymore"
  1440. msgstr ""
  1441. #, python-format
  1442. msgid "%s.%s symlink has no target"
  1443. msgstr ""
  1444. #, python-format
  1445. msgid "cannot find required \"%s\" tool"
  1446. msgstr ""
  1447. #, python-format
  1448. msgid "%s error:\n"
  1449. msgstr ""
  1450. #, python-format
  1451. msgid "syntax error in %s(%d): key/value pair expected"
  1452. msgstr ""
  1453. #, python-format
  1454. msgid "could not open map file %r: %s"
  1455. msgstr ""
  1456. #, python-format
  1457. msgid "%s: missing or unsupported repository"
  1458. msgstr ""
  1459. #, python-format
  1460. msgid "convert: %s\n"
  1461. msgstr ""
  1462. #, python-format
  1463. msgid "%s: unknown repository type"
  1464. msgstr "%s : type de dépôt inconnu"
  1465. #, python-format
  1466. msgid "unknown sort mode: %s"
  1467. msgstr "mode de tri inconnu: %s"
  1468. #, python-format
  1469. msgid "cycle detected between %s and %s"
  1470. msgstr "cycle détecté entre %s et %s"
  1471. #, fuzzy
  1472. msgid "not all revisions were sorted"
  1473. msgstr "Touts les révisions n'ont pas été triées"
  1474. #, python-format
  1475. msgid "Writing author map file %s\n"
  1476. msgstr ""
  1477. #, python-format
  1478. msgid "Ignoring bad line in author map file %s: %s\n"
  1479. msgstr ""
  1480. #, python-format
  1481. msgid "mapping author %s to %s\n"
  1482. msgstr ""
  1483. #, python-format
  1484. msgid "overriding mapping for author %s, was %s, will be %s\n"
  1485. msgstr ""
  1486. #, python-format
  1487. msgid "spliced in %s as parents of %s\n"
  1488. msgstr ""
  1489. msgid "scanning source...\n"
  1490. msgstr ""
  1491. #, fuzzy
  1492. msgid "sorting...\n"
  1493. msgstr "tri en cours...\n"
  1494. #, fuzzy
  1495. msgid "converting...\n"
  1496. msgstr "conversion en cours...\n"
  1497. #, python-format
  1498. msgid "source: %s\n"
  1499. msgstr "source: %s\n"
  1500. #, python-format
  1501. msgid "assuming destination %s\n"
  1502. msgstr ""
  1503. msgid "more than one sort mode specified"
  1504. msgstr "plus d'un mode de tri specifié"
  1505. msgid "--sourcesort is not supported by this data source"
  1506. msgstr ""
  1507. #, fuzzy, python-format
  1508. msgid "revision %s is not a patchset number"
  1509. msgstr "la révision %d n'est pas parente de la pile"
  1510. #, python-format
  1511. msgid "connecting to %s\n"
  1512. msgstr "connexion à %s\n"
  1513. msgid "CVS pserver authentication failed"
  1514. msgstr "l'authentification au serveur CVS a échoué"
  1515. #, python-format, fuzzy
  1516. msgid "unexpected response from CVS server (expected \"Valid-requests\", but got %r)"
  1517. msgstr "réponse innatendue du serveur CVS (\\'Valid-requests\" attendue, mais %r reçue)"
  1518. #, python-format
  1519. msgid "%d bytes missing from remote file"
  1520. msgstr "%d bytes manquants dans le fichier distant"
  1521. #, python-format
  1522. msgid "cvs server: %s\n"
  1523. msgstr "serveur cvs : %s\n"
  1524. #, python-format
  1525. msgid "unknown CVS response: %s"
  1526. msgstr "Réponse CVS inconnue : %s"
  1527. #, fuzzy
  1528. msgid "collecting CVS rlog\n"
  1529. msgstr "récupération des rlog CVS\n"
  1530. #, python-format
  1531. msgid "reading cvs log cache %s\n"
  1532. msgstr ""
  1533. #, python-format, fuzzy
  1534. msgid "cache has %d log entries\n"
  1535. msgstr "le cache a %d entrées de log\n"
  1536. #, python-format
  1537. msgid "error reading cache: %r\n"
  1538. msgstr "erreur lors de la lecture du cache : %r\n"
  1539. #, python-format
  1540. msgid "running %s\n"
  1541. msgstr ""
  1542. #, fuzzy
  1543. msgid "RCS file must be followed by working file"
  1544. msgstr "le fichier RCS doit être suivi par le fichier de travail"
  1545. msgid "must have at least some revisions"
  1546. msgstr ""
  1547. msgid "expected revision number"
  1548. msgstr "numéro de révision attendu"
  1549. msgid "revision must be followed by date line"
  1550. msgstr ""
  1551. #, python-format
  1552. msgid "writing cvs log cache %s\n"
  1553. msgstr ""
  1554. #, python-format, fuzzy
  1555. msgid "%d log entries\n"
  1556. msgstr "%d entrées dans les log\n"
  1557. msgid "creating changesets\n"
  1558. msgstr ""
  1559. msgid "synthetic changeset cannot have multiple parents"
  1560. msgstr ""
  1561. #, python-format
  1562. msgid ""
  1563. "warning: CVS commit message references non-existent branch %r:\n"
  1564. "%s\n"
  1565. msgstr ""
  1566. #, python-format
  1567. msgid "%d changeset entries\n"
  1568. msgstr ""
  1569. #, python-format
  1570. msgid "darcs version 2.1 or newer needed (found %r)"
  1571. msgstr "darcs version 2.1 ou supérieur nécessaire (trouvé %r)"
  1572. msgid "Python ElementTree module is not available"
  1573. msgstr "Le module Python ElementTree n'est pas disponible"
  1574. msgid "internal calling inconsistency"
  1575. msgstr ""
  1576. msgid "errors in filemap"
  1577. msgstr ""
  1578. #, python-format
  1579. msgid "%s:%d: %r already in %s list\n"
  1580. msgstr ""
  1581. #, python-format
  1582. msgid "%s:%d: unknown directive %r\n"
  1583. msgstr ""
  1584. msgid "source repository doesn't support --filemap"
  1585. msgstr ""
  1586. #, python-format
  1587. msgid "%s does not look like a GNU Arch repo"
  1588. msgstr ""
  1589. msgid "cannot find a GNU Arch tool"
  1590. msgstr ""
  1591. #, python-format
  1592. msgid "analyzing tree version %s...\n"
  1593. msgstr ""
  1594. #, python-format
  1595. msgid "tree analysis stopped because it points to an unregistered archive %s...\n"
  1596. msgstr ""
  1597. #, python-format
  1598. msgid "could not parse cat-log of %s"
  1599. msgstr ""
  1600. #, python-format
  1601. msgid "%s is not a local Mercurial repo"
  1602. msgstr "%s n'est pas un dépôt local de Mercurial"
  1603. #, python-format
  1604. msgid "initializing destination %s repository\n"
  1605. msgstr ""
  1606. #, python-format
  1607. msgid "pulling from %s into %s\n"
  1608. msgstr ""
  1609. msgid "filtering out empty revision\n"
  1610. msgstr ""
  1611. msgid "updating tags\n"
  1612. msgstr "mise à jour des tags\n"
  1613. #, python-format
  1614. msgid "%s is not a valid start revision"
  1615. msgstr ""
  1616. #, python-format
  1617. msgid "ignoring: %s\n"
  1618. msgstr ""
  1619. #, python-format
  1620. msgid "%s does not look like a monotone repo"
  1621. msgstr ""
  1622. #, python-format
  1623. msgid "copying file in renamed directory from '%s' to '%s'"
  1624. msgstr ""
  1625. msgid "reading p4 views\n"
  1626. msgstr ""
  1627. msgid "collecting p4 changelists\n"
  1628. msgstr ""
  1629. msgid "Mercurial failed to run itself, check hg executable is in PATH"
  1630. msgstr ""
  1631. msgid "Subversion python bindings could not be loaded"
  1632. msgstr ""
  1633. #, python-format
  1634. msgid "Subversion python bindings %d.%d found, 1.4 or later required"
  1635. msgstr ""
  1636. msgid "Subversion python bindings are too old, 1.4 or later required"
  1637. msgstr ""
  1638. #, python-format, fuzzy
  1639. msgid "svn: revision %s is not an integer"
  1640. msgstr "svn : la révision %s n'est pas un entier"
  1641. #, python-format
  1642. msgid "svn: start revision %s is not an integer"
  1643. msgstr ""
  1644. #, python-format
  1645. msgid "no revision found in module %s"
  1646. msgstr ""
  1647. #, python-format
  1648. msgid "expected %s to be at %r, but not found"
  1649. msgstr ""
  1650. #, python-format
  1651. msgid "found %s at %r\n"
  1652. msgstr ""
  1653. #, python-format
  1654. msgid "ignoring empty branch %s\n"
  1655. msgstr ""
  1656. #, python-format
  1657. msgid "found branch %s at %d\n"
  1658. msgstr ""
  1659. msgid "svn: start revision is not supported with more than one branch"
  1660. msgstr ""
  1661. #, python-format
  1662. msgid "svn: no revision found after start revision %d"
  1663. msgstr ""
  1664. #, python-format
  1665. msgid "no tags found at revision %d\n"
  1666. msgstr "aucun tag trouvé dans la révision %d\n"
  1667. #, python-format
  1668. msgid "%s not found up to revision %d"
  1669. msgstr ""
  1670. #, python-format
  1671. msgid "found parent of branch %s at %d: %s\n"
  1672. msgstr ""
  1673. #, python-format
  1674. msgid "fetching revision log for \"%s\" from %d to %d\n"
  1675. msgstr ""
  1676. #, python-format
  1677. msgid "svn: branch has no revision %s"
  1678. msgstr ""
  1679. #, python-format
  1680. msgid "initializing svn repo %r\n"
  1681. msgstr "initialisation du dépôt svn %r\n"
  1682. #, python-format
  1683. msgid "initializing svn wc %r\n"
  1684. msgstr ""
  1685. msgid "unexpected svn output:\n"
  1686. msgstr ""
  1687. msgid "unable to cope with svn output"
  1688. msgstr ""
  1689. msgid "XXX TAGS NOT IMPLEMENTED YET\n"
  1690. msgstr "XXX TAGS PAS ENCORE IMPLÉMENTÉ\n"
  1691. msgid "command to allow external programs to compare revisions"
  1692. msgstr ""
  1693. msgid ""
  1694. "The extdiff Mercurial extension allows you to use external programs\n"
  1695. "to compare revisions, or revision with working directory. The external\n"
  1696. "diff programs are called with a configurable set of options and two\n"
  1697. "non-option arguments: paths to directories containing snapshots of\n"
  1698. "files to compare."
  1699. msgstr ""
  1700. msgid ""
  1701. "The extdiff extension also allows to configure new diff commands, so\n"
  1702. "you do not need to type \"hg extdiff -p kdiff3\" always. ::"
  1703. msgstr ""
  1704. msgid ""
  1705. " [extdiff]\n"
  1706. " # add new command that runs GNU diff(1) in 'context diff' mode\n"
  1707. " cdiff = gdiff -Nprc5\n"
  1708. " ## or the old way:\n"
  1709. " #cmd.cdiff = gdiff\n"
  1710. " #opts.cdiff = -Nprc5"
  1711. msgstr ""
  1712. msgid ""
  1713. " # add new command called vdiff, runs kdiff3\n"
  1714. " vdiff = kdiff3"
  1715. msgstr ""
  1716. msgid ""
  1717. " # add new command called meld, runs meld (no need to name twice)\n"
  1718. " meld ="
  1719. msgstr ""
  1720. msgid ""
  1721. " # add new command called vimdiff, runs gvimdiff with DirDiff plugin\n"
  1722. " # (see http://www.vim.org/scripts/script.php?script_id=102) Non\n"
  1723. " # English user, be sure to put \"let g:DirDiffDynamicDiffText = 1\" in\n"
  1724. " # your .vimrc\n"
  1725. " vimdiff = gvim -f '+next' '+execute \"DirDiff\" argv(0) argv(1)'"
  1726. msgstr ""
  1727. msgid ""
  1728. "You can use -I/-X and list of file or directory names like normal \"hg\n"
  1729. "diff\" command. The extdiff extension makes snapshots of only needed\n"
  1730. "files, so running the external diff program will actually be pretty\n"
  1731. "fast (at least faster than having to compare the entire tree).\n"
  1732. msgstr ""
  1733. #, python-format
  1734. msgid "making snapshot of %d files from rev %s\n"
  1735. msgstr ""
  1736. #, python-format
  1737. msgid "making snapshot of %d files from working directory\n"
  1738. msgstr ""
  1739. msgid "cannot specify --rev and --change at the same time"
  1740. msgstr ""
  1741. msgid "cleaning up temp directory\n"
  1742. msgstr "nettoyage du dossier temporaire\n"
  1743. msgid "use external program to diff repository (or selected files)"
  1744. msgstr ""
  1745. msgid ""
  1746. " Show differences between revisions for the specified files, using\n"
  1747. " an external program. The default program used is diff, with\n"
  1748. " default options \"-Npru\"."
  1749. msgstr ""
  1750. msgid ""
  1751. " To select a different program, use the -p/--program option. The\n"
  1752. " program will be passed the names of two directories to compare. To\n"
  1753. " pass additional options to the program, use -o/--option. These\n"
  1754. " will be passed before the names of the directories to compare."
  1755. msgstr ""
  1756. msgid ""
  1757. " When two revision arguments are given, then changes are shown\n"
  1758. " between those revisions. If only one revision is specified then\n"
  1759. " that revision is compared to the working directory, and, when no\n"
  1760. " revisions are specified, the working directory files are compared\n"
  1761. " to its parent."
  1762. msgstr ""
  1763. msgid "comparison program to run"
  1764. msgstr ""
  1765. msgid "pass option to comparison program"
  1766. msgstr ""
  1767. msgid "change made by revision"
  1768. msgstr ""
  1769. msgid "hg extdiff [OPT]... [FILE]..."
  1770. msgstr ""
  1771. #, python-format
  1772. msgid "use %(path)s to diff repository (or selected files)"
  1773. msgstr ""
  1774. #, python-format
  1775. msgid ""
  1776. " Show differences between revisions for the specified files, using the\n"
  1777. " %(path)s program."
  1778. msgstr ""
  1779. #, python-format
  1780. msgid ""
  1781. " When two revision arguments are given, then changes are shown between\n"
  1782. " those revisions. If only one revision is specified then that revision is\n"
  1783. " compared to the working directory, and, when no revisions are specified,\n"
  1784. " the working directory files are compared to its parent."
  1785. msgstr ""
  1786. #, python-format
  1787. msgid "hg %s [OPTION]... [FILE]..."
  1788. msgstr ""
  1789. msgid "pull, update and merge in one command"
  1790. msgstr ""
  1791. msgid "pull changes from a remote repository, merge new changes if needed."
  1792. msgstr ""
  1793. msgid ""
  1794. " This finds all changes from the repository at the specified path\n"
  1795. " or URL and adds them to the local repository."
  1796. msgstr ""
  1797. msgid ""
  1798. " If the pulled changes add a new branch head, the head is\n"
  1799. " automatically merged, and the result of the merge is committed.\n"
  1800. " Otherwise, the working directory is updated to include the new\n"
  1801. " changes."
  1802. msgstr ""
  1803. msgid ""
  1804. " When a merge occurs, the newly pulled changes are assumed to be\n"
  1805. " \"authoritative\". The head of the new changes is used as the first\n"
  1806. " parent, with local changes as the second. To switch the merge\n"
  1807. " order, use --switch-parent."
  1808. msgstr ""
  1809. msgid ""
  1810. " See 'hg help dates' for a list of formats valid for -d/--date.\n"
  1811. " "
  1812. msgstr ""
  1813. msgid "working dir not at branch tip (use \"hg update\" to check out branch tip)"
  1814. msgstr ""
  1815. msgid "outstanding uncommitted merge"
  1816. msgstr ""
  1817. msgid "outstanding uncommitted changes"
  1818. msgstr ""
  1819. msgid "working directory is missing some files"
  1820. msgstr ""
  1821. msgid "multiple heads in this branch (use \"hg heads .\" and \"hg merge\" to merge)"
  1822. msgstr ""
  1823. #, python-format
  1824. msgid "pulling from %s\n"
  1825. msgstr ""
  1826. msgid "Other repository doesn't support revision lookup, so a rev cannot be specified."
  1827. msgstr ""
  1828. #, python-format
  1829. msgid "not merging with %d other new branch heads (use \"hg heads .\" and \"hg merge\" to merge them)\n"
  1830. msgstr ""
  1831. #, python-format
  1832. msgid "updating to %d:%s\n"
  1833. msgstr ""
  1834. #, python-format
  1835. msgid "merging with %d:%s\n"
  1836. msgstr ""
  1837. #, python-format
  1838. msgid "new changeset %d:%s merges remote changes with local\n"
  1839. msgstr ""
  1840. msgid "a specific revision you would like to pull"
  1841. msgstr ""
  1842. msgid "edit commit message"
  1843. msgstr ""
  1844. msgid "edit commit message (DEPRECATED)"
  1845. msgstr ""
  1846. msgid "switch parents when merging"
  1847. msgstr ""
  1848. msgid "hg fetch [SOURCE]"
  1849. msgstr ""
  1850. msgid "commands to sign and verify changesets"
  1851. msgstr ""
  1852. msgid "error while verifying signature"
  1853. msgstr "erreur lors de la vérification de la signature"
  1854. #, python-format
  1855. msgid "%s Bad signature from \"%s\"\n"
  1856. msgstr ""
  1857. #, python-format
  1858. msgid "%s Note: Signature has expired (signed by: \"%s\")\n"
  1859. msgstr ""
  1860. #, python-format
  1861. msgid "%s Note: This key has expired (signed by: \"%s\")\n"
  1862. msgstr ""
  1863. msgid "list signed changesets"
  1864. msgstr ""
  1865. #, python-format, fuzzy
  1866. msgid "%s:%d node does not exist\n"
  1867. msgstr "%s: le noeud %d n'existe pas\n"
  1868. msgid "verify all the signatures there may be for a particular revision"
  1869. msgstr ""
  1870. #, python-format
  1871. msgid "No valid signature for %s\n"
  1872. msgstr "Signature invalide pour %s\n"
  1873. msgid "add a signature for the current or given revision"
  1874. msgstr ""
  1875. msgid ""
  1876. " If no revision is given, the parent of the working directory is used,\n"
  1877. " or tip if no revision is checked out."
  1878. msgstr ""
  1879. msgid "uncommitted merge - please provide a specific revision"
  1880. msgstr ""
  1881. msgid "Error while signing"
  1882. msgstr ""
  1883. msgid "working copy of .hgsigs is changed (please commit .hgsigs manually or use --force)"
  1884. msgstr ""
  1885. msgid "unknown signature version"
  1886. msgstr ""
  1887. msgid "make the signature local"
  1888. msgstr ""
  1889. msgid "sign even if the sigfile is modified"
  1890. msgstr ""
  1891. msgid "do not commit the sigfile after signing"
  1892. msgstr ""
  1893. msgid "the key id to sign with"
  1894. msgstr ""
  1895. msgid "commit message"
  1896. msgstr ""
  1897. msgid "hg sign [OPTION]... [REVISION]..."
  1898. msgstr ""
  1899. msgid "hg sigcheck REVISION"
  1900. msgstr ""
  1901. msgid "hg sigs"
  1902. msgstr ""
  1903. msgid "command to view revision graphs from a shell"
  1904. msgstr ""
  1905. msgid ""
  1906. "This extension adds a --graph option to the incoming, outgoing and log\n"
  1907. "commands. When this options is given, an ASCII representation of the\n"
  1908. "revision graph is also shown.\n"
  1909. msgstr ""
  1910. #, python-format
  1911. msgid "--graph option is incompatible with --%s"
  1912. msgstr ""
  1913. msgid "show revision history alongside an ASCII revision graph"
  1914. msgstr ""
  1915. msgid ""
  1916. " Print a revision history alongside a revision graph drawn with\n"
  1917. " ASCII characters."
  1918. msgstr ""
  1919. msgid ""
  1920. " Nodes printed as an @ character are parents of the working\n"
  1921. " directory.\n"
  1922. " "
  1923. msgstr ""
  1924. #, python-format
  1925. msgid "comparing with %s\n"
  1926. msgstr "comparaison avec %s\n"
  1927. msgid "no changes found\n"
  1928. msgstr "aucun changement trouvé\n"
  1929. msgid "show the revision DAG"
  1930. msgstr ""
  1931. msgid "limit number of changes displayed"
  1932. msgstr ""
  1933. msgid "show patch"
  1934. msgstr ""
  1935. msgid "show the specified revision or range"
  1936. msgstr ""
  1937. msgid "hg glog [OPTION]... [FILE]"
  1938. msgstr ""
  1939. msgid "hooks for integrating with the CIA.vc notification service"
  1940. msgstr ""
  1941. msgid ""
  1942. "This is meant to be run as a changegroup or incoming hook. To\n"
  1943. "configure it, set the following options in your hgrc::"
  1944. msgstr ""
  1945. msgid ""
  1946. " [cia]\n"
  1947. " # your registered CIA user name\n"
  1948. " user = foo\n"
  1949. " # the name of the project in CIA\n"
  1950. " project = foo\n"
  1951. " # the module (subproject) (optional)\n"
  1952. " #module = foo\n"
  1953. " # Append a diffstat to the log message (optional)\n"
  1954. " #diffstat = False\n"
  1955. " # Template to use for log messages (optional)\n"
  1956. " #template = {desc}\\n{baseurl}/rev/{node}-- {diffstat}\\n # Style to use (optional)\n"
  1957. " #style = foo\n"
  1958. " # The URL of the CIA notification service (optional)\n"
  1959. " # You can use mailto: URLs to send by email, eg\n"
  1960. " # mailto:cia@cia.vc\n"
  1961. " # Make sure to set email.from if you do this.\n"
  1962. " #url = http://cia.vc/\n"
  1963. " # print message instead of sending it (optional)\n"
  1964. " #test = False"
  1965. msgstr ""
  1966. msgid ""
  1967. " [hooks]\n"
  1968. " # one of these:\n"
  1969. " changegroup.cia = python:hgcia.hook\n"
  1970. " #incoming.cia = python:hgcia.hook"
  1971. msgstr ""
  1972. msgid ""
  1973. " [web]\n"
  1974. " # If you want hyperlinks (optional)\n"
  1975. " baseurl = http://server/path/to/repo\n"
  1976. msgstr ""
  1977. #, python-format
  1978. msgid "hgcia: sending update to %s\n"
  1979. msgstr ""
  1980. msgid "email.from must be defined when sending by email"
  1981. msgstr ""
  1982. msgid "browse the repository in a graphical way"
  1983. msgstr ""
  1984. msgid ""
  1985. "The hgk extension allows browsing the history of a repository in a\n"
  1986. "graphical way. It requires Tcl/Tk version 8.4 or later. (Tcl/Tk is not\n"
  1987. "distributed with Mercurial.)"
  1988. msgstr ""
  1989. msgid ""
  1990. "hgk consists of two parts: a Tcl script that does the displaying and\n"
  1991. "querying of information, and an extension to Mercurial named hgk.py,\n"
  1992. "which provides hooks for hgk to get information. hgk can be found in\n"
  1993. "the contrib directory, and the extension is shipped in the hgext\n"
  1994. "repository, and needs to be enabled."
  1995. msgstr ""
  1996. msgid ""
  1997. "The hg view command will launch the hgk Tcl script. For this command\n"
  1998. "to work, hgk must be in your search path. Alternately, you can specify\n"
  1999. "the path to hgk in your .hgrc file::"
  2000. msgstr ""
  2001. msgid ""
  2002. " [hgk]\n"
  2003. " path=/location/of/hgk"
  2004. msgstr ""
  2005. msgid ""
  2006. "hgk can make use of the extdiff extension to visualize revisions.\n"
  2007. "Assuming you had already configured extdiff vdiff command, just add::"
  2008. msgstr ""
  2009. msgid ""
  2010. " [hgk]\n"
  2011. " vdiff=vdiff"
  2012. msgstr ""
  2013. msgid ""
  2014. "Revisions context menu will now display additional entries to fire\n"
  2015. "vdiff on hovered and selected revisions.\n"
  2016. msgstr ""
  2017. msgid "diff trees from two commits"
  2018. msgstr ""
  2019. msgid "output common ancestor information"
  2020. msgstr ""
  2021. msgid "cat a specific revision"
  2022. msgstr ""
  2023. msgid "cat-file: type or revision not supplied\n"
  2024. msgstr ""
  2025. msgid "aborting hg cat-file only understands commits\n"
  2026. msgstr ""
  2027. msgid "parse given revisions"
  2028. msgstr ""
  2029. msgid "print revisions"
  2030. msgstr ""
  2031. msgid "print extension options"
  2032. msgstr ""
  2033. msgid "start interactive history viewer"
  2034. msgstr ""
  2035. msgid "hg view [-l LIMIT] [REVRANGE]"
  2036. msgstr ""
  2037. msgid "generate patch"
  2038. msgstr ""
  2039. msgid "recursive"
  2040. msgstr "récursif"
  2041. msgid "pretty"
  2042. msgstr ""
  2043. msgid "stdin"
  2044. msgstr ""
  2045. msgid "detect copies"
  2046. msgstr ""
  2047. msgid "search"
  2048. msgstr "recherche"
  2049. msgid "hg git-diff-tree [OPTION]... NODE1 NODE2 [FILE]..."
  2050. msgstr ""
  2051. msgid "hg debug-cat-file [OPTION]... TYPE FILE"
  2052. msgstr ""
  2053. msgid "hg debug-config"
  2054. msgstr ""
  2055. msgid "hg debug-merge-base REV REV"
  2056. msgstr ""
  2057. msgid "ignored"
  2058. msgstr "ignoré"
  2059. msgid "hg debug-rev-parse REV"
  2060. msgstr ""
  2061. msgid "header"
  2062. msgstr "en-tête"
  2063. msgid "topo-order"
  2064. msgstr ""
  2065. msgid "parents"
  2066. msgstr "parent"
  2067. msgid "max-count"
  2068. msgstr ""
  2069. msgid "hg debug-rev-list [OPTION]... REV..."
  2070. msgstr "hg debug-rev-list [OPTION]... REV..."
  2071. msgid "syntax highlighting for hgweb (requires Pygments)"
  2072. msgstr ""
  2073. msgid ""
  2074. "It depends on the Pygments syntax highlighting library:\n"
  2075. "http://pygments.org/"
  2076. msgstr ""
  2077. msgid "There is a single configuration option::"
  2078. msgstr ""
  2079. msgid ""
  2080. " [web]\n"
  2081. " pygments_style = <style>"
  2082. msgstr ""
  2083. msgid "The default is 'colorful'.\n"
  2084. msgstr ""
  2085. msgid "accelerate status report using Linux's inotify service"
  2086. msgstr ""
  2087. msgid "start an inotify server for this repository"
  2088. msgstr ""
  2089. msgid "debugging information for inotify extension"
  2090. msgstr ""
  2091. msgid ""
  2092. " Prints the list of directories being watched by the inotify server.\n"
  2093. " "
  2094. msgstr ""
  2095. msgid "directories being watched:\n"
  2096. msgstr ""
  2097. msgid "run server in background"
  2098. msgstr ""
  2099. msgid "used internally by daemon mode"
  2100. msgstr ""
  2101. msgid "minutes to sit idle before exiting"
  2102. msgstr ""
  2103. msgid "name of file to write process ID to"
  2104. msgstr ""
  2105. msgid "hg inserve [OPTION]..."
  2106. msgstr "hg inserve [OPTION]..."
  2107. msgid "(found dead inotify server socket; removing it)\n"
  2108. msgstr ""
  2109. #, python-format
  2110. msgid "could not start inotify server: %s\n"
  2111. msgstr ""
  2112. #, python-format
  2113. msgid "could not talk to new inotify server: %s\n"
  2114. msgstr ""
  2115. #, python-format
  2116. msgid "failed to contact inotify server: %s\n"
  2117. msgstr ""
  2118. msgid "received empty answer from inotify server"
  2119. msgstr ""
  2120. #, python-format
  2121. msgid "(inotify: received response from incompatible server version %d)\n"
  2122. msgstr ""
  2123. #, python-format
  2124. msgid "(inotify: received '%s' response when expecting '%s')\n"
  2125. msgstr ""
  2126. msgid "this system does not seem to support inotify"
  2127. msgstr ""
  2128. #, python-format
  2129. msgid "*** the current per-user limit on the number of inotify watches is %s\n"
  2130. msgstr ""
  2131. msgid "*** this limit is too low to watch every directory in this repository\n"
  2132. msgstr ""
  2133. msgid "*** counting directories: "
  2134. msgstr ""
  2135. #, python-format
  2136. msgid "found %d\n"
  2137. msgstr "trouvé %d\n"
  2138. #, python-format
  2139. msgid "*** to raise the limit from %d to %d (run as root):\n"
  2140. msgstr ""
  2141. #, python-format
  2142. msgid "*** echo %d > %s\n"
  2143. msgstr ""
  2144. #, python-format
  2145. msgid "cannot watch %s until inotify watch limit is raised"
  2146. msgstr ""
  2147. #, python-format
  2148. msgid "inotify service not available: %s"
  2149. msgstr ""
  2150. #, python-format
  2151. msgid "watching %r\n"
  2152. msgstr ""
  2153. #, python-format
  2154. msgid "watching directories under %r\n"
  2155. msgstr ""
  2156. #, python-format
  2157. msgid "status: %r %s -> %s\n"
  2158. msgstr ""
  2159. #, python-format
  2160. msgid "%s dirstate reload\n"
  2161. msgstr ""
  2162. #, python-format
  2163. msgid "%s end dirstate reload\n"
  2164. msgstr ""
  2165. msgid "rescanning due to .hgignore change\n"
  2166. msgstr ""
  2167. #, python-format
  2168. msgid "%s event: created %s\n"
  2169. msgstr ""
  2170. #, python-format
  2171. msgid "%s event: deleted %s\n"
  2172. msgstr ""
  2173. #, python-format
  2174. msgid "%s event: modified %s\n"
  2175. msgstr ""
  2176. #, python-format
  2177. msgid "filesystem containing %s was unmounted\n"
  2178. msgstr ""
  2179. #, python-format
  2180. msgid "%s readable: %d bytes\n"
  2181. msgstr ""
  2182. #, python-format
  2183. msgid "%s below threshold - unhooking\n"
  2184. msgstr ""
  2185. #, python-format
  2186. msgid "%s reading %d events\n"
  2187. msgstr ""
  2188. #, python-format
  2189. msgid "%s hooking back up with %d bytes readable\n"
  2190. msgstr ""
  2191. #, python-format
  2192. msgid "could not start server: %s"
  2193. msgstr ""
  2194. #, python-format
  2195. msgid "answering query for %r\n"
  2196. msgstr ""
  2197. #, python-format
  2198. msgid "received query from incompatible client version %d\n"
  2199. msgstr ""
  2200. #, python-format
  2201. msgid "unrecognized query type: %s\n"
  2202. msgstr ""
  2203. msgid "finished setup\n"
  2204. msgstr ""
  2205. msgid "expand expressions into changelog and summaries"
  2206. msgstr ""
  2207. msgid ""
  2208. "This extension allows the use of a special syntax in summaries, which\n"
  2209. "will be automatically expanded into links or any other arbitrary\n"
  2210. "expression, much like InterWiki does."
  2211. msgstr ""
  2212. msgid ""
  2213. "A few example patterns (link to bug tracking, etc.) that may be used\n"
  2214. "in your hgrc::"
  2215. msgstr ""
  2216. msgid ""
  2217. " [interhg]\n"
  2218. " issues = s!issue(\\d+)!<a href=\"http://bts/issue\\1\">issue\\1</a>!\n"
  2219. " bugzilla = s!((?:bug|b=|(?=#?\\d{4,}))(?:\\s*#?)(\\d+))!<a..=\\2\">\\1</a>!i\n"
  2220. " boldify = s!(^|\\s)#(\\d+)\\b! <b>#\\2</b>!\n"
  2221. msgstr ""
  2222. #, python-format
  2223. msgid "interhg: invalid pattern for %s: %s\n"
  2224. msgstr ""
  2225. #, python-format
  2226. msgid "interhg: invalid regexp for %s: %s\n"
  2227. msgstr ""
  2228. msgid "expand keywords in tracked files"
  2229. msgstr ""
  2230. msgid ""
  2231. "This extension expands RCS/CVS-like or self-customized $Keywords$ in\n"
  2232. "tracked text files selected by your configuration."
  2233. msgstr ""
  2234. msgid ""
  2235. "Keywords are only expanded in local repositories and not stored in the\n"
  2236. "change history. The mechanism can be regarded as a convenience for the\n"
  2237. "current user or for archive distribution."
  2238. msgstr ""
  2239. msgid ""
  2240. "Configuration is done in the [keyword] and [keywordmaps] sections of\n"
  2241. "hgrc files."
  2242. msgstr ""
  2243. msgid "Example::"
  2244. msgstr ""
  2245. msgid ""
  2246. " [keyword]\n"
  2247. " # expand keywords in every python file except those matching \"x*\"\n"
  2248. " **.py =\n"
  2249. " x* = ignore"
  2250. msgstr ""
  2251. msgid ""
  2252. "NOTE: the more specific you are in your filename patterns the less you\n"
  2253. "lose speed in huge repositories."
  2254. msgstr ""
  2255. msgid ""
  2256. "For [keywordmaps] template mapping and expansion demonstration and\n"
  2257. "control run \"hg kwdemo\". See \"hg help templates\" for a list of\n"
  2258. "available templates and filters."
  2259. msgstr ""
  2260. msgid ""
  2261. "An additional date template filter {date|utcdate} is provided. It\n"
  2262. "returns a date like \"2006/09/18 15:13:13\"."
  2263. msgstr ""
  2264. msgid ""
  2265. "The default template mappings (view with \"hg kwdemo -d\") can be\n"
  2266. "replaced with customized keywords and templates. Again, run \"hg\n"
  2267. "kwdemo\" to control the results of your config changes."
  2268. msgstr ""
  2269. msgid ""
  2270. "Before changing/disabling active keywords, run \"hg kwshrink\" to avoid\n"
  2271. "the risk of inadvertently storing expanded keywords in the change\n"
  2272. "history."
  2273. msgstr ""
  2274. msgid ""
  2275. "To force expansion after enabling it, or a configuration change, run\n"
  2276. "\"hg kwexpand\"."
  2277. msgstr ""
  2278. msgid ""
  2279. "Also, when committing with the record extension or using mq's qrecord,\n"
  2280. "be aware that keywords cannot be updated. Again, run \"hg kwexpand\" on\n"
  2281. "the files in question to update keyword expansions after all changes\n"
  2282. "have been checked in."
  2283. msgstr ""
  2284. msgid ""
  2285. "Expansions spanning more than one line and incremental expansions,\n"
  2286. "like CVS' $Log$, are not supported. A keyword template map \"Log =\n"
  2287. "{desc}\" expands to the first line of the changeset description.\n"
  2288. msgstr ""
  2289. #, python-format
  2290. msgid "overwriting %s expanding keywords\n"
  2291. msgstr ""
  2292. #, python-format
  2293. msgid "overwriting %s shrinking keywords\n"
  2294. msgstr ""
  2295. msgid "[keyword] patterns cannot match"
  2296. msgstr ""
  2297. msgid "no [keyword] patterns configured"
  2298. msgstr ""
  2299. msgid "print [keywordmaps] configuration and an expansion example"
  2300. msgstr ""
  2301. msgid ""
  2302. " Show current, custom, or default keyword template maps and their\n"
  2303. " expansions."
  2304. msgstr ""
  2305. msgid ""
  2306. " Extend the current configuration by specifying maps as arguments\n"
  2307. " and using -f/--rcfile to source an external hgrc file."
  2308. msgstr ""
  2309. msgid " Use -d/--default to disable current configuration."
  2310. msgstr ""
  2311. msgid ""
  2312. " See \"hg help templates\" for information on templates and filters.\n"
  2313. " "
  2314. msgstr ""
  2315. #, python-format
  2316. msgid "creating temporary repository at %s\n"
  2317. msgstr ""
  2318. msgid ""
  2319. "\n"
  2320. "\tconfiguration using custom keyword template maps\n"
  2321. msgstr ""
  2322. msgid "\textending current template maps\n"
  2323. msgstr ""
  2324. msgid "\toverriding default template maps\n"
  2325. msgstr ""
  2326. msgid ""
  2327. "\n"
  2328. "\tconfiguration using default keyword template maps\n"
  2329. msgstr ""
  2330. msgid "\tdisabling current template maps\n"
  2331. msgstr ""
  2332. msgid ""
  2333. "\n"
  2334. "\tconfiguration using current keyword template maps\n"
  2335. msgstr ""
  2336. #, python-format
  2337. msgid ""
  2338. "\n"
  2339. "keywords written to %s:\n"
  2340. msgstr ""
  2341. msgid "unhooked all commit hooks\n"
  2342. msgstr ""
  2343. msgid ""
  2344. "\n"
  2345. "\tkeywords expanded\n"
  2346. msgstr ""
  2347. msgid "expand keywords in the working directory"
  2348. msgstr ""
  2349. msgid " Run after (re)enabling keyword expansion."
  2350. msgstr ""
  2351. msgid ""
  2352. " kwexpand refuses to run if given files contain local changes.\n"
  2353. " "
  2354. msgstr ""
  2355. msgid "show files configured for keyword expansion"
  2356. msgstr ""
  2357. msgid ""
  2358. " List which files in the working directory are matched by the\n"
  2359. " [keyword] configuration patterns."
  2360. msgstr ""
  2361. msgid ""
  2362. " Useful to prevent inadvertent keyword expansion and to speed up\n"
  2363. " execution by including only files that are actual candidates for\n"
  2364. " expansion."
  2365. msgstr ""
  2366. msgid ""
  2367. " See \"hg help keyword\" on how to construct patterns both for\n"
  2368. " inclusion and exclusion of files."
  2369. msgstr ""
  2370. msgid ""
  2371. " With -A/--all and -v/--verbose the codes used to show the status\n"
  2372. " of files are::"
  2373. msgstr ""
  2374. msgid ""
  2375. " K = keyword expansion candidate\n"
  2376. " k = keyword expansion candidate (not tracked)\n"
  2377. " I = ignored\n"
  2378. " i = ignored (not tracked)\n"
  2379. " "
  2380. msgstr ""
  2381. msgid "revert expanded keywords in the working directory"
  2382. msgstr ""
  2383. msgid ""
  2384. " Run before changing/disabling active keywords or if you experience\n"
  2385. " problems with \"hg import\" or \"hg merge\"."
  2386. msgstr ""
  2387. msgid ""
  2388. " kwshrink refuses to run if given files contain local changes.\n"
  2389. " "
  2390. msgstr ""
  2391. msgid "show default keyword template maps"
  2392. msgstr ""
  2393. msgid "read maps from rcfile"
  2394. msgstr ""
  2395. msgid "hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]..."
  2396. msgstr ""
  2397. msgid "hg kwexpand [OPTION]... [FILE]..."
  2398. msgstr ""
  2399. msgid "show keyword status flags of all files"
  2400. msgstr ""
  2401. msgid "show files excluded from expansion"
  2402. msgstr ""
  2403. msgid "only show unknown (not tracked) files"
  2404. msgstr ""
  2405. msgid "show keyword status flags of all files (DEPRECATED)"
  2406. msgstr ""
  2407. msgid "only show untracked files (DEPRECATED)"
  2408. msgstr ""
  2409. msgid "hg kwfiles [OPTION]... [FILE]..."
  2410. msgstr ""
  2411. msgid "hg kwshrink [OPTION]... [FILE]..."
  2412. msgstr ""
  2413. #, fuzzy
  2414. msgid "manage a stack of patches"
  2415. msgstr "gestion et utilisation d'une pile de patchs"
  2416. #, fuzzy
  2417. msgid ""
  2418. "This extension lets you work with a stack of patches in a Mercurial\n"
  2419. "repository. It manages two stacks of patches - all known patches, and\n"
  2420. "applied patches (subset of known patches)."
  2421. msgstr ""
  2422. "Cette extension permet de travailler avec une pile de patchs au\n"
  2423. "dessus d'un dépôt Mercurial. Deux piles de patchs sont gérées :\n"
  2424. "l'ensemble des patchs référencés, et le sous-ensemble des patchs\n"
  2425. "qui ont été appliqués."
  2426. #, fuzzy
  2427. msgid ""
  2428. "Known patches are represented as patch files in the .hg/patches\n"
  2429. "directory. Applied patches are both patch files and changesets."
  2430. msgstr ""
  2431. "Les patchs référencés sont stockés en tant que fichiers au format\n"
  2432. "patch au sein du répertoire .hg/patches, tandis que les patchs\n"
  2433. "appliqués sont présents à la fois sous forme de fichier et de\n"
  2434. "\"changesets\"."
  2435. #, fuzzy
  2436. msgid "Common tasks (use \"hg help command\" for more details)::"
  2437. msgstr "Tâches usuelles (utiliser \"hg help commande\" pour plus de détails)::"
  2438. #, fuzzy
  2439. msgid ""
  2440. " prepare repository to work with patches qinit\n"
  2441. " create new patch qnew\n"
  2442. " import existing patch qimport"
  2443. msgstr ""
  2444. "préparer un dépôt pour utilisation avec des patchs qinit\n"
  2445. "créer un nouveau patch qnew\n"
  2446. "importer un patch existant qimport"
  2447. #, fuzzy
  2448. msgid ""
  2449. " print patch series qseries\n"
  2450. " print applied patches qapplied"
  2451. msgstr ""
  2452. "afficher la série de patchs complète qseries\n"
  2453. "afficher les patchs appliqués qapplied\n"
  2454. "afficher le nom du dernier patch appliqué qtop"
  2455. #, fuzzy
  2456. msgid ""
  2457. " add known patch to applied stack qpush\n"
  2458. " remove patch from applied stack qpop\n"
  2459. " refresh contents of top applied patch qrefresh\n"
  2460. msgstr ""
  2461. "empiler/appliquer un patch référencé sur la pile qpush\n"
  2462. "dépiler/ôter un patch de la pile qpop\n"
  2463. "rafraîchir le contenu du dernier patch appliqué qrefresh\n"
  2464. #, python-format
  2465. msgid "%s appears more than once in %s"
  2466. msgstr "%s apparaît plus d'une fois dans %s"
  2467. msgid "guard cannot be an empty string"
  2468. msgstr ""
  2469. #, python-format
  2470. msgid "guard %r starts with invalid character: %r"
  2471. msgstr ""
  2472. #, python-format
  2473. msgid "invalid character in guard %r: %r"
  2474. msgstr ""
  2475. #, python-format
  2476. msgid "guard %r too short"
  2477. msgstr ""
  2478. #, python-format
  2479. msgid "guard %r starts with invalid char"
  2480. msgstr ""
  2481. #, python-format
  2482. msgid "allowing %s - no guards in effect\n"
  2483. msgstr ""
  2484. #, python-format
  2485. msgid "allowing %s - no matching negative guards\n"
  2486. msgstr ""
  2487. #, python-format
  2488. msgid "allowing %s - guarded by %r\n"
  2489. msgstr ""
  2490. #, python-format
  2491. msgid "skipping %s - guarded by %r\n"
  2492. msgstr ""
  2493. #, python-format
  2494. msgid "skipping %s - no matching guards\n"
  2495. msgstr ""
  2496. #, python-format
  2497. msgid "error removing undo: %s\n"
  2498. msgstr ""
  2499. #, python-format
  2500. msgid "apply failed for patch %s"
  2501. msgstr "l'application du patch %s a échoué"
  2502. #, python-format
  2503. msgid "patch didn't work out, merging %s\n"
  2504. msgstr "l'application simple du patch a échoué, fusion de %s\n"
  2505. #, python-format
  2506. msgid "update returned %d"
  2507. msgstr ""
  2508. msgid "repo commit failed"
  2509. msgstr ""
  2510. #, python-format
  2511. msgid "unable to read %s"
  2512. msgstr "impossible de lire %s"
  2513. #, python-format
  2514. msgid "patch %s does not exist\n"
  2515. msgstr "le patch %s n'existe pas\n"
  2516. #, python-format
  2517. msgid "patch %s is not applied\n"
  2518. msgstr "le patch %s n'est pas appliqué\n"
  2519. msgid "patch failed, unable to continue (try -v)\n"
  2520. msgstr "l'application du patch a échoué, impossible de continuer (essayez avec -v)\n"
  2521. #, python-format
  2522. msgid "applying %s\n"
  2523. msgstr "application de %s\n"
  2524. #, python-format
  2525. msgid "unable to read %s\n"
  2526. msgstr "impossible de lire %s\n"
  2527. #, python-format
  2528. msgid "imported patch %s\n"
  2529. msgstr "le patch %s a été importé\n"
  2530. #, python-format
  2531. msgid ""
  2532. "\n"
  2533. "imported patch %s"
  2534. msgstr ""
  2535. "\n"
  2536. "le patch %s a été importé"
  2537. #, python-format
  2538. msgid "patch %s is empty\n"
  2539. msgstr "le patch %s est vide\n"
  2540. msgid "patch failed, rejects left in working dir\n"
  2541. msgstr ""
  2542. msgid "fuzz found when applying patch, stopping\n"
  2543. msgstr ""
  2544. #, python-format
  2545. msgid "revision %d is not managed"
  2546. msgstr "la révision %d n'est pas gérée"
  2547. #, python-format
  2548. msgid "cannot delete revision %d above applied patches"
  2549. msgstr "impossible de supprimer la révision %d au-dessus de patchs appliqués"
  2550. #, python-format
  2551. msgid "patch %s finalized without changeset message\n"
  2552. msgstr ""
  2553. msgid "qdelete requires at least one revision or patch name"
  2554. msgstr "qdelete requiert au moins une révision ou le nom d'un patch"
  2555. #, python-format
  2556. msgid "cannot delete applied patch %s"
  2557. msgstr "impossible de supprimer le patch appliqué %s"
  2558. #, python-format
  2559. msgid "patch %s not in series file"
  2560. msgstr "le patch %s n'est pas listé (fichier \"series\")"
  2561. msgid "no patches applied"
  2562. msgstr "pas de patchs appliqués"
  2563. msgid "working directory revision is not qtip"
  2564. msgstr "le répertoire de travail n'est pas à la révision qtip"
  2565. msgid "local changes found, refresh first"
  2566. msgstr "modifications locales trouvées, veuillez d'abord rafraîchir le patch"
  2567. msgid "local changes found"
  2568. msgstr "modifications locales trouvées"
  2569. #, python-format
  2570. msgid "\"%s\" cannot be used as the name of a patch"
  2571. msgstr "\"%s\" ne peut être utilisé comme nom de patch"
  2572. #, python-format
  2573. msgid "patch \"%s\" already exists"
  2574. msgstr "le patch \"%s\" existe déjà"
  2575. #, python-format
  2576. msgid "error unlinking %s\n"
  2577. msgstr "erreur lors de la suppression de %s\n"
  2578. #, python-format
  2579. msgid "patch name \"%s\" is ambiguous:\n"
  2580. msgstr "\"%s\" est un nom de patch ambigu :\n"
  2581. #, python-format
  2582. msgid "patch %s not in series"
  2583. msgstr "le patch %s ne figure pas dans la série"
  2584. #, fuzzy
  2585. msgid "(working directory not at a head)\n"
  2586. msgstr "(le répertoire de travail est à une révision différente de tip)\n"
  2587. msgid "no patches in series\n"
  2588. msgstr "pas de patchs dans la série\n"
  2589. #, python-format
  2590. msgid "cannot push to a previous patch: %s"
  2591. msgstr "impossible d'empiler un patch déjà appliqué : %s"
  2592. #, python-format
  2593. msgid "qpush: %s is already at the top\n"
  2594. msgstr "qpush: %s est déjà le dernier patch appliqué\n"
  2595. #, python-format
  2596. msgid "guarded by %r"
  2597. msgstr ""
  2598. msgid "no matching guards"
  2599. msgstr ""
  2600. #, python-format
  2601. msgid "cannot push '%s' - %s\n"
  2602. msgstr "impossible d'empiler '%s' - %s\n"
  2603. msgid "all patches are currently applied\n"
  2604. msgstr "tous les patchs sont actuellement appliqués\n"
  2605. msgid "patch series already fully applied\n"
  2606. msgstr "la série de patchs est déjà complètement appliquée\n"
  2607. msgid "cleaning up working directory..."
  2608. msgstr "nettoyage du répertoire de travail..."
  2609. #, python-format
  2610. msgid "errors during apply, please fix and refresh %s\n"
  2611. msgstr "des erreurs se sont produites durant l'application, veuillez corriger puis rafraîchir %s\n"
  2612. #, python-format
  2613. msgid "now at: %s\n"
  2614. msgstr "actuellement à : %s\n"
  2615. #, python-format
  2616. msgid "patch %s is not applied"
  2617. msgstr "le patch %s n'est pas appliqué"
  2618. msgid "no patches applied\n"
  2619. msgstr "aucun patch appliqué\n"
  2620. #, python-format
  2621. msgid "qpop: %s is already at the top\n"
  2622. msgstr "qpop: %s est déjà le dernier patch appliqué\n"
  2623. msgid "qpop: forcing dirstate update\n"
  2624. msgstr "qpop: mise à jour de l'état du répertoire de travail (dirstate) forcée\n"
  2625. #, python-format
  2626. msgid "trying to pop unknown node %s"
  2627. msgstr "tentative de dépilement d'un nœud inconnu : %s"
  2628. msgid "popping would remove a revision not managed by this patch queue"
  2629. msgstr "le dépilement enlèverait une révision non gérée par cette pile de patchs"
  2630. msgid "deletions found between repo revs"
  2631. msgstr "suppressions trouvées entre des révisions du dépôt"
  2632. #, fuzzy, python-format
  2633. msgid "popping %s\n"
  2634. msgstr "application de %s\n"
  2635. msgid "patch queue now empty\n"
  2636. msgstr "la pile de patchs est maintenant vide\n"
  2637. msgid "cannot refresh a revision with children"
  2638. msgstr "impossible de rafraîchir une révision possédant des révisions filles"
  2639. msgid "refresh interrupted while patch was popped! (revert --all, qpush to recover)\n"
  2640. msgstr "rafraîchissement interrompu alors qu'un patch était en cours de dépilement (utiliser revert --all, ou qpush pour restaurer l'état)\n"
  2641. msgid "patch queue directory already exists"
  2642. msgstr "la pile de patchs existe déjà"
  2643. #, python-format
  2644. msgid "patch %s is not in series file"
  2645. msgstr "le patch %s n'est pas dans la liste (fichier \"series\")"
  2646. msgid "No saved patch data found\n"
  2647. msgstr ""
  2648. #, python-format
  2649. msgid "restoring status: %s\n"
  2650. msgstr "rétablissement de l'état : %s\n"
  2651. msgid "save entry has children, leaving it alone\n"
  2652. msgstr ""
  2653. #, python-format
  2654. msgid "removing save entry %s\n"
  2655. msgstr ""
  2656. #, python-format
  2657. msgid "saved queue repository parents: %s %s\n"
  2658. msgstr ""
  2659. msgid "queue directory updating\n"
  2660. msgstr "mise à jour du répertoire de patchs\n"
  2661. msgid "Unable to load queue repository\n"
  2662. msgstr "Impossible de charger le dépôt de patchs\n"
  2663. msgid "save: no patches applied, exiting\n"
  2664. msgstr ""
  2665. msgid "status is already saved\n"
  2666. msgstr "l'état a déjà été sauvegardé\n"
  2667. msgid "hg patches saved state"
  2668. msgstr ""
  2669. msgid "repo commit failed\n"
  2670. msgstr ""
  2671. #, python-format
  2672. msgid "patch %s is already in the series file"
  2673. msgstr "le patch %s est déjà dans la liste (fichier \"series\")"
  2674. msgid "option \"-r\" not valid when importing files"
  2675. msgstr "l'option \"-r\" n'est pas utilisable lors de l'importation de fichiers"
  2676. msgid "option \"-n\" not valid when importing multiple patches"
  2677. msgstr "l'option \"-n\" n'est pas utilisable lors de l'importation de plusieurs patchs"
  2678. #, python-format
  2679. msgid "revision %d is the root of more than one branch"
  2680. msgstr "la révision %d est à l'origine de plus d'une branche"
  2681. #, python-format
  2682. msgid "revision %d is already managed"
  2683. msgstr "la révision %d est déjà gérée"
  2684. #, python-format
  2685. msgid "revision %d is not the parent of the queue"
  2686. msgstr "la révision %d n'est pas parente de la pile"
  2687. #, python-format
  2688. msgid "revision %d has unmanaged children"
  2689. msgstr "la révision %d possède des révisions filles non gérées"
  2690. #, python-format
  2691. msgid "cannot import merge revision %d"
  2692. msgstr "impossible d'importer la révision fusionnée %d"
  2693. #, python-format
  2694. msgid "revision %d is not the parent of %d"
  2695. msgstr "%d n'est pas la révision parente de %d"
  2696. msgid "-e is incompatible with import from -"
  2697. msgstr "-e n'est pas compatible avec l'importation depuis -"
  2698. #, python-format
  2699. msgid "patch %s does not exist"
  2700. msgstr "le patch %s n'existe pas"
  2701. msgid "need --name to import a patch from -"
  2702. msgstr "il est nécessaire d'utiliser --name pour importer un patch depuis -"
  2703. #, python-format
  2704. msgid "adding %s to series file\n"
  2705. msgstr "ajout de %s à la liste de patchs (fichier \"series\")\n"
  2706. #, fuzzy
  2707. msgid "remove patches from queue"
  2708. msgstr ""
  2709. "supprime des patchs de la pile"
  2710. #, fuzzy
  2711. msgid ""
  2712. " The patches must not be applied, and at least one patch is required. With\n"
  2713. " -k/--keep, the patch files are preserved in the patch directory."
  2714. msgstr ""
  2715. " Les patchs ne doivent pas avoir été appliqués, et il est\n"
  2716. " nécessaire de fournir au moins un patch. Avec -k/--keep, les\n"
  2717. " fichiers sont préservés au sein du répertoire de patchs."
  2718. #, fuzzy
  2719. msgid ""
  2720. " To stop managing a patch and move it into permanent history,\n"
  2721. " use the qfinish command."
  2722. msgstr ""
  2723. " Pour arrêter de gérer un patch et le déplacer de manière\n"
  2724. " permanente vers l'historique du dépôt, utilisez la commande\n"
  2725. " qfinish."
  2726. msgid "print the patches already applied"
  2727. msgstr "affiche les patchs déjà appliqués"
  2728. msgid "only one patch applied\n"
  2729. msgstr "un seul patch d'appliqué\n"
  2730. msgid "print the patches not yet applied"
  2731. msgstr "affiche les patchs non encore appliqués"
  2732. msgid "all patches applied\n"
  2733. msgstr "tous les patchs ont été appliqués\n"
  2734. msgid "import a patch"
  2735. msgstr "importe un patch"
  2736. msgid ""
  2737. " The patch is inserted into the series after the last applied\n"
  2738. " patch. If no patches have been applied, qimport prepends the patch\n"
  2739. " to the series."
  2740. msgstr ""
  2741. " Le patch est inséré dans la série à la suite du dernier patch\n"
  2742. " appliqué. Si aucun patch n'a encore été appliqué, le patch sera\n"
  2743. " ajouté en tête de série."
  2744. msgid ""
  2745. " The patch will have the same name as its source file unless you\n"
  2746. " give it a new one with -n/--name."
  2747. msgstr ""
  2748. " Le patch portera le même nom que le fichier dont il provient,\n"
  2749. " à moins qu'un autre nom ne soit spécifié à l'aide de -n/--name."
  2750. msgid ""
  2751. " You can register an existing patch inside the patch directory with\n"
  2752. " the -e/--existing flag."
  2753. msgstr ""
  2754. " Vous pouvez enregistrer un patch déjà présent dans le répertoire\n"
  2755. " de patchs à l'aide de l'option -e/--existing."
  2756. msgid ""
  2757. " With -f/--force, an existing patch of the same name will be\n"
  2758. " overwritten."
  2759. msgstr " Avec -f/--force, un patch déjà présent du même nom sera écrasé."
  2760. msgid ""
  2761. " An existing changeset may be placed under mq control with -r/--rev\n"
  2762. " (e.g. qimport --rev tip -n patch will place tip under mq control).\n"
  2763. " With -g/--git, patches imported with --rev will use the git diff\n"
  2764. " format. See the diffs help topic for information on why this is\n"
  2765. " important for preserving rename/copy information and permission\n"
  2766. " changes."
  2767. msgstr ""
  2768. " Un \"changeset\" existant peut-être placé sous le contrôle de mq\n"
  2769. " à l'aide de -r/--rev (par exemple qimport --rev tip -n patch\n"
  2770. " placera la révision tip sous le contrôle de mq).\n"
  2771. " Avec -g/--git, les patchs importés à l'aide de --rev seront\n"
  2772. " enregistrés au format \"git diff\". La section \"diffs\" de\n"
  2773. " l'aide explique l'importance de cette option pour la\n"
  2774. " préservation des informations de copie/renommage et des\n"
  2775. " modifications de permissions."
  2776. msgid ""
  2777. " To import a patch from standard input, pass - as the patch file.\n"
  2778. " When importing from standard input, a patch name must be specified\n"
  2779. " using the --name flag.\n"
  2780. " "
  2781. msgstr ""
  2782. " Pour importer un patch depuis l'entrée standard, utilisez -\n"
  2783. " comme nom de fichier. Il sera alors nécessaire de nommer le\n"
  2784. " patch à l'aide de l'option --name.\n"
  2785. " "
  2786. msgid "init a new queue repository"
  2787. msgstr ""
  2788. msgid ""
  2789. " The queue repository is unversioned by default. If\n"
  2790. " -c/--create-repo is specified, qinit will create a separate nested\n"
  2791. " repository for patches (qinit -c may also be run later to convert\n"
  2792. " an unversioned patch repository into a versioned one). You can use\n"
  2793. " qcommit to commit changes to this queue repository."
  2794. msgstr ""
  2795. msgid "clone main and patch repository at same time"
  2796. msgstr "clône simultanément le dépôt principal et le dépôt des patchs"
  2797. msgid ""
  2798. " If source is local, destination will have no patches applied. If\n"
  2799. " source is remote, this command can not check if patches are\n"
  2800. " applied in source, so cannot guarantee that patches are not\n"
  2801. " applied in destination. If you clone remote repository, be sure\n"
  2802. " before that it has no patches applied."
  2803. msgstr ""
  2804. " Si la source est locale, aucun patch ne sera appliqué sur la\n"
  2805. " cible. En revanche, si la source est distante, cette commande\n"
  2806. " n'est pas en mesure de vérifier si des patchs y ont été\n"
  2807. " empilés, et par conséquent ne peut garantir qu'aucun patch\n"
  2808. " ne sera appliqué au dessus de la cible. Autrement dit, si vous\n"
  2809. " clônez un dépôt distant, assurez-vous auparavant qu'il n'ait\n"
  2810. " aucun patch d'appliqué."
  2811. msgid ""
  2812. " Source patch repository is looked for in <src>/.hg/patches by\n"
  2813. " default. Use -p <url> to change."
  2814. msgstr ""
  2815. " Le dépôt de patchs est recherché dans <src>/.hg/patches par\n"
  2816. " défaut, à moins que -p <url> ne soit utilisé pour spécifier\n"
  2817. " un chemin différent."
  2818. msgid ""
  2819. " The patch directory must be a nested Mercurial repository, as\n"
  2820. " would be created by qinit -c.\n"
  2821. " "
  2822. msgstr ""
  2823. " Le répertoire de patchs doit être contenu dans le dépôt\n"
  2824. " principal, tel que créé par qinit -c.\n"
  2825. " "
  2826. msgid "versioned patch repository not found (see qinit -c)"
  2827. msgstr "aucun dépôt de patch trouvé (voir qinit -c)"
  2828. msgid "cloning main repository\n"
  2829. msgstr "clônage du dépôt principal\n"
  2830. msgid "cloning patch repository\n"
  2831. msgstr "clônage du dépôt des patchs\n"
  2832. msgid "stripping applied patches from destination repository\n"
  2833. msgstr "enlèvement des patchs appliqués du dépôt cible\n"
  2834. msgid "updating destination repository\n"
  2835. msgstr "mise à jour du dépôt cible\n"
  2836. msgid "commit changes in the queue repository"
  2837. msgstr ""
  2838. msgid "print the entire series file"
  2839. msgstr "afficher la liste complète de patchs (fichier \"series\")"
  2840. msgid "print the name of the current patch"
  2841. msgstr "affiche le nom du dernier patch appliqué"
  2842. msgid "print the name of the next patch"
  2843. msgstr "affiche le nom du prochain patch"
  2844. msgid "print the name of the previous patch"
  2845. msgstr "affiche le nom du patch précédent"
  2846. msgid "create a new patch"
  2847. msgstr "crée un nouveau patch"
  2848. msgid ""
  2849. " qnew creates a new patch on top of the currently-applied patch (if\n"
  2850. " any). It will refuse to run if there are any outstanding changes\n"
  2851. " unless -f/--force is specified, in which case the patch will be\n"
  2852. " initialized with them. You may also use -I/--include,\n"
  2853. " -X/--exclude, and/or a list of files after the patch name to add\n"
  2854. " only changes to matching files to the new patch, leaving the rest\n"
  2855. " as uncommitted modifications."
  2856. msgstr ""
  2857. " qnew crée un nouveau patch au-dessus du dernier patch\n"
  2858. " actuellement appliqué, le cas échéant. Si le répertoire\n"
  2859. " de travail comporte des modifications non enregistrées,\n"
  2860. " la création du patch sera refusée, à moins d'utiliser\n"
  2861. " -f/--force auquel cas le contenu du nouveau patch sera\n"
  2862. " initialisé avec ces modifications. Il est également\n"
  2863. " possible d'utiliser -I/--include, -X/--exclude ou une liste\n"
  2864. " de noms de fichiers après le nom du patch, afin de n'inclure\n"
  2865. " que les changements des fichiers concernés, et laisser le\n"
  2866. " reste dans le répertoire de travail en tant que modifications\n"
  2867. " non enregistrées."
  2868. msgid ""
  2869. " -u/--user and -d/--date can be used to set the (given) user and\n"
  2870. " date, respectively. -U/--currentuser and -D/--currentdate set user\n"
  2871. " to current user and date to current date."
  2872. msgstr ""
  2873. " Le nom d'utilisateur et la date peuvent être spécifiés à\n"
  2874. " l'aide de -u/--user et -d/--date respectivement.\n"
  2875. " -U/--currentuser et -D/--currentdate positionnent le nom\n"
  2876. " d'utilisateur et la date à leur valeur actuelle."
  2877. msgid ""
  2878. " -e/--edit, -m/--message or -l/--logfile set the patch header as\n"
  2879. " well as the commit message. If none is specified, the header is\n"
  2880. " empty and the commit message is '[mq]: PATCH'."
  2881. msgstr ""
  2882. " L'en-tête du patch et le message de \"commit\" peuvent être\n"
  2883. " spécifiés à l'aide de -e/--edit, -m/--message ou -l/--logfile.\n"
  2884. " Si aucune de ces options n'est utilisée, l'en-tête restera\n"
  2885. " vierge et le message de \"commit\" sera '[mq]: PATCH'."
  2886. msgid ""
  2887. " Use the -g/--git option to keep the patch in the git extended diff\n"
  2888. " format. Read the diffs help topic for more information on why this\n"
  2889. " is important for preserving permission changes and copy/rename\n"
  2890. " information.\n"
  2891. " "
  2892. msgstr ""
  2893. " Utilisez -g/--git pour garder le patch au format étendu de\n"
  2894. " \"git\". La section \"diffs\" de l'aide explique l'importance\n"
  2895. " de cette option pour la préservation des informations de\n"
  2896. " copie/renommage et des modifications de permissions.\n"
  2897. " "
  2898. msgid "update the current patch"
  2899. msgstr ""
  2900. msgid ""
  2901. " If any file patterns are provided, the refreshed patch will\n"
  2902. " contain only the modifications that match those patterns; the\n"
  2903. " remaining modifications will remain in the working directory."
  2904. msgstr ""
  2905. msgid ""
  2906. " If -s/--short is specified, files currently included in the patch\n"
  2907. " will be refreshed just like matched files and remain in the patch."
  2908. msgstr ""
  2909. msgid ""
  2910. " hg add/remove/copy/rename work as usual, though you might want to\n"
  2911. " use git-style patches (-g/--git or [diff] git=1) to track copies\n"
  2912. " and renames. See the diffs help topic for more information on the\n"
  2913. " git diff format.\n"
  2914. " "
  2915. msgstr ""
  2916. msgid "option \"-e\" incompatible with \"-m\" or \"-l\""
  2917. msgstr "l'option \"-e\" est incompatible avec \"-m\" ou \"-l\""
  2918. msgid "diff of the current patch and subsequent modifications"
  2919. msgstr ""
  2920. msgid ""
  2921. " Shows a diff which includes the current patch as well as any\n"
  2922. " changes which have been made in the working directory since the\n"
  2923. " last refresh (thus showing what the current patch would become\n"
  2924. " after a qrefresh)."
  2925. msgstr ""
  2926. msgid ""
  2927. " Use 'hg diff' if you only want to see the changes made since the\n"
  2928. " last qrefresh, or 'hg export qtip' if you want to see changes made\n"
  2929. " by the current patch without including changes made since the\n"
  2930. " qrefresh.\n"
  2931. " "
  2932. msgstr ""
  2933. msgid "fold the named patches into the current patch"
  2934. msgstr ""
  2935. msgid ""
  2936. " Patches must not yet be applied. Each patch will be successively\n"
  2937. " applied to the current patch in the order given. If all the\n"
  2938. " patches apply successfully, the current patch will be refreshed\n"
  2939. " with the new cumulative patch, and the folded patches will be\n"
  2940. " deleted. With -k/--keep, the folded patch files will not be\n"
  2941. " removed afterwards."
  2942. msgstr ""
  2943. msgid ""
  2944. " The header for each folded patch will be concatenated with the\n"
  2945. " current patch header, separated by a line of '* * *'."
  2946. msgstr ""
  2947. msgid "qfold requires at least one patch name"
  2948. msgstr "qfold a besoin au minimum du nom d'un patch"
  2949. msgid "No patches applied"
  2950. msgstr "Aucun patch d'appliqué"
  2951. #, python-format
  2952. msgid "Skipping already folded patch %s"
  2953. msgstr ""
  2954. #, python-format
  2955. msgid "qfold cannot fold already applied patch %s"
  2956. msgstr ""
  2957. #, python-format
  2958. msgid "Error folding patch %s"
  2959. msgstr ""
  2960. msgid "push or pop patches until named patch is at top of stack"
  2961. msgstr "empile ou dépile les patchs jusqu'à arriver au patch indiqué"
  2962. msgid "set or print guards for a patch"
  2963. msgstr ""
  2964. msgid ""
  2965. " Guards control whether a patch can be pushed. A patch with no\n"
  2966. " guards is always pushed. A patch with a positive guard (\"+foo\") is\n"
  2967. " pushed only if the qselect command has activated it. A patch with\n"
  2968. " a negative guard (\"-foo\") is never pushed if the qselect command\n"
  2969. " has activated it."
  2970. msgstr ""
  2971. msgid ""
  2972. " With no arguments, print the currently active guards.\n"
  2973. " With arguments, set guards for the named patch.\n"
  2974. " NOTE: Specifying negative guards now requires '--'."
  2975. msgstr ""
  2976. msgid ""
  2977. " To set guards on another patch:\n"
  2978. " hg qguard -- other.patch +2.6.17 -stable\n"
  2979. " "
  2980. msgstr ""
  2981. msgid "cannot mix -l/--list with options or arguments"
  2982. msgstr "impossible d'utiliser -l/--list avec d'autres options ou paramètres"
  2983. msgid "no patch to work with"
  2984. msgstr "aucun patch avec lequel travailler"
  2985. #, python-format
  2986. msgid "no patch named %s"
  2987. msgstr "aucun patch du nom de %s"
  2988. msgid "print the header of the topmost or specified patch"
  2989. msgstr "affiche l'en-tête du dernier patch appliqué"
  2990. msgid "push the next patch onto the stack"
  2991. msgstr "applique le patch suivant sur la pile"
  2992. msgid ""
  2993. " When -f/--force is applied, all local changes in patched files\n"
  2994. " will be lost.\n"
  2995. " "
  2996. msgstr ""
  2997. " Si -f/--force est utilisé, tout changement local dans les\n"
  2998. " fichiers concernés par le patch seront perdus.\n"
  2999. " "
  3000. msgid "no saved queues found, please use -n\n"
  3001. msgstr "aucune ssauvegarde de pile de patchs trouvée, veuillez utiliser -n\n"
  3002. #, python-format
  3003. msgid "merging with queue at: %s\n"
  3004. msgstr "fusion avec la pile située à %s\n"
  3005. msgid "pop the current patch off the stack"
  3006. msgstr "dépile le dernier patch appliqué"
  3007. msgid ""
  3008. " By default, pops off the top of the patch stack. If given a patch\n"
  3009. " name, keeps popping off patches until the named patch is at the\n"
  3010. " top of the stack.\n"
  3011. " "
  3012. msgstr ""
  3013. " Par défaut, le dernier patch appliqué est ôté de la pile. Si\n"
  3014. " un nom de patch est fourni, les patchs seront dépilés en\n"
  3015. " séquence jusqu'à arriver au patch demandé.\n"
  3016. " "
  3017. #, python-format
  3018. msgid "using patch queue: %s\n"
  3019. msgstr "utilisation de la pile de patchs %s\n"
  3020. msgid "rename a patch"
  3021. msgstr "renomme un patch"
  3022. msgid ""
  3023. " With one argument, renames the current patch to PATCH1.\n"
  3024. " With two arguments, renames PATCH1 to PATCH2."
  3025. msgstr ""
  3026. " Avec un seul argument, le patch actuel est renommé PATCH1.\n"
  3027. " Avec deux arguments, PATCH1 devient PATCH2."
  3028. #, python-format
  3029. msgid "%s already exists"
  3030. msgstr "%s existe déjà"
  3031. #, python-format
  3032. msgid "A patch named %s already exists in the series file"
  3033. msgstr "Il existe déjà un patch du nom de %s (dans le fichier \"series\")"
  3034. msgid "restore the queue state saved by a revision"
  3035. msgstr "rétablissement d'un état sauvegardé de la pile"
  3036. msgid "save current queue state"
  3037. msgstr "sauvegarde de l'étatt de la pile de patchs"
  3038. #, python-format
  3039. msgid "destination %s exists and is not a directory"
  3040. msgstr "%s: la cible existe et n'est pas un répertoire"
  3041. #, python-format
  3042. msgid "destination %s exists, use -f to force"
  3043. msgstr "%s: la cible existe, utilisez -f pour forcer l'action"
  3044. #, python-format
  3045. msgid "copy %s to %s\n"
  3046. msgstr "copie de %s vers %s\n"
  3047. msgid "strip a revision and all its descendants from the repository"
  3048. msgstr ""
  3049. msgid ""
  3050. " If one of the working directory's parent revisions is stripped, the\n"
  3051. " working directory will be updated to the parent of the stripped\n"
  3052. " revision.\n"
  3053. " "
  3054. msgstr ""
  3055. msgid "set or print guarded patches to push"
  3056. msgstr ""
  3057. msgid ""
  3058. " Use the qguard command to set or print guards on patch, then use\n"
  3059. " qselect to tell mq which guards to use. A patch will be pushed if\n"
  3060. " it has no guards or any positive guards match the currently\n"
  3061. " selected guard, but will not be pushed if any negative guards\n"
  3062. " match the current guard. For example:"
  3063. msgstr ""
  3064. msgid ""
  3065. " qguard foo.patch -stable (negative guard)\n"
  3066. " qguard bar.patch +stable (positive guard)\n"
  3067. " qselect stable"
  3068. msgstr ""
  3069. msgid ""
  3070. " This activates the \"stable\" guard. mq will skip foo.patch (because\n"
  3071. " it has a negative match) but push bar.patch (because it has a\n"
  3072. " positive match)."
  3073. msgstr ""
  3074. msgid ""
  3075. " With no arguments, prints the currently active guards.\n"
  3076. " With one argument, sets the active guard."
  3077. msgstr ""
  3078. msgid ""
  3079. " Use -n/--none to deactivate guards (no other arguments needed).\n"
  3080. " When no guards are active, patches with positive guards are\n"
  3081. " skipped and patches with negative guards are pushed."
  3082. msgstr ""
  3083. msgid ""
  3084. " qselect can change the guards on applied patches. It does not pop\n"
  3085. " guarded patches by default. Use --pop to pop back to the last\n"
  3086. " applied patch that is not guarded. Use --reapply (which implies\n"
  3087. " --pop) to push back to the current patch afterwards, but skip\n"
  3088. " guarded patches."
  3089. msgstr ""
  3090. msgid ""
  3091. " Use -s/--series to print a list of all guards in the series file\n"
  3092. " (no other arguments needed). Use -v for more information."
  3093. msgstr ""
  3094. msgid "guards deactivated\n"
  3095. msgstr ""
  3096. #, python-format
  3097. msgid "number of unguarded, unapplied patches has changed from %d to %d\n"
  3098. msgstr ""
  3099. #, python-format
  3100. msgid "number of guarded, applied patches has changed from %d to %d\n"
  3101. msgstr ""
  3102. msgid "guards in series file:\n"
  3103. msgstr ""
  3104. msgid "no guards in series file\n"
  3105. msgstr ""
  3106. msgid "active guards:\n"
  3107. msgstr ""
  3108. msgid "no active guards\n"
  3109. msgstr ""
  3110. msgid "popping guarded patches\n"
  3111. msgstr ""
  3112. msgid "reapplying unguarded patches\n"
  3113. msgstr ""
  3114. msgid "move applied patches into repository history"
  3115. msgstr "déplacement des patchs vers l'historique du dépôt"
  3116. msgid ""
  3117. " Finishes the specified revisions (corresponding to applied\n"
  3118. " patches) by moving them out of mq control into regular repository\n"
  3119. " history."
  3120. msgstr ""
  3121. " Achève le développement des révisions spécifiées (qui doivent\n"
  3122. " correspondre à des patch appliqués) en les retirant du contrôle\n"
  3123. " de mq, pour les transformer en \"changeset\" ordinaires dans\n"
  3124. " l'historique du dépôt."
  3125. msgid ""
  3126. " Accepts a revision range or the -a/--applied option. If --applied\n"
  3127. " is specified, all applied mq revisions are removed from mq\n"
  3128. " control. Otherwise, the given revisions must be at the base of the\n"
  3129. " stack of applied patches."
  3130. msgstr ""
  3131. " Il est possible d'utiliser l'option -a/--applied, ou de fournir\n"
  3132. " une plage de révisions. Avec --applied, tous les patchs\n"
  3133. " appliqués seront retirés du contrôle de mq. Autrement, les\n"
  3134. " révisions fournies doivent être situées à la base de la pile de\n"
  3135. " patchs appliqués."
  3136. msgid ""
  3137. " This can be especially useful if your changes have been applied to\n"
  3138. " an upstream repository, or if you are about to push your changes\n"
  3139. " to upstream.\n"
  3140. " "
  3141. msgstr ""
  3142. " Ceci est utile en particulier si vos changements ont été adoptés\n"
  3143. " dans un dépôt amont, ou si vous vous apprêtez à les y envoyer.\n"
  3144. " "
  3145. msgid "no revisions specified"
  3146. msgstr "aucune révision spécifiée"
  3147. msgid "cannot commit over an applied mq patch"
  3148. msgstr ""
  3149. msgid "source has mq patches applied"
  3150. msgstr ""
  3151. #, python-format
  3152. msgid "mq status file refers to unknown node %s\n"
  3153. msgstr "le fichier d'état de mq fait référence à un nœud inconnu : %s\n"
  3154. #, python-format
  3155. msgid "Tag %s overrides mq patch of the same name\n"
  3156. msgstr ""
  3157. msgid "cannot import over an applied patch"
  3158. msgstr "impossible d'importer au-dessus d'un patch appliqué"
  3159. msgid "print first line of patch header"
  3160. msgstr "affiche la première ligne de l'en-tête d'un patch"
  3161. msgid "show only the last patch"
  3162. msgstr ""
  3163. #, fuzzy
  3164. msgid "hg qapplied [-1] [-s] [PATCH]"
  3165. msgstr "hg qapplied [-s] [PATCH]"
  3166. msgid "use pull protocol to copy metadata"
  3167. msgstr ""
  3168. msgid "do not update the new working directories"
  3169. msgstr "ne pas mettre à jour le répertoire de travail"
  3170. msgid "use uncompressed transfer (fast over LAN)"
  3171. msgstr "transférer sans compression (rapide sur un réseau local)"
  3172. msgid "location of source patch repository"
  3173. msgstr "emplacement du dépôt de patchs"
  3174. msgid "hg qclone [OPTION]... SOURCE [DEST]"
  3175. msgstr "hg qclone [OPTION]... SOURCE [DEST]"
  3176. msgid "hg qcommit [OPTION]... [FILE]..."
  3177. msgstr "hg qcommit [OPTION]... [FICHIER]..."
  3178. msgid "hg qdiff [OPTION]... [FILE]..."
  3179. msgstr "hg qdiff [OPTION]... [FICHIER]..."
  3180. msgid "keep patch file"
  3181. msgstr "garder le fichier du patch"
  3182. msgid "stop managing a revision (DEPRECATED)"
  3183. msgstr "arrêter de gérer une révision"
  3184. msgid "hg qdelete [-k] [-r REV]... [PATCH]..."
  3185. msgstr "hg qdelete [-k] [-r REV]... [PATCH]..."
  3186. msgid "edit patch header"
  3187. msgstr "éditer l'en-tête du patch"
  3188. msgid "keep folded patch files"
  3189. msgstr ""
  3190. msgid "hg qfold [-e] [-k] [-m TEXT] [-l FILE] PATCH..."
  3191. msgstr "hg qfold [-e] [-k] [-m TEXTE] [-l FICHIER] PATCH..."
  3192. msgid "overwrite any local changes"
  3193. msgstr "écraser tout modification locale"
  3194. msgid "hg qgoto [OPTION]... PATCH"
  3195. msgstr "hg qgoto [OPTION]... PATCH"
  3196. msgid "list all patches and guards"
  3197. msgstr ""
  3198. msgid "drop all guards"
  3199. msgstr ""
  3200. msgid "hg qguard [-l] [-n] -- [PATCH] [+GUARD]... [-GUARD]..."
  3201. msgstr ""
  3202. msgid "hg qheader [PATCH]"
  3203. msgstr "hg qheader [PATCH]"
  3204. msgid "import file in patch directory"
  3205. msgstr "importer un fichier résidant dans le répertoire de patchs"
  3206. msgid "name of patch file"
  3207. msgstr "nom du fichier de patch"
  3208. msgid "overwrite existing files"
  3209. msgstr "écraser les fichiers existant"
  3210. msgid "place existing revisions under mq control"
  3211. msgstr "placer des révisions existantes sous le contrôle de mq"
  3212. msgid "use git extended diff format"
  3213. msgstr "utiliser le format de patch étendu de git"
  3214. msgid "qpush after importing"
  3215. msgstr "qpush après l'importation"
  3216. msgid "hg qimport [-e] [-n NAME] [-f] [-g] [-P] [-r REV]... FILE..."
  3217. msgstr "hg qimport [-e] [-n NOM] [-f] [-g] [-P] [-r REV]... FICHIER..."
  3218. msgid "create queue repository"
  3219. msgstr "crée un dépôt de patchs"
  3220. msgid "hg qinit [-c]"
  3221. msgstr "hg qinit [-c]"
  3222. msgid "import uncommitted changes into patch"
  3223. msgstr "importer les modifications locales dans le patch"
  3224. msgid "add \"From: <current user>\" to patch"
  3225. msgstr "ajout de \"From: <utilisateur actuel>\" au patch"
  3226. msgid "add \"From: <given user>\" to patch"
  3227. msgstr "ajout de \"From: <utilisateur spécifié>\" au patch"
  3228. msgid "add \"Date: <current date>\" to patch"
  3229. msgstr "ajout de \"Date: <date actuelle>\" au patch"
  3230. msgid "add \"Date: <given date>\" to patch"
  3231. msgstr "ajout de \"Date: <date spécifiée>\" au patch"
  3232. msgid "hg qnew [-e] [-m TEXT] [-l FILE] [-f] PATCH [FILE]..."
  3233. msgstr "hg qnew [-e] [-m TEXTE] [-l FICHIER] [-f] PATCH [FICHIER]..."
  3234. msgid "hg qnext [-s]"
  3235. msgstr "hg qnext [-s]"
  3236. msgid "hg qprev [-s]"
  3237. msgstr "hg qprev [-s]"
  3238. msgid "pop all patches"
  3239. msgstr "dépiler tous les patchs"
  3240. msgid "queue name to pop"
  3241. msgstr "nom de la pile à dépiler"
  3242. #, fuzzy
  3243. msgid "forget any local changes to patched files"
  3244. msgstr "oublier toute modification locale"
  3245. msgid "hg qpop [-a] [-n NAME] [-f] [PATCH | INDEX]"
  3246. msgstr "hg qpop [-a] [-n NOM] [-f] [PATCH | INDEX]"
  3247. msgid "apply if the patch has rejects"
  3248. msgstr ""
  3249. msgid "list patch name in commit text"
  3250. msgstr ""
  3251. msgid "apply all patches"
  3252. msgstr "appliquer tous les patchs"
  3253. msgid "merge from another queue"
  3254. msgstr "fusionner avec une autre pile de patchs"
  3255. msgid "merge queue name"
  3256. msgstr "nom de la pile à fusionner"
  3257. msgid "hg qpush [-f] [-l] [-a] [-m] [-n NAME] [PATCH | INDEX]"
  3258. msgstr "hg qpush [-f] [-l] [-a] [-m] [-n NOM] [PATCH | INDEX]"
  3259. msgid "refresh only files already in the patch and specified files"
  3260. msgstr "ne rafraîchir que les fichiers déjà présent dans le patch et ceux explicitement spécifiés"
  3261. msgid "add/update author field in patch with current user"
  3262. msgstr ""
  3263. msgid "add/update author field in patch with given user"
  3264. msgstr ""
  3265. #, fuzzy
  3266. msgid "add/update date field in patch with current date"
  3267. msgstr "mettre à jour \"Date: <date spécifiée>\" dans le patch (si présente)"
  3268. #, fuzzy
  3269. msgid "add/update date field in patch with given date"
  3270. msgstr "mettre à jour \"Date: <date spécifiée>\" dans le patch (si présente)"
  3271. msgid "hg qrefresh [-I] [-X] [-e] [-m TEXT] [-l FILE] [-s] [FILE]..."
  3272. msgstr "hg qrefresh [-I] [-X] [-e] [-m TEXTE] [-l FICHIER] [-s] [FICHIER]..."
  3273. msgid "hg qrename PATCH1 [PATCH2]"
  3274. msgstr "hg qrename PATCH1 [PATCH2]"
  3275. msgid "delete save entry"
  3276. msgstr ""
  3277. msgid "update queue working directory"
  3278. msgstr ""
  3279. msgid "hg qrestore [-d] [-u] REV"
  3280. msgstr ""
  3281. msgid "copy patch directory"
  3282. msgstr ""
  3283. msgid "copy directory name"
  3284. msgstr ""
  3285. msgid "clear queue status file"
  3286. msgstr ""
  3287. msgid "force copy"
  3288. msgstr ""
  3289. msgid "hg qsave [-m TEXT] [-l FILE] [-c] [-n NAME] [-e] [-f]"
  3290. msgstr "hg qsave [-m TEXT] [-l FILE] [-c] [-n NOM] [-e] [-f]"
  3291. msgid "disable all guards"
  3292. msgstr ""
  3293. msgid "list all guards in series file"
  3294. msgstr ""
  3295. msgid "pop to before first guarded applied patch"
  3296. msgstr ""
  3297. msgid "pop, then reapply patches"
  3298. msgstr "dépiler, puis appliquer à nouveau les patchs"
  3299. msgid "hg qselect [OPTION]... [GUARD]..."
  3300. msgstr ""
  3301. msgid "print patches not in series"
  3302. msgstr "afficher les patchs absents de la série"
  3303. msgid "hg qseries [-ms]"
  3304. msgstr "hg qseries [-ms]"
  3305. msgid "force removal with local changes"
  3306. msgstr "forcer la suppression malgré les modifications locales"
  3307. msgid "bundle unrelated changesets"
  3308. msgstr ""
  3309. msgid "no backups"
  3310. msgstr ""
  3311. msgid "hg strip [-f] [-b] [-n] REV"
  3312. msgstr "hg strip [-f] [-b] [-n] REV"
  3313. msgid "hg qtop [-s]"
  3314. msgstr "hg qtop [-s]"
  3315. msgid "show only the first patch"
  3316. msgstr ""
  3317. #, fuzzy
  3318. msgid "hg qunapplied [-1] [-s] [PATCH]"
  3319. msgstr "hg qunapplied [-s] [PATCH]"
  3320. msgid "finish all applied changesets"
  3321. msgstr ""
  3322. msgid "hg qfinish [-a] [REV]..."
  3323. msgstr "hg qfinish [-a] [REV]..."
  3324. msgid "hooks for sending email notifications at commit/push time"
  3325. msgstr ""
  3326. msgid ""
  3327. "Subscriptions can be managed through a hgrc file. Default mode is to\n"
  3328. "print messages to stdout, for testing and configuring."
  3329. msgstr ""
  3330. msgid ""
  3331. "To use, configure the notify extension and enable it in hgrc like\n"
  3332. "this::"
  3333. msgstr ""
  3334. msgid ""
  3335. " [extensions]\n"
  3336. " notify ="
  3337. msgstr ""
  3338. msgid ""
  3339. " [hooks]\n"
  3340. " # one email for each incoming changeset\n"
  3341. " incoming.notify = python:hgext.notify.hook\n"
  3342. " # batch emails when many changesets incoming at one time\n"
  3343. " changegroup.notify = python:hgext.notify.hook"
  3344. msgstr ""
  3345. msgid ""
  3346. " [notify]\n"
  3347. " # config items go here"
  3348. msgstr ""
  3349. msgid "Required configuration items::"
  3350. msgstr ""
  3351. msgid " config = /path/to/file # file containing subscriptions"
  3352. msgstr ""
  3353. msgid "Optional configuration items::"
  3354. msgstr ""
  3355. msgid ""
  3356. " test = True # print messages to stdout for testing\n"
  3357. " strip = 3 # number of slashes to strip for url paths\n"
  3358. " domain = example.com # domain to use if committer missing domain\n"
  3359. " style = ... # style file to use when formatting email\n"
  3360. " template = ... # template to use when formatting email\n"
  3361. " incoming = ... # template to use when run as incoming hook\n"
  3362. " changegroup = ... # template when run as changegroup hook\n"
  3363. " maxdiff = 300 # max lines of diffs to include (0=none, -1=all)\n"
  3364. " maxsubject = 67 # truncate subject line longer than this\n"
  3365. " diffstat = True # add a diffstat before the diff content\n"
  3366. " sources = serve # notify if source of incoming changes in this list\n"
  3367. " # (serve == ssh or http, push, pull, bundle)\n"
  3368. " merge = False # send notification for merges (default True)\n"
  3369. " [email]\n"
  3370. " from = user@host.com # email address to send as if none given\n"
  3371. " [web]\n"
  3372. " baseurl = http://hgserver/... # root of hg web site for browsing commits"
  3373. msgstr ""
  3374. msgid ""
  3375. "The notify config file has same format as a regular hgrc file. It has\n"
  3376. "two sections so you can express subscriptions in whatever way is\n"
  3377. "handier for you."
  3378. msgstr ""
  3379. msgid "::"
  3380. msgstr ""
  3381. msgid ""
  3382. " [usersubs]\n"
  3383. " # key is subscriber email, value is \",\"-separated list of glob patterns\n"
  3384. " user@host = pattern"
  3385. msgstr ""
  3386. msgid ""
  3387. " [reposubs]\n"
  3388. " # key is glob pattern, value is \",\"-separated list of subscriber emails\n"
  3389. " pattern = user@host"
  3390. msgstr ""
  3391. msgid "Glob patterns are matched against path to repository root."
  3392. msgstr ""
  3393. msgid ""
  3394. "If you like, you can put notify config file in repository that users\n"
  3395. "can push changes to, they can manage their own subscriptions.\n"
  3396. msgstr ""
  3397. #, python-format
  3398. msgid "%s: %d new changesets"
  3399. msgstr ""
  3400. #, python-format
  3401. msgid "notify: sending %d subscribers %d changes\n"
  3402. msgstr ""
  3403. #, python-format
  3404. msgid ""
  3405. "\n"
  3406. "diffs (truncated from %d to %d lines):"
  3407. msgstr ""
  3408. #, python-format
  3409. msgid ""
  3410. "\n"
  3411. "diffs (%d lines):"
  3412. msgstr ""
  3413. #, python-format
  3414. msgid "notify: suppressing notification for merge %d:%s\n"
  3415. msgstr ""
  3416. msgid "browse command output with an external pager"
  3417. msgstr ""
  3418. msgid "To set the pager that should be used, set the application variable::"
  3419. msgstr ""
  3420. msgid ""
  3421. " [pager]\n"
  3422. " pager = LESS='FSRX' less"
  3423. msgstr ""
  3424. msgid ""
  3425. "If no pager is set, the pager extensions uses the environment variable\n"
  3426. "$PAGER. If neither pager.pager, nor $PAGER is set, no pager is used."
  3427. msgstr ""
  3428. msgid ""
  3429. "If you notice \"BROKEN PIPE\" error messages, you can disable them by\n"
  3430. "setting::"
  3431. msgstr ""
  3432. msgid ""
  3433. " [pager]\n"
  3434. " quiet = True"
  3435. msgstr ""
  3436. msgid ""
  3437. "You can disable the pager for certain commands by adding them to the\n"
  3438. "pager.ignore list::"
  3439. msgstr ""
  3440. msgid ""
  3441. " [pager]\n"
  3442. " ignore = version, help, update"
  3443. msgstr ""
  3444. msgid ""
  3445. "You can also enable the pager only for certain commands using\n"
  3446. "pager.attend::"
  3447. msgstr ""
  3448. msgid ""
  3449. " [pager]\n"
  3450. " attend = log"
  3451. msgstr ""
  3452. msgid "If pager.attend is present, pager.ignore will be ignored."
  3453. msgstr ""
  3454. msgid ""
  3455. "To ignore global commands like \"hg version\" or \"hg help\", you have to\n"
  3456. "specify them in the global .hgrc\n"
  3457. msgstr ""
  3458. #, fuzzy
  3459. msgid "interpret suffixes to refer to ancestor revisions"
  3460. msgstr "suffixes faisant référence à des révisions antérieures"
  3461. #, fuzzy
  3462. msgid ""
  3463. "This extension allows you to use git-style suffixes to refer to the\n"
  3464. "ancestors of a specific revision."
  3465. msgstr ""
  3466. "Cette extension permet d'utiliser des suffixes à la mode git pour\n"
  3467. "faire référence aux ancêtres d'une révision donnée."
  3468. #, fuzzy
  3469. msgid "For example, if you can refer to a revision as \"foo\", then::"
  3470. msgstr "Par exemple, si \"foo\" désigne une révision, alors ::"
  3471. #, fuzzy
  3472. msgid ""
  3473. " foo^N = Nth parent of foo\n"
  3474. " foo^0 = foo\n"
  3475. " foo^1 = first parent of foo\n"
  3476. " foo^2 = second parent of foo\n"
  3477. " foo^ = foo^1"
  3478. msgstr ""
  3479. "- foo^N = Nième parent de foo\n"
  3480. " foo^0 = foo\n"
  3481. " foo^1 = premier parent de foo\n"
  3482. " foo^2 = second parent de foo\n"
  3483. " foo^ = foo^1"
  3484. #, fuzzy
  3485. msgid ""
  3486. " foo~N = Nth first grandparent of foo\n"
  3487. " foo~0 = foo\n"
  3488. " foo~1 = foo^1 = foo^ = first parent of foo\n"
  3489. " foo~2 = foo^1^1 = foo^^ = first parent of first parent of foo\n"
  3490. msgstr ""
  3491. "- foo~N = Nième premier grand-parent de foo\n"
  3492. " foo~0 = foo\n"
  3493. " foo~1 = foo^1 = foo^ = premier parent de foo\n"
  3494. " foo~2 = foo^1^1 = foo^^ = premier parent du premier parent de foo\n"
  3495. #, fuzzy
  3496. msgid "command to send changesets as (a series of) patch emails"
  3497. msgstr ""
  3498. "envoi d'une série de \"changesets\" par courrier électronique\n"
  3499. "\n"
  3500. "La série débute par un message d'introduction \"[PATCH 0 of N]\" la\n"
  3501. "décrivant dans son ensemble.\n"
  3502. "\n"
  3503. "Ensuite, pour chaque patch est créé un courriel dont le sujet est\n"
  3504. "la première ligne du commentaire du \"changeset\", préfixée par\n"
  3505. "\"[PATCH M of N] \". Le corps du message comporte deux ou trois\n"
  3506. "parties :\n"
  3507. "\n"
  3508. " La description du \"changeset\".\n"
  3509. "\n"
  3510. " Optionnellement, un résumé des modifications généré par le\n"
  3511. " programme diffstat.\n"
  3512. "\n"
  3513. " Le patch proprement dit, tel que généré par \"hg export\".\n"
  3514. "\n"
  3515. "Chaque message fait référence au premier de la série (à l'aide\n"
  3516. "des en-têtes de message In-Reply-To et References) de manière à\n"
  3517. "apparaître comme un fil de discussion dans les lecteurs de courrier\n"
  3518. "électronique et de nouvelles, ainsi que dans les archives de\n"
  3519. "messagerie.\n"
  3520. "\n"
  3521. "Avec l'option -d/--diffstat, il vous sera demandé pour chaque\n"
  3522. "\"changeset\" d'en confirmer l'envoi après avoir vu un résumé des\n"
  3523. "modifications (par diffstat) et le commentaire associé ; ceci afin\n"
  3524. "d'être certain de bien envoyer les bonnes modifications.\n"
  3525. "\n"
  3526. "Pour configurer les valeurs par défaut d'autres options d'envoi,\n"
  3527. "ajoutez à votre fichier hgrc une section telle ci-dessous :\n"
  3528. "\n"
  3529. " [email]\n"
  3530. " from = Mon Nom <mon@adresse_de_courriel>\n"
  3531. " to = destinataire1, destinataire2, ...\n"
  3532. " cc = cc1, cc2, ...\n"
  3533. " bcc = bcc1, bcc2, ...\n"
  3534. "\n"
  3535. "Après cela il vous sera possible d'utiliser la commande \"hg email\"\n"
  3536. "pour envoyer par courrier électronique une série de \"changesets\".\n"
  3537. "\n"
  3538. "Pour éviter d'envoyer des patchs prématurément, utiliser tout d'abord\n"
  3539. "l'option \"-n\" (simple test) s'avère être une bonne idée. Il vous\n"
  3540. "sera demandé l'adresse du destinataire ainsi qu'un sujet et un\n"
  3541. "message d'introduction pour la série de patchs. Lorsque tout est\n"
  3542. "prêt, les messages seront affichés. Si la variable d'environnement\n"
  3543. "PAGER a été définie, le programme qu'elle indique sera utilisé pour\n"
  3544. "l'affichage chaque message, permettant de vérifier que tout est\n"
  3545. "correct.\n"
  3546. "\n"
  3547. "L'option -m/--mbox est également très utile : au lieu que les\n"
  3548. "messages soient affichés ou envoyés directement, ils seront écrits\n"
  3549. "dans un fichier (au format de boîte aux lettres UNIX). Cette boîte\n"
  3550. "aux lettres peut alors être consultée pour vérification par n'importe\n"
  3551. "quel lecteur de courrier électronique comprenant le format UNIX mbox,\n"
  3552. "comme par exemple mutt :\n"
  3553. "\n"
  3554. " % mutt -R -f mbox\n"
  3555. "\n"
  3556. "Lors de votre vérification, vous pouvez envoyer chaque message en\n"
  3557. "utilisant formail (un outil généralement installé en même temps que\n"
  3558. "procmail) :\n"
  3559. "\n"
  3560. " % formail -s sendmail -bm -t < mbox\n"
  3561. "\n"
  3562. "Et voilà, vos patchs sont en route vers leur destination.\n"
  3563. "\n"
  3564. "Vous pouvez aussi configurer l'option \"method\" de la section\n"
  3565. "[email] pour utiliser un programme compatible avec sendmail, ou\n"
  3566. "alors remplir la section [smtp] de telle sorte que l'extension\n"
  3567. "patchbomb puisse automatiquement envoyer les messages depuis la\n"
  3568. "ligne de commande. Consulter les sections [email] et [smtp] dans la\n"
  3569. "page de manuel hgrc(5) pour plus de détails."
  3570. #, fuzzy
  3571. msgid ""
  3572. "The series is started off with a \"[PATCH 0 of N]\" introduction, which\n"
  3573. "describes the series as a whole."
  3574. msgstr ""
  3575. "envoi d'une série de \"changesets\" par courrier électronique\n"
  3576. "\n"
  3577. "La série débute par un message d'introduction \"[PATCH 0 of N]\" la\n"
  3578. "décrivant dans son ensemble.\n"
  3579. "\n"
  3580. "Ensuite, pour chaque patch est créé un courriel dont le sujet est\n"
  3581. "la première ligne du commentaire du \"changeset\", préfixée par\n"
  3582. "\"[PATCH M of N] \". Le corps du message comporte deux ou trois\n"
  3583. "parties :\n"
  3584. "\n"
  3585. " La description du \"changeset\".\n"
  3586. "\n"
  3587. " Optionnellement, un résumé des modifications généré par le\n"
  3588. " programme diffstat.\n"
  3589. "\n"
  3590. " Le patch proprement dit, tel que généré par \"hg export\".\n"
  3591. "\n"
  3592. "Chaque message fait référence au premier de la série (à l'aide\n"
  3593. "des en-têtes de message In-Reply-To et References) de manière à\n"
  3594. "apparaître comme un fil de discussion dans les lecteurs de courrier\n"
  3595. "électronique et de nouvelles, ainsi que dans les archives de\n"
  3596. "messagerie.\n"
  3597. "\n"
  3598. "Avec l'option -d/--diffstat, il vous sera demandé pour chaque\n"
  3599. "\"changeset\" d'en confirmer l'envoi après avoir vu un résumé des\n"
  3600. "modifications (par diffstat) et le commentaire associé ; ceci afin\n"
  3601. "d'être certain de bien envoyer les bonnes modifications.\n"
  3602. "\n"
  3603. "Pour configurer les valeurs par défaut d'autres options d'envoi,\n"
  3604. "ajoutez à votre fichier hgrc une section telle ci-dessous :\n"
  3605. "\n"
  3606. " [email]\n"
  3607. " from = Mon Nom <mon@adresse_de_courriel>\n"
  3608. " to = destinataire1, destinataire2, ...\n"
  3609. " cc = cc1, cc2, ...\n"
  3610. " bcc = bcc1, bcc2, ...\n"
  3611. "\n"
  3612. "Après cela il vous sera possible d'utiliser la commande \"hg email\"\n"
  3613. "pour envoyer par courrier électronique une série de \"changesets\".\n"
  3614. "\n"
  3615. "Pour éviter d'envoyer des patchs prématurément, utiliser tout d'abord\n"
  3616. "l'option \"-n\" (simple test) s'avère être une bonne idée. Il vous\n"
  3617. "sera demandé l'adresse du destinataire ainsi qu'un sujet et un\n"
  3618. "message d'introduction pour la série de patchs. Lorsque tout est\n"
  3619. "prêt, les messages seront affichés. Si la variable d'environnement\n"
  3620. "PAGER a été définie, le programme qu'elle indique sera utilisé pour\n"
  3621. "l'affichage chaque message, permettant de vérifier que tout est\n"
  3622. "correct.\n"
  3623. "\n"
  3624. "L'option -m/--mbox est également très utile : au lieu que les\n"
  3625. "messages soient affichés ou envoyés directement, ils seront écrits\n"
  3626. "dans un fichier (au format de boîte aux lettres UNIX). Cette boîte\n"
  3627. "aux lettres peut alors être consultée pour vérification par n'importe\n"
  3628. "quel lecteur de courrier électronique comprenant le format UNIX mbox,\n"
  3629. "comme par exemple mutt :\n"
  3630. "\n"
  3631. " % mutt -R -f mbox\n"
  3632. "\n"
  3633. "Lors de votre vérification, vous pouvez envoyer chaque message en\n"
  3634. "utilisant formail (un outil généralement installé en même temps que\n"
  3635. "procmail) :\n"
  3636. "\n"
  3637. " % formail -s sendmail -bm -t < mbox\n"
  3638. "\n"
  3639. "Et voilà, vos patchs sont en route vers leur destination.\n"
  3640. "\n"
  3641. "Vous pouvez aussi configurer l'option \"method\" de la section\n"
  3642. "[email] pour utiliser un programme compatible avec sendmail, ou\n"
  3643. "alors remplir la section [smtp] de telle sorte que l'extension\n"
  3644. "patchbomb puisse automatiquement envoyer les messages depuis la\n"
  3645. "ligne de commande. Consulter les sections [email] et [smtp] dans la\n"
  3646. "page de manuel hgrc(5) pour plus de détails."
  3647. #, fuzzy
  3648. msgid ""
  3649. "Each patch email has a Subject line of \"[PATCH M of N] ...\", using the\n"
  3650. "first line of the changeset description as the subject text. The\n"
  3651. "message contains two or three body parts:"
  3652. msgstr ""
  3653. "envoi d'une série de \"changesets\" par courrier électronique\n"
  3654. "\n"
  3655. "La série débute par un message d'introduction \"[PATCH 0 of N]\" la\n"
  3656. "décrivant dans son ensemble.\n"
  3657. "\n"
  3658. "Ensuite, pour chaque patch est créé un courriel dont le sujet est\n"
  3659. "la première ligne du commentaire du \"changeset\", préfixée par\n"
  3660. "\"[PATCH M of N] \". Le corps du message comporte deux ou trois\n"
  3661. "parties :\n"
  3662. "\n"
  3663. " La description du \"changeset\".\n"
  3664. "\n"
  3665. " Optionnellement, un résumé des modifications généré par le\n"
  3666. " programme diffstat.\n"
  3667. "\n"
  3668. " Le patch proprement dit, tel que généré par \"hg export\".\n"
  3669. "\n"
  3670. "Chaque message fait référence au premier de la série (à l'aide\n"
  3671. "des en-têtes de message In-Reply-To et References) de manière à\n"
  3672. "apparaître comme un fil de discussion dans les lecteurs de courrier\n"
  3673. "électronique et de nouvelles, ainsi que dans les archives de\n"
  3674. "messagerie.\n"
  3675. "\n"
  3676. "Avec l'option -d/--diffstat, il vous sera demandé pour chaque\n"
  3677. "\"changeset\" d'en confirmer l'envoi après avoir vu un résumé des\n"
  3678. "modifications (par diffstat) et le commentaire associé ; ceci afin\n"
  3679. "d'être certain de bien envoyer les bonnes modifications.\n"
  3680. "\n"
  3681. "Pour configurer les valeurs par défaut d'autres options d'envoi,\n"
  3682. "ajoutez à votre fichier hgrc une section telle ci-dessous :\n"
  3683. "\n"
  3684. " [email]\n"
  3685. " from = Mon Nom <mon@adresse_de_courriel>\n"
  3686. " to = destinataire1, destinataire2, ...\n"
  3687. " cc = cc1, cc2, ...\n"
  3688. " bcc = bcc1, bcc2, ...\n"
  3689. "\n"
  3690. "Après cela il vous sera possible d'utiliser la commande \"hg email\"\n"
  3691. "pour envoyer par courrier électronique une série de \"changesets\".\n"
  3692. "\n"
  3693. "Pour éviter d'envoyer des patchs prématurément, utiliser tout d'abord\n"
  3694. "l'option \"-n\" (simple test) s'avère être une bonne idée. Il vous\n"
  3695. "sera demandé l'adresse du destinataire ainsi qu'un sujet et un\n"
  3696. "message d'introduction pour la série de patchs. Lorsque tout est\n"
  3697. "prêt, les messages seront affichés. Si la variable d'environnement\n"
  3698. "PAGER a été définie, le programme qu'elle indique sera utilisé pour\n"
  3699. "l'affichage chaque message, permettant de vérifier que tout est\n"
  3700. "correct.\n"
  3701. "\n"
  3702. "L'option -m/--mbox est également très utile : au lieu que les\n"
  3703. "messages soient affichés ou envoyés directement, ils seront écrits\n"
  3704. "dans un fichier (au format de boîte aux lettres UNIX). Cette boîte\n"
  3705. "aux lettres peut alors être consultée pour vérification par n'importe\n"
  3706. "quel lecteur de courrier électronique comprenant le format UNIX mbox,\n"
  3707. "comme par exemple mutt :\n"
  3708. "\n"
  3709. " % mutt -R -f mbox\n"
  3710. "\n"
  3711. "Lors de votre vérification, vous pouvez envoyer chaque message en\n"
  3712. "utilisant formail (un outil généralement installé en même temps que\n"
  3713. "procmail) :\n"
  3714. "\n"
  3715. " % formail -s sendmail -bm -t < mbox\n"
  3716. "\n"
  3717. "Et voilà, vos patchs sont en route vers leur destination.\n"
  3718. "\n"
  3719. "Vous pouvez aussi configurer l'option \"method\" de la section\n"
  3720. "[email] pour utiliser un programme compatible avec sendmail, ou\n"
  3721. "alors remplir la section [smtp] de telle sorte que l'extension\n"
  3722. "patchbomb puisse automatiquement envoyer les messages depuis la\n"
  3723. "ligne de commande. Consulter les sections [email] et [smtp] dans la\n"
  3724. "page de manuel hgrc(5) pour plus de détails."
  3725. #, fuzzy
  3726. msgid ""
  3727. "- The changeset description.\n"
  3728. "- [Optional] The result of running diffstat on the patch.\n"
  3729. "- The patch itself, as generated by \"hg export\"."
  3730. msgstr ""
  3731. "envoi d'une série de \"changesets\" par courrier électronique\n"
  3732. "\n"
  3733. "La série débute par un message d'introduction \"[PATCH 0 of N]\" la\n"
  3734. "décrivant dans son ensemble.\n"
  3735. "\n"
  3736. "Ensuite, pour chaque patch est créé un courriel dont le sujet est\n"
  3737. "la première ligne du commentaire du \"changeset\", préfixée par\n"
  3738. "\"[PATCH M of N] \". Le corps du message comporte deux ou trois\n"
  3739. "parties :\n"
  3740. "\n"
  3741. " La description du \"changeset\".\n"
  3742. "\n"
  3743. " Optionnellement, un résumé des modifications généré par le\n"
  3744. " programme diffstat.\n"
  3745. "\n"
  3746. " Le patch proprement dit, tel que généré par \"hg export\".\n"
  3747. "\n"
  3748. "Chaque message fait référence au premier de la série (à l'aide\n"
  3749. "des en-têtes de message In-Reply-To et References) de manière à\n"
  3750. "apparaître comme un fil de discussion dans les lecteurs de courrier\n"
  3751. "électronique et de nouvelles, ainsi que dans les archives de\n"
  3752. "messagerie.\n"
  3753. "\n"
  3754. "Avec l'option -d/--diffstat, il vous sera demandé pour chaque\n"
  3755. "\"changeset\" d'en confirmer l'envoi après avoir vu un résumé des\n"
  3756. "modifications (par diffstat) et le commentaire associé ; ceci afin\n"
  3757. "d'être certain de bien envoyer les bonnes modifications.\n"
  3758. "\n"
  3759. "Pour configurer les valeurs par défaut d'autres options d'envoi,\n"
  3760. "ajoutez à votre fichier hgrc une section telle ci-dessous :\n"
  3761. "\n"
  3762. " [email]\n"
  3763. " from = Mon Nom <mon@adresse_de_courriel>\n"
  3764. " to = destinataire1, destinataire2, ...\n"
  3765. " cc = cc1, cc2, ...\n"
  3766. " bcc = bcc1, bcc2, ...\n"
  3767. "\n"
  3768. "Après cela il vous sera possible d'utiliser la commande \"hg email\"\n"
  3769. "pour envoyer par courrier électronique une série de \"changesets\".\n"
  3770. "\n"
  3771. "Pour éviter d'envoyer des patchs prématurément, utiliser tout d'abord\n"
  3772. "l'option \"-n\" (simple test) s'avère être une bonne idée. Il vous\n"
  3773. "sera demandé l'adresse du destinataire ainsi qu'un sujet et un\n"
  3774. "message d'introduction pour la série de patchs. Lorsque tout est\n"
  3775. "prêt, les messages seront affichés. Si la variable d'environnement\n"
  3776. "PAGER a été définie, le programme qu'elle indique sera utilisé pour\n"
  3777. "l'affichage chaque message, permettant de vérifier que tout est\n"
  3778. "correct.\n"
  3779. "\n"
  3780. "L'option -m/--mbox est également très utile : au lieu que les\n"
  3781. "messages soient affichés ou envoyés directement, ils seront écrits\n"
  3782. "dans un fichier (au format de boîte aux lettres UNIX). Cette boîte\n"
  3783. "aux lettres peut alors être consultée pour vérification par n'importe\n"
  3784. "quel lecteur de courrier électronique comprenant le format UNIX mbox,\n"
  3785. "comme par exemple mutt :\n"
  3786. "\n"
  3787. " % mutt -R -f mbox\n"
  3788. "\n"
  3789. "Lors de votre vérification, vous pouvez envoyer chaque message en\n"
  3790. "utilisant formail (un outil généralement installé en même temps que\n"
  3791. "procmail) :\n"
  3792. "\n"
  3793. " % formail -s sendmail -bm -t < mbox\n"
  3794. "\n"
  3795. "Et voilà, vos patchs sont en route vers leur destination.\n"
  3796. "\n"
  3797. "Vous pouvez aussi configurer l'option \"method\" de la section\n"
  3798. "[email] pour utiliser un programme compatible avec sendmail, ou\n"
  3799. "alors remplir la section [smtp] de telle sorte que l'extension\n"
  3800. "patchbomb puisse automatiquement envoyer les messages depuis la\n"
  3801. "ligne de commande. Consulter les sections [email] et [smtp] dans la\n"
  3802. "page de manuel hgrc(5) pour plus de détails."
  3803. #, fuzzy
  3804. msgid ""
  3805. "Each message refers to the first in the series using the In-Reply-To\n"
  3806. "and References headers, so they will show up as a sequence in threaded\n"
  3807. "mail and news readers, and in mail archives."
  3808. msgstr ""
  3809. "envoi d'une série de \"changesets\" par courrier électronique\n"
  3810. "\n"
  3811. "La série débute par un message d'introduction \"[PATCH 0 of N]\" la\n"
  3812. "décrivant dans son ensemble.\n"
  3813. "\n"
  3814. "Ensuite, pour chaque patch est créé un courriel dont le sujet est\n"
  3815. "la première ligne du commentaire du \"changeset\", préfixée par\n"
  3816. "\"[PATCH M of N] \". Le corps du message comporte deux ou trois\n"
  3817. "parties :\n"
  3818. "\n"
  3819. " La description du \"changeset\".\n"
  3820. "\n"
  3821. " Optionnellement, un résumé des modifications généré par le\n"
  3822. " programme diffstat.\n"
  3823. "\n"
  3824. " Le patch proprement dit, tel que généré par \"hg export\".\n"
  3825. "\n"
  3826. "Chaque message fait référence au premier de la série (à l'aide\n"
  3827. "des en-têtes de message In-Reply-To et References) de manière à\n"
  3828. "apparaître comme un fil de discussion dans les lecteurs de courrier\n"
  3829. "électronique et de nouvelles, ainsi que dans les archives de\n"
  3830. "messagerie.\n"
  3831. "\n"
  3832. "Avec l'option -d/--diffstat, il vous sera demandé pour chaque\n"
  3833. "\"changeset\" d'en confirmer l'envoi après avoir vu un résumé des\n"
  3834. "modifications (par diffstat) et le commentaire associé ; ceci afin\n"
  3835. "d'être certain de bien envoyer les bonnes modifications.\n"
  3836. "\n"
  3837. "Pour configurer les valeurs par défaut d'autres options d'envoi,\n"
  3838. "ajoutez à votre fichier hgrc une section telle ci-dessous :\n"
  3839. "\n"
  3840. " [email]\n"
  3841. " from = Mon Nom <mon@adresse_de_courriel>\n"
  3842. " to = destinataire1, destinataire2, ...\n"
  3843. " cc = cc1, cc2, ...\n"
  3844. " bcc = bcc1, bcc2, ...\n"
  3845. "\n"
  3846. "Après cela il vous sera possible d'utiliser la commande \"hg email\"\n"
  3847. "pour envoyer par courrier électronique une série de \"changesets\".\n"
  3848. "\n"
  3849. "Pour éviter d'envoyer des patchs prématurément, utiliser tout d'abord\n"
  3850. "l'option \"-n\" (simple test) s'avère être une bonne idée. Il vous\n"
  3851. "sera demandé l'adresse du destinataire ainsi qu'un sujet et un\n"
  3852. "message d'introduction pour la série de patchs. Lorsque tout est\n"
  3853. "prêt, les messages seront affichés. Si la variable d'environnement\n"
  3854. "PAGER a été définie, le programme qu'elle indique sera utilisé pour\n"
  3855. "l'affichage chaque message, permettant de vérifier que tout est\n"
  3856. "correct.\n"
  3857. "\n"
  3858. "L'option -m/--mbox est également très utile : au lieu que les\n"
  3859. "messages soient affichés ou envoyés directement, ils seront écrits\n"
  3860. "dans un fichier (au format de boîte aux lettres UNIX). Cette boîte\n"
  3861. "aux lettres peut alors être consultée pour vérification par n'importe\n"
  3862. "quel lecteur de courrier électronique comprenant le format UNIX mbox,\n"
  3863. "comme par exemple mutt :\n"
  3864. "\n"
  3865. " % mutt -R -f mbox\n"
  3866. "\n"
  3867. "Lors de votre vérification, vous pouvez envoyer chaque message en\n"
  3868. "utilisant formail (un outil généralement installé en même temps que\n"
  3869. "procmail) :\n"
  3870. "\n"
  3871. " % formail -s sendmail -bm -t < mbox\n"
  3872. "\n"
  3873. "Et voilà, vos patchs sont en route vers leur destination.\n"
  3874. "\n"
  3875. "Vous pouvez aussi configurer l'option \"method\" de la section\n"
  3876. "[email] pour utiliser un programme compatible avec sendmail, ou\n"
  3877. "alors remplir la section [smtp] de telle sorte que l'extension\n"
  3878. "patchbomb puisse automatiquement envoyer les messages depuis la\n"
  3879. "ligne de commande. Consulter les sections [email] et [smtp] dans la\n"
  3880. "page de manuel hgrc(5) pour plus de détails."
  3881. #, fuzzy
  3882. msgid ""
  3883. "With the -d/--diffstat option, you will be prompted for each changeset\n"
  3884. "with a diffstat summary and the changeset summary, so you can be sure\n"
  3885. "you are sending the right changes."
  3886. msgstr ""
  3887. "envoi d'une série de \"changesets\" par courrier électronique\n"
  3888. "\n"
  3889. "La série débute par un message d'introduction \"[PATCH 0 of N]\" la\n"
  3890. "décrivant dans son ensemble.\n"
  3891. "\n"
  3892. "Ensuite, pour chaque patch est créé un courriel dont le sujet est\n"
  3893. "la première ligne du commentaire du \"changeset\", préfixée par\n"
  3894. "\"[PATCH M of N] \". Le corps du message comporte deux ou trois\n"
  3895. "parties :\n"
  3896. "\n"
  3897. " La description du \"changeset\".\n"
  3898. "\n"
  3899. " Optionnellement, un résumé des modifications généré par le\n"
  3900. " programme diffstat.\n"
  3901. "\n"
  3902. " Le patch proprement dit, tel que généré par \"hg export\".\n"
  3903. "\n"
  3904. "Chaque message fait référence au premier de la série (à l'aide\n"
  3905. "des en-têtes de message In-Reply-To et References) de manière à\n"
  3906. "apparaître comme un fil de discussion dans les lecteurs de courrier\n"
  3907. "électronique et de nouvelles, ainsi que dans les archives de\n"
  3908. "messagerie.\n"
  3909. "\n"
  3910. "Avec l'option -d/--diffstat, il vous sera demandé pour chaque\n"
  3911. "\"changeset\" d'en confirmer l'envoi après avoir vu un résumé des\n"
  3912. "modifications (par diffstat) et le commentaire associé ; ceci afin\n"
  3913. "d'être certain de bien envoyer les bonnes modifications.\n"
  3914. "\n"
  3915. "Pour configurer les valeurs par défaut d'autres options d'envoi,\n"
  3916. "ajoutez à votre fichier hgrc une section telle ci-dessous :\n"
  3917. "\n"
  3918. " [email]\n"
  3919. " from = Mon Nom <mon@adresse_de_courriel>\n"
  3920. " to = destinataire1, destinataire2, ...\n"
  3921. " cc = cc1, cc2, ...\n"
  3922. " bcc = bcc1, bcc2, ...\n"
  3923. "\n"
  3924. "Après cela il vous sera possible d'utiliser la commande \"hg email\"\n"
  3925. "pour envoyer par courrier électronique une série de \"changesets\".\n"
  3926. "\n"
  3927. "Pour éviter d'envoyer des patchs prématurément, utiliser tout d'abord\n"
  3928. "l'option \"-n\" (simple test) s'avère être une bonne idée. Il vous\n"
  3929. "sera demandé l'adresse du destinataire ainsi qu'un sujet et un\n"
  3930. "message d'introduction pour la série de patchs. Lorsque tout est\n"
  3931. "prêt, les messages seront affichés. Si la variable d'environnement\n"
  3932. "PAGER a été définie, le programme qu'elle indique sera utilisé pour\n"
  3933. "l'affichage chaque message, permettant de vérifier que tout est\n"
  3934. "correct.\n"
  3935. "\n"
  3936. "L'option -m/--mbox est également très utile : au lieu que les\n"
  3937. "messages soient affichés ou envoyés directement, ils seront écrits\n"
  3938. "dans un fichier (au format de boîte aux lettres UNIX). Cette boîte\n"
  3939. "aux lettres peut alors être consultée pour vérification par n'importe\n"
  3940. "quel lecteur de courrier électronique comprenant le format UNIX mbox,\n"
  3941. "comme par exemple mutt :\n"
  3942. "\n"
  3943. " % mutt -R -f mbox\n"
  3944. "\n"
  3945. "Lors de votre vérification, vous pouvez envoyer chaque message en\n"
  3946. "utilisant formail (un outil généralement installé en même temps que\n"
  3947. "procmail) :\n"
  3948. "\n"
  3949. " % formail -s sendmail -bm -t < mbox\n"
  3950. "\n"
  3951. "Et voilà, vos patchs sont en route vers leur destination.\n"
  3952. "\n"
  3953. "Vous pouvez aussi configurer l'option \"method\" de la section\n"
  3954. "[email] pour utiliser un programme compatible avec sendmail, ou\n"
  3955. "alors remplir la section [smtp] de telle sorte que l'extension\n"
  3956. "patchbomb puisse automatiquement envoyer les messages depuis la\n"
  3957. "ligne de commande. Consulter les sections [email] et [smtp] dans la\n"
  3958. "page de manuel hgrc(5) pour plus de détails."
  3959. #, fuzzy
  3960. msgid ""
  3961. "To configure other defaults, add a section like this to your hgrc\n"
  3962. "file::"
  3963. msgstr ""
  3964. "envoi d'une série de \"changesets\" par courrier électronique\n"
  3965. "\n"
  3966. "La série débute par un message d'introduction \"[PATCH 0 of N]\" la\n"
  3967. "décrivant dans son ensemble.\n"
  3968. "\n"
  3969. "Ensuite, pour chaque patch est créé un courriel dont le sujet est\n"
  3970. "la première ligne du commentaire du \"changeset\", préfixée par\n"
  3971. "\"[PATCH M of N] \". Le corps du message comporte deux ou trois\n"
  3972. "parties :\n"
  3973. "\n"
  3974. " La description du \"changeset\".\n"
  3975. "\n"
  3976. " Optionnellement, un résumé des modifications généré par le\n"
  3977. " programme diffstat.\n"
  3978. "\n"
  3979. " Le patch proprement dit, tel que généré par \"hg export\".\n"
  3980. "\n"
  3981. "Chaque message fait référence au premier de la série (à l'aide\n"
  3982. "des en-têtes de message In-Reply-To et References) de manière à\n"
  3983. "apparaître comme un fil de discussion dans les lecteurs de courrier\n"
  3984. "électronique et de nouvelles, ainsi que dans les archives de\n"
  3985. "messagerie.\n"
  3986. "\n"
  3987. "Avec l'option -d/--diffstat, il vous sera demandé pour chaque\n"
  3988. "\"changeset\" d'en confirmer l'envoi après avoir vu un résumé des\n"
  3989. "modifications (par diffstat) et le commentaire associé ; ceci afin\n"
  3990. "d'être certain de bien envoyer les bonnes modifications.\n"
  3991. "\n"
  3992. "Pour configurer les valeurs par défaut d'autres options d'envoi,\n"
  3993. "ajoutez à votre fichier hgrc une section telle ci-dessous :\n"
  3994. "\n"
  3995. " [email]\n"
  3996. " from = Mon Nom <mon@adresse_de_courriel>\n"
  3997. " to = destinataire1, destinataire2, ...\n"
  3998. " cc = cc1, cc2, ...\n"
  3999. " bcc = bcc1, bcc2, ...\n"
  4000. "\n"
  4001. "Après cela il vous sera possible d'utiliser la commande \"hg email\"\n"
  4002. "pour envoyer par courrier électronique une série de \"changesets\".\n"
  4003. "\n"
  4004. "Pour éviter d'envoyer des patchs prématurément, utiliser tout d'abord\n"
  4005. "l'option \"-n\" (simple test) s'avère être une bonne idée. Il vous\n"
  4006. "sera demandé l'adresse du destinataire ainsi qu'un sujet et un\n"
  4007. "message d'introduction pour la série de patchs. Lorsque tout est\n"
  4008. "prêt, les messages seront affichés. Si la variable d'environnement\n"
  4009. "PAGER a été définie, le programme qu'elle indique sera utilisé pour\n"
  4010. "l'affichage chaque message, permettant de vérifier que tout est\n"
  4011. "correct.\n"
  4012. "\n"
  4013. "L'option -m/--mbox est également très utile : au lieu que les\n"
  4014. "messages soient affichés ou envoyés directement, ils seront écrits\n"
  4015. "dans un fichier (au format de boîte aux lettres UNIX). Cette boîte\n"
  4016. "aux lettres peut alors être consultée pour vérification par n'importe\n"
  4017. "quel lecteur de courrier électronique comprenant le format UNIX mbox,\n"
  4018. "comme par exemple mutt :\n"
  4019. "\n"
  4020. " % mutt -R -f mbox\n"
  4021. "\n"
  4022. "Lors de votre vérification, vous pouvez envoyer chaque message en\n"
  4023. "utilisant formail (un outil généralement installé en même temps que\n"
  4024. "procmail) :\n"
  4025. "\n"
  4026. " % formail -s sendmail -bm -t < mbox\n"
  4027. "\n"
  4028. "Et voilà, vos patchs sont en route vers leur destination.\n"
  4029. "\n"
  4030. "Vous pouvez aussi configurer l'option \"method\" de la section\n"
  4031. "[email] pour utiliser un programme compatible avec sendmail, ou\n"
  4032. "alors remplir la section [smtp] de telle sorte que l'extension\n"
  4033. "patchbomb puisse automatiquement envoyer les messages depuis la\n"
  4034. "ligne de commande. Consulter les sections [email] et [smtp] dans la\n"
  4035. "page de manuel hgrc(5) pour plus de détails."
  4036. #, fuzzy
  4037. msgid ""
  4038. " [email]\n"
  4039. " from = My Name <my@email>\n"
  4040. " to = recipient1, recipient2, ...\n"
  4041. " cc = cc1, cc2, ...\n"
  4042. " bcc = bcc1, bcc2, ..."
  4043. msgstr ""
  4044. "envoi d'une série de \"changesets\" par courrier électronique\n"
  4045. "\n"
  4046. "La série débute par un message d'introduction \"[PATCH 0 of N]\" la\n"
  4047. "décrivant dans son ensemble.\n"
  4048. "\n"
  4049. "Ensuite, pour chaque patch est créé un courriel dont le sujet est\n"
  4050. "la première ligne du commentaire du \"changeset\", préfixée par\n"
  4051. "\"[PATCH M of N] \". Le corps du message comporte deux ou trois\n"
  4052. "parties :\n"
  4053. "\n"
  4054. " La description du \"changeset\".\n"
  4055. "\n"
  4056. " Optionnellement, un résumé des modifications généré par le\n"
  4057. " programme diffstat.\n"
  4058. "\n"
  4059. " Le patch proprement dit, tel que généré par \"hg export\".\n"
  4060. "\n"
  4061. "Chaque message fait référence au premier de la série (à l'aide\n"
  4062. "des en-têtes de message In-Reply-To et References) de manière à\n"
  4063. "apparaître comme un fil de discussion dans les lecteurs de courrier\n"
  4064. "électronique et de nouvelles, ainsi que dans les archives de\n"
  4065. "messagerie.\n"
  4066. "\n"
  4067. "Avec l'option -d/--diffstat, il vous sera demandé pour chaque\n"
  4068. "\"changeset\" d'en confirmer l'envoi après avoir vu un résumé des\n"
  4069. "modifications (par diffstat) et le commentaire associé ; ceci afin\n"
  4070. "d'être certain de bien envoyer les bonnes modifications.\n"
  4071. "\n"
  4072. "Pour configurer les valeurs par défaut d'autres options d'envoi,\n"
  4073. "ajoutez à votre fichier hgrc une section telle ci-dessous :\n"
  4074. "\n"
  4075. " [email]\n"
  4076. " from = Mon Nom <mon@adresse_de_courriel>\n"
  4077. " to = destinataire1, destinataire2, ...\n"
  4078. " cc = cc1, cc2, ...\n"
  4079. " bcc = bcc1, bcc2, ...\n"
  4080. "\n"
  4081. "Après cela il vous sera possible d'utiliser la commande \"hg email\"\n"
  4082. "pour envoyer par courrier électronique une série de \"changesets\".\n"
  4083. "\n"
  4084. "Pour éviter d'envoyer des patchs prématurément, utiliser tout d'abord\n"
  4085. "l'option \"-n\" (simple test) s'avère être une bonne idée. Il vous\n"
  4086. "sera demandé l'adresse du destinataire ainsi qu'un sujet et un\n"
  4087. "message d'introduction pour la série de patchs. Lorsque tout est\n"
  4088. "prêt, les messages seront affichés. Si la variable d'environnement\n"
  4089. "PAGER a été définie, le programme qu'elle indique sera utilisé pour\n"
  4090. "l'affichage chaque message, permettant de vérifier que tout est\n"
  4091. "correct.\n"
  4092. "\n"
  4093. "L'option -m/--mbox est également très utile : au lieu que les\n"
  4094. "messages soient affichés ou envoyés directement, ils seront écrits\n"
  4095. "dans un fichier (au format de boîte aux lettres UNIX). Cette boîte\n"
  4096. "aux lettres peut alors être consultée pour vérification par n'importe\n"
  4097. "quel lecteur de courrier électronique comprenant le format UNIX mbox,\n"
  4098. "comme par exemple mutt :\n"
  4099. "\n"
  4100. " % mutt -R -f mbox\n"
  4101. "\n"
  4102. "Lors de votre vérification, vous pouvez envoyer chaque message en\n"
  4103. "utilisant formail (un outil généralement installé en même temps que\n"
  4104. "procmail) :\n"
  4105. "\n"
  4106. " % formail -s sendmail -bm -t < mbox\n"
  4107. "\n"
  4108. "Et voilà, vos patchs sont en route vers leur destination.\n"
  4109. "\n"
  4110. "Vous pouvez aussi configurer l'option \"method\" de la section\n"
  4111. "[email] pour utiliser un programme compatible avec sendmail, ou\n"
  4112. "alors remplir la section [smtp] de telle sorte que l'extension\n"
  4113. "patchbomb puisse automatiquement envoyer les messages depuis la\n"
  4114. "ligne de commande. Consulter les sections [email] et [smtp] dans la\n"
  4115. "page de manuel hgrc(5) pour plus de détails."
  4116. #, fuzzy
  4117. msgid ""
  4118. "Then you can use the \"hg email\" command to mail a series of changesets\n"
  4119. "as a patchbomb."
  4120. msgstr ""
  4121. "envoi d'une série de \"changesets\" par courrier électronique\n"
  4122. "\n"
  4123. "La série débute par un message d'introduction \"[PATCH 0 of N]\" la\n"
  4124. "décrivant dans son ensemble.\n"
  4125. "\n"
  4126. "Ensuite, pour chaque patch est créé un courriel dont le sujet est\n"
  4127. "la première ligne du commentaire du \"changeset\", préfixée par\n"
  4128. "\"[PATCH M of N] \". Le corps du message comporte deux ou trois\n"
  4129. "parties :\n"
  4130. "\n"
  4131. " La description du \"changeset\".\n"
  4132. "\n"
  4133. " Optionnellement, un résumé des modifications généré par le\n"
  4134. " programme diffstat.\n"
  4135. "\n"
  4136. " Le patch proprement dit, tel que généré par \"hg export\".\n"
  4137. "\n"
  4138. "Chaque message fait référence au premier de la série (à l'aide\n"
  4139. "des en-têtes de message In-Reply-To et References) de manière à\n"
  4140. "apparaître comme un fil de discussion dans les lecteurs de courrier\n"
  4141. "électronique et de nouvelles, ainsi que dans les archives de\n"
  4142. "messagerie.\n"
  4143. "\n"
  4144. "Avec l'option -d/--diffstat, il vous sera demandé pour chaque\n"
  4145. "\"changeset\" d'en confirmer l'envoi après avoir vu un résumé des\n"
  4146. "modifications (par diffstat) et le commentaire associé ; ceci afin\n"
  4147. "d'être certain de bien envoyer les bonnes modifications.\n"
  4148. "\n"
  4149. "Pour configurer les valeurs par défaut d'autres options d'envoi,\n"
  4150. "ajoutez à votre fichier hgrc une section telle ci-dessous :\n"
  4151. "\n"
  4152. " [email]\n"
  4153. " from = Mon Nom <mon@adresse_de_courriel>\n"
  4154. " to = destinataire1, destinataire2, ...\n"
  4155. " cc = cc1, cc2, ...\n"
  4156. " bcc = bcc1, bcc2, ...\n"
  4157. "\n"
  4158. "Après cela il vous sera possible d'utiliser la commande \"hg email\"\n"
  4159. "pour envoyer par courrier électronique une série de \"changesets\".\n"
  4160. "\n"
  4161. "Pour éviter d'envoyer des patchs prématurément, utiliser tout d'abord\n"
  4162. "l'option \"-n\" (simple test) s'avère être une bonne idée. Il vous\n"
  4163. "sera demandé l'adresse du destinataire ainsi qu'un sujet et un\n"
  4164. "message d'introduction pour la série de patchs. Lorsque tout est\n"
  4165. "prêt, les messages seront affichés. Si la variable d'environnement\n"
  4166. "PAGER a été définie, le programme qu'elle indique sera utilisé pour\n"
  4167. "l'affichage chaque message, permettant de vérifier que tout est\n"
  4168. "correct.\n"
  4169. "\n"
  4170. "L'option -m/--mbox est également très utile : au lieu que les\n"
  4171. "messages soient affichés ou envoyés directement, ils seront écrits\n"
  4172. "dans un fichier (au format de boîte aux lettres UNIX). Cette boîte\n"
  4173. "aux lettres peut alors être consultée pour vérification par n'importe\n"
  4174. "quel lecteur de courrier électronique comprenant le format UNIX mbox,\n"
  4175. "comme par exemple mutt :\n"
  4176. "\n"
  4177. " % mutt -R -f mbox\n"
  4178. "\n"
  4179. "Lors de votre vérification, vous pouvez envoyer chaque message en\n"
  4180. "utilisant formail (un outil généralement installé en même temps que\n"
  4181. "procmail) :\n"
  4182. "\n"
  4183. " % formail -s sendmail -bm -t < mbox\n"
  4184. "\n"
  4185. "Et voilà, vos patchs sont en route vers leur destination.\n"
  4186. "\n"
  4187. "Vous pouvez aussi configurer l'option \"method\" de la section\n"
  4188. "[email] pour utiliser un programme compatible avec sendmail, ou\n"
  4189. "alors remplir la section [smtp] de telle sorte que l'extension\n"
  4190. "patchbomb puisse automatiquement envoyer les messages depuis la\n"
  4191. "ligne de commande. Consulter les sections [email] et [smtp] dans la\n"
  4192. "page de manuel hgrc(5) pour plus de détails."
  4193. #, fuzzy
  4194. msgid ""
  4195. "To avoid sending patches prematurely, it is a good idea to first run\n"
  4196. "the \"email\" command with the \"-n\" option (test only). You will be\n"
  4197. "prompted for an email recipient address, a subject and an introductory\n"
  4198. "message describing the patches of your patchbomb. Then when all is\n"
  4199. "done, patchbomb messages are displayed. If the PAGER environment\n"
  4200. "variable is set, your pager will be fired up once for each patchbomb\n"
  4201. "message, so you can verify everything is alright."
  4202. msgstr ""
  4203. "envoi d'une série de \"changesets\" par courrier électronique\n"
  4204. "\n"
  4205. "La série débute par un message d'introduction \"[PATCH 0 of N]\" la\n"
  4206. "décrivant dans son ensemble.\n"
  4207. "\n"
  4208. "Ensuite, pour chaque patch est créé un courriel dont le sujet est\n"
  4209. "la première ligne du commentaire du \"changeset\", préfixée par\n"
  4210. "\"[PATCH M of N] \". Le corps du message comporte deux ou trois\n"
  4211. "parties :\n"
  4212. "\n"
  4213. " La description du \"changeset\".\n"
  4214. "\n"
  4215. " Optionnellement, un résumé des modifications généré par le\n"
  4216. " programme diffstat.\n"
  4217. "\n"
  4218. " Le patch proprement dit, tel que généré par \"hg export\".\n"
  4219. "\n"
  4220. "Chaque message fait référence au premier de la série (à l'aide\n"
  4221. "des en-têtes de message In-Reply-To et References) de manière à\n"
  4222. "apparaître comme un fil de discussion dans les lecteurs de courrier\n"
  4223. "électronique et de nouvelles, ainsi que dans les archives de\n"
  4224. "messagerie.\n"
  4225. "\n"
  4226. "Avec l'option -d/--diffstat, il vous sera demandé pour chaque\n"
  4227. "\"changeset\" d'en confirmer l'envoi après avoir vu un résumé des\n"
  4228. "modifications (par diffstat) et le commentaire associé ; ceci afin\n"
  4229. "d'être certain de bien envoyer les bonnes modifications.\n"
  4230. "\n"
  4231. "Pour configurer les valeurs par défaut d'autres options d'envoi,\n"
  4232. "ajoutez à votre fichier hgrc une section telle ci-dessous :\n"
  4233. "\n"
  4234. " [email]\n"
  4235. " from = Mon Nom <mon@adresse_de_courriel>\n"
  4236. " to = destinataire1, destinataire2, ...\n"
  4237. " cc = cc1, cc2, ...\n"
  4238. " bcc = bcc1, bcc2, ...\n"
  4239. "\n"
  4240. "Après cela il vous sera possible d'utiliser la commande \"hg email\"\n"
  4241. "pour envoyer par courrier électronique une série de \"changesets\".\n"
  4242. "\n"
  4243. "Pour éviter d'envoyer des patchs prématurément, utiliser tout d'abord\n"
  4244. "l'option \"-n\" (simple test) s'avère être une bonne idée. Il vous\n"
  4245. "sera demandé l'adresse du destinataire ainsi qu'un sujet et un\n"
  4246. "message d'introduction pour la série de patchs. Lorsque tout est\n"
  4247. "prêt, les messages seront affichés. Si la variable d'environnement\n"
  4248. "PAGER a été définie, le programme qu'elle indique sera utilisé pour\n"
  4249. "l'affichage chaque message, permettant de vérifier que tout est\n"
  4250. "correct.\n"
  4251. "\n"
  4252. "L'option -m/--mbox est également très utile : au lieu que les\n"
  4253. "messages soient affichés ou envoyés directement, ils seront écrits\n"
  4254. "dans un fichier (au format de boîte aux lettres UNIX). Cette boîte\n"
  4255. "aux lettres peut alors être consultée pour vérification par n'importe\n"
  4256. "quel lecteur de courrier électronique comprenant le format UNIX mbox,\n"
  4257. "comme par exemple mutt :\n"
  4258. "\n"
  4259. " % mutt -R -f mbox\n"
  4260. "\n"
  4261. "Lors de votre vérification, vous pouvez envoyer chaque message en\n"
  4262. "utilisant formail (un outil généralement installé en même temps que\n"
  4263. "procmail) :\n"
  4264. "\n"
  4265. " % formail -s sendmail -bm -t < mbox\n"
  4266. "\n"
  4267. "Et voilà, vos patchs sont en route vers leur destination.\n"
  4268. "\n"
  4269. "Vous pouvez aussi configurer l'option \"method\" de la section\n"
  4270. "[email] pour utiliser un programme compatible avec sendmail, ou\n"
  4271. "alors remplir la section [smtp] de telle sorte que l'extension\n"
  4272. "patchbomb puisse automatiquement envoyer les messages depuis la\n"
  4273. "ligne de commande. Consulter les sections [email] et [smtp] dans la\n"
  4274. "page de manuel hgrc(5) pour plus de détails."
  4275. #, fuzzy
  4276. msgid ""
  4277. "The -m/--mbox option is also very useful. Instead of previewing each\n"
  4278. "patchbomb message in a pager or sending the messages directly, it will\n"
  4279. "create a UNIX mailbox file with the patch emails. This mailbox file\n"
  4280. "can be previewed with any mail user agent which supports UNIX mbox\n"
  4281. "files, e.g. with mutt::"
  4282. msgstr ""
  4283. "envoi d'une série de \"changesets\" par courrier électronique\n"
  4284. "\n"
  4285. "La série débute par un message d'introduction \"[PATCH 0 of N]\" la\n"
  4286. "décrivant dans son ensemble.\n"
  4287. "\n"
  4288. "Ensuite, pour chaque patch est créé un courriel dont le sujet est\n"
  4289. "la première ligne du commentaire du \"changeset\", préfixée par\n"
  4290. "\"[PATCH M of N] \". Le corps du message comporte deux ou trois\n"
  4291. "parties :\n"
  4292. "\n"
  4293. " La description du \"changeset\".\n"
  4294. "\n"
  4295. " Optionnellement, un résumé des modifications généré par le\n"
  4296. " programme diffstat.\n"
  4297. "\n"
  4298. " Le patch proprement dit, tel que généré par \"hg export\".\n"
  4299. "\n"
  4300. "Chaque message fait référence au premier de la série (à l'aide\n"
  4301. "des en-têtes de message In-Reply-To et References) de manière à\n"
  4302. "apparaître comme un fil de discussion dans les lecteurs de courrier\n"
  4303. "électronique et de nouvelles, ainsi que dans les archives de\n"
  4304. "messagerie.\n"
  4305. "\n"
  4306. "Avec l'option -d/--diffstat, il vous sera demandé pour chaque\n"
  4307. "\"changeset\" d'en confirmer l'envoi après avoir vu un résumé des\n"
  4308. "modifications (par diffstat) et le commentaire associé ; ceci afin\n"
  4309. "d'être certain de bien envoyer les bonnes modifications.\n"
  4310. "\n"
  4311. "Pour configurer les valeurs par défaut d'autres options d'envoi,\n"
  4312. "ajoutez à votre fichier hgrc une section telle ci-dessous :\n"
  4313. "\n"
  4314. " [email]\n"
  4315. " from = Mon Nom <mon@adresse_de_courriel>\n"
  4316. " to = destinataire1, destinataire2, ...\n"
  4317. " cc = cc1, cc2, ...\n"
  4318. " bcc = bcc1, bcc2, ...\n"
  4319. "\n"
  4320. "Après cela il vous sera possible d'utiliser la commande \"hg email\"\n"
  4321. "pour envoyer par courrier électronique une série de \"changesets\".\n"
  4322. "\n"
  4323. "Pour éviter d'envoyer des patchs prématurément, utiliser tout d'abord\n"
  4324. "l'option \"-n\" (simple test) s'avère être une bonne idée. Il vous\n"
  4325. "sera demandé l'adresse du destinataire ainsi qu'un sujet et un\n"
  4326. "message d'introduction pour la série de patchs. Lorsque tout est\n"
  4327. "prêt, les messages seront affichés. Si la variable d'environnement\n"
  4328. "PAGER a été définie, le programme qu'elle indique sera utilisé pour\n"
  4329. "l'affichage chaque message, permettant de vérifier que tout est\n"
  4330. "correct.\n"
  4331. "\n"
  4332. "L'option -m/--mbox est également très utile : au lieu que les\n"
  4333. "messages soient affichés ou envoyés directement, ils seront écrits\n"
  4334. "dans un fichier (au format de boîte aux lettres UNIX). Cette boîte\n"
  4335. "aux lettres peut alors être consultée pour vérification par n'importe\n"
  4336. "quel lecteur de courrier électronique comprenant le format UNIX mbox,\n"
  4337. "comme par exemple mutt :\n"
  4338. "\n"
  4339. " % mutt -R -f mbox\n"
  4340. "\n"
  4341. "Lors de votre vérification, vous pouvez envoyer chaque message en\n"
  4342. "utilisant formail (un outil généralement installé en même temps que\n"
  4343. "procmail) :\n"
  4344. "\n"
  4345. " % formail -s sendmail -bm -t < mbox\n"
  4346. "\n"
  4347. "Et voilà, vos patchs sont en route vers leur destination.\n"
  4348. "\n"
  4349. "Vous pouvez aussi configurer l'option \"method\" de la section\n"
  4350. "[email] pour utiliser un programme compatible avec sendmail, ou\n"
  4351. "alors remplir la section [smtp] de telle sorte que l'extension\n"
  4352. "patchbomb puisse automatiquement envoyer les messages depuis la\n"
  4353. "ligne de commande. Consulter les sections [email] et [smtp] dans la\n"
  4354. "page de manuel hgrc(5) pour plus de détails."
  4355. #, fuzzy
  4356. msgid " % mutt -R -f mbox"
  4357. msgstr ""
  4358. "envoi d'une série de \"changesets\" par courrier électronique\n"
  4359. "\n"
  4360. "La série débute par un message d'introduction \"[PATCH 0 of N]\" la\n"
  4361. "décrivant dans son ensemble.\n"
  4362. "\n"
  4363. "Ensuite, pour chaque patch est créé un courriel dont le sujet est\n"
  4364. "la première ligne du commentaire du \"changeset\", préfixée par\n"
  4365. "\"[PATCH M of N] \". Le corps du message comporte deux ou trois\n"
  4366. "parties :\n"
  4367. "\n"
  4368. " La description du \"changeset\".\n"
  4369. "\n"
  4370. " Optionnellement, un résumé des modifications généré par le\n"
  4371. " programme diffstat.\n"
  4372. "\n"
  4373. " Le patch proprement dit, tel que généré par \"hg export\".\n"
  4374. "\n"
  4375. "Chaque message fait référence au premier de la série (à l'aide\n"
  4376. "des en-têtes de message In-Reply-To et References) de manière à\n"
  4377. "apparaître comme un fil de discussion dans les lecteurs de courrier\n"
  4378. "électronique et de nouvelles, ainsi que dans les archives de\n"
  4379. "messagerie.\n"
  4380. "\n"
  4381. "Avec l'option -d/--diffstat, il vous sera demandé pour chaque\n"
  4382. "\"changeset\" d'en confirmer l'envoi après avoir vu un résumé des\n"
  4383. "modifications (par diffstat) et le commentaire associé ; ceci afin\n"
  4384. "d'être certain de bien envoyer les bonnes modifications.\n"
  4385. "\n"
  4386. "Pour configurer les valeurs par défaut d'autres options d'envoi,\n"
  4387. "ajoutez à votre fichier hgrc une section telle ci-dessous :\n"
  4388. "\n"
  4389. " [email]\n"
  4390. " from = Mon Nom <mon@adresse_de_courriel>\n"
  4391. " to = destinataire1, destinataire2, ...\n"
  4392. " cc = cc1, cc2, ...\n"
  4393. " bcc = bcc1, bcc2, ...\n"
  4394. "\n"
  4395. "Après cela il vous sera possible d'utiliser la commande \"hg email\"\n"
  4396. "pour envoyer par courrier électronique une série de \"changesets\".\n"
  4397. "\n"
  4398. "Pour éviter d'envoyer des patchs prématurément, utiliser tout d'abord\n"
  4399. "l'option \"-n\" (simple test) s'avère être une bonne idée. Il vous\n"
  4400. "sera demandé l'adresse du destinataire ainsi qu'un sujet et un\n"
  4401. "message d'introduction pour la série de patchs. Lorsque tout est\n"
  4402. "prêt, les messages seront affichés. Si la variable d'environnement\n"
  4403. "PAGER a été définie, le programme qu'elle indique sera utilisé pour\n"
  4404. "l'affichage chaque message, permettant de vérifier que tout est\n"
  4405. "correct.\n"
  4406. "\n"
  4407. "L'option -m/--mbox est également très utile : au lieu que les\n"
  4408. "messages soient affichés ou envoyés directement, ils seront écrits\n"
  4409. "dans un fichier (au format de boîte aux lettres UNIX). Cette boîte\n"
  4410. "aux lettres peut alors être consultée pour vérification par n'importe\n"
  4411. "quel lecteur de courrier électronique comprenant le format UNIX mbox,\n"
  4412. "comme par exemple mutt :\n"
  4413. "\n"
  4414. " % mutt -R -f mbox\n"
  4415. "\n"
  4416. "Lors de votre vérification, vous pouvez envoyer chaque message en\n"
  4417. "utilisant formail (un outil généralement installé en même temps que\n"
  4418. "procmail) :\n"
  4419. "\n"
  4420. " % formail -s sendmail -bm -t < mbox\n"
  4421. "\n"
  4422. "Et voilà, vos patchs sont en route vers leur destination.\n"
  4423. "\n"
  4424. "Vous pouvez aussi configurer l'option \"method\" de la section\n"
  4425. "[email] pour utiliser un programme compatible avec sendmail, ou\n"
  4426. "alors remplir la section [smtp] de telle sorte que l'extension\n"
  4427. "patchbomb puisse automatiquement envoyer les messages depuis la\n"
  4428. "ligne de commande. Consulter les sections [email] et [smtp] dans la\n"
  4429. "page de manuel hgrc(5) pour plus de détails."
  4430. #, fuzzy
  4431. msgid ""
  4432. "When you are previewing the patchbomb messages, you can use ``formail``\n"
  4433. "(a utility that is commonly installed as part of the procmail\n"
  4434. "package), to send each message out::"
  4435. msgstr ""
  4436. "envoi d'une série de \"changesets\" par courrier électronique\n"
  4437. "\n"
  4438. "La série débute par un message d'introduction \"[PATCH 0 of N]\" la\n"
  4439. "décrivant dans son ensemble.\n"
  4440. "\n"
  4441. "Ensuite, pour chaque patch est créé un courriel dont le sujet est\n"
  4442. "la première ligne du commentaire du \"changeset\", préfixée par\n"
  4443. "\"[PATCH M of N] \". Le corps du message comporte deux ou trois\n"
  4444. "parties :\n"
  4445. "\n"
  4446. " La description du \"changeset\".\n"
  4447. "\n"
  4448. " Optionnellement, un résumé des modifications généré par le\n"
  4449. " programme diffstat.\n"
  4450. "\n"
  4451. " Le patch proprement dit, tel que généré par \"hg export\".\n"
  4452. "\n"
  4453. "Chaque message fait référence au premier de la série (à l'aide\n"
  4454. "des en-têtes de message In-Reply-To et References) de manière à\n"
  4455. "apparaître comme un fil de discussion dans les lecteurs de courrier\n"
  4456. "électronique et de nouvelles, ainsi que dans les archives de\n"
  4457. "messagerie.\n"
  4458. "\n"
  4459. "Avec l'option -d/--diffstat, il vous sera demandé pour chaque\n"
  4460. "\"changeset\" d'en confirmer l'envoi après avoir vu un résumé des\n"
  4461. "modifications (par diffstat) et le commentaire associé ; ceci afin\n"
  4462. "d'être certain de bien envoyer les bonnes modifications.\n"
  4463. "\n"
  4464. "Pour configurer les valeurs par défaut d'autres options d'envoi,\n"
  4465. "ajoutez à votre fichier hgrc une section telle ci-dessous :\n"
  4466. "\n"
  4467. " [email]\n"
  4468. " from = Mon Nom <mon@adresse_de_courriel>\n"
  4469. " to = destinataire1, destinataire2, ...\n"
  4470. " cc = cc1, cc2, ...\n"
  4471. " bcc = bcc1, bcc2, ...\n"
  4472. "\n"
  4473. "Après cela il vous sera possible d'utiliser la commande \"hg email\"\n"
  4474. "pour envoyer par courrier électronique une série de \"changesets\".\n"
  4475. "\n"
  4476. "Pour éviter d'envoyer des patchs prématurément, utiliser tout d'abord\n"
  4477. "l'option \"-n\" (simple test) s'avère être une bonne idée. Il vous\n"
  4478. "sera demandé l'adresse du destinataire ainsi qu'un sujet et un\n"
  4479. "message d'introduction pour la série de patchs. Lorsque tout est\n"
  4480. "prêt, les messages seront affichés. Si la variable d'environnement\n"
  4481. "PAGER a été définie, le programme qu'elle indique sera utilisé pour\n"
  4482. "l'affichage chaque message, permettant de vérifier que tout est\n"
  4483. "correct.\n"
  4484. "\n"
  4485. "L'option -m/--mbox est également très utile : au lieu que les\n"
  4486. "messages soient affichés ou envoyés directement, ils seront écrits\n"
  4487. "dans un fichier (au format de boîte aux lettres UNIX). Cette boîte\n"
  4488. "aux lettres peut alors être consultée pour vérification par n'importe\n"
  4489. "quel lecteur de courrier électronique comprenant le format UNIX mbox,\n"
  4490. "comme par exemple mutt :\n"
  4491. "\n"
  4492. " % mutt -R -f mbox\n"
  4493. "\n"
  4494. "Lors de votre vérification, vous pouvez envoyer chaque message en\n"
  4495. "utilisant formail (un outil généralement installé en même temps que\n"
  4496. "procmail) :\n"
  4497. "\n"
  4498. " % formail -s sendmail -bm -t < mbox\n"
  4499. "\n"
  4500. "Et voilà, vos patchs sont en route vers leur destination.\n"
  4501. "\n"
  4502. "Vous pouvez aussi configurer l'option \"method\" de la section\n"
  4503. "[email] pour utiliser un programme compatible avec sendmail, ou\n"
  4504. "alors remplir la section [smtp] de telle sorte que l'extension\n"
  4505. "patchbomb puisse automatiquement envoyer les messages depuis la\n"
  4506. "ligne de commande. Consulter les sections [email] et [smtp] dans la\n"
  4507. "page de manuel hgrc(5) pour plus de détails."
  4508. #, fuzzy
  4509. msgid " % formail -s sendmail -bm -t < mbox"
  4510. msgstr ""
  4511. "envoi d'une série de \"changesets\" par courrier électronique\n"
  4512. "\n"
  4513. "La série débute par un message d'introduction \"[PATCH 0 of N]\" la\n"
  4514. "décrivant dans son ensemble.\n"
  4515. "\n"
  4516. "Ensuite, pour chaque patch est créé un courriel dont le sujet est\n"
  4517. "la première ligne du commentaire du \"changeset\", préfixée par\n"
  4518. "\"[PATCH M of N] \". Le corps du message comporte deux ou trois\n"
  4519. "parties :\n"
  4520. "\n"
  4521. " La description du \"changeset\".\n"
  4522. "\n"
  4523. " Optionnellement, un résumé des modifications généré par le\n"
  4524. " programme diffstat.\n"
  4525. "\n"
  4526. " Le patch proprement dit, tel que généré par \"hg export\".\n"
  4527. "\n"
  4528. "Chaque message fait référence au premier de la série (à l'aide\n"
  4529. "des en-têtes de message In-Reply-To et References) de manière à\n"
  4530. "apparaître comme un fil de discussion dans les lecteurs de courrier\n"
  4531. "électronique et de nouvelles, ainsi que dans les archives de\n"
  4532. "messagerie.\n"
  4533. "\n"
  4534. "Avec l'option -d/--diffstat, il vous sera demandé pour chaque\n"
  4535. "\"changeset\" d'en confirmer l'envoi après avoir vu un résumé des\n"
  4536. "modifications (par diffstat) et le commentaire associé ; ceci afin\n"
  4537. "d'être certain de bien envoyer les bonnes modifications.\n"
  4538. "\n"
  4539. "Pour configurer les valeurs par défaut d'autres options d'envoi,\n"
  4540. "ajoutez à votre fichier hgrc une section telle ci-dessous :\n"
  4541. "\n"
  4542. " [email]\n"
  4543. " from = Mon Nom <mon@adresse_de_courriel>\n"
  4544. " to = destinataire1, destinataire2, ...\n"
  4545. " cc = cc1, cc2, ...\n"
  4546. " bcc = bcc1, bcc2, ...\n"
  4547. "\n"
  4548. "Après cela il vous sera possible d'utiliser la commande \"hg email\"\n"
  4549. "pour envoyer par courrier électronique une série de \"changesets\".\n"
  4550. "\n"
  4551. "Pour éviter d'envoyer des patchs prématurément, utiliser tout d'abord\n"
  4552. "l'option \"-n\" (simple test) s'avère être une bonne idée. Il vous\n"
  4553. "sera demandé l'adresse du destinataire ainsi qu'un sujet et un\n"
  4554. "message d'introduction pour la série de patchs. Lorsque tout est\n"
  4555. "prêt, les messages seront affichés. Si la variable d'environnement\n"
  4556. "PAGER a été définie, le programme qu'elle indique sera utilisé pour\n"
  4557. "l'affichage chaque message, permettant de vérifier que tout est\n"
  4558. "correct.\n"
  4559. "\n"
  4560. "L'option -m/--mbox est également très utile : au lieu que les\n"
  4561. "messages soient affichés ou envoyés directement, ils seront écrits\n"
  4562. "dans un fichier (au format de boîte aux lettres UNIX). Cette boîte\n"
  4563. "aux lettres peut alors être consultée pour vérification par n'importe\n"
  4564. "quel lecteur de courrier électronique comprenant le format UNIX mbox,\n"
  4565. "comme par exemple mutt :\n"
  4566. "\n"
  4567. " % mutt -R -f mbox\n"
  4568. "\n"
  4569. "Lors de votre vérification, vous pouvez envoyer chaque message en\n"
  4570. "utilisant formail (un outil généralement installé en même temps que\n"
  4571. "procmail) :\n"
  4572. "\n"
  4573. " % formail -s sendmail -bm -t < mbox\n"
  4574. "\n"
  4575. "Et voilà, vos patchs sont en route vers leur destination.\n"
  4576. "\n"
  4577. "Vous pouvez aussi configurer l'option \"method\" de la section\n"
  4578. "[email] pour utiliser un programme compatible avec sendmail, ou\n"
  4579. "alors remplir la section [smtp] de telle sorte que l'extension\n"
  4580. "patchbomb puisse automatiquement envoyer les messages depuis la\n"
  4581. "ligne de commande. Consulter les sections [email] et [smtp] dans la\n"
  4582. "page de manuel hgrc(5) pour plus de détails."
  4583. #, fuzzy
  4584. msgid "That should be all. Now your patchbomb is on its way out."
  4585. msgstr ""
  4586. "envoi d'une série de \"changesets\" par courrier électronique\n"
  4587. "\n"
  4588. "La série débute par un message d'introduction \"[PATCH 0 of N]\" la\n"
  4589. "décrivant dans son ensemble.\n"
  4590. "\n"
  4591. "Ensuite, pour chaque patch est créé un courriel dont le sujet est\n"
  4592. "la première ligne du commentaire du \"changeset\", préfixée par\n"
  4593. "\"[PATCH M of N] \". Le corps du message comporte deux ou trois\n"
  4594. "parties :\n"
  4595. "\n"
  4596. " La description du \"changeset\".\n"
  4597. "\n"
  4598. " Optionnellement, un résumé des modifications généré par le\n"
  4599. " programme diffstat.\n"
  4600. "\n"
  4601. " Le patch proprement dit, tel que généré par \"hg export\".\n"
  4602. "\n"
  4603. "Chaque message fait référence au premier de la série (à l'aide\n"
  4604. "des en-têtes de message In-Reply-To et References) de manière à\n"
  4605. "apparaître comme un fil de discussion dans les lecteurs de courrier\n"
  4606. "électronique et de nouvelles, ainsi que dans les archives de\n"
  4607. "messagerie.\n"
  4608. "\n"
  4609. "Avec l'option -d/--diffstat, il vous sera demandé pour chaque\n"
  4610. "\"changeset\" d'en confirmer l'envoi après avoir vu un résumé des\n"
  4611. "modifications (par diffstat) et le commentaire associé ; ceci afin\n"
  4612. "d'être certain de bien envoyer les bonnes modifications.\n"
  4613. "\n"
  4614. "Pour configurer les valeurs par défaut d'autres options d'envoi,\n"
  4615. "ajoutez à votre fichier hgrc une section telle ci-dessous :\n"
  4616. "\n"
  4617. " [email]\n"
  4618. " from = Mon Nom <mon@adresse_de_courriel>\n"
  4619. " to = destinataire1, destinataire2, ...\n"
  4620. " cc = cc1, cc2, ...\n"
  4621. " bcc = bcc1, bcc2, ...\n"
  4622. "\n"
  4623. "Après cela il vous sera possible d'utiliser la commande \"hg email\"\n"
  4624. "pour envoyer par courrier électronique une série de \"changesets\".\n"
  4625. "\n"
  4626. "Pour éviter d'envoyer des patchs prématurément, utiliser tout d'abord\n"
  4627. "l'option \"-n\" (simple test) s'avère être une bonne idée. Il vous\n"
  4628. "sera demandé l'adresse du destinataire ainsi qu'un sujet et un\n"
  4629. "message d'introduction pour la série de patchs. Lorsque tout est\n"
  4630. "prêt, les messages seront affichés. Si la variable d'environnement\n"
  4631. "PAGER a été définie, le programme qu'elle indique sera utilisé pour\n"
  4632. "l'affichage chaque message, permettant de vérifier que tout est\n"
  4633. "correct.\n"
  4634. "\n"
  4635. "L'option -m/--mbox est également très utile : au lieu que les\n"
  4636. "messages soient affichés ou envoyés directement, ils seront écrits\n"
  4637. "dans un fichier (au format de boîte aux lettres UNIX). Cette boîte\n"
  4638. "aux lettres peut alors être consultée pour vérification par n'importe\n"
  4639. "quel lecteur de courrier électronique comprenant le format UNIX mbox,\n"
  4640. "comme par exemple mutt :\n"
  4641. "\n"
  4642. " % mutt -R -f mbox\n"
  4643. "\n"
  4644. "Lors de votre vérification, vous pouvez envoyer chaque message en\n"
  4645. "utilisant formail (un outil généralement installé en même temps que\n"
  4646. "procmail) :\n"
  4647. "\n"
  4648. " % formail -s sendmail -bm -t < mbox\n"
  4649. "\n"
  4650. "Et voilà, vos patchs sont en route vers leur destination.\n"
  4651. "\n"
  4652. "Vous pouvez aussi configurer l'option \"method\" de la section\n"
  4653. "[email] pour utiliser un programme compatible avec sendmail, ou\n"
  4654. "alors remplir la section [smtp] de telle sorte que l'extension\n"
  4655. "patchbomb puisse automatiquement envoyer les messages depuis la\n"
  4656. "ligne de commande. Consulter les sections [email] et [smtp] dans la\n"
  4657. "page de manuel hgrc(5) pour plus de détails."
  4658. #, fuzzy
  4659. msgid ""
  4660. "You can also either configure the method option in the email section\n"
  4661. "to be a sendmail compatible mailer or fill out the [smtp] section so\n"
  4662. "that the patchbomb extension can automatically send patchbombs\n"
  4663. "directly from the commandline. See the [email] and [smtp] sections in\n"
  4664. "hgrc(5) for details.\n"
  4665. msgstr ""
  4666. "envoi d'une série de \"changesets\" par courrier électronique\n"
  4667. "\n"
  4668. "La série débute par un message d'introduction \"[PATCH 0 of N]\" la\n"
  4669. "décrivant dans son ensemble.\n"
  4670. "\n"
  4671. "Ensuite, pour chaque patch est créé un courriel dont le sujet est\n"
  4672. "la première ligne du commentaire du \"changeset\", préfixée par\n"
  4673. "\"[PATCH M of N] \". Le corps du message comporte deux ou trois\n"
  4674. "parties :\n"
  4675. "\n"
  4676. " La description du \"changeset\".\n"
  4677. "\n"
  4678. " Optionnellement, un résumé des modifications généré par le\n"
  4679. " programme diffstat.\n"
  4680. "\n"
  4681. " Le patch proprement dit, tel que généré par \"hg export\".\n"
  4682. "\n"
  4683. "Chaque message fait référence au premier de la série (à l'aide\n"
  4684. "des en-têtes de message In-Reply-To et References) de manière à\n"
  4685. "apparaître comme un fil de discussion dans les lecteurs de courrier\n"
  4686. "électronique et de nouvelles, ainsi que dans les archives de\n"
  4687. "messagerie.\n"
  4688. "\n"
  4689. "Avec l'option -d/--diffstat, il vous sera demandé pour chaque\n"
  4690. "\"changeset\" d'en confirmer l'envoi après avoir vu un résumé des\n"
  4691. "modifications (par diffstat) et le commentaire associé ; ceci afin\n"
  4692. "d'être certain de bien envoyer les bonnes modifications.\n"
  4693. "\n"
  4694. "Pour configurer les valeurs par défaut d'autres options d'envoi,\n"
  4695. "ajoutez à votre fichier hgrc une section telle ci-dessous :\n"
  4696. "\n"
  4697. " [email]\n"
  4698. " from = Mon Nom <mon@adresse_de_courriel>\n"
  4699. " to = destinataire1, destinataire2, ...\n"
  4700. " cc = cc1, cc2, ...\n"
  4701. " bcc = bcc1, bcc2, ...\n"
  4702. "\n"
  4703. "Après cela il vous sera possible d'utiliser la commande \"hg email\"\n"
  4704. "pour envoyer par courrier électronique une série de \"changesets\".\n"
  4705. "\n"
  4706. "Pour éviter d'envoyer des patchs prématurément, utiliser tout d'abord\n"
  4707. "l'option \"-n\" (simple test) s'avère être une bonne idée. Il vous\n"
  4708. "sera demandé l'adresse du destinataire ainsi qu'un sujet et un\n"
  4709. "message d'introduction pour la série de patchs. Lorsque tout est\n"
  4710. "prêt, les messages seront affichés. Si la variable d'environnement\n"
  4711. "PAGER a été définie, le programme qu'elle indique sera utilisé pour\n"
  4712. "l'affichage chaque message, permettant de vérifier que tout est\n"
  4713. "correct.\n"
  4714. "\n"
  4715. "L'option -m/--mbox est également très utile : au lieu que les\n"
  4716. "messages soient affichés ou envoyés directement, ils seront écrits\n"
  4717. "dans un fichier (au format de boîte aux lettres UNIX). Cette boîte\n"
  4718. "aux lettres peut alors être consultée pour vérification par n'importe\n"
  4719. "quel lecteur de courrier électronique comprenant le format UNIX mbox,\n"
  4720. "comme par exemple mutt :\n"
  4721. "\n"
  4722. " % mutt -R -f mbox\n"
  4723. "\n"
  4724. "Lors de votre vérification, vous pouvez envoyer chaque message en\n"
  4725. "utilisant formail (un outil généralement installé en même temps que\n"
  4726. "procmail) :\n"
  4727. "\n"
  4728. " % formail -s sendmail -bm -t < mbox\n"
  4729. "\n"
  4730. "Et voilà, vos patchs sont en route vers leur destination.\n"
  4731. "\n"
  4732. "Vous pouvez aussi configurer l'option \"method\" de la section\n"
  4733. "[email] pour utiliser un programme compatible avec sendmail, ou\n"
  4734. "alors remplir la section [smtp] de telle sorte que l'extension\n"
  4735. "patchbomb puisse automatiquement envoyer les messages depuis la\n"
  4736. "ligne de commande. Consulter les sections [email] et [smtp] dans la\n"
  4737. "page de manuel hgrc(5) pour plus de détails."
  4738. #, fuzzy, python-format
  4739. msgid "%sPlease enter a valid value"
  4740. msgstr "Veuillez fournir une valeur valide.\n"
  4741. msgid "Please enter a valid value.\n"
  4742. msgstr "Veuillez fournir une valeur valide.\n"
  4743. msgid "does the diffstat above look okay? "
  4744. msgstr "le résumé des modifications ci-dessus semble-t-il correct ?"
  4745. msgid "diffstat rejected"
  4746. msgstr "résumé des modifications rejeté"
  4747. #, fuzzy
  4748. msgid "send changesets by email"
  4749. msgstr ""
  4750. "envoi de \"changesets\" par courrier électronique\n"
  4751. "\n"
  4752. " Par défaut, les modifications sont envoyées au format généré par\n"
  4753. " \"hg export\", une par message. La série débute par un message\n"
  4754. " la décrivant dans son ensemble, intitulé \"[PATCH 0 of N]\".\n"
  4755. "\n"
  4756. " Chaque courriel a pour sujet un résumé des modifications\n"
  4757. " apportées par le patch (pris en première ligne de la description\n"
  4758. " du \"changeset\"), préfixé par \"[PATCH M of N] \".\n"
  4759. " Le message est constitué de deux ou trois parties. D'abord,\n"
  4760. " le texte décrivant le \"changeset\". Puis, (optionnellement)\n"
  4761. " un résumé des modifications généré par le programme diffstat si\n"
  4762. " celui-ci est installé et que l'option -d/--diffstat a été\n"
  4763. " spécifiée. Et enfin le patch, tel que généré par \"hg export\".\n"
  4764. "\n"
  4765. " Par défaut le patch est inclus textuellement dans le corps du\n"
  4766. " message afin de faciliter les relectures et commentaires.\n"
  4767. " Cela peut être changé avec l'option -a/--attach qui crée une\n"
  4768. " pièce jointe séparée pour le patch, ou avec -i/--inline qui\n"
  4769. " insère celle-ci dans le corps.\n"
  4770. "\n"
  4771. " Avec -o/--outgoing, des courriels seront générés pour chaque\n"
  4772. " révision non trouvée dans le dépôt cible (ou seulement pour les\n"
  4773. " ancêtres des révisions spécifiées, le cas échéant).\n"
  4774. "\n"
  4775. " Avec -b/--bundle, les \"changesets\" sont sélectionnés de la\n"
  4776. " même manière que pour --outgoing, mais il seront envoyés via\n"
  4777. " un unique courriel dans un \"bundle\" Mercurial binaire joint.\n"
  4778. "\n"
  4779. " Exemples :\n"
  4780. "\n"
  4781. " hg email -r 3000 # envoyer uniquement le patch 3000\n"
  4782. " hg email -r 3000 -r 3001 # envoyer les patchs 3000 et 3001\n"
  4783. " hg email -r 3000:3005 # envoyer les patchs 3000 à 3005\n"
  4784. " hg email 3000 # envoyer le patch 3000 (déprécié)\n"
  4785. "\n"
  4786. " hg email -o # envoyer les patchs absents de la\n"
  4787. " destination par défaut\n"
  4788. " hg email -o DEST # envoyer les patchs absents de DEST\n"
  4789. " hg email -o -r 3000 # envoyer les ancêtres de 3000 absents\n"
  4790. " de la destination par défaut\n"
  4791. " hg email -o -r 3000 DEST # envoyer les ancêtres de 3000 absents\n"
  4792. " de DEST\n"
  4793. "\n"
  4794. " Afin de pouvoir utiliser cette commande, il est nécessaire\n"
  4795. " d'activer préalablement l'envoi de courriel dans le fichier\n"
  4796. " de configuration (hgrc). Consulter hgrc(5) à la section\n"
  4797. " [email] pour plus de détails.\n"
  4798. " "
  4799. #, fuzzy
  4800. msgid ""
  4801. " By default, diffs are sent in the format generated by hg export,\n"
  4802. " one per message. The series starts with a \"[PATCH 0 of N]\"\n"
  4803. " introduction, which describes the series as a whole."
  4804. msgstr ""
  4805. "envoi de \"changesets\" par courrier électronique\n"
  4806. "\n"
  4807. " Par défaut, les modifications sont envoyées au format généré par\n"
  4808. " \"hg export\", une par message. La série débute par un message\n"
  4809. " la décrivant dans son ensemble, intitulé \"[PATCH 0 of N]\".\n"
  4810. "\n"
  4811. " Chaque courriel a pour sujet un résumé des modifications\n"
  4812. " apportées par le patch (pris en première ligne de la description\n"
  4813. " du \"changeset\"), préfixé par \"[PATCH M of N] \".\n"
  4814. " Le message est constitué de deux ou trois parties. D'abord,\n"
  4815. " le texte décrivant le \"changeset\". Puis, (optionnellement)\n"
  4816. " un résumé des modifications généré par le programme diffstat si\n"
  4817. " celui-ci est installé et que l'option -d/--diffstat a été\n"
  4818. " spécifiée. Et enfin le patch, tel que généré par \"hg export\".\n"
  4819. "\n"
  4820. " Par défaut le patch est inclus textuellement dans le corps du\n"
  4821. " message afin de faciliter les relectures et commentaires.\n"
  4822. " Cela peut être changé avec l'option -a/--attach qui crée une\n"
  4823. " pièce jointe séparée pour le patch, ou avec -i/--inline qui\n"
  4824. " insère celle-ci dans le corps.\n"
  4825. "\n"
  4826. " Avec -o/--outgoing, des courriels seront générés pour chaque\n"
  4827. " révision non trouvée dans le dépôt cible (ou seulement pour les\n"
  4828. " ancêtres des révisions spécifiées, le cas échéant).\n"
  4829. "\n"
  4830. " Avec -b/--bundle, les \"changesets\" sont sélectionnés de la\n"
  4831. " même manière que pour --outgoing, mais il seront envoyés via\n"
  4832. " un unique courriel dans un \"bundle\" Mercurial binaire joint.\n"
  4833. "\n"
  4834. " Exemples :\n"
  4835. "\n"
  4836. " hg email -r 3000 # envoyer uniquement le patch 3000\n"
  4837. " hg email -r 3000 -r 3001 # envoyer les patchs 3000 et 3001\n"
  4838. " hg email -r 3000:3005 # envoyer les patchs 3000 à 3005\n"
  4839. " hg email 3000 # envoyer le patch 3000 (déprécié)\n"
  4840. "\n"
  4841. " hg email -o # envoyer les patchs absents de la\n"
  4842. " destination par défaut\n"
  4843. " hg email -o DEST # envoyer les patchs absents de DEST\n"
  4844. " hg email -o -r 3000 # envoyer les ancêtres de 3000 absents\n"
  4845. " de la destination par défaut\n"
  4846. " hg email -o -r 3000 DEST # envoyer les ancêtres de 3000 absents\n"
  4847. " de DEST\n"
  4848. "\n"
  4849. " Afin de pouvoir utiliser cette commande, il est nécessaire\n"
  4850. " d'activer préalablement l'envoi de courriel dans le fichier\n"
  4851. " de configuration (hgrc). Consulter hgrc(5) à la section\n"
  4852. " [email] pour plus de détails.\n"
  4853. " "
  4854. #, fuzzy
  4855. msgid ""
  4856. " Each patch email has a Subject line of \"[PATCH M of N] ...\", using\n"
  4857. " the first line of the changeset description as the subject text.\n"
  4858. " The message contains two or three parts. First, the changeset\n"
  4859. " description. Next, (optionally) if the diffstat program is\n"
  4860. " installed and -d/--diffstat is used, the result of running\n"
  4861. " diffstat on the patch. Finally, the patch itself, as generated by\n"
  4862. " \"hg export\"."
  4863. msgstr ""
  4864. "envoi de \"changesets\" par courrier électronique\n"
  4865. "\n"
  4866. " Par défaut, les modifications sont envoyées au format généré par\n"
  4867. " \"hg export\", une par message. La série débute par un message\n"
  4868. " la décrivant dans son ensemble, intitulé \"[PATCH 0 of N]\".\n"
  4869. "\n"
  4870. " Chaque courriel a pour sujet un résumé des modifications\n"
  4871. " apportées par le patch (pris en première ligne de la description\n"
  4872. " du \"changeset\"), préfixé par \"[PATCH M of N] \".\n"
  4873. " Le message est constitué de deux ou trois parties. D'abord,\n"
  4874. " le texte décrivant le \"changeset\". Puis, (optionnellement)\n"
  4875. " un résumé des modifications généré par le programme diffstat si\n"
  4876. " celui-ci est installé et que l'option -d/--diffstat a été\n"
  4877. " spécifiée. Et enfin le patch, tel que généré par \"hg export\".\n"
  4878. "\n"
  4879. " Par défaut le patch est inclus textuellement dans le corps du\n"
  4880. " message afin de faciliter les relectures et commentaires.\n"
  4881. " Cela peut être changé avec l'option -a/--attach qui crée une\n"
  4882. " pièce jointe séparée pour le patch, ou avec -i/--inline qui\n"
  4883. " insère celle-ci dans le corps.\n"
  4884. "\n"
  4885. " Avec -o/--outgoing, des courriels seront générés pour chaque\n"
  4886. " révision non trouvée dans le dépôt cible (ou seulement pour les\n"
  4887. " ancêtres des révisions spécifiées, le cas échéant).\n"
  4888. "\n"
  4889. " Avec -b/--bundle, les \"changesets\" sont sélectionnés de la\n"
  4890. " même manière que pour --outgoing, mais il seront envoyés via\n"
  4891. " un unique courriel dans un \"bundle\" Mercurial binaire joint.\n"
  4892. "\n"
  4893. " Exemples :\n"
  4894. "\n"
  4895. " hg email -r 3000 # envoyer uniquement le patch 3000\n"
  4896. " hg email -r 3000 -r 3001 # envoyer les patchs 3000 et 3001\n"
  4897. " hg email -r 3000:3005 # envoyer les patchs 3000 à 3005\n"
  4898. " hg email 3000 # envoyer le patch 3000 (déprécié)\n"
  4899. "\n"
  4900. " hg email -o # envoyer les patchs absents de la\n"
  4901. " destination par défaut\n"
  4902. " hg email -o DEST # envoyer les patchs absents de DEST\n"
  4903. " hg email -o -r 3000 # envoyer les ancêtres de 3000 absents\n"
  4904. " de la destination par défaut\n"
  4905. " hg email -o -r 3000 DEST # envoyer les ancêtres de 3000 absents\n"
  4906. " de DEST\n"
  4907. "\n"
  4908. " Afin de pouvoir utiliser cette commande, il est nécessaire\n"
  4909. " d'activer préalablement l'envoi de courriel dans le fichier\n"
  4910. " de configuration (hgrc). Consulter hgrc(5) à la section\n"
  4911. " [email] pour plus de détails.\n"
  4912. " "
  4913. #, fuzzy
  4914. msgid ""
  4915. " By default the patch is included as text in the email body for\n"
  4916. " easy reviewing. Using the -a/--attach option will instead create\n"
  4917. " an attachment for the patch. With -i/--inline an inline attachment\n"
  4918. " will be created."
  4919. msgstr ""
  4920. "envoi de \"changesets\" par courrier électronique\n"
  4921. "\n"
  4922. " Par défaut, les modifications sont envoyées au format généré par\n"
  4923. " \"hg export\", une par message. La série débute par un message\n"
  4924. " la décrivant dans son ensemble, intitulé \"[PATCH 0 of N]\".\n"
  4925. "\n"
  4926. " Chaque courriel a pour sujet un résumé des modifications\n"
  4927. " apportées par le patch (pris en première ligne de la description\n"
  4928. " du \"changeset\"), préfixé par \"[PATCH M of N] \".\n"
  4929. " Le message est constitué de deux ou trois parties. D'abord,\n"
  4930. " le texte décrivant le \"changeset\". Puis, (optionnellement)\n"
  4931. " un résumé des modifications généré par le programme diffstat si\n"
  4932. " celui-ci est installé et que l'option -d/--diffstat a été\n"
  4933. " spécifiée. Et enfin le patch, tel que généré par \"hg export\".\n"
  4934. "\n"
  4935. " Par défaut le patch est inclus textuellement dans le corps du\n"
  4936. " message afin de faciliter les relectures et commentaires.\n"
  4937. " Cela peut être changé avec l'option -a/--attach qui crée une\n"
  4938. " pièce jointe séparée pour le patch, ou avec -i/--inline qui\n"
  4939. " insère celle-ci dans le corps.\n"
  4940. "\n"
  4941. " Avec -o/--outgoing, des courriels seront générés pour chaque\n"
  4942. " révision non trouvée dans le dépôt cible (ou seulement pour les\n"
  4943. " ancêtres des révisions spécifiées, le cas échéant).\n"
  4944. "\n"
  4945. " Avec -b/--bundle, les \"changesets\" sont sélectionnés de la\n"
  4946. " même manière que pour --outgoing, mais il seront envoyés via\n"
  4947. " un unique courriel dans un \"bundle\" Mercurial binaire joint.\n"
  4948. "\n"
  4949. " Exemples :\n"
  4950. "\n"
  4951. " hg email -r 3000 # envoyer uniquement le patch 3000\n"
  4952. " hg email -r 3000 -r 3001 # envoyer les patchs 3000 et 3001\n"
  4953. " hg email -r 3000:3005 # envoyer les patchs 3000 à 3005\n"
  4954. " hg email 3000 # envoyer le patch 3000 (déprécié)\n"
  4955. "\n"
  4956. " hg email -o # envoyer les patchs absents de la\n"
  4957. " destination par défaut\n"
  4958. " hg email -o DEST # envoyer les patchs absents de DEST\n"
  4959. " hg email -o -r 3000 # envoyer les ancêtres de 3000 absents\n"
  4960. " de la destination par défaut\n"
  4961. " hg email -o -r 3000 DEST # envoyer les ancêtres de 3000 absents\n"
  4962. " de DEST\n"
  4963. "\n"
  4964. " Afin de pouvoir utiliser cette commande, il est nécessaire\n"
  4965. " d'activer préalablement l'envoi de courriel dans le fichier\n"
  4966. " de configuration (hgrc). Consulter hgrc(5) à la section\n"
  4967. " [email] pour plus de détails.\n"
  4968. " "
  4969. #, fuzzy
  4970. msgid ""
  4971. " With -o/--outgoing, emails will be generated for patches not found\n"
  4972. " in the destination repository (or only those which are ancestors\n"
  4973. " of the specified revisions if any are provided)"
  4974. msgstr ""
  4975. "envoi de \"changesets\" par courrier électronique\n"
  4976. "\n"
  4977. " Par défaut, les modifications sont envoyées au format généré par\n"
  4978. " \"hg export\", une par message. La série débute par un message\n"
  4979. " la décrivant dans son ensemble, intitulé \"[PATCH 0 of N]\".\n"
  4980. "\n"
  4981. " Chaque courriel a pour sujet un résumé des modifications\n"
  4982. " apportées par le patch (pris en première ligne de la description\n"
  4983. " du \"changeset\"), préfixé par \"[PATCH M of N] \".\n"
  4984. " Le message est constitué de deux ou trois parties. D'abord,\n"
  4985. " le texte décrivant le \"changeset\". Puis, (optionnellement)\n"
  4986. " un résumé des modifications généré par le programme diffstat si\n"
  4987. " celui-ci est installé et que l'option -d/--diffstat a été\n"
  4988. " spécifiée. Et enfin le patch, tel que généré par \"hg export\".\n"
  4989. "\n"
  4990. " Par défaut le patch est inclus textuellement dans le corps du\n"
  4991. " message afin de faciliter les relectures et commentaires.\n"
  4992. " Cela peut être changé avec l'option -a/--attach qui crée une\n"
  4993. " pièce jointe séparée pour le patch, ou avec -i/--inline qui\n"
  4994. " insère celle-ci dans le corps.\n"
  4995. "\n"
  4996. " Avec -o/--outgoing, des courriels seront générés pour chaque\n"
  4997. " révision non trouvée dans le dépôt cible (ou seulement pour les\n"
  4998. " ancêtres des révisions spécifiées, le cas échéant).\n"
  4999. "\n"
  5000. " Avec -b/--bundle, les \"changesets\" sont sélectionnés de la\n"
  5001. " même manière que pour --outgoing, mais il seront envoyés via\n"
  5002. " un unique courriel dans un \"bundle\" Mercurial binaire joint.\n"
  5003. "\n"
  5004. " Exemples :\n"
  5005. "\n"
  5006. " hg email -r 3000 # envoyer uniquement le patch 3000\n"
  5007. " hg email -r 3000 -r 3001 # envoyer les patchs 3000 et 3001\n"
  5008. " hg email -r 3000:3005 # envoyer les patchs 3000 à 3005\n"
  5009. " hg email 3000 # envoyer le patch 3000 (déprécié)\n"
  5010. "\n"
  5011. " hg email -o # envoyer les patchs absents de la\n"
  5012. " destination par défaut\n"
  5013. " hg email -o DEST # envoyer les patchs absents de DEST\n"
  5014. " hg email -o -r 3000 # envoyer les ancêtres de 3000 absents\n"
  5015. " de la destination par défaut\n"
  5016. " hg email -o -r 3000 DEST # envoyer les ancêtres de 3000 absents\n"
  5017. " de DEST\n"
  5018. "\n"
  5019. " Afin de pouvoir utiliser cette commande, il est nécessaire\n"
  5020. " d'activer préalablement l'envoi de courriel dans le fichier\n"
  5021. " de configuration (hgrc). Consulter hgrc(5) à la section\n"
  5022. " [email] pour plus de détails.\n"
  5023. " "
  5024. #, fuzzy
  5025. msgid ""
  5026. " With -b/--bundle, changesets are selected as for --outgoing, but a\n"
  5027. " single email containing a binary Mercurial bundle as an attachment\n"
  5028. " will be sent."
  5029. msgstr ""
  5030. "envoi de \"changesets\" par courrier électronique\n"
  5031. "\n"
  5032. " Par défaut, les modifications sont envoyées au format généré par\n"
  5033. " \"hg export\", une par message. La série débute par un message\n"
  5034. " la décrivant dans son ensemble, intitulé \"[PATCH 0 of N]\".\n"
  5035. "\n"
  5036. " Chaque courriel a pour sujet un résumé des modifications\n"
  5037. " apportées par le patch (pris en première ligne de la description\n"
  5038. " du \"changeset\"), préfixé par \"[PATCH M of N] \".\n"
  5039. " Le message est constitué de deux ou trois parties. D'abord,\n"
  5040. " le texte décrivant le \"changeset\". Puis, (optionnellement)\n"
  5041. " un résumé des modifications généré par le programme diffstat si\n"
  5042. " celui-ci est installé et que l'option -d/--diffstat a été\n"
  5043. " spécifiée. Et enfin le patch, tel que généré par \"hg export\".\n"
  5044. "\n"
  5045. " Par défaut le patch est inclus textuellement dans le corps du\n"
  5046. " message afin de faciliter les relectures et commentaires.\n"
  5047. " Cela peut être changé avec l'option -a/--attach qui crée une\n"
  5048. " pièce jointe séparée pour le patch, ou avec -i/--inline qui\n"
  5049. " insère celle-ci dans le corps.\n"
  5050. "\n"
  5051. " Avec -o/--outgoing, des courriels seront générés pour chaque\n"
  5052. " révision non trouvée dans le dépôt cible (ou seulement pour les\n"
  5053. " ancêtres des révisions spécifiées, le cas échéant).\n"
  5054. "\n"
  5055. " Avec -b/--bundle, les \"changesets\" sont sélectionnés de la\n"
  5056. " même manière que pour --outgoing, mais il seront envoyés via\n"
  5057. " un unique courriel dans un \"bundle\" Mercurial binaire joint.\n"
  5058. "\n"
  5059. " Exemples :\n"
  5060. "\n"
  5061. " hg email -r 3000 # envoyer uniquement le patch 3000\n"
  5062. " hg email -r 3000 -r 3001 # envoyer les patchs 3000 et 3001\n"
  5063. " hg email -r 3000:3005 # envoyer les patchs 3000 à 3005\n"
  5064. " hg email 3000 # envoyer le patch 3000 (déprécié)\n"
  5065. "\n"
  5066. " hg email -o # envoyer les patchs absents de la\n"
  5067. " destination par défaut\n"
  5068. " hg email -o DEST # envoyer les patchs absents de DEST\n"
  5069. " hg email -o -r 3000 # envoyer les ancêtres de 3000 absents\n"
  5070. " de la destination par défaut\n"
  5071. " hg email -o -r 3000 DEST # envoyer les ancêtres de 3000 absents\n"
  5072. " de DEST\n"
  5073. "\n"
  5074. " Afin de pouvoir utiliser cette commande, il est nécessaire\n"
  5075. " d'activer préalablement l'envoi de courriel dans le fichier\n"
  5076. " de configuration (hgrc). Consulter hgrc(5) à la section\n"
  5077. " [email] pour plus de détails.\n"
  5078. " "
  5079. #, fuzzy
  5080. msgid ""
  5081. " hg email -r 3000 # send patch 3000 only\n"
  5082. " hg email -r 3000 -r 3001 # send patches 3000 and 3001\n"
  5083. " hg email -r 3000:3005 # send patches 3000 through 3005\n"
  5084. " hg email 3000 # send patch 3000 (deprecated)"
  5085. msgstr ""
  5086. "envoi de \"changesets\" par courrier électronique\n"
  5087. "\n"
  5088. " Par défaut, les modifications sont envoyées au format généré par\n"
  5089. " \"hg export\", une par message. La série débute par un message\n"
  5090. " la décrivant dans son ensemble, intitulé \"[PATCH 0 of N]\".\n"
  5091. "\n"
  5092. " Chaque courriel a pour sujet un résumé des modifications\n"
  5093. " apportées par le patch (pris en première ligne de la description\n"
  5094. " du \"changeset\"), préfixé par \"[PATCH M of N] \".\n"
  5095. " Le message est constitué de deux ou trois parties. D'abord,\n"
  5096. " le texte décrivant le \"changeset\". Puis, (optionnellement)\n"
  5097. " un résumé des modifications généré par le programme diffstat si\n"
  5098. " celui-ci est installé et que l'option -d/--diffstat a été\n"
  5099. " spécifiée. Et enfin le patch, tel que généré par \"hg export\".\n"
  5100. "\n"
  5101. " Par défaut le patch est inclus textuellement dans le corps du\n"
  5102. " message afin de faciliter les relectures et commentaires.\n"
  5103. " Cela peut être changé avec l'option -a/--attach qui crée une\n"
  5104. " pièce jointe séparée pour le patch, ou avec -i/--inline qui\n"
  5105. " insère celle-ci dans le corps.\n"
  5106. "\n"
  5107. " Avec -o/--outgoing, des courriels seront générés pour chaque\n"
  5108. " révision non trouvée dans le dépôt cible (ou seulement pour les\n"
  5109. " ancêtres des révisions spécifiées, le cas échéant).\n"
  5110. "\n"
  5111. " Avec -b/--bundle, les \"changesets\" sont sélectionnés de la\n"
  5112. " même manière que pour --outgoing, mais il seront envoyés via\n"
  5113. " un unique courriel dans un \"bundle\" Mercurial binaire joint.\n"
  5114. "\n"
  5115. " Exemples :\n"
  5116. "\n"
  5117. " hg email -r 3000 # envoyer uniquement le patch 3000\n"
  5118. " hg email -r 3000 -r 3001 # envoyer les patchs 3000 et 3001\n"
  5119. " hg email -r 3000:3005 # envoyer les patchs 3000 à 3005\n"
  5120. " hg email 3000 # envoyer le patch 3000 (déprécié)\n"
  5121. "\n"
  5122. " hg email -o # envoyer les patchs absents de la\n"
  5123. " destination par défaut\n"
  5124. " hg email -o DEST # envoyer les patchs absents de DEST\n"
  5125. " hg email -o -r 3000 # envoyer les ancêtres de 3000 absents\n"
  5126. " de la destination par défaut\n"
  5127. " hg email -o -r 3000 DEST # envoyer les ancêtres de 3000 absents\n"
  5128. " de DEST\n"
  5129. "\n"
  5130. " Afin de pouvoir utiliser cette commande, il est nécessaire\n"
  5131. " d'activer préalablement l'envoi de courriel dans le fichier\n"
  5132. " de configuration (hgrc). Consulter hgrc(5) à la section\n"
  5133. " [email] pour plus de détails.\n"
  5134. " "
  5135. #, fuzzy
  5136. msgid ""
  5137. " hg email -o # send all patches not in default\n"
  5138. " hg email -o DEST # send all patches not in DEST\n"
  5139. " hg email -o -r 3000 # send all ancestors of 3000 not in default\n"
  5140. " hg email -o -r 3000 DEST # send all ancestors of 3000 not in DEST"
  5141. msgstr ""
  5142. "envoi de \"changesets\" par courrier électronique\n"
  5143. "\n"
  5144. " Par défaut, les modifications sont envoyées au format généré par\n"
  5145. " \"hg export\", une par message. La série débute par un message\n"
  5146. " la décrivant dans son ensemble, intitulé \"[PATCH 0 of N]\".\n"
  5147. "\n"
  5148. " Chaque courriel a pour sujet un résumé des modifications\n"
  5149. " apportées par le patch (pris en première ligne de la description\n"
  5150. " du \"changeset\"), préfixé par \"[PATCH M of N] \".\n"
  5151. " Le message est constitué de deux ou trois parties. D'abord,\n"
  5152. " le texte décrivant le \"changeset\". Puis, (optionnellement)\n"
  5153. " un résumé des modifications généré par le programme diffstat si\n"
  5154. " celui-ci est installé et que l'option -d/--diffstat a été\n"
  5155. " spécifiée. Et enfin le patch, tel que généré par \"hg export\".\n"
  5156. "\n"
  5157. " Par défaut le patch est inclus textuellement dans le corps du\n"
  5158. " message afin de faciliter les relectures et commentaires.\n"
  5159. " Cela peut être changé avec l'option -a/--attach qui crée une\n"
  5160. " pièce jointe séparée pour le patch, ou avec -i/--inline qui\n"
  5161. " insère celle-ci dans le corps.\n"
  5162. "\n"
  5163. " Avec -o/--outgoing, des courriels seront générés pour chaque\n"
  5164. " révision non trouvée dans le dépôt cible (ou seulement pour les\n"
  5165. " ancêtres des révisions spécifiées, le cas échéant).\n"
  5166. "\n"
  5167. " Avec -b/--bundle, les \"changesets\" sont sélectionnés de la\n"
  5168. " même manière que pour --outgoing, mais il seront envoyés via\n"
  5169. " un unique courriel dans un \"bundle\" Mercurial binaire joint.\n"
  5170. "\n"
  5171. " Exemples :\n"
  5172. "\n"
  5173. " hg email -r 3000 # envoyer uniquement le patch 3000\n"
  5174. " hg email -r 3000 -r 3001 # envoyer les patchs 3000 et 3001\n"
  5175. " hg email -r 3000:3005 # envoyer les patchs 3000 à 3005\n"
  5176. " hg email 3000 # envoyer le patch 3000 (déprécié)\n"
  5177. "\n"
  5178. " hg email -o # envoyer les patchs absents de la\n"
  5179. " destination par défaut\n"
  5180. " hg email -o DEST # envoyer les patchs absents de DEST\n"
  5181. " hg email -o -r 3000 # envoyer les ancêtres de 3000 absents\n"
  5182. " de la destination par défaut\n"
  5183. " hg email -o -r 3000 DEST # envoyer les ancêtres de 3000 absents\n"
  5184. " de DEST\n"
  5185. "\n"
  5186. " Afin de pouvoir utiliser cette commande, il est nécessaire\n"
  5187. " d'activer préalablement l'envoi de courriel dans le fichier\n"
  5188. " de configuration (hgrc). Consulter hgrc(5) à la section\n"
  5189. " [email] pour plus de détails.\n"
  5190. " "
  5191. #, fuzzy
  5192. msgid ""
  5193. " hg email -b # send bundle of all patches not in default\n"
  5194. " hg email -b DEST # send bundle of all patches not in DEST\n"
  5195. " hg email -b -r 3000 # bundle of all ancestors of 3000 not in default\n"
  5196. " hg email -b -r 3000 DEST # bundle of all ancestors of 3000 not in DEST"
  5197. msgstr ""
  5198. "envoi de \"changesets\" par courrier électronique\n"
  5199. "\n"
  5200. " Par défaut, les modifications sont envoyées au format généré par\n"
  5201. " \"hg export\", une par message. La série débute par un message\n"
  5202. " la décrivant dans son ensemble, intitulé \"[PATCH 0 of N]\".\n"
  5203. "\n"
  5204. " Chaque courriel a pour sujet un résumé des modifications\n"
  5205. " apportées par le patch (pris en première ligne de la description\n"
  5206. " du \"changeset\"), préfixé par \"[PATCH M of N] \".\n"
  5207. " Le message est constitué de deux ou trois parties. D'abord,\n"
  5208. " le texte décrivant le \"changeset\". Puis, (optionnellement)\n"
  5209. " un résumé des modifications généré par le programme diffstat si\n"
  5210. " celui-ci est installé et que l'option -d/--diffstat a été\n"
  5211. " spécifiée. Et enfin le patch, tel que généré par \"hg export\".\n"
  5212. "\n"
  5213. " Par défaut le patch est inclus textuellement dans le corps du\n"
  5214. " message afin de faciliter les relectures et commentaires.\n"
  5215. " Cela peut être changé avec l'option -a/--attach qui crée une\n"
  5216. " pièce jointe séparée pour le patch, ou avec -i/--inline qui\n"
  5217. " insère celle-ci dans le corps.\n"
  5218. "\n"
  5219. " Avec -o/--outgoing, des courriels seront générés pour chaque\n"
  5220. " révision non trouvée dans le dépôt cible (ou seulement pour les\n"
  5221. " ancêtres des révisions spécifiées, le cas échéant).\n"
  5222. "\n"
  5223. " Avec -b/--bundle, les \"changesets\" sont sélectionnés de la\n"
  5224. " même manière que pour --outgoing, mais il seront envoyés via\n"
  5225. " un unique courriel dans un \"bundle\" Mercurial binaire joint.\n"
  5226. "\n"
  5227. " Exemples :\n"
  5228. "\n"
  5229. " hg email -r 3000 # envoyer uniquement le patch 3000\n"
  5230. " hg email -r 3000 -r 3001 # envoyer les patchs 3000 et 3001\n"
  5231. " hg email -r 3000:3005 # envoyer les patchs 3000 à 3005\n"
  5232. " hg email 3000 # envoyer le patch 3000 (déprécié)\n"
  5233. "\n"
  5234. " hg email -o # envoyer les patchs absents de la\n"
  5235. " destination par défaut\n"
  5236. " hg email -o DEST # envoyer les patchs absents de DEST\n"
  5237. " hg email -o -r 3000 # envoyer les ancêtres de 3000 absents\n"
  5238. " de la destination par défaut\n"
  5239. " hg email -o -r 3000 DEST # envoyer les ancêtres de 3000 absents\n"
  5240. " de DEST\n"
  5241. "\n"
  5242. " Afin de pouvoir utiliser cette commande, il est nécessaire\n"
  5243. " d'activer préalablement l'envoi de courriel dans le fichier\n"
  5244. " de configuration (hgrc). Consulter hgrc(5) à la section\n"
  5245. " [email] pour plus de détails.\n"
  5246. " "
  5247. #, fuzzy
  5248. msgid ""
  5249. " Before using this command, you will need to enable email in your\n"
  5250. " hgrc. See the [email] section in hgrc(5) for details.\n"
  5251. " "
  5252. msgstr ""
  5253. "envoi de \"changesets\" par courrier électronique\n"
  5254. "\n"
  5255. " Par défaut, les modifications sont envoyées au format généré par\n"
  5256. " \"hg export\", une par message. La série débute par un message\n"
  5257. " la décrivant dans son ensemble, intitulé \"[PATCH 0 of N]\".\n"
  5258. "\n"
  5259. " Chaque courriel a pour sujet un résumé des modifications\n"
  5260. " apportées par le patch (pris en première ligne de la description\n"
  5261. " du \"changeset\"), préfixé par \"[PATCH M of N] \".\n"
  5262. " Le message est constitué de deux ou trois parties. D'abord,\n"
  5263. " le texte décrivant le \"changeset\". Puis, (optionnellement)\n"
  5264. " un résumé des modifications généré par le programme diffstat si\n"
  5265. " celui-ci est installé et que l'option -d/--diffstat a été\n"
  5266. " spécifiée. Et enfin le patch, tel que généré par \"hg export\".\n"
  5267. "\n"
  5268. " Par défaut le patch est inclus textuellement dans le corps du\n"
  5269. " message afin de faciliter les relectures et commentaires.\n"
  5270. " Cela peut être changé avec l'option -a/--attach qui crée une\n"
  5271. " pièce jointe séparée pour le patch, ou avec -i/--inline qui\n"
  5272. " insère celle-ci dans le corps.\n"
  5273. "\n"
  5274. " Avec -o/--outgoing, des courriels seront générés pour chaque\n"
  5275. " révision non trouvée dans le dépôt cible (ou seulement pour les\n"
  5276. " ancêtres des révisions spécifiées, le cas échéant).\n"
  5277. "\n"
  5278. " Avec -b/--bundle, les \"changesets\" sont sélectionnés de la\n"
  5279. " même manière que pour --outgoing, mais il seront envoyés via\n"
  5280. " un unique courriel dans un \"bundle\" Mercurial binaire joint.\n"
  5281. "\n"
  5282. " Exemples :\n"
  5283. "\n"
  5284. " hg email -r 3000 # envoyer uniquement le patch 3000\n"
  5285. " hg email -r 3000 -r 3001 # envoyer les patchs 3000 et 3001\n"
  5286. " hg email -r 3000:3005 # envoyer les patchs 3000 à 3005\n"
  5287. " hg email 3000 # envoyer le patch 3000 (déprécié)\n"
  5288. "\n"
  5289. " hg email -o # envoyer les patchs absents de la\n"
  5290. " destination par défaut\n"
  5291. " hg email -o DEST # envoyer les patchs absents de DEST\n"
  5292. " hg email -o -r 3000 # envoyer les ancêtres de 3000 absents\n"
  5293. " de la destination par défaut\n"
  5294. " hg email -o -r 3000 DEST # envoyer les ancêtres de 3000 absents\n"
  5295. " de DEST\n"
  5296. "\n"
  5297. " Afin de pouvoir utiliser cette commande, il est nécessaire\n"
  5298. " d'activer préalablement l'envoi de courriel dans le fichier\n"
  5299. " de configuration (hgrc). Consulter hgrc(5) à la section\n"
  5300. " [email] pour plus de détails.\n"
  5301. " "
  5302. msgid "specify at least one changeset with -r or -o"
  5303. msgstr "veuillez spécifier au minimum un \"changeset\", à l'aide de -r ou -o"
  5304. msgid "--outgoing mode always on with --bundle; do not re-specify --outgoing"
  5305. msgstr "ne pas spécifier --outgoing, qui est systématiquement activé lorsque --bundle est utilisé"
  5306. msgid "too many destinations"
  5307. msgstr "trop de destinations"
  5308. msgid "use only one form to specify the revision"
  5309. msgstr "veuillez ne spécifier les révisions que d'une seule manière"
  5310. msgid ""
  5311. "\n"
  5312. "Write the introductory message for the patch series."
  5313. msgstr ""
  5314. "\n"
  5315. "Veuillez écrire le message d'introduction de la série de patchs."
  5316. #, python-format
  5317. msgid "This patch series consists of %d patches."
  5318. msgstr "Cette série comporte %d patchs."
  5319. msgid "Final summary:\n"
  5320. msgstr "Résumé complet des modifications :\n"
  5321. msgid "Displaying "
  5322. msgstr "Affichage de "
  5323. msgid "Writing "
  5324. msgstr "Écriture de "
  5325. msgid "Sending "
  5326. msgstr "Envoi de "
  5327. msgid "send patches as attachments"
  5328. msgstr "envoyer les patchs en tant que pièces jointes"
  5329. msgid "send patches as inline attachments"
  5330. msgstr "envoyer les patchs comme pièces insérées dans le corps du message"
  5331. msgid "email addresses of blind carbon copy recipients"
  5332. msgstr "adresses électroniques des destinataires en copie carbone invisible"
  5333. msgid "email addresses of copy recipients"
  5334. msgstr "adresses électroniques des destinataires en copie carbone"
  5335. msgid "add diffstat output to messages"
  5336. msgstr "ajouter un résumé des modifications avec diffstat dans les messages"
  5337. msgid "use the given date as the sending date"
  5338. msgstr "utiliser la date fournie comme date d'envoi"
  5339. msgid "use the given file as the series description"
  5340. msgstr "lire le message d'introduction à la série dans le fichier fourni"
  5341. msgid "email address of sender"
  5342. msgstr "adresse électronique de l'expéditeur"
  5343. msgid "print messages that would be sent"
  5344. msgstr "afficher les messages tels qu'ils seraient envoyés"
  5345. msgid "write messages to mbox file instead of sending them"
  5346. msgstr "écrire les messages dans un fichier au format \"mbox\" au lieu de les envoyer"
  5347. msgid "subject of first message (intro or single patch)"
  5348. msgstr "sujet du premier message (intro ou patch unique)"
  5349. msgid "message identifier to reply to"
  5350. msgstr "identifiant du message auquel répondre"
  5351. msgid "flags to add in subject prefixes"
  5352. msgstr ""
  5353. msgid "email addresses of recipients"
  5354. msgstr "adresses électroniques des destinataires"
  5355. msgid "omit hg patch header"
  5356. msgstr "omettre l'en-tête de patch spécifique à Mercurial"
  5357. msgid "send changes not found in the target repository"
  5358. msgstr "envoyer les modifications non présentes dans le dépôt cible"
  5359. msgid "send changes not in target as a binary bundle"
  5360. msgstr "envoyer les modifications non présentes dans le dépôt cible sous forme de \"bundle\" binaire"
  5361. msgid "name of the bundle attachment file"
  5362. msgstr "nom à donner au fichier \"bundle\" envoyé"
  5363. msgid "a revision to send"
  5364. msgstr "une révision à envoyer"
  5365. msgid "run even when remote repository is unrelated (with -b/--bundle)"
  5366. msgstr "procéder même si le dépôt cible n'est pas apparenté (avec -b/--bundle)"
  5367. msgid "a base changeset to specify instead of a destination (with -b/--bundle)"
  5368. msgstr "un \"changeset\" à utiliser comme point de départ, au lieu d'une destination (avec -b/--bundle)"
  5369. msgid "send an introduction email for a single patch"
  5370. msgstr "envoyer un courriel d'introduction pour un patch seul"
  5371. msgid "hg email [OPTION]... [DEST]..."
  5372. msgstr "hg email [OPTION]... [DEST]..."
  5373. msgid "command to delete untracked files from the working directory"
  5374. msgstr ""
  5375. #, fuzzy
  5376. msgid "removes files not tracked by Mercurial"
  5377. msgstr ""
  5378. "retire les fichiers non suivis par Mercurial\n"
  5379. "\n"
  5380. " Supprime les fichiers non connus de Mercurial, ce qui peut être\n"
  5381. " utile pour tester des changements locaux non enregistrés à\n"
  5382. " l'intérieur d'une arborescence de sources propre.\n"
  5383. "\n"
  5384. " Ainsi, purge effacera :\n"
  5385. " - les fichiers inconnus : fichiers que \"hg status\" indique\n"
  5386. " par un point d'interrogation\n"
  5387. " - les répertoires vides : en fait Mercurial ignore complètement\n"
  5388. " les répertoires, à moins qu'ils ne contiennent des fichiers\n"
  5389. " sous son contrôle\n"
  5390. " Seront par contre laissés intacts :\n"
  5391. " - Les fichiers placés sous contrôle, qu'ils aient été modifiés\n"
  5392. " ou non\n"
  5393. " - Les fichiers ignorés (sauf si --all est utilisé)\n"
  5394. " - Les fichiers nouvellement ajoutés au dépôt (avec \"hg add\")\n"
  5395. "\n"
  5396. " Si des répertoires sont spécifiés sur la ligne de commande,\n"
  5397. " seuls les fichiers qu'ils contiennent seront considérés.\n"
  5398. "\n"
  5399. " Soyez prudent en utilisant purge, si vous avez oublié d'ajouter\n"
  5400. " des fichiers au dépôt, ils seront perdus irrémédiablement.\n"
  5401. " Si vous souhaitez seulement afficher la liste des fichiers qui\n"
  5402. " seraient effacés par purge, utilisez l'option --print.\n"
  5403. " "
  5404. #, fuzzy
  5405. msgid ""
  5406. " Delete files not known to Mercurial. This is useful to test local\n"
  5407. " and uncommitted changes in an otherwise-clean source tree."
  5408. msgstr ""
  5409. "retire les fichiers non suivis par Mercurial\n"
  5410. "\n"
  5411. " Supprime les fichiers non connus de Mercurial, ce qui peut être\n"
  5412. " utile pour tester des changements locaux non enregistrés à\n"
  5413. " l'intérieur d'une arborescence de sources propre.\n"
  5414. "\n"
  5415. " Ainsi, purge effacera :\n"
  5416. " - les fichiers inconnus : fichiers que \"hg status\" indique\n"
  5417. " par un point d'interrogation\n"
  5418. " - les répertoires vides : en fait Mercurial ignore complètement\n"
  5419. " les répertoires, à moins qu'ils ne contiennent des fichiers\n"
  5420. " sous son contrôle\n"
  5421. " Seront par contre laissés intacts :\n"
  5422. " - Les fichiers placés sous contrôle, qu'ils aient été modifiés\n"
  5423. " ou non\n"
  5424. " - Les fichiers ignorés (sauf si --all est utilisé)\n"
  5425. " - Les fichiers nouvellement ajoutés au dépôt (avec \"hg add\")\n"
  5426. "\n"
  5427. " Si des répertoires sont spécifiés sur la ligne de commande,\n"
  5428. " seuls les fichiers qu'ils contiennent seront considérés.\n"
  5429. "\n"
  5430. " Soyez prudent en utilisant purge, si vous avez oublié d'ajouter\n"
  5431. " des fichiers au dépôt, ils seront perdus irrémédiablement.\n"
  5432. " Si vous souhaitez seulement afficher la liste des fichiers qui\n"
  5433. " seraient effacés par purge, utilisez l'option --print.\n"
  5434. " "
  5435. #, fuzzy
  5436. msgid " This means that purge will delete:"
  5437. msgstr ""
  5438. "retire les fichiers non suivis par Mercurial\n"
  5439. "\n"
  5440. " Supprime les fichiers non connus de Mercurial, ce qui peut être\n"
  5441. " utile pour tester des changements locaux non enregistrés à\n"
  5442. " l'intérieur d'une arborescence de sources propre.\n"
  5443. "\n"
  5444. " Ainsi, purge effacera :\n"
  5445. " - les fichiers inconnus : fichiers que \"hg status\" indique\n"
  5446. " par un point d'interrogation\n"
  5447. " - les répertoires vides : en fait Mercurial ignore complètement\n"
  5448. " les répertoires, à moins qu'ils ne contiennent des fichiers\n"
  5449. " sous son contrôle\n"
  5450. " Seront par contre laissés intacts :\n"
  5451. " - Les fichiers placés sous contrôle, qu'ils aient été modifiés\n"
  5452. " ou non\n"
  5453. " - Les fichiers ignorés (sauf si --all est utilisé)\n"
  5454. " - Les fichiers nouvellement ajoutés au dépôt (avec \"hg add\")\n"
  5455. "\n"
  5456. " Si des répertoires sont spécifiés sur la ligne de commande,\n"
  5457. " seuls les fichiers qu'ils contiennent seront considérés.\n"
  5458. "\n"
  5459. " Soyez prudent en utilisant purge, si vous avez oublié d'ajouter\n"
  5460. " des fichiers au dépôt, ils seront perdus irrémédiablement.\n"
  5461. " Si vous souhaitez seulement afficher la liste des fichiers qui\n"
  5462. " seraient effacés par purge, utilisez l'option --print.\n"
  5463. " "
  5464. #, fuzzy
  5465. msgid ""
  5466. " - Unknown files: files marked with \"?\" by \"hg status\"\n"
  5467. " - Empty directories: in fact Mercurial ignores directories unless\n"
  5468. " they contain files under source control management"
  5469. msgstr ""
  5470. "retire les fichiers non suivis par Mercurial\n"
  5471. "\n"
  5472. " Supprime les fichiers non connus de Mercurial, ce qui peut être\n"
  5473. " utile pour tester des changements locaux non enregistrés à\n"
  5474. " l'intérieur d'une arborescence de sources propre.\n"
  5475. "\n"
  5476. " Ainsi, purge effacera :\n"
  5477. " - les fichiers inconnus : fichiers que \"hg status\" indique\n"
  5478. " par un point d'interrogation\n"
  5479. " - les répertoires vides : en fait Mercurial ignore complètement\n"
  5480. " les répertoires, à moins qu'ils ne contiennent des fichiers\n"
  5481. " sous son contrôle\n"
  5482. " Seront par contre laissés intacts :\n"
  5483. " - Les fichiers placés sous contrôle, qu'ils aient été modifiés\n"
  5484. " ou non\n"
  5485. " - Les fichiers ignorés (sauf si --all est utilisé)\n"
  5486. " - Les fichiers nouvellement ajoutés au dépôt (avec \"hg add\")\n"
  5487. "\n"
  5488. " Si des répertoires sont spécifiés sur la ligne de commande,\n"
  5489. " seuls les fichiers qu'ils contiennent seront considérés.\n"
  5490. "\n"
  5491. " Soyez prudent en utilisant purge, si vous avez oublié d'ajouter\n"
  5492. " des fichiers au dépôt, ils seront perdus irrémédiablement.\n"
  5493. " Si vous souhaitez seulement afficher la liste des fichiers qui\n"
  5494. " seraient effacés par purge, utilisez l'option --print.\n"
  5495. " "
  5496. #, fuzzy
  5497. msgid " But it will leave untouched:"
  5498. msgstr ""
  5499. "retire les fichiers non suivis par Mercurial\n"
  5500. "\n"
  5501. " Supprime les fichiers non connus de Mercurial, ce qui peut être\n"
  5502. " utile pour tester des changements locaux non enregistrés à\n"
  5503. " l'intérieur d'une arborescence de sources propre.\n"
  5504. "\n"
  5505. " Ainsi, purge effacera :\n"
  5506. " - les fichiers inconnus : fichiers que \"hg status\" indique\n"
  5507. " par un point d'interrogation\n"
  5508. " - les répertoires vides : en fait Mercurial ignore complètement\n"
  5509. " les répertoires, à moins qu'ils ne contiennent des fichiers\n"
  5510. " sous son contrôle\n"
  5511. " Seront par contre laissés intacts :\n"
  5512. " - Les fichiers placés sous contrôle, qu'ils aient été modifiés\n"
  5513. " ou non\n"
  5514. " - Les fichiers ignorés (sauf si --all est utilisé)\n"
  5515. " - Les fichiers nouvellement ajoutés au dépôt (avec \"hg add\")\n"
  5516. "\n"
  5517. " Si des répertoires sont spécifiés sur la ligne de commande,\n"
  5518. " seuls les fichiers qu'ils contiennent seront considérés.\n"
  5519. "\n"
  5520. " Soyez prudent en utilisant purge, si vous avez oublié d'ajouter\n"
  5521. " des fichiers au dépôt, ils seront perdus irrémédiablement.\n"
  5522. " Si vous souhaitez seulement afficher la liste des fichiers qui\n"
  5523. " seraient effacés par purge, utilisez l'option --print.\n"
  5524. " "
  5525. #, fuzzy
  5526. msgid ""
  5527. " - Modified and unmodified tracked files\n"
  5528. " - Ignored files (unless --all is specified)\n"
  5529. " - New files added to the repository (with \"hg add\")"
  5530. msgstr ""
  5531. "retire les fichiers non suivis par Mercurial\n"
  5532. "\n"
  5533. " Supprime les fichiers non connus de Mercurial, ce qui peut être\n"
  5534. " utile pour tester des changements locaux non enregistrés à\n"
  5535. " l'intérieur d'une arborescence de sources propre.\n"
  5536. "\n"
  5537. " Ainsi, purge effacera :\n"
  5538. " - les fichiers inconnus : fichiers que \"hg status\" indique\n"
  5539. " par un point d'interrogation\n"
  5540. " - les répertoires vides : en fait Mercurial ignore complètement\n"
  5541. " les répertoires, à moins qu'ils ne contiennent des fichiers\n"
  5542. " sous son contrôle\n"
  5543. " Seront par contre laissés intacts :\n"
  5544. " - Les fichiers placés sous contrôle, qu'ils aient été modifiés\n"
  5545. " ou non\n"
  5546. " - Les fichiers ignorés (sauf si --all est utilisé)\n"
  5547. " - Les fichiers nouvellement ajoutés au dépôt (avec \"hg add\")\n"
  5548. "\n"
  5549. " Si des répertoires sont spécifiés sur la ligne de commande,\n"
  5550. " seuls les fichiers qu'ils contiennent seront considérés.\n"
  5551. "\n"
  5552. " Soyez prudent en utilisant purge, si vous avez oublié d'ajouter\n"
  5553. " des fichiers au dépôt, ils seront perdus irrémédiablement.\n"
  5554. " Si vous souhaitez seulement afficher la liste des fichiers qui\n"
  5555. " seraient effacés par purge, utilisez l'option --print.\n"
  5556. " "
  5557. #, fuzzy
  5558. msgid ""
  5559. " If directories are given on the command line, only files in these\n"
  5560. " directories are considered."
  5561. msgstr ""
  5562. "retire les fichiers non suivis par Mercurial\n"
  5563. "\n"
  5564. " Supprime les fichiers non connus de Mercurial, ce qui peut être\n"
  5565. " utile pour tester des changements locaux non enregistrés à\n"
  5566. " l'intérieur d'une arborescence de sources propre.\n"
  5567. "\n"
  5568. " Ainsi, purge effacera :\n"
  5569. " - les fichiers inconnus : fichiers que \"hg status\" indique\n"
  5570. " par un point d'interrogation\n"
  5571. " - les répertoires vides : en fait Mercurial ignore complètement\n"
  5572. " les répertoires, à moins qu'ils ne contiennent des fichiers\n"
  5573. " sous son contrôle\n"
  5574. " Seront par contre laissés intacts :\n"
  5575. " - Les fichiers placés sous contrôle, qu'ils aient été modifiés\n"
  5576. " ou non\n"
  5577. " - Les fichiers ignorés (sauf si --all est utilisé)\n"
  5578. " - Les fichiers nouvellement ajoutés au dépôt (avec \"hg add\")\n"
  5579. "\n"
  5580. " Si des répertoires sont spécifiés sur la ligne de commande,\n"
  5581. " seuls les fichiers qu'ils contiennent seront considérés.\n"
  5582. "\n"
  5583. " Soyez prudent en utilisant purge, si vous avez oublié d'ajouter\n"
  5584. " des fichiers au dépôt, ils seront perdus irrémédiablement.\n"
  5585. " Si vous souhaitez seulement afficher la liste des fichiers qui\n"
  5586. " seraient effacés par purge, utilisez l'option --print.\n"
  5587. " "
  5588. #, fuzzy
  5589. msgid ""
  5590. " Be careful with purge, as you could irreversibly delete some files\n"
  5591. " you forgot to add to the repository. If you only want to print the\n"
  5592. " list of files that this program would delete, use the --print\n"
  5593. " option.\n"
  5594. " "
  5595. msgstr ""
  5596. "retire les fichiers non suivis par Mercurial\n"
  5597. "\n"
  5598. " Supprime les fichiers non connus de Mercurial, ce qui peut être\n"
  5599. " utile pour tester des changements locaux non enregistrés à\n"
  5600. " l'intérieur d'une arborescence de sources propre.\n"
  5601. "\n"
  5602. " Ainsi, purge effacera :\n"
  5603. " - les fichiers inconnus : fichiers que \"hg status\" indique\n"
  5604. " par un point d'interrogation\n"
  5605. " - les répertoires vides : en fait Mercurial ignore complètement\n"
  5606. " les répertoires, à moins qu'ils ne contiennent des fichiers\n"
  5607. " sous son contrôle\n"
  5608. " Seront par contre laissés intacts :\n"
  5609. " - Les fichiers placés sous contrôle, qu'ils aient été modifiés\n"
  5610. " ou non\n"
  5611. " - Les fichiers ignorés (sauf si --all est utilisé)\n"
  5612. " - Les fichiers nouvellement ajoutés au dépôt (avec \"hg add\")\n"
  5613. "\n"
  5614. " Si des répertoires sont spécifiés sur la ligne de commande,\n"
  5615. " seuls les fichiers qu'ils contiennent seront considérés.\n"
  5616. "\n"
  5617. " Soyez prudent en utilisant purge, si vous avez oublié d'ajouter\n"
  5618. " des fichiers au dépôt, ils seront perdus irrémédiablement.\n"
  5619. " Si vous souhaitez seulement afficher la liste des fichiers qui\n"
  5620. " seraient effacés par purge, utilisez l'option --print.\n"
  5621. " "
  5622. #, python-format
  5623. msgid "%s cannot be removed"
  5624. msgstr "%s ne peut être supprimé"
  5625. #, python-format
  5626. msgid "warning: %s\n"
  5627. msgstr "attention: %s\n"
  5628. #, python-format
  5629. msgid "Removing file %s\n"
  5630. msgstr "Suppression du fichier %s\n"
  5631. #, python-format
  5632. msgid "Removing directory %s\n"
  5633. msgstr "Suppression du répertoire %s\n"
  5634. msgid "abort if an error occurs"
  5635. msgstr "abandonner en cas d'erreur"
  5636. msgid "purge ignored files too"
  5637. msgstr "supprimer également les fichiers ignorés"
  5638. msgid "print filenames instead of deleting them"
  5639. msgstr "afficher les nom des fichiers au lieu de les supprimer"
  5640. msgid "end filenames with NUL, for use with xargs (implies -p/--print)"
  5641. msgstr "terminer les noms de fichiers par un caractère nul, pour utilisation avec xargs (implique -p/--print)"
  5642. msgid "hg purge [OPTION]... [DIR]..."
  5643. msgstr "hg purge [OPTION]... [RÉPERTOIRE]..."
  5644. msgid "command to move sets of revisions to a different ancestor"
  5645. msgstr ""
  5646. msgid ""
  5647. "This extension lets you rebase changesets in an existing Mercurial\n"
  5648. "repository."
  5649. msgstr ""
  5650. msgid ""
  5651. "For more information:\n"
  5652. "http://mercurial.selenic.com/wiki/RebaseExtension\n"
  5653. msgstr ""
  5654. msgid "move changeset (and descendants) to a different branch"
  5655. msgstr ""
  5656. msgid ""
  5657. " Rebase uses repeated merging to graft changesets from one part of\n"
  5658. " history onto another. This can be useful for linearizing local\n"
  5659. " changes relative to a master development tree."
  5660. msgstr ""
  5661. msgid ""
  5662. " If a rebase is interrupted to manually resolve a merge, it can be\n"
  5663. " continued with --continue/-c or aborted with --abort/-a.\n"
  5664. " "
  5665. msgstr ""
  5666. msgid "cannot use both abort and continue"
  5667. msgstr ""
  5668. msgid "cannot use collapse with continue or abort"
  5669. msgstr ""
  5670. msgid "abort and continue do not allow specifying revisions"
  5671. msgstr ""
  5672. msgid "cannot specify both a revision and a base"
  5673. msgstr ""
  5674. msgid "nothing to rebase\n"
  5675. msgstr ""
  5676. msgid "cannot use both keepbranches and extrafn"
  5677. msgstr ""
  5678. msgid "rebase merging completed\n"
  5679. msgstr ""
  5680. msgid "warning: new changesets detected on source branch, not stripping\n"
  5681. msgstr ""
  5682. msgid "rebase completed\n"
  5683. msgstr ""
  5684. #, python-format
  5685. msgid "%d revisions have been skipped\n"
  5686. msgstr ""
  5687. msgid "fix unresolved conflicts with hg resolve then run hg rebase --continue"
  5688. msgstr ""
  5689. #, python-format
  5690. msgid "no changes, revision %d skipped\n"
  5691. msgstr ""
  5692. #, python-format
  5693. msgid "cannot use revision %d as base, result would have 3 parents"
  5694. msgstr ""
  5695. msgid "no rebase in progress"
  5696. msgstr ""
  5697. msgid "warning: new changesets detected on target branch, not stripping\n"
  5698. msgstr ""
  5699. msgid "rebase aborted\n"
  5700. msgstr ""
  5701. msgid "cannot rebase onto an applied mq patch"
  5702. msgstr ""
  5703. #, fuzzy
  5704. msgid "source is ancestor of destination"
  5705. msgstr "le répertoire racine ne peut servir de destination"
  5706. #, fuzzy
  5707. msgid "source is descendant of destination"
  5708. msgstr "le répertoire racine ne peut servir de destination"
  5709. msgid "unable to collapse, there is more than one external parent"
  5710. msgstr ""
  5711. msgid "rebase working directory to branch head"
  5712. msgstr ""
  5713. msgid "rebase from a given revision"
  5714. msgstr ""
  5715. msgid "rebase from the base of a given revision"
  5716. msgstr ""
  5717. msgid "rebase onto a given revision"
  5718. msgstr ""
  5719. msgid "collapse the rebased changesets"
  5720. msgstr ""
  5721. #, fuzzy
  5722. msgid "keep original changesets"
  5723. msgstr "ne pas considérer la révision"
  5724. msgid "keep original branch names"
  5725. msgstr ""
  5726. msgid "continue an interrupted rebase"
  5727. msgstr ""
  5728. msgid "abort an interrupted rebase"
  5729. msgstr ""
  5730. msgid "hg rebase [-s REV | -b REV] [-d REV] [--collapse] [--keep] [--keepbranches] | [-c] | [-a]"
  5731. msgstr ""
  5732. msgid "commands to interactively select changes for commit/qrefresh"
  5733. msgstr ""
  5734. msgid "this modifies a binary file (all or nothing)\n"
  5735. msgstr ""
  5736. msgid "this is a binary file\n"
  5737. msgstr ""
  5738. #, python-format
  5739. msgid "%d hunks, %d lines changed\n"
  5740. msgstr ""
  5741. msgid "[Ynsfdaq?]"
  5742. msgstr ""
  5743. msgid "&Yes, record this change"
  5744. msgstr ""
  5745. msgid "&No, skip this change"
  5746. msgstr ""
  5747. msgid "&Skip remaining changes to this file"
  5748. msgstr ""
  5749. msgid "Record remaining changes to this &file"
  5750. msgstr ""
  5751. msgid "&Done, skip remaining changes and files"
  5752. msgstr ""
  5753. msgid "Record &all changes to all remaining files"
  5754. msgstr ""
  5755. msgid "&Quit, recording no changes"
  5756. msgstr ""
  5757. msgid "&?"
  5758. msgstr ""
  5759. msgid "y - record this change"
  5760. msgstr ""
  5761. msgid "user quit"
  5762. msgstr ""
  5763. #, python-format
  5764. msgid "examine changes to %s?"
  5765. msgstr ""
  5766. msgid " and "
  5767. msgstr ""
  5768. msgid "y"
  5769. msgstr ""
  5770. #, python-format
  5771. msgid "record this change to %r?"
  5772. msgstr ""
  5773. #, python-format
  5774. msgid "record change %d/%d to %r?"
  5775. msgstr ""
  5776. msgid "interactively select changes to commit"
  5777. msgstr ""
  5778. msgid ""
  5779. " If a list of files is omitted, all changes reported by \"hg status\"\n"
  5780. " will be candidates for recording."
  5781. msgstr ""
  5782. msgid " See 'hg help dates' for a list of formats valid for -d/--date."
  5783. msgstr ""
  5784. msgid ""
  5785. " You will be prompted for whether to record changes to each\n"
  5786. " modified file, and for files with multiple changes, for each\n"
  5787. " change to use. For each query, the following responses are\n"
  5788. " possible::"
  5789. msgstr ""
  5790. msgid ""
  5791. " y - record this change\n"
  5792. " n - skip this change"
  5793. msgstr ""
  5794. msgid ""
  5795. " s - skip remaining changes to this file\n"
  5796. " f - record remaining changes to this file"
  5797. msgstr ""
  5798. msgid ""
  5799. " d - done, skip remaining changes and files\n"
  5800. " a - record all changes to all remaining files\n"
  5801. " q - quit, recording no changes"
  5802. msgstr ""
  5803. msgid " ? - display help"
  5804. msgstr ""
  5805. msgid "'mq' extension not loaded"
  5806. msgstr ""
  5807. msgid "running non-interactively, use commit instead"
  5808. msgstr ""
  5809. msgid "no changes to record\n"
  5810. msgstr ""
  5811. msgid "patch failed to apply"
  5812. msgstr ""
  5813. msgid "hg record [OPTION]... [FILE]..."
  5814. msgstr ""
  5815. msgid "hg qrecord [OPTION]... PATCH [FILE]..."
  5816. msgstr ""
  5817. msgid "share a common history between several working directories"
  5818. msgstr ""
  5819. msgid "create a new shared repository (experimental)"
  5820. msgstr ""
  5821. msgid ""
  5822. " Initialize a new repository and working directory that shares its\n"
  5823. " history with another repository."
  5824. msgstr ""
  5825. msgid ""
  5826. " NOTE: actions that change history such as rollback or moving the\n"
  5827. " source may confuse sharers.\n"
  5828. " "
  5829. msgstr ""
  5830. msgid "do not create a working copy"
  5831. msgstr ""
  5832. msgid "[-U] SOURCE [DEST]"
  5833. msgstr ""
  5834. msgid "command to transplant changesets from another branch"
  5835. msgstr ""
  5836. msgid "This extension allows you to transplant patches from another branch."
  5837. msgstr ""
  5838. msgid ""
  5839. "Transplanted patches are recorded in .hg/transplant/transplants, as a\n"
  5840. "map from a changeset hash to its hash in the source repository.\n"
  5841. msgstr ""
  5842. #, python-format
  5843. msgid "skipping already applied revision %s\n"
  5844. msgstr ""
  5845. #, python-format
  5846. msgid "skipping merge changeset %s:%s\n"
  5847. msgstr ""
  5848. #, python-format
  5849. msgid "%s merged at %s\n"
  5850. msgstr ""
  5851. #, python-format
  5852. msgid "%s transplanted to %s\n"
  5853. msgstr ""
  5854. #, python-format
  5855. msgid "filtering %s\n"
  5856. msgstr ""
  5857. msgid "filter failed"
  5858. msgstr ""
  5859. msgid "can only omit patchfile if merging"
  5860. msgstr ""
  5861. #, python-format
  5862. msgid "%s: empty changeset"
  5863. msgstr ""
  5864. msgid "Fix up the merge and run hg transplant --continue"
  5865. msgstr ""
  5866. #, python-format
  5867. msgid "%s transplanted as %s\n"
  5868. msgstr ""
  5869. msgid "transplant log file is corrupt"
  5870. msgstr ""
  5871. #, python-format
  5872. msgid "working dir not at transplant parent %s"
  5873. msgstr ""
  5874. msgid "commit failed"
  5875. msgstr ""
  5876. msgid "apply changeset? [ynmpcq?]:"
  5877. msgstr ""
  5878. msgid "transplant changesets from another branch"
  5879. msgstr ""
  5880. msgid ""
  5881. " Selected changesets will be applied on top of the current working\n"
  5882. " directory with the log of the original changeset. If --log is\n"
  5883. " specified, log messages will have a comment appended of the form::"
  5884. msgstr ""
  5885. msgid " (transplanted from CHANGESETHASH)"
  5886. msgstr ""
  5887. msgid ""
  5888. " You can rewrite the changelog message with the --filter option.\n"
  5889. " Its argument will be invoked with the current changelog message as\n"
  5890. " $1 and the patch as $2."
  5891. msgstr ""
  5892. msgid ""
  5893. " If --source/-s is specified, selects changesets from the named\n"
  5894. " repository. If --branch/-b is specified, selects changesets from\n"
  5895. " the branch holding the named revision, up to that revision. If\n"
  5896. " --all/-a is specified, all changesets on the branch will be\n"
  5897. " transplanted, otherwise you will be prompted to select the\n"
  5898. " changesets you want."
  5899. msgstr ""
  5900. msgid ""
  5901. " hg transplant --branch REVISION --all will rebase the selected\n"
  5902. " branch (up to the named revision) onto your current working\n"
  5903. " directory."
  5904. msgstr ""
  5905. msgid ""
  5906. " You can optionally mark selected transplanted changesets as merge\n"
  5907. " changesets. You will not be prompted to transplant any ancestors\n"
  5908. " of a merged transplant, and you can merge descendants of them\n"
  5909. " normally instead of transplanting them."
  5910. msgstr ""
  5911. msgid ""
  5912. " If no merges or revisions are provided, hg transplant will start\n"
  5913. " an interactive changeset browser."
  5914. msgstr ""
  5915. msgid ""
  5916. " If a changeset application fails, you can fix the merge by hand\n"
  5917. " and then resume where you left off by calling hg transplant\n"
  5918. " --continue/-c.\n"
  5919. " "
  5920. msgstr ""
  5921. msgid "--continue is incompatible with branch, all or merge"
  5922. msgstr ""
  5923. msgid "no source URL, branch tag or revision list provided"
  5924. msgstr ""
  5925. msgid "--all requires a branch revision"
  5926. msgstr ""
  5927. msgid "--all is incompatible with a revision list"
  5928. msgstr ""
  5929. msgid "no revision checked out"
  5930. msgstr ""
  5931. msgid "outstanding uncommitted merges"
  5932. msgstr ""
  5933. msgid "outstanding local changes"
  5934. msgstr ""
  5935. msgid "pull patches from REPOSITORY"
  5936. msgstr ""
  5937. msgid "pull patches from branch BRANCH"
  5938. msgstr ""
  5939. msgid "pull all changesets up to BRANCH"
  5940. msgstr ""
  5941. msgid "skip over REV"
  5942. msgstr ""
  5943. msgid "merge at REV"
  5944. msgstr ""
  5945. msgid "append transplant info to log message"
  5946. msgstr ""
  5947. msgid "continue last transplant session after repair"
  5948. msgstr ""
  5949. msgid "filter changesets through FILTER"
  5950. msgstr ""
  5951. msgid "hg transplant [-s REPOSITORY] [-b BRANCH [-a]] [-p REV] [-m REV] [REV]..."
  5952. msgstr ""
  5953. msgid "allow the use of MBCS paths with problematic encodings"
  5954. msgstr ""
  5955. msgid ""
  5956. "Some MBCS encodings are not good for some path operations (i.e.\n"
  5957. "splitting path, case conversion, etc.) with its encoded bytes. We call\n"
  5958. "such a encoding (i.e. shift_jis and big5) as \"problematic encoding\".\n"
  5959. "This extension can be used to fix the issue with those encodings by\n"
  5960. "wrapping some functions to convert to Unicode string before path\n"
  5961. "operation."
  5962. msgstr ""
  5963. msgid "This extension is useful for:"
  5964. msgstr ""
  5965. msgid ""
  5966. "- Japanese Windows users using shift_jis encoding.\n"
  5967. "- Chinese Windows users using big5 encoding.\n"
  5968. "- All users who use a repository with one of problematic encodings on\n"
  5969. " case-insensitive file system."
  5970. msgstr ""
  5971. msgid "This extension is not needed for:"
  5972. msgstr ""
  5973. msgid ""
  5974. "- Any user who use only ASCII chars in path.\n"
  5975. "- Any user who do not use any of problematic encodings."
  5976. msgstr ""
  5977. msgid "Note that there are some limitations on using this extension:"
  5978. msgstr ""
  5979. msgid ""
  5980. "- You should use single encoding in one repository.\n"
  5981. "- You should set same encoding for the repository by locale or\n"
  5982. " HGENCODING."
  5983. msgstr ""
  5984. msgid ""
  5985. "Path encoding conversion are done between Unicode and\n"
  5986. "encoding.encoding which is decided by Mercurial from current locale\n"
  5987. "setting or HGENCODING.\n"
  5988. msgstr ""
  5989. #, python-format
  5990. msgid "[win32mbcs] filename conversion failed with %s encoding\n"
  5991. msgstr ""
  5992. msgid "[win32mbcs] cannot activate on this platform.\n"
  5993. msgstr ""
  5994. msgid "perform automatic newline conversion"
  5995. msgstr ""
  5996. msgid "To perform automatic newline conversion, use::"
  5997. msgstr ""
  5998. msgid ""
  5999. " [extensions]\n"
  6000. " win32text =\n"
  6001. " [encode]\n"
  6002. " ** = cleverencode:\n"
  6003. " # or ** = macencode:"
  6004. msgstr ""
  6005. msgid ""
  6006. " [decode]\n"
  6007. " ** = cleverdecode:\n"
  6008. " # or ** = macdecode:"
  6009. msgstr ""
  6010. msgid "If not doing conversion, to make sure you do not commit CRLF/CR by accident::"
  6011. msgstr ""
  6012. msgid ""
  6013. " [hooks]\n"
  6014. " pretxncommit.crlf = python:hgext.win32text.forbidcrlf\n"
  6015. " # or pretxncommit.cr = python:hgext.win32text.forbidcr"
  6016. msgstr ""
  6017. msgid ""
  6018. "To do the same check on a server to prevent CRLF/CR from being\n"
  6019. "pushed or pulled::"
  6020. msgstr ""
  6021. msgid ""
  6022. " [hooks]\n"
  6023. " pretxnchangegroup.crlf = python:hgext.win32text.forbidcrlf\n"
  6024. " # or pretxnchangegroup.cr = python:hgext.win32text.forbidcr\n"
  6025. msgstr ""
  6026. #, python-format
  6027. msgid ""
  6028. "WARNING: %s already has %s line endings\n"
  6029. "and does not need EOL conversion by the win32text plugin.\n"
  6030. "Before your next commit, please reconsider your encode/decode settings in \n"
  6031. "Mercurial.ini or %s.\n"
  6032. msgstr ""
  6033. #, python-format
  6034. msgid "Attempt to commit or push text file(s) using %s line endings\n"
  6035. msgstr ""
  6036. #, python-format
  6037. msgid "in %s: %s\n"
  6038. msgstr ""
  6039. #, python-format
  6040. msgid ""
  6041. "\n"
  6042. "To prevent this mistake in your local repository,\n"
  6043. "add to Mercurial.ini or .hg/hgrc:"
  6044. msgstr ""
  6045. #, python-format
  6046. msgid ""
  6047. "[hooks]\n"
  6048. "pretxncommit.%s = python:hgext.win32text.forbid%s"
  6049. msgstr ""
  6050. #, python-format
  6051. msgid "and also consider adding:"
  6052. msgstr ""
  6053. #, python-format
  6054. msgid ""
  6055. "[extensions]\n"
  6056. "win32text =\n"
  6057. "[encode]\n"
  6058. "** = %sencode:\n"
  6059. "[decode]\n"
  6060. "** = %sdecode:\n"
  6061. msgstr ""
  6062. #, fuzzy
  6063. msgid "discover and advertise repositories on the local network"
  6064. msgstr "découverte et annonce de dépôts sur le réseau local"
  6065. #, fuzzy
  6066. msgid ""
  6067. "Zeroconf enabled repositories will be announced in a network without\n"
  6068. "the need to configure a server or a service. They can be discovered\n"
  6069. "without knowing their actual IP address."
  6070. msgstr ""
  6071. "Les dépôts utilisant zeroconf seront visibles sur le réseau sans\n"
  6072. "qu'il n'y ait besoin de configurer un serveur ou service\n"
  6073. "particuliers, et ils peuvent être accédés simplement, sans\n"
  6074. "connaissance de leur adresse IP."
  6075. #, fuzzy
  6076. msgid ""
  6077. "To allow other people to discover your repository using run \"hg serve\"\n"
  6078. "in your repository::"
  6079. msgstr ""
  6080. "Pour permettre à d'autres personnes de découvrir votre dépôt,\n"
  6081. "lancez-y la commande \"hg serve\" :"
  6082. #, fuzzy
  6083. msgid ""
  6084. " $ cd test\n"
  6085. " $ hg serve"
  6086. msgstr ""
  6087. " $ cd test\n"
  6088. " $ hg serve"
  6089. #, fuzzy
  6090. msgid "You can discover zeroconf enabled repositories by running \"hg paths\"::"
  6091. msgstr ""
  6092. "Vous pouvez découvrir les dépôts utilisant zeroconf en utilisant\n"
  6093. "la commande \"hg paths\", par exemple :"
  6094. #, fuzzy
  6095. msgid ""
  6096. " $ hg paths\n"
  6097. " zc-test = http://example.com:8000/test\n"
  6098. msgstr ""
  6099. " $ hg paths\n"
  6100. " zc-test = http://example.com:8000/test\n"
  6101. msgid "archive prefix contains illegal components"
  6102. msgstr "le préfixe donné pour l'archive contient des composants non autorisés"
  6103. msgid "cannot give prefix when archiving to files"
  6104. msgstr "impossible de donner un préfixe pour une création d'archive vers un répertoire (de type \"files\")"
  6105. #, python-format
  6106. msgid "unknown archive type '%s'"
  6107. msgstr "type d'archive inconnu : '%s'"
  6108. msgid "invalid changegroup"
  6109. msgstr ""
  6110. msgid "unknown parent"
  6111. msgstr ""
  6112. #, python-format
  6113. msgid "integrity check failed on %s:%d"
  6114. msgstr ""
  6115. #, python-format
  6116. msgid "%s: not a Mercurial bundle file"
  6117. msgstr ""
  6118. #, python-format
  6119. msgid "%s: unknown bundle version"
  6120. msgstr ""
  6121. #, python-format
  6122. msgid "%s: unknown bundle compression type"
  6123. msgstr ""
  6124. msgid "cannot create new bundle repository"
  6125. msgstr ""
  6126. #, python-format
  6127. msgid "premature EOF reading chunk (got %d bytes, expected %d)"
  6128. msgstr ""
  6129. msgid "empty username"
  6130. msgstr "le nom d'utilisateur est vide"
  6131. #, python-format
  6132. msgid "username %s contains a newline"
  6133. msgstr "le nom d'utilisateur %s contient un saut de ligne"
  6134. msgid "options --message and --logfile are mutually exclusive"
  6135. msgstr "les options --message et --logfile s'excluent mutuellement"
  6136. #, python-format
  6137. msgid "can't read commit message '%s': %s"
  6138. msgstr ""
  6139. msgid "limit must be a positive integer"
  6140. msgstr "la limite spécifiée doit être un entier positif"
  6141. msgid "limit must be positive"
  6142. msgstr "la limite doit être positive"
  6143. msgid "too many revisions specified"
  6144. msgstr "trop de révisions spécifiées"
  6145. #, python-format
  6146. msgid "invalid format spec '%%%s' in output filename"
  6147. msgstr "'%%%s'spécification de format invalide dans le nom du fichier de sortie"
  6148. #, python-format
  6149. msgid "adding %s\n"
  6150. msgstr "ajout de %s\n"
  6151. #, python-format
  6152. msgid "removing %s\n"
  6153. msgstr "suppression de %s\n"
  6154. #, python-format
  6155. msgid "recording removal of %s as rename to %s (%d%% similar)\n"
  6156. msgstr "suppression de %s plannifiée, en tant que renommage de %s (similaire à %d%%)\n"
  6157. #, python-format
  6158. msgid "%s: not copying - file is not managed\n"
  6159. msgstr "%s: le fichier n'est pas suivi, pas de copie\n"
  6160. #, python-format
  6161. msgid "%s: not copying - file has been marked for remove\n"
  6162. msgstr "%s: le fichier a été marqué pour suppression, pas de copie\n"
  6163. #, python-format
  6164. msgid "%s: not overwriting - %s collides with %s\n"
  6165. msgstr "%s: %s entre en collision avec %s, pas d'écrasement\n"
  6166. #, python-format
  6167. msgid "%s: not overwriting - file exists\n"
  6168. msgstr "%s: le fichier existe, pas d'écrasement\n"
  6169. #, python-format
  6170. msgid "%s: deleted in working copy\n"
  6171. msgstr "%s: supprimé dans la copie de travail\n"
  6172. #, python-format
  6173. msgid "%s: cannot copy - %s\n"
  6174. msgstr "%s: impossible de copier - %s\n"
  6175. #, python-format
  6176. msgid "moving %s to %s\n"
  6177. msgstr "déplacement de %s vers %s\n"
  6178. #, python-format
  6179. msgid "copying %s to %s\n"
  6180. msgstr "copie de %s vers %s\n"
  6181. #, python-format
  6182. msgid "%s has not been committed yet, so no copy data will be stored for %s.\n"
  6183. msgstr ""
  6184. msgid "no source or destination specified"
  6185. msgstr ""
  6186. msgid "no destination specified"
  6187. msgstr ""
  6188. msgid "with multiple sources, destination must be an existing directory"
  6189. msgstr ""
  6190. #, python-format
  6191. msgid "destination %s is not a directory"
  6192. msgstr ""
  6193. msgid "no files to copy"
  6194. msgstr ""
  6195. msgid "(consider using --after)\n"
  6196. msgstr ""
  6197. #, python-format
  6198. msgid "changeset: %d:%s\n"
  6199. msgstr ""
  6200. #, python-format
  6201. msgid "branch: %s\n"
  6202. msgstr ""
  6203. #, python-format
  6204. msgid "tag: %s\n"
  6205. msgstr ""
  6206. #, python-format
  6207. msgid "parent: %d:%s\n"
  6208. msgstr ""
  6209. #, python-format
  6210. msgid "manifest: %d:%s\n"
  6211. msgstr ""
  6212. #, python-format
  6213. msgid "user: %s\n"
  6214. msgstr ""
  6215. #, python-format
  6216. msgid "date: %s\n"
  6217. msgstr ""
  6218. msgid "files+:"
  6219. msgstr ""
  6220. msgid "files-:"
  6221. msgstr ""
  6222. msgid "files:"
  6223. msgstr ""
  6224. #, python-format
  6225. msgid "files: %s\n"
  6226. msgstr ""
  6227. #, python-format
  6228. msgid "copies: %s\n"
  6229. msgstr ""
  6230. #, python-format
  6231. msgid "extra: %s=%s\n"
  6232. msgstr ""
  6233. msgid "description:\n"
  6234. msgstr ""
  6235. #, python-format
  6236. msgid "summary: %s\n"
  6237. msgstr ""
  6238. #, python-format
  6239. msgid "%s: no key named '%s'"
  6240. msgstr ""
  6241. #, python-format
  6242. msgid "%s: %s"
  6243. msgstr ""
  6244. #, python-format
  6245. msgid "Found revision %s from %s\n"
  6246. msgstr ""
  6247. msgid "revision matching date not found"
  6248. msgstr ""
  6249. #, python-format
  6250. msgid "cannot follow nonexistent file: \"%s\""
  6251. msgstr ""
  6252. #, python-format
  6253. msgid "%s:%s copy source revision cannot be found!\n"
  6254. msgstr ""
  6255. msgid "can only follow copies/renames for explicit filenames"
  6256. msgstr ""
  6257. msgid "HG: Enter commit message. Lines beginning with 'HG:' are removed."
  6258. msgstr ""
  6259. msgid "HG: Leave message empty to abort commit."
  6260. msgstr ""
  6261. #, python-format
  6262. msgid "HG: user: %s"
  6263. msgstr ""
  6264. msgid "HG: branch merge"
  6265. msgstr ""
  6266. #, python-format
  6267. msgid "HG: branch '%s'"
  6268. msgstr ""
  6269. #, python-format
  6270. msgid "HG: subrepo %s"
  6271. msgstr ""
  6272. #, python-format
  6273. msgid "HG: added %s"
  6274. msgstr ""
  6275. #, python-format
  6276. msgid "HG: changed %s"
  6277. msgstr ""
  6278. #, python-format
  6279. msgid "HG: removed %s"
  6280. msgstr ""
  6281. msgid "HG: no files changed"
  6282. msgstr ""
  6283. msgid "empty commit message"
  6284. msgstr ""
  6285. msgid "add the specified files on the next commit"
  6286. msgstr ""
  6287. msgid ""
  6288. " Schedule files to be version controlled and added to the\n"
  6289. " repository."
  6290. msgstr ""
  6291. msgid ""
  6292. " The files will be added to the repository at the next commit. To\n"
  6293. " undo an add before that, see hg forget."
  6294. msgstr ""
  6295. msgid ""
  6296. " If no names are given, add all files to the repository.\n"
  6297. " "
  6298. msgstr ""
  6299. msgid "add all new files, delete all missing files"
  6300. msgstr ""
  6301. msgid ""
  6302. " Add all new files and remove all missing files from the\n"
  6303. " repository."
  6304. msgstr ""
  6305. msgid ""
  6306. " New files are ignored if they match any of the patterns in\n"
  6307. " .hgignore. As with add, these changes take effect at the next\n"
  6308. " commit."
  6309. msgstr ""
  6310. msgid ""
  6311. " Use the -s/--similarity option to detect renamed files. With a\n"
  6312. " parameter greater than 0, this compares every removed file with\n"
  6313. " every added file and records those similar enough as renames. This\n"
  6314. " option takes a percentage between 0 (disabled) and 100 (files must\n"
  6315. " be identical) as its parameter. Detecting renamed files this way\n"
  6316. " can be expensive.\n"
  6317. " "
  6318. msgstr ""
  6319. msgid "similarity must be a number"
  6320. msgstr ""
  6321. msgid "similarity must be between 0 and 100"
  6322. msgstr ""
  6323. msgid "show changeset information by line for each file"
  6324. msgstr ""
  6325. msgid ""
  6326. " List changes in files, showing the revision id responsible for\n"
  6327. " each line"
  6328. msgstr ""
  6329. msgid ""
  6330. " This command is useful for discovering when a change was made and\n"
  6331. " by whom."
  6332. msgstr ""
  6333. msgid ""
  6334. " Without the -a/--text option, annotate will avoid processing files\n"
  6335. " it detects as binary. With -a, annotate will annotate the file\n"
  6336. " anyway, although the results will probably be neither useful\n"
  6337. " nor desirable.\n"
  6338. " "
  6339. msgstr ""
  6340. msgid "at least one filename or pattern is required"
  6341. msgstr ""
  6342. msgid "at least one of -n/-c is required for -l"
  6343. msgstr ""
  6344. #, python-format
  6345. msgid "%s: binary file\n"
  6346. msgstr ""
  6347. #, fuzzy
  6348. msgid "create an unversioned archive of a repository revision"
  6349. msgstr "crée une archive du dépôt à une révision donnée, sans conserver l'historique"
  6350. #, fuzzy
  6351. msgid ""
  6352. " By default, the revision used is the parent of the working\n"
  6353. " directory; use -r/--rev to specify a different revision."
  6354. msgstr ""
  6355. " Par défaut l'archive est créée à partir de la révision parente\n"
  6356. " du répertoire de travail. Une autre révision peut être spécifiée\n"
  6357. " à l'aide de -r/--rev."
  6358. #, fuzzy
  6359. msgid ""
  6360. " To specify the type of archive to create, use -t/--type. Valid\n"
  6361. " types are::"
  6362. msgstr " -t/--type permet de spécifier le type d'archive à créer, parmi :"
  6363. #, fuzzy
  6364. msgid ""
  6365. " \"files\" (default): a directory full of files\n"
  6366. " \"tar\": tar archive, uncompressed\n"
  6367. " \"tbz2\": tar archive, compressed using bzip2\n"
  6368. " \"tgz\": tar archive, compressed using gzip\n"
  6369. " \"uzip\": zip archive, uncompressed\n"
  6370. " \"zip\": zip archive, compressed using deflate"
  6371. msgstr ""
  6372. " \"files\" (par défaut) : un répertoire rempli de fichiers\n"
  6373. " \"tar\" : une archive tar non compressée\n"
  6374. " \"tbz2\" : une archive tar compressée avec bzip2\n"
  6375. " \"tgz\" : une archive tar compressée avec gzip\n"
  6376. " \"uzip\" : une archive zip non compressée\n"
  6377. " \"zip\" : une archive zip compressée avec l'algorithme deflate"
  6378. #, fuzzy
  6379. msgid ""
  6380. " The exact name of the destination archive or directory is given\n"
  6381. " using a format string; see 'hg help export' for details."
  6382. msgstr ""
  6383. " Le nom exact de l'archive ou du répertoire de destination est\n"
  6384. " donné à l'aide d'une chaîne de format. Consulter 'hg help export'\n"
  6385. " pour plus de détails."
  6386. #, fuzzy
  6387. msgid ""
  6388. " Each member added to an archive file has a directory prefix\n"
  6389. " prepended. Use -p/--prefix to specify a format string for the\n"
  6390. " prefix. The default is the basename of the archive, with suffixes\n"
  6391. " removed.\n"
  6392. " "
  6393. msgstr ""
  6394. " Un chemin relatif est ajouté devant chaque membre de l'archive,\n"
  6395. " par défaut le nom du fichier d'archive (sans répertoires ni\n"
  6396. " suffixes). Un préfixe différent peut être spécifié avec\n"
  6397. " -p/--prefix.\n"
  6398. " "
  6399. msgid "no working directory: please specify a revision"
  6400. msgstr "pas de répertoire de travail, veuillez spécifier une révision"
  6401. msgid "repository root cannot be destination"
  6402. msgstr "le répertoire racine ne peut servir de destination"
  6403. msgid "cannot archive plain files to stdout"
  6404. msgstr "impossible d'envoyer une archive de simples fichiers vers la sortie standard"
  6405. msgid "reverse effect of earlier changeset"
  6406. msgstr ""
  6407. msgid ""
  6408. " Commit the backed out changes as a new changeset. The new\n"
  6409. " changeset is a child of the backed out changeset."
  6410. msgstr ""
  6411. msgid ""
  6412. " If you backout a changeset other than the tip, a new head is\n"
  6413. " created. This head will be the new tip and you should merge this\n"
  6414. " backout changeset with another head."
  6415. msgstr ""
  6416. msgid ""
  6417. " The --merge option remembers the parent of the working directory\n"
  6418. " before starting the backout, then merges the new head with that\n"
  6419. " changeset afterwards. This saves you from doing the merge by hand.\n"
  6420. " The result of this merge is not committed, as with a normal merge."
  6421. msgstr ""
  6422. msgid "please specify just one revision"
  6423. msgstr ""
  6424. msgid "please specify a revision to backout"
  6425. msgstr ""
  6426. msgid "cannot backout change on a different branch"
  6427. msgstr ""
  6428. msgid "cannot backout a change with no parents"
  6429. msgstr ""
  6430. msgid "cannot backout a merge changeset without --parent"
  6431. msgstr ""
  6432. #, python-format
  6433. msgid "%s is not a parent of %s"
  6434. msgstr ""
  6435. msgid "cannot use --parent on non-merge changeset"
  6436. msgstr ""
  6437. #, python-format
  6438. msgid "changeset %s backs out changeset %s\n"
  6439. msgstr ""
  6440. #, python-format
  6441. msgid "merging with changeset %s\n"
  6442. msgstr ""
  6443. msgid "the backout changeset is a new head - do not forget to merge\n"
  6444. msgstr ""
  6445. msgid "(use \"backout --merge\" if you want to auto-merge)\n"
  6446. msgstr ""
  6447. msgid "subdivision search of changesets"
  6448. msgstr "recherche de \"changesets\" par dichotomie"
  6449. msgid ""
  6450. " This command helps to find changesets which introduce problems. To\n"
  6451. " use, mark the earliest changeset you know exhibits the problem as\n"
  6452. " bad, then mark the latest changeset which is free from the problem\n"
  6453. " as good. Bisect will update your working directory to a revision\n"
  6454. " for testing (unless the -U/--noupdate option is specified). Once\n"
  6455. " you have performed tests, mark the working directory as good or\n"
  6456. " bad, and bisect will either update to another candidate changeset\n"
  6457. " or announce that it has found the bad revision."
  6458. msgstr ""
  6459. " Cette commande aide à trouver les \"changesets\" étant à\n"
  6460. " l'origine de problèmes. Pour l'utiliser, marquez comme étant\n"
  6461. " mauvaise la première révision pour laquelle vous avez relevé les\n"
  6462. " symptômes, puis comme bonne la dernière révision connue pour\n"
  6463. " être exempte du problème. Bisect va alors mettre à jour votre\n"
  6464. " répertoire de travail à une révision à tester (à moins que\n"
  6465. " -U/--noupdate n'ait été spécifié). Une fois vos tests réalisés,\n"
  6466. " indiquez si le problème était présent ou non. Bisect\n"
  6467. " recommencera alors pour une autre révision candidate jusqu'à\n"
  6468. " être en mesure d'annoncer la révision fautive."
  6469. msgid ""
  6470. " As a shortcut, you can also use the revision argument to mark a\n"
  6471. " revision as good or bad without checking it out first."
  6472. msgstr ""
  6473. " Vous pouvez aussi passer une révision en argument lors du\n"
  6474. " marquage afin d'éviter l'étape manuelle de mise à jour du\n"
  6475. " répertoire de travail à cette révision."
  6476. msgid ""
  6477. " If you supply a command, it will be used for automatic bisection.\n"
  6478. " Its exit status will be used to mark revisions as good or bad:\n"
  6479. " status 0 means good, 125 means to skip the revision, 127\n"
  6480. " (command not found) will abort the bisection, and any other\n"
  6481. " non-zero exit status means the revision is bad.\n"
  6482. " "
  6483. msgstr ""
  6484. " Vous pouvez fournir une commande pour automatiser la recherche\n"
  6485. " par dichotomie. Son code de retour sera utilisé pour marquer les\n"
  6486. " révisions : 0 indique une révision sans problème, 125 qu'il ne\n"
  6487. " faut pas prendre cette révision en compte, 127 (commande\n"
  6488. " introuvable) cause l'abandon du processus de recherche, et tout\n"
  6489. " autre code de retour non nul désigne une révision affectée par\n"
  6490. " le problème.\n"
  6491. " "
  6492. msgid "The first good revision is:\n"
  6493. msgstr "La première révision exempte du problème est :\n"
  6494. msgid "The first bad revision is:\n"
  6495. msgstr "La première révision présentant le problème est :\n"
  6496. msgid "Due to skipped revisions, the first good revision could be any of:\n"
  6497. msgstr ""
  6498. "Certaines révisions n'ayant pas été considérées, la première révision\n"
  6499. "exempte du problème pourrait être parmi :\n"
  6500. msgid "Due to skipped revisions, the first bad revision could be any of:\n"
  6501. msgstr ""
  6502. "Certaines révisions n'ayant pas été considérées, la première révision\n"
  6503. "présentant le problème pourrait être parmi :\n"
  6504. msgid "cannot bisect (no known good revisions)"
  6505. msgstr "dichotomie impossible (pas de bonne révision connue)"
  6506. msgid "cannot bisect (no known bad revisions)"
  6507. msgstr "dichotomie impossible (pas de mauvaise révision connue)"
  6508. msgid "(use of 'hg bisect <cmd>' is deprecated)\n"
  6509. msgstr "('hg bisect <cmd>' ne devrait plus être utilisé)\n"
  6510. msgid "incompatible arguments"
  6511. msgstr "arguments incompatibles"
  6512. #, python-format
  6513. msgid "failed to execute %s"
  6514. msgstr "impossible d'exécuter %s"
  6515. #, python-format
  6516. msgid "%s killed"
  6517. msgstr "%s a été tué"
  6518. #, python-format
  6519. msgid "Changeset %d:%s: %s\n"
  6520. msgstr "\"Changeset\" %d:%s: %s\n"
  6521. #, fuzzy, python-format
  6522. msgid "Testing changeset %d:%s (%d changesets remaining, ~%d tests)\n"
  6523. msgstr "Test du \"changeset\" %s:%s (%s \"changesets\" restant, ~%s tests)\n"
  6524. msgid "set or show the current branch name"
  6525. msgstr ""
  6526. msgid ""
  6527. " With no argument, show the current branch name. With one argument,\n"
  6528. " set the working directory branch name (the branch will not exist\n"
  6529. " in the repository until the next commit). Standard practice\n"
  6530. " recommends that primary development take place on the 'default'\n"
  6531. " branch."
  6532. msgstr ""
  6533. msgid ""
  6534. " Unless -f/--force is specified, branch will not let you set a\n"
  6535. " branch name that already exists, even if it's inactive."
  6536. msgstr ""
  6537. msgid ""
  6538. " Use -C/--clean to reset the working directory branch to that of\n"
  6539. " the parent of the working directory, negating a previous branch\n"
  6540. " change."
  6541. msgstr ""
  6542. msgid ""
  6543. " Use the command 'hg update' to switch to an existing branch. Use\n"
  6544. " 'hg commit --close-branch' to mark this branch as closed.\n"
  6545. " "
  6546. msgstr ""
  6547. #, python-format
  6548. msgid "reset working directory to branch %s\n"
  6549. msgstr ""
  6550. msgid "a branch of the same name already exists (use --force to override)"
  6551. msgstr ""
  6552. #, python-format
  6553. msgid "marked working directory as branch %s\n"
  6554. msgstr ""
  6555. msgid "list repository named branches"
  6556. msgstr ""
  6557. msgid ""
  6558. " List the repository's named branches, indicating which ones are\n"
  6559. " inactive. If -c/--closed is specified, also list branches which have\n"
  6560. " been marked closed (see hg commit --close-branch)."
  6561. msgstr ""
  6562. msgid ""
  6563. " If -a/--active is specified, only show active branches. A branch\n"
  6564. " is considered active if it contains repository heads."
  6565. msgstr ""
  6566. msgid ""
  6567. " Use the command 'hg update' to switch to an existing branch.\n"
  6568. " "
  6569. msgstr ""
  6570. msgid "create a changegroup file"
  6571. msgstr ""
  6572. msgid ""
  6573. " Generate a compressed changegroup file collecting changesets not\n"
  6574. " known to be in another repository."
  6575. msgstr ""
  6576. msgid ""
  6577. " If no destination repository is specified the destination is\n"
  6578. " assumed to have all the nodes specified by one or more --base\n"
  6579. " parameters. To create a bundle containing all changesets, use\n"
  6580. " -a/--all (or --base null)."
  6581. msgstr ""
  6582. msgid ""
  6583. " You can change compression method with the -t/--type option.\n"
  6584. " The available compression methods are: none, bzip2, and\n"
  6585. " gzip (by default, bundles are compressed using bzip2)."
  6586. msgstr ""
  6587. msgid ""
  6588. " The bundle file can then be transferred using conventional means\n"
  6589. " and applied to another repository with the unbundle or pull\n"
  6590. " command. This is useful when direct push and pull are not\n"
  6591. " available or when exporting an entire repository is undesirable."
  6592. msgstr ""
  6593. msgid ""
  6594. " Applying bundles preserves all changeset contents including\n"
  6595. " permissions, copy/rename information, and revision history.\n"
  6596. " "
  6597. msgstr ""
  6598. msgid "--base is incompatible with specifying a destination"
  6599. msgstr ""
  6600. msgid "unknown bundle type specified with --type"
  6601. msgstr ""
  6602. msgid "output the current or given revision of files"
  6603. msgstr ""
  6604. msgid ""
  6605. " Print the specified files as they were at the given revision. If\n"
  6606. " no revision is given, the parent of the working directory is used,\n"
  6607. " or tip if no revision is checked out."
  6608. msgstr ""
  6609. msgid ""
  6610. " Output may be to a file, in which case the name of the file is\n"
  6611. " given using a format string. The formatting rules are the same as\n"
  6612. " for the export command, with the following additions::"
  6613. msgstr ""
  6614. msgid ""
  6615. " %s basename of file being printed\n"
  6616. " %d dirname of file being printed, or '.' if in repository root\n"
  6617. " %p root-relative path name of file being printed\n"
  6618. " "
  6619. msgstr ""
  6620. msgid "make a copy of an existing repository"
  6621. msgstr ""
  6622. msgid " Create a copy of an existing repository in a new directory."
  6623. msgstr ""
  6624. msgid ""
  6625. " If no destination directory name is specified, it defaults to the\n"
  6626. " basename of the source."
  6627. msgstr ""
  6628. msgid ""
  6629. " The location of the source is added to the new repository's\n"
  6630. " .hg/hgrc file, as the default to be used for future pulls."
  6631. msgstr ""
  6632. msgid ""
  6633. " If you use the -r/--rev option to clone up to a specific revision,\n"
  6634. " no subsequent revisions (including subsequent tags) will be\n"
  6635. " present in the cloned repository. This option implies --pull, even\n"
  6636. " on local repositories."
  6637. msgstr ""
  6638. msgid ""
  6639. " By default, clone will check out the head of the 'default' branch.\n"
  6640. " If the -U/--noupdate option is used, the new clone will contain\n"
  6641. " only a repository (.hg) and no working copy (the working copy\n"
  6642. " parent is the null revision)."
  6643. msgstr ""
  6644. msgid " See 'hg help urls' for valid source format details."
  6645. msgstr ""
  6646. msgid ""
  6647. " It is possible to specify an ssh:// URL as the destination, but no\n"
  6648. " .hg/hgrc and working directory will be created on the remote side.\n"
  6649. " Please see 'hg help urls' for important details about ssh:// URLs."
  6650. msgstr ""
  6651. msgid ""
  6652. " For efficiency, hardlinks are used for cloning whenever the source\n"
  6653. " and destination are on the same filesystem (note this applies only\n"
  6654. " to the repository data, not to the checked out files). Some\n"
  6655. " filesystems, such as AFS, implement hardlinking incorrectly, but\n"
  6656. " do not report errors. In these cases, use the --pull option to\n"
  6657. " avoid hardlinking."
  6658. msgstr ""
  6659. msgid ""
  6660. " In some cases, you can clone repositories and checked out files\n"
  6661. " using full hardlinks with ::"
  6662. msgstr ""
  6663. msgid " $ cp -al REPO REPOCLONE"
  6664. msgstr ""
  6665. msgid ""
  6666. " This is the fastest way to clone, but it is not always safe. The\n"
  6667. " operation is not atomic (making sure REPO is not modified during\n"
  6668. " the operation is up to you) and you have to make sure your editor\n"
  6669. " breaks hardlinks (Emacs and most Linux Kernel tools do so). Also,\n"
  6670. " this is not compatible with certain extensions that place their\n"
  6671. " metadata under the .hg directory, such as mq.\n"
  6672. " "
  6673. msgstr ""
  6674. msgid "commit the specified files or all outstanding changes"
  6675. msgstr ""
  6676. msgid ""
  6677. " Commit changes to the given files into the repository. Unlike a\n"
  6678. " centralized RCS, this operation is a local operation. See hg push\n"
  6679. " for a way to actively distribute your changes."
  6680. msgstr ""
  6681. msgid ""
  6682. " If a list of files is omitted, all changes reported by \"hg status\"\n"
  6683. " will be committed."
  6684. msgstr ""
  6685. msgid ""
  6686. " If you are committing the result of a merge, do not provide any\n"
  6687. " filenames or -I/-X filters."
  6688. msgstr ""
  6689. msgid ""
  6690. " If no commit message is specified, the configured editor is\n"
  6691. " started to prompt you for a message."
  6692. msgstr ""
  6693. msgid "nothing changed\n"
  6694. msgstr ""
  6695. msgid "created new head\n"
  6696. msgstr ""
  6697. #, python-format
  6698. msgid "committed changeset %d:%s\n"
  6699. msgstr ""
  6700. msgid "mark files as copied for the next commit"
  6701. msgstr ""
  6702. msgid ""
  6703. " Mark dest as having copies of source files. If dest is a\n"
  6704. " directory, copies are put in that directory. If dest is a file,\n"
  6705. " the source must be a single file."
  6706. msgstr ""
  6707. msgid ""
  6708. " By default, this command copies the contents of files as they\n"
  6709. " exist in the working directory. If invoked with -A/--after, the\n"
  6710. " operation is recorded, but no copying is performed."
  6711. msgstr ""
  6712. msgid ""
  6713. " This command takes effect with the next commit. To undo a copy\n"
  6714. " before that, see hg revert.\n"
  6715. " "
  6716. msgstr ""
  6717. msgid "find the ancestor revision of two revisions in a given index"
  6718. msgstr ""
  6719. msgid "There is no Mercurial repository here (.hg not found)"
  6720. msgstr ""
  6721. msgid "either two or three arguments required"
  6722. msgstr ""
  6723. msgid "returns the completion list associated with the given command"
  6724. msgstr ""
  6725. msgid "rebuild the dirstate as it would look like for the given revision"
  6726. msgstr ""
  6727. msgid "validate the correctness of the current dirstate"
  6728. msgstr ""
  6729. #, python-format
  6730. msgid "%s in state %s, but not in manifest1\n"
  6731. msgstr ""
  6732. #, python-format
  6733. msgid "%s in state %s, but also in manifest1\n"
  6734. msgstr ""
  6735. #, python-format
  6736. msgid "%s in state %s, but not in either manifest\n"
  6737. msgstr ""
  6738. #, python-format
  6739. msgid "%s in manifest1, but listed as state %s"
  6740. msgstr ""
  6741. msgid ".hg/dirstate inconsistent with current parent's manifest"
  6742. msgstr ""
  6743. msgid "show combined config settings from all hgrc files"
  6744. msgstr ""
  6745. msgid " With no arguments, print names and values of all config items."
  6746. msgstr ""
  6747. msgid ""
  6748. " With one argument of the form section.name, print just the value\n"
  6749. " of that config item."
  6750. msgstr ""
  6751. msgid ""
  6752. " With multiple arguments, print names and values of all config\n"
  6753. " items with matching section names."
  6754. msgstr ""
  6755. msgid ""
  6756. " With --debug, the source (filename and line number) is printed\n"
  6757. " for each config item.\n"
  6758. " "
  6759. msgstr ""
  6760. msgid "only one config item permitted"
  6761. msgstr ""
  6762. msgid "manually set the parents of the current working directory"
  6763. msgstr ""
  6764. msgid ""
  6765. " This is useful for writing repository conversion tools, but should\n"
  6766. " be used with care.\n"
  6767. " "
  6768. msgstr ""
  6769. msgid "show the contents of the current dirstate"
  6770. msgstr ""
  6771. #, python-format
  6772. msgid "copy: %s -> %s\n"
  6773. msgstr ""
  6774. msgid "dump the contents of a data file revision"
  6775. msgstr ""
  6776. #, python-format
  6777. msgid "invalid revision identifier %s"
  6778. msgstr ""
  6779. msgid "parse and display a date"
  6780. msgstr ""
  6781. msgid "dump the contents of an index file"
  6782. msgstr ""
  6783. msgid "dump an index DAG as a graphviz dot file"
  6784. msgstr ""
  6785. msgid "test Mercurial installation"
  6786. msgstr ""
  6787. #, python-format
  6788. msgid "Checking encoding (%s)...\n"
  6789. msgstr ""
  6790. msgid " (check that your locale is properly set)\n"
  6791. msgstr ""
  6792. msgid "Checking extensions...\n"
  6793. msgstr ""
  6794. msgid " One or more extensions could not be found"
  6795. msgstr ""
  6796. msgid " (check that you compiled the extensions)\n"
  6797. msgstr ""
  6798. msgid "Checking templates...\n"
  6799. msgstr ""
  6800. msgid " (templates seem to have been installed incorrectly)\n"
  6801. msgstr ""
  6802. msgid "Checking patch...\n"
  6803. msgstr ""
  6804. msgid " patch call failed:\n"
  6805. msgstr ""
  6806. msgid " unexpected patch output!\n"
  6807. msgstr ""
  6808. msgid " patch test failed!\n"
  6809. msgstr ""
  6810. msgid " (Current patch tool may be incompatible with patch, or misconfigured. Please check your .hgrc file)\n"
  6811. msgstr ""
  6812. msgid " Internal patcher failure, please report this error to http://mercurial.selenic.com/bts/\n"
  6813. msgstr ""
  6814. msgid "Checking commit editor...\n"
  6815. msgstr ""
  6816. msgid " No commit editor set and can't find vi in PATH\n"
  6817. msgstr ""
  6818. msgid " (specify a commit editor in your .hgrc file)\n"
  6819. msgstr ""
  6820. #, python-format
  6821. msgid " Can't find editor '%s' in PATH\n"
  6822. msgstr ""
  6823. msgid "Checking username...\n"
  6824. msgstr ""
  6825. msgid " (specify a username in your .hgrc file)\n"
  6826. msgstr ""
  6827. msgid "No problems detected\n"
  6828. msgstr ""
  6829. #, python-format
  6830. msgid "%s problems detected, please check your install!\n"
  6831. msgstr ""
  6832. msgid "dump rename information"
  6833. msgstr ""
  6834. #, python-format
  6835. msgid "%s renamed from %s:%s\n"
  6836. msgstr ""
  6837. #, python-format
  6838. msgid "%s not renamed\n"
  6839. msgstr ""
  6840. msgid "show how files match on given patterns"
  6841. msgstr ""
  6842. msgid "diff repository (or selected files)"
  6843. msgstr ""
  6844. msgid " Show differences between revisions for the specified files."
  6845. msgstr ""
  6846. msgid " Differences between files are shown using the unified diff format."
  6847. msgstr ""
  6848. msgid ""
  6849. " NOTE: diff may generate unexpected results for merges, as it will\n"
  6850. " default to comparing against the working directory's first parent\n"
  6851. " changeset if no revisions are specified."
  6852. msgstr ""
  6853. msgid ""
  6854. " Without the -a/--text option, diff will avoid generating diffs of\n"
  6855. " files it detects as binary. With -a, diff will generate a diff\n"
  6856. " anyway, probably with undesirable results."
  6857. msgstr ""
  6858. msgid ""
  6859. " Use the -g/--git option to generate diffs in the git extended diff\n"
  6860. " format. For more information, read 'hg help diffs'.\n"
  6861. " "
  6862. msgstr ""
  6863. msgid "dump the header and diffs for one or more changesets"
  6864. msgstr ""
  6865. msgid " Print the changeset header and diffs for one or more revisions."
  6866. msgstr ""
  6867. msgid ""
  6868. " The information shown in the changeset header is: author,\n"
  6869. " changeset hash, parent(s) and commit comment."
  6870. msgstr ""
  6871. msgid ""
  6872. " NOTE: export may generate unexpected diff output for merge\n"
  6873. " changesets, as it will compare the merge changeset against its\n"
  6874. " first parent only."
  6875. msgstr ""
  6876. msgid ""
  6877. " Output may be to a file, in which case the name of the file is\n"
  6878. " given using a format string. The formatting rules are as follows::"
  6879. msgstr ""
  6880. msgid ""
  6881. " %% literal \"%\" character\n"
  6882. " %H changeset hash (40 bytes of hexadecimal)\n"
  6883. " %N number of patches being generated\n"
  6884. " %R changeset revision number\n"
  6885. " %b basename of the exporting repository\n"
  6886. " %h short-form changeset hash (12 bytes of hexadecimal)\n"
  6887. " %n zero-padded sequence number, starting at 1\n"
  6888. " %r zero-padded changeset revision number"
  6889. msgstr ""
  6890. msgid ""
  6891. " Without the -a/--text option, export will avoid generating diffs\n"
  6892. " of files it detects as binary. With -a, export will generate a\n"
  6893. " diff anyway, probably with undesirable results."
  6894. msgstr ""
  6895. msgid ""
  6896. " Use the -g/--git option to generate diffs in the git extended diff\n"
  6897. " format. See 'hg help diffs' for more information."
  6898. msgstr ""
  6899. msgid ""
  6900. " With the --switch-parent option, the diff will be against the\n"
  6901. " second parent. It can be useful to review a merge.\n"
  6902. " "
  6903. msgstr ""
  6904. msgid "export requires at least one changeset"
  6905. msgstr ""
  6906. msgid "exporting patches:\n"
  6907. msgstr ""
  6908. msgid "exporting patch:\n"
  6909. msgstr ""
  6910. msgid "forget the specified files on the next commit"
  6911. msgstr ""
  6912. msgid ""
  6913. " Mark the specified files so they will no longer be tracked\n"
  6914. " after the next commit."
  6915. msgstr ""
  6916. msgid ""
  6917. " This only removes files from the current branch, not from the\n"
  6918. " entire project history, and it does not delete them from the\n"
  6919. " working directory."
  6920. msgstr ""
  6921. msgid ""
  6922. " To undo a forget before the next commit, see hg add.\n"
  6923. " "
  6924. msgstr ""
  6925. msgid "no files specified"
  6926. msgstr ""
  6927. #, python-format
  6928. msgid "not removing %s: file is already untracked\n"
  6929. msgstr ""
  6930. msgid "search for a pattern in specified files and revisions"
  6931. msgstr ""
  6932. msgid " Search revisions of files for a regular expression."
  6933. msgstr ""
  6934. msgid ""
  6935. " This command behaves differently than Unix grep. It only accepts\n"
  6936. " Python/Perl regexps. It searches repository history, not the\n"
  6937. " working directory. It always prints the revision number in which a\n"
  6938. " match appears."
  6939. msgstr ""
  6940. msgid ""
  6941. " By default, grep only prints output for the first revision of a\n"
  6942. " file in which it finds a match. To get it to print every revision\n"
  6943. " that contains a change in match status (\"-\" for a match that\n"
  6944. " becomes a non-match, or \"+\" for a non-match that becomes a match),\n"
  6945. " use the --all flag.\n"
  6946. " "
  6947. msgstr ""
  6948. #, python-format
  6949. msgid "grep: invalid match pattern: %s\n"
  6950. msgstr ""
  6951. msgid "show current repository heads or show branch heads"
  6952. msgstr ""
  6953. msgid " With no arguments, show all repository head changesets."
  6954. msgstr ""
  6955. msgid ""
  6956. " Repository \"heads\" are changesets with no child changesets. They are\n"
  6957. " where development generally takes place and are the usual targets\n"
  6958. " for update and merge operations."
  6959. msgstr ""
  6960. msgid ""
  6961. " If one or more REV is given, the \"branch heads\" will be shown for\n"
  6962. " the named branch associated with the specified changeset(s)."
  6963. msgstr ""
  6964. msgid ""
  6965. " Branch heads are changesets on a named branch with no descendants on\n"
  6966. " the same branch. A branch head could be a \"true\" (repository) head,\n"
  6967. " or it could be the last changeset on that branch before it was\n"
  6968. " merged into another branch, or it could be the last changeset on the\n"
  6969. " branch before a new branch was created. If none of the branch heads\n"
  6970. " are true heads, the branch is considered inactive."
  6971. msgstr ""
  6972. msgid ""
  6973. " If -c/--closed is specified, also show branch heads marked closed\n"
  6974. " (see hg commit --close-branch)."
  6975. msgstr ""
  6976. msgid ""
  6977. " If STARTREV is specified, only those heads that are descendants of\n"
  6978. " STARTREV will be displayed.\n"
  6979. " "
  6980. msgstr ""
  6981. msgid "you must specify a branch to use --closed"
  6982. msgstr ""
  6983. #, python-format
  6984. msgid "no open branch heads on branch %s\n"
  6985. msgstr ""
  6986. #, python-format
  6987. msgid "no changes on branch %s containing %s are reachable from %s\n"
  6988. msgstr ""
  6989. #, python-format
  6990. msgid "no changes on branch %s are reachable from %s\n"
  6991. msgstr ""
  6992. msgid "show help for a given topic or a help overview"
  6993. msgstr ""
  6994. msgid " With no arguments, print a list of commands with short help messages."
  6995. msgstr ""
  6996. msgid ""
  6997. " Given a topic, extension, or command name, print help for that\n"
  6998. " topic."
  6999. msgstr ""
  7000. msgid "global options:"
  7001. msgstr "options globales :"
  7002. msgid "use \"hg help\" for the full list of commands"
  7003. msgstr "utiliser \"hg help\" pour la liste complète des commandes"
  7004. msgid "use \"hg help\" for the full list of commands or \"hg -v\" for details"
  7005. msgstr "utiliser \"hg help\" pour la liste complète des commandes ou \"hg -v\" pour plus de détails"
  7006. #, python-format
  7007. msgid "use \"hg -v help%s\" to show aliases and global options"
  7008. msgstr "utiliser \"hg -v help%s\" pour afficher les alias et les options globales"
  7009. #, python-format
  7010. msgid "use \"hg -v help %s\" to show global options"
  7011. msgstr "utiliser \"hg -v help %s\" pour afficher les options globales"
  7012. msgid "list of commands:"
  7013. msgstr "liste des commandes :"
  7014. #, python-format
  7015. msgid ""
  7016. "\n"
  7017. "aliases: %s\n"
  7018. msgstr ""
  7019. "\n"
  7020. "alias : %s\n"
  7021. msgid "(no help text available)"
  7022. msgstr "(pas d'aide disponible)"
  7023. msgid "options:\n"
  7024. msgstr "options :\n"
  7025. msgid "no commands defined\n"
  7026. msgstr "pas de commandes définies\n"
  7027. msgid "enabled extensions:"
  7028. msgstr "extensions activées :"
  7029. msgid "no help text available"
  7030. msgstr "pas d'aide disponible"
  7031. #, fuzzy, python-format
  7032. msgid "%s extension - %s"
  7033. msgstr "extension %s - %s\n"
  7034. msgid "Mercurial Distributed SCM\n"
  7035. msgstr "Mercurial, système de gestion de sources distribué\n"
  7036. msgid "basic commands:"
  7037. msgstr "commandes de base :"
  7038. msgid ""
  7039. "\n"
  7040. "additional help topics:"
  7041. msgstr ""
  7042. "\n"
  7043. "sujets d'aide supplémentaires :"
  7044. msgid "identify the working copy or specified revision"
  7045. msgstr ""
  7046. msgid ""
  7047. " With no revision, print a summary of the current state of the\n"
  7048. " repository."
  7049. msgstr ""
  7050. msgid ""
  7051. " Specifying a path to a repository root or Mercurial bundle will\n"
  7052. " cause lookup to operate on that repository/bundle."
  7053. msgstr ""
  7054. msgid ""
  7055. " This summary identifies the repository state using one or two\n"
  7056. " parent hash identifiers, followed by a \"+\" if there are\n"
  7057. " uncommitted changes in the working directory, a list of tags for\n"
  7058. " this revision and a branch name for non-default branches.\n"
  7059. " "
  7060. msgstr ""
  7061. msgid "import an ordered set of patches"
  7062. msgstr ""
  7063. msgid " Import a list of patches and commit them individually."
  7064. msgstr ""
  7065. msgid ""
  7066. " If there are outstanding changes in the working directory, import\n"
  7067. " will abort unless given the -f/--force flag."
  7068. msgstr ""
  7069. msgid ""
  7070. " You can import a patch straight from a mail message. Even patches\n"
  7071. " as attachments work (to use the body part, it must have type\n"
  7072. " text/plain or text/x-patch). From and Subject headers of email\n"
  7073. " message are used as default committer and commit message. All\n"
  7074. " text/plain body parts before first diff are added to commit\n"
  7075. " message."
  7076. msgstr ""
  7077. msgid ""
  7078. " If the imported patch was generated by hg export, user and\n"
  7079. " description from patch override values from message headers and\n"
  7080. " body. Values given on command line with -m/--message and -u/--user\n"
  7081. " override these."
  7082. msgstr ""
  7083. msgid ""
  7084. " If --exact is specified, import will set the working directory to\n"
  7085. " the parent of each patch before applying it, and will abort if the\n"
  7086. " resulting changeset has a different ID than the one recorded in\n"
  7087. " the patch. This may happen due to character set problems or other\n"
  7088. " deficiencies in the text patch format."
  7089. msgstr ""
  7090. msgid ""
  7091. " With -s/--similarity, hg will attempt to discover renames and\n"
  7092. " copies in the patch in the same way as 'addremove'."
  7093. msgstr ""
  7094. msgid ""
  7095. " To read a patch from standard input, use \"-\" as the patch name. If\n"
  7096. " a URL is specified, the patch will be downloaded from it.\n"
  7097. " See 'hg help dates' for a list of formats valid for -d/--date.\n"
  7098. " "
  7099. msgstr ""
  7100. msgid "applying patch from stdin\n"
  7101. msgstr ""
  7102. msgid "no diffs found"
  7103. msgstr ""
  7104. msgid "not a Mercurial patch"
  7105. msgstr ""
  7106. msgid "patch is damaged or loses information"
  7107. msgstr ""
  7108. msgid "show new changesets found in source"
  7109. msgstr ""
  7110. msgid ""
  7111. " Show new changesets found in the specified path/URL or the default\n"
  7112. " pull location. These are the changesets that would have been pulled\n"
  7113. " if a pull at the time you issued this command."
  7114. msgstr ""
  7115. msgid ""
  7116. " For remote repository, using --bundle avoids downloading the\n"
  7117. " changesets twice if the incoming is followed by a pull."
  7118. msgstr ""
  7119. msgid ""
  7120. " See pull for valid source format details.\n"
  7121. " "
  7122. msgstr ""
  7123. msgid "create a new repository in the given directory"
  7124. msgstr ""
  7125. msgid ""
  7126. " Initialize a new repository in the given directory. If the given\n"
  7127. " directory does not exist, it will be created."
  7128. msgstr ""
  7129. msgid " If no directory is given, the current directory is used."
  7130. msgstr ""
  7131. msgid ""
  7132. " It is possible to specify an ssh:// URL as the destination.\n"
  7133. " See 'hg help urls' for more information.\n"
  7134. " "
  7135. msgstr ""
  7136. msgid "locate files matching specific patterns"
  7137. msgstr ""
  7138. msgid ""
  7139. " Print files under Mercurial control in the working directory whose\n"
  7140. " names match the given patterns."
  7141. msgstr ""
  7142. msgid ""
  7143. " By default, this command searches all directories in the working\n"
  7144. " directory. To search just the current directory and its\n"
  7145. " subdirectories, use \"--include .\"."
  7146. msgstr ""
  7147. msgid ""
  7148. " If no patterns are given to match, this command prints the names\n"
  7149. " of all files under Mercurial control in the working directory."
  7150. msgstr ""
  7151. msgid ""
  7152. " If you want to feed the output of this command into the \"xargs\"\n"
  7153. " command, use the -0 option to both this command and \"xargs\". This\n"
  7154. " will avoid the problem of \"xargs\" treating single filenames that\n"
  7155. " contain whitespace as multiple filenames.\n"
  7156. " "
  7157. msgstr ""
  7158. msgid "show revision history of entire repository or files"
  7159. msgstr ""
  7160. msgid ""
  7161. " Print the revision history of the specified files or the entire\n"
  7162. " project."
  7163. msgstr ""
  7164. msgid ""
  7165. " File history is shown without following rename or copy history of\n"
  7166. " files. Use -f/--follow with a filename to follow history across\n"
  7167. " renames and copies. --follow without a filename will only show\n"
  7168. " ancestors or descendants of the starting revision. --follow-first\n"
  7169. " only follows the first parent of merge revisions."
  7170. msgstr ""
  7171. msgid ""
  7172. " If no revision range is specified, the default is tip:0 unless\n"
  7173. " --follow is set, in which case the working directory parent is\n"
  7174. " used as the starting revision."
  7175. msgstr ""
  7176. msgid ""
  7177. " By default this command prints revision number and changeset id,\n"
  7178. " tags, non-trivial parents, user, date and time, and a summary for\n"
  7179. " each commit. When the -v/--verbose switch is used, the list of\n"
  7180. " changed files and full commit message are shown."
  7181. msgstr ""
  7182. msgid ""
  7183. " NOTE: log -p/--patch may generate unexpected diff output for merge\n"
  7184. " changesets, as it will only compare the merge changeset against\n"
  7185. " its first parent. Also, only files different from BOTH parents\n"
  7186. " will appear in files:.\n"
  7187. " "
  7188. msgstr ""
  7189. msgid "output the current or given revision of the project manifest"
  7190. msgstr ""
  7191. msgid ""
  7192. " Print a list of version controlled files for the given revision.\n"
  7193. " If no revision is given, the first parent of the working directory\n"
  7194. " is used, or the null revision if no revision is checked out."
  7195. msgstr ""
  7196. msgid ""
  7197. " With -v, print file permissions, symlink and executable bits.\n"
  7198. " With --debug, print file revision hashes.\n"
  7199. " "
  7200. msgstr ""
  7201. msgid "merge working directory with another revision"
  7202. msgstr ""
  7203. msgid ""
  7204. " The current working directory is updated with all changes made in\n"
  7205. " the requested revision since the last common predecessor revision."
  7206. msgstr ""
  7207. msgid ""
  7208. " Files that changed between either parent are marked as changed for\n"
  7209. " the next commit and a commit must be performed before any further\n"
  7210. " updates to the repository are allowed. The next commit will have\n"
  7211. " two parents."
  7212. msgstr ""
  7213. msgid ""
  7214. " If no revision is specified, the working directory's parent is a\n"
  7215. " head revision, and the current branch contains exactly one other\n"
  7216. " head, the other head is merged with by default. Otherwise, an\n"
  7217. " explicit revision with which to merge with must be provided.\n"
  7218. " "
  7219. msgstr ""
  7220. #, python-format
  7221. msgid "branch '%s' has %d heads - please merge with an explicit rev"
  7222. msgstr ""
  7223. #, python-format
  7224. msgid "branch '%s' has one head - please merge with an explicit rev"
  7225. msgstr ""
  7226. msgid "there is nothing to merge"
  7227. msgstr ""
  7228. #, python-format
  7229. msgid "%s - use \"hg update\" instead"
  7230. msgstr ""
  7231. msgid "working dir not at a head rev - use \"hg update\" or merge with an explicit rev"
  7232. msgstr ""
  7233. msgid "show changesets not found in destination"
  7234. msgstr ""
  7235. msgid ""
  7236. " Show changesets not found in the specified destination repository\n"
  7237. " or the default push location. These are the changesets that would\n"
  7238. " be pushed if a push was requested."
  7239. msgstr ""
  7240. msgid ""
  7241. " See pull for valid destination format details.\n"
  7242. " "
  7243. msgstr ""
  7244. msgid "show the parents of the working directory or revision"
  7245. msgstr ""
  7246. msgid ""
  7247. " Print the working directory's parent revisions. If a revision is\n"
  7248. " given via -r/--rev, the parent of that revision will be printed.\n"
  7249. " If a file argument is given, the revision in which the file was\n"
  7250. " last changed (before the working directory revision or the\n"
  7251. " argument to --rev if given) is printed.\n"
  7252. " "
  7253. msgstr ""
  7254. msgid "can only specify an explicit filename"
  7255. msgstr ""
  7256. #, python-format
  7257. msgid "'%s' not found in manifest!"
  7258. msgstr ""
  7259. msgid "show aliases for remote repositories"
  7260. msgstr ""
  7261. msgid ""
  7262. " Show definition of symbolic path name NAME. If no name is given,\n"
  7263. " show definition of all available names."
  7264. msgstr ""
  7265. msgid ""
  7266. " Path names are defined in the [paths] section of /etc/mercurial/hgrc\n"
  7267. " and $HOME/.hgrc. If run inside a repository, .hg/hgrc is used, too."
  7268. msgstr ""
  7269. msgid ""
  7270. " See 'hg help urls' for more information.\n"
  7271. " "
  7272. msgstr ""
  7273. msgid "not found!\n"
  7274. msgstr ""
  7275. msgid "not updating, since new heads added\n"
  7276. msgstr ""
  7277. msgid "(run 'hg heads' to see heads, 'hg merge' to merge)\n"
  7278. msgstr ""
  7279. msgid "(run 'hg update' to get a working copy)\n"
  7280. msgstr ""
  7281. msgid "pull changes from the specified source"
  7282. msgstr ""
  7283. msgid " Pull changes from a remote repository to a local one."
  7284. msgstr ""
  7285. msgid ""
  7286. " This finds all changes from the repository at the specified path\n"
  7287. " or URL and adds them to a local repository (the current one unless\n"
  7288. " -R is specified). By default, this does not update the copy of the\n"
  7289. " project in the working directory."
  7290. msgstr ""
  7291. msgid ""
  7292. " Use hg incoming if you want to see what would have been added by a\n"
  7293. " pull at the time you issued this command. If you then decide to\n"
  7294. " added those changes to the repository, you should use pull -r X\n"
  7295. " where X is the last changeset listed by hg incoming."
  7296. msgstr ""
  7297. msgid ""
  7298. " If SOURCE is omitted, the 'default' path will be used.\n"
  7299. " See 'hg help urls' for more information.\n"
  7300. " "
  7301. msgstr ""
  7302. msgid "push changes to the specified destination"
  7303. msgstr ""
  7304. msgid " Push changes from the local repository to the given destination."
  7305. msgstr ""
  7306. msgid ""
  7307. " This is the symmetrical operation for pull. It moves changes from\n"
  7308. " the current repository to a different one. If the destination is\n"
  7309. " local this is identical to a pull in that directory from the\n"
  7310. " current one."
  7311. msgstr ""
  7312. msgid ""
  7313. " By default, push will refuse to run if it detects the result would\n"
  7314. " increase the number of remote heads. This generally indicates the\n"
  7315. " user forgot to pull and merge before pushing."
  7316. msgstr ""
  7317. msgid ""
  7318. " If -r/--rev is used, the named revision and all its ancestors will\n"
  7319. " be pushed to the remote repository."
  7320. msgstr ""
  7321. msgid ""
  7322. " Please see 'hg help urls' for important details about ssh://\n"
  7323. " URLs. If DESTINATION is omitted, a default path will be used.\n"
  7324. " "
  7325. msgstr ""
  7326. #, python-format
  7327. msgid "pushing to %s\n"
  7328. msgstr ""
  7329. msgid "roll back an interrupted transaction"
  7330. msgstr ""
  7331. msgid " Recover from an interrupted commit or pull."
  7332. msgstr ""
  7333. msgid ""
  7334. " This command tries to fix the repository status after an\n"
  7335. " interrupted operation. It should only be necessary when Mercurial\n"
  7336. " suggests it.\n"
  7337. " "
  7338. msgstr ""
  7339. msgid "remove the specified files on the next commit"
  7340. msgstr ""
  7341. msgid " Schedule the indicated files for removal from the repository."
  7342. msgstr ""
  7343. msgid ""
  7344. " This only removes files from the current branch, not from the\n"
  7345. " entire project history. -A/--after can be used to remove only\n"
  7346. " files that have already been deleted, -f/--force can be used to\n"
  7347. " force deletion, and -Af can be used to remove files from the next\n"
  7348. " revision without deleting them from the working directory."
  7349. msgstr ""
  7350. msgid ""
  7351. " The following table details the behavior of remove for different\n"
  7352. " file states (columns) and option combinations (rows). The file\n"
  7353. " states are Added [A], Clean [C], Modified [M] and Missing [!] (as\n"
  7354. " reported by hg status). The actions are Warn, Remove (from branch)\n"
  7355. " and Delete (from disk)::"
  7356. msgstr ""
  7357. msgid ""
  7358. " A C M !\n"
  7359. " none W RD W R\n"
  7360. " -f R RD RD R\n"
  7361. " -A W W W R\n"
  7362. " -Af R R R R"
  7363. msgstr ""
  7364. msgid ""
  7365. " This command schedules the files to be removed at the next commit.\n"
  7366. " To undo a remove before that, see hg revert.\n"
  7367. " "
  7368. msgstr ""
  7369. #, python-format
  7370. msgid "not removing %s: file is untracked\n"
  7371. msgstr ""
  7372. #, python-format
  7373. msgid "not removing %s: file %s (use -f to force removal)\n"
  7374. msgstr ""
  7375. msgid "still exists"
  7376. msgstr ""
  7377. msgid "is modified"
  7378. msgstr ""
  7379. msgid "has been marked for add"
  7380. msgstr ""
  7381. msgid "rename files; equivalent of copy + remove"
  7382. msgstr ""
  7383. msgid ""
  7384. " Mark dest as copies of sources; mark sources for deletion. If dest\n"
  7385. " is a directory, copies are put in that directory. If dest is a\n"
  7386. " file, there can only be one source."
  7387. msgstr ""
  7388. msgid ""
  7389. " This command takes effect at the next commit. To undo a rename\n"
  7390. " before that, see hg revert.\n"
  7391. " "
  7392. msgstr ""
  7393. msgid "retry file merges from a merge or update"
  7394. msgstr ""
  7395. msgid ""
  7396. " This command will cleanly retry unresolved file merges using file\n"
  7397. " revisions preserved from the last update or merge. To attempt to\n"
  7398. " resolve all unresolved files, use the -a/--all switch."
  7399. msgstr ""
  7400. msgid ""
  7401. " If a conflict is resolved manually, please note that the changes\n"
  7402. " will be overwritten if the merge is retried with resolve. The\n"
  7403. " -m/--mark switch should be used to mark the file as resolved."
  7404. msgstr ""
  7405. msgid ""
  7406. " This command also allows listing resolved files and manually\n"
  7407. " indicating whether or not files are resolved. All files must be\n"
  7408. " marked as resolved before a commit is permitted."
  7409. msgstr ""
  7410. msgid " The codes used to show the status of files are::"
  7411. msgstr ""
  7412. msgid ""
  7413. " U = unresolved\n"
  7414. " R = resolved\n"
  7415. " "
  7416. msgstr ""
  7417. msgid "too many options specified"
  7418. msgstr ""
  7419. msgid "can't specify --all and patterns"
  7420. msgstr ""
  7421. msgid "no files or directories specified; use --all to remerge all files"
  7422. msgstr ""
  7423. msgid "restore individual files or directories to an earlier state"
  7424. msgstr ""
  7425. msgid ""
  7426. " (Use update -r to check out earlier revisions, revert does not\n"
  7427. " change the working directory parents.)"
  7428. msgstr ""
  7429. msgid ""
  7430. " With no revision specified, revert the named files or directories\n"
  7431. " to the contents they had in the parent of the working directory.\n"
  7432. " This restores the contents of the affected files to an unmodified\n"
  7433. " state and unschedules adds, removes, copies, and renames. If the\n"
  7434. " working directory has two parents, you must explicitly specify the\n"
  7435. " revision to revert to."
  7436. msgstr ""
  7437. msgid ""
  7438. " Using the -r/--rev option, revert the given files or directories\n"
  7439. " to their contents as of a specific revision. This can be helpful\n"
  7440. " to \"roll back\" some or all of an earlier change. See 'hg help\n"
  7441. " dates' for a list of formats valid for -d/--date."
  7442. msgstr ""
  7443. msgid ""
  7444. " Revert modifies the working directory. It does not commit any\n"
  7445. " changes, or change the parent of the working directory. If you\n"
  7446. " revert to a revision other than the parent of the working\n"
  7447. " directory, the reverted files will thus appear modified\n"
  7448. " afterwards."
  7449. msgstr ""
  7450. msgid ""
  7451. " If a file has been deleted, it is restored. If the executable mode\n"
  7452. " of a file was changed, it is reset."
  7453. msgstr ""
  7454. msgid ""
  7455. " If names are given, all files matching the names are reverted.\n"
  7456. " If no arguments are given, no files are reverted."
  7457. msgstr ""
  7458. msgid ""
  7459. " Modified files are saved with a .orig suffix before reverting.\n"
  7460. " To disable these backups, use --no-backup.\n"
  7461. " "
  7462. msgstr ""
  7463. msgid "you can't specify a revision and a date"
  7464. msgstr ""
  7465. msgid "no files or directories specified; use --all to revert the whole repo"
  7466. msgstr ""
  7467. #, python-format
  7468. msgid "forgetting %s\n"
  7469. msgstr ""
  7470. #, python-format
  7471. msgid "reverting %s\n"
  7472. msgstr ""
  7473. #, python-format
  7474. msgid "undeleting %s\n"
  7475. msgstr ""
  7476. #, python-format
  7477. msgid "saving current version of %s as %s\n"
  7478. msgstr ""
  7479. #, python-format
  7480. msgid "file not managed: %s\n"
  7481. msgstr ""
  7482. #, python-format
  7483. msgid "no changes needed to %s\n"
  7484. msgstr ""
  7485. msgid "roll back the last transaction"
  7486. msgstr ""
  7487. msgid ""
  7488. " This command should be used with care. There is only one level of\n"
  7489. " rollback, and there is no way to undo a rollback. It will also\n"
  7490. " restore the dirstate at the time of the last transaction, losing\n"
  7491. " any dirstate changes since that time. This command does not alter\n"
  7492. " the working directory."
  7493. msgstr ""
  7494. msgid ""
  7495. " Transactions are used to encapsulate the effects of all commands\n"
  7496. " that create new changesets or propagate existing changesets into a\n"
  7497. " repository. For example, the following commands are transactional,\n"
  7498. " and their effects can be rolled back::"
  7499. msgstr ""
  7500. msgid ""
  7501. " commit\n"
  7502. " import\n"
  7503. " pull\n"
  7504. " push (with this repository as destination)\n"
  7505. " unbundle"
  7506. msgstr ""
  7507. msgid ""
  7508. " This command is not intended for use on public repositories. Once\n"
  7509. " changes are visible for pull by other users, rolling a transaction\n"
  7510. " back locally is ineffective (someone else may already have pulled\n"
  7511. " the changes). Furthermore, a race is possible with readers of the\n"
  7512. " repository; for example an in-progress pull from the repository\n"
  7513. " may fail if a rollback is performed.\n"
  7514. " "
  7515. msgstr ""
  7516. msgid "print the root (top) of the current working directory"
  7517. msgstr ""
  7518. msgid ""
  7519. " Print the root directory of the current repository.\n"
  7520. " "
  7521. msgstr ""
  7522. msgid "export the repository via HTTP"
  7523. msgstr ""
  7524. msgid " Start a local HTTP repository browser and pull server."
  7525. msgstr ""
  7526. msgid ""
  7527. " By default, the server logs accesses to stdout and errors to\n"
  7528. " stderr. Use the -A/--accesslog and -E/--errorlog options to log to\n"
  7529. " files.\n"
  7530. " "
  7531. msgstr ""
  7532. #, python-format
  7533. msgid "listening at http://%s%s/%s (bound to %s:%d)\n"
  7534. msgstr ""
  7535. msgid "show changed files in the working directory"
  7536. msgstr ""
  7537. msgid ""
  7538. " Show status of files in the repository. If names are given, only\n"
  7539. " files that match are shown. Files that are clean or ignored or\n"
  7540. " the source of a copy/move operation, are not listed unless\n"
  7541. " -c/--clean, -i/--ignored, -C/--copies or -A/--all are given.\n"
  7542. " Unless options described with \"show only ...\" are given, the\n"
  7543. " options -mardu are used."
  7544. msgstr ""
  7545. msgid ""
  7546. " Option -q/--quiet hides untracked (unknown and ignored) files\n"
  7547. " unless explicitly requested with -u/--unknown or -i/--ignored."
  7548. msgstr ""
  7549. msgid ""
  7550. " NOTE: status may appear to disagree with diff if permissions have\n"
  7551. " changed or a merge has occurred. The standard diff format does not\n"
  7552. " report permission changes and diff only reports changes relative\n"
  7553. " to one merge parent."
  7554. msgstr ""
  7555. msgid ""
  7556. " If one revision is given, it is used as the base revision.\n"
  7557. " If two revisions are given, the differences between them are\n"
  7558. " shown."
  7559. msgstr ""
  7560. msgid ""
  7561. " M = modified\n"
  7562. " A = added\n"
  7563. " R = removed\n"
  7564. " C = clean\n"
  7565. " ! = missing (deleted by non-hg command, but still tracked)\n"
  7566. " ? = not tracked\n"
  7567. " I = ignored\n"
  7568. " = origin of the previous file listed as A (added)\n"
  7569. " "
  7570. msgstr ""
  7571. msgid "summarize working directory state"
  7572. msgstr ""
  7573. msgid ""
  7574. " This generates a brief summary of the working directory state,\n"
  7575. " including parents, branch, commit status, and available updates."
  7576. msgstr ""
  7577. msgid ""
  7578. " With the --remote option, this will check the default paths for\n"
  7579. " incoming and outgoing changes. This can be time-consuming.\n"
  7580. " "
  7581. msgstr ""
  7582. #, fuzzy
  7583. msgid " (empty repository)"
  7584. msgstr "clônage du dépôt des patchs\n"
  7585. #, fuzzy
  7586. msgid " (no revision checked out)"
  7587. msgstr "aucune révision spécifiée"
  7588. #, fuzzy, python-format
  7589. msgid "parent: %d:%s %s\n"
  7590. msgstr "abandon : %s : %s\n"
  7591. #, fuzzy, python-format
  7592. msgid "branch: %s\n"
  7593. msgstr "abandon : %s\n"
  7594. #, python-format
  7595. msgid "%d added"
  7596. msgstr ""
  7597. #, python-format
  7598. msgid "%d modified"
  7599. msgstr ""
  7600. #, fuzzy, python-format
  7601. msgid "%d removed"
  7602. msgstr "%s ne peut être supprimé"
  7603. #, python-format
  7604. msgid "%d deleted"
  7605. msgstr ""
  7606. #, python-format
  7607. msgid "%d ignored"
  7608. msgstr ""
  7609. #, python-format
  7610. msgid "%d unknown"
  7611. msgstr ""
  7612. #, python-format
  7613. msgid "%d unresolved"
  7614. msgstr ""
  7615. msgid " (merge)"
  7616. msgstr ""
  7617. msgid " (new branch)"
  7618. msgstr ""
  7619. msgid " (clean)"
  7620. msgstr ""
  7621. msgid " (new branch head)"
  7622. msgstr ""
  7623. #, fuzzy, python-format
  7624. msgid "commit: %s\n"
  7625. msgstr "abandon : %s\n"
  7626. msgid "update: (current)\n"
  7627. msgstr ""
  7628. #, python-format
  7629. msgid "update: %d new changesets (update)\n"
  7630. msgstr ""
  7631. #, python-format
  7632. msgid "update: %d new changesets, %d branch heads (merge)\n"
  7633. msgstr ""
  7634. msgid "1 or more incoming"
  7635. msgstr ""
  7636. #, python-format
  7637. msgid "%d outgoing"
  7638. msgstr ""
  7639. #, fuzzy, python-format
  7640. msgid "remote: %s\n"
  7641. msgstr "suppression de %s\n"
  7642. msgid "remote: (synced)\n"
  7643. msgstr ""
  7644. msgid "add one or more tags for the current or given revision"
  7645. msgstr ""
  7646. msgid " Name a particular revision using <name>."
  7647. msgstr ""
  7648. msgid ""
  7649. " Tags are used to name particular revisions of the repository and are\n"
  7650. " very useful to compare different revisions, to go back to significant\n"
  7651. " earlier versions or to mark branch points as releases, etc."
  7652. msgstr ""
  7653. msgid ""
  7654. " If no revision is given, the parent of the working directory is\n"
  7655. " used, or tip if no revision is checked out."
  7656. msgstr ""
  7657. msgid ""
  7658. " To facilitate version control, distribution, and merging of tags,\n"
  7659. " they are stored as a file named \".hgtags\" which is managed\n"
  7660. " similarly to other project files and can be hand-edited if\n"
  7661. " necessary. The file '.hg/localtags' is used for local tags (not\n"
  7662. " shared among repositories)."
  7663. msgstr ""
  7664. msgid "tag names must be unique"
  7665. msgstr ""
  7666. #, python-format
  7667. msgid "the name '%s' is reserved"
  7668. msgstr ""
  7669. msgid "--rev and --remove are incompatible"
  7670. msgstr ""
  7671. #, python-format
  7672. msgid "tag '%s' does not exist"
  7673. msgstr ""
  7674. #, python-format
  7675. msgid "tag '%s' is not a global tag"
  7676. msgstr ""
  7677. #, python-format
  7678. msgid "tag '%s' is not a local tag"
  7679. msgstr ""
  7680. #, python-format
  7681. msgid "tag '%s' already exists (use -f to force)"
  7682. msgstr ""
  7683. msgid "list repository tags"
  7684. msgstr ""
  7685. msgid ""
  7686. " This lists both regular and local tags. When the -v/--verbose\n"
  7687. " switch is used, a third column \"local\" is printed for local tags.\n"
  7688. " "
  7689. msgstr ""
  7690. msgid "show the tip revision"
  7691. msgstr ""
  7692. msgid ""
  7693. " The tip revision (usually just called the tip) is the changeset\n"
  7694. " most recently added to the repository (and therefore the most\n"
  7695. " recently changed head)."
  7696. msgstr ""
  7697. msgid ""
  7698. " If you have just made a commit, that commit will be the tip. If\n"
  7699. " you have just pulled changes from another repository, the tip of\n"
  7700. " that repository becomes the current tip. The \"tip\" tag is special\n"
  7701. " and cannot be renamed or assigned to a different changeset.\n"
  7702. " "
  7703. msgstr ""
  7704. msgid "apply one or more changegroup files"
  7705. msgstr ""
  7706. msgid ""
  7707. " Apply one or more compressed changegroup files generated by the\n"
  7708. " bundle command.\n"
  7709. " "
  7710. msgstr ""
  7711. msgid "update working directory"
  7712. msgstr ""
  7713. msgid ""
  7714. " Update the repository's working directory to the specified\n"
  7715. " revision, or the tip of the current branch if none is specified.\n"
  7716. " Use null as the revision to remove the working copy (like 'hg\n"
  7717. " clone -U')."
  7718. msgstr ""
  7719. msgid ""
  7720. " When the working directory contains no uncommitted changes, it\n"
  7721. " will be replaced by the state of the requested revision from the\n"
  7722. " repository. When the requested revision is on a different branch,\n"
  7723. " the working directory will additionally be switched to that\n"
  7724. " branch."
  7725. msgstr ""
  7726. msgid ""
  7727. " When there are uncommitted changes, use option -C/--clean to\n"
  7728. " discard them, forcibly replacing the state of the working\n"
  7729. " directory with the requested revision. Alternately, use -c/--check\n"
  7730. " to abort."
  7731. msgstr ""
  7732. msgid ""
  7733. " When there are uncommitted changes and option -C/--clean is not\n"
  7734. " used, and the parent revision and requested revision are on the\n"
  7735. " same branch, and one of them is an ancestor of the other, then the\n"
  7736. " new working directory will contain the requested revision merged\n"
  7737. " with the uncommitted changes. Otherwise, the update will fail with\n"
  7738. " a suggestion to use 'merge' or 'update -C' instead."
  7739. msgstr ""
  7740. msgid ""
  7741. " If you want to update just one file to an older revision, use\n"
  7742. " revert."
  7743. msgstr ""
  7744. msgid "cannot specify both -c/--check and -C/--clean"
  7745. msgstr ""
  7746. msgid "uncommitted local changes"
  7747. msgstr ""
  7748. msgid "verify the integrity of the repository"
  7749. msgstr ""
  7750. msgid " Verify the integrity of the current repository."
  7751. msgstr ""
  7752. msgid ""
  7753. " This will perform an extensive check of the repository's\n"
  7754. " integrity, validating the hashes and checksums of each entry in\n"
  7755. " the changelog, manifest, and tracked files, as well as the\n"
  7756. " integrity of their crosslinks and indices.\n"
  7757. " "
  7758. msgstr ""
  7759. msgid "output version and copyright information"
  7760. msgstr ""
  7761. #, python-format
  7762. msgid "Mercurial Distributed SCM (version %s)\n"
  7763. msgstr ""
  7764. msgid ""
  7765. "\n"
  7766. "Copyright (C) 2005-2010 Matt Mackall <mpm@selenic.com> and others\n"
  7767. "This is free software; see the source for copying conditions. There is NO\n"
  7768. "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  7769. msgstr ""
  7770. msgid "repository root directory or name of overlay bundle file"
  7771. msgstr ""
  7772. msgid "change working directory"
  7773. msgstr ""
  7774. msgid "do not prompt, assume 'yes' for any required answers"
  7775. msgstr ""
  7776. msgid "suppress output"
  7777. msgstr ""
  7778. msgid "enable additional output"
  7779. msgstr ""
  7780. msgid "set/override config option"
  7781. msgstr ""
  7782. msgid "enable debugging output"
  7783. msgstr ""
  7784. msgid "start debugger"
  7785. msgstr ""
  7786. msgid "set the charset encoding"
  7787. msgstr ""
  7788. msgid "set the charset encoding mode"
  7789. msgstr ""
  7790. msgid "print traceback on exception"
  7791. msgstr ""
  7792. msgid "time how long the command takes"
  7793. msgstr ""
  7794. msgid "print command execution profile"
  7795. msgstr ""
  7796. msgid "output version information and exit"
  7797. msgstr ""
  7798. msgid "display help and exit"
  7799. msgstr ""
  7800. msgid "do not perform actions, just print output"
  7801. msgstr ""
  7802. msgid "specify ssh command to use"
  7803. msgstr ""
  7804. msgid "specify hg command to run on the remote side"
  7805. msgstr ""
  7806. msgid "include names matching the given patterns"
  7807. msgstr ""
  7808. msgid "exclude names matching the given patterns"
  7809. msgstr ""
  7810. msgid "use <text> as commit message"
  7811. msgstr ""
  7812. msgid "read commit message from <file>"
  7813. msgstr ""
  7814. msgid "record datecode as commit date"
  7815. msgstr ""
  7816. msgid "record the specified user as committer"
  7817. msgstr ""
  7818. msgid "display using template map file"
  7819. msgstr ""
  7820. msgid "display with template"
  7821. msgstr ""
  7822. msgid "do not show merges"
  7823. msgstr ""
  7824. msgid "treat all files as text"
  7825. msgstr ""
  7826. msgid "don't include dates in diff headers"
  7827. msgstr ""
  7828. msgid "show which function each change is in"
  7829. msgstr ""
  7830. msgid "ignore white space when comparing lines"
  7831. msgstr ""
  7832. msgid "ignore changes in the amount of white space"
  7833. msgstr ""
  7834. msgid "ignore changes whose lines are all blank"
  7835. msgstr ""
  7836. msgid "number of lines of context to show"
  7837. msgstr ""
  7838. msgid "guess renamed files by similarity (0<=s<=100)"
  7839. msgstr ""
  7840. msgid "[OPTION]... [FILE]..."
  7841. msgstr ""
  7842. msgid "annotate the specified revision"
  7843. msgstr ""
  7844. msgid "follow file copies and renames"
  7845. msgstr ""
  7846. msgid "list the author (long with -v)"
  7847. msgstr ""
  7848. msgid "list the date (short with -q)"
  7849. msgstr ""
  7850. msgid "list the revision number (default)"
  7851. msgstr ""
  7852. msgid "list the changeset"
  7853. msgstr ""
  7854. msgid "show line number at the first appearance"
  7855. msgstr ""
  7856. msgid "[-r REV] [-f] [-a] [-u] [-d] [-n] [-c] [-l] FILE..."
  7857. msgstr ""
  7858. msgid "do not pass files through decoders"
  7859. msgstr ""
  7860. msgid "directory prefix for files in archive"
  7861. msgstr "chemin préfixé aux fichiers de l'archive"
  7862. msgid "revision to distribute"
  7863. msgstr "révision à distribuer"
  7864. msgid "type of distribution to create"
  7865. msgstr "type de distribution à créer"
  7866. msgid "[OPTION]... DEST"
  7867. msgstr "[OPTION]... DEST"
  7868. msgid "merge with old dirstate parent after backout"
  7869. msgstr ""
  7870. msgid "parent to choose when backing out merge"
  7871. msgstr ""
  7872. msgid "revision to backout"
  7873. msgstr ""
  7874. msgid "[OPTION]... [-r] REV"
  7875. msgstr ""
  7876. msgid "reset bisect state"
  7877. msgstr "réinitialiser l'état de la recherche par dichotomie"
  7878. msgid "mark changeset good"
  7879. msgstr "marquer la révision comme \"bonne\""
  7880. msgid "mark changeset bad"
  7881. msgstr "marquer la révision comme \"mauvaise\""
  7882. msgid "skip testing changeset"
  7883. msgstr "ne pas considérer la révision"
  7884. msgid "use command to check changeset state"
  7885. msgstr "utiliser une commande pour tester l'état des révisions"
  7886. msgid "do not update to target"
  7887. msgstr "ne pas mettre à jour à la révision cible"
  7888. msgid "[-gbsr] [-c CMD] [REV]"
  7889. msgstr "[-gbsr] [-c CMD] [REV]"
  7890. msgid "set branch name even if it shadows an existing branch"
  7891. msgstr ""
  7892. msgid "reset branch name to parent branch name"
  7893. msgstr ""
  7894. msgid "[-fC] [NAME]"
  7895. msgstr ""
  7896. msgid "show only branches that have unmerged heads"
  7897. msgstr ""
  7898. msgid "show normal and closed branches"
  7899. msgstr ""
  7900. msgid "[-a]"
  7901. msgstr ""
  7902. msgid "run even when remote repository is unrelated"
  7903. msgstr ""
  7904. msgid "a changeset up to which you would like to bundle"
  7905. msgstr ""
  7906. msgid "a base changeset to specify instead of a destination"
  7907. msgstr ""
  7908. msgid "bundle all changesets in the repository"
  7909. msgstr ""
  7910. msgid "bundle compression type to use"
  7911. msgstr ""
  7912. msgid "[-f] [-a] [-r REV]... [--base REV]... FILE [DEST]"
  7913. msgstr ""
  7914. msgid "print output to file with formatted name"
  7915. msgstr ""
  7916. msgid "print the given revision"
  7917. msgstr ""
  7918. msgid "apply any matching decode filter"
  7919. msgstr ""
  7920. msgid "[OPTION]... FILE..."
  7921. msgstr ""
  7922. msgid "the clone will only contain a repository (no working copy)"
  7923. msgstr ""
  7924. msgid "a changeset you would like to have after cloning"
  7925. msgstr ""
  7926. msgid "[OPTION]... SOURCE [DEST]"
  7927. msgstr ""
  7928. msgid "mark new/missing files as added/removed before committing"
  7929. msgstr ""
  7930. msgid "mark a branch as closed, hiding it from the branch list"
  7931. msgstr ""
  7932. msgid "record a copy that has already occurred"
  7933. msgstr ""
  7934. msgid "forcibly copy over an existing managed file"
  7935. msgstr ""
  7936. msgid "[OPTION]... [SOURCE]... DEST"
  7937. msgstr ""
  7938. msgid "[INDEX] REV1 REV2"
  7939. msgstr ""
  7940. msgid "[COMMAND]"
  7941. msgstr ""
  7942. msgid "show the command options"
  7943. msgstr ""
  7944. msgid "[-o] CMD"
  7945. msgstr ""
  7946. msgid "try extended date formats"
  7947. msgstr ""
  7948. msgid "[-e] DATE [RANGE]"
  7949. msgstr ""
  7950. msgid "FILE REV"
  7951. msgstr ""
  7952. msgid "[PATH]"
  7953. msgstr ""
  7954. msgid "FILE"
  7955. msgstr ""
  7956. msgid "revision to rebuild to"
  7957. msgstr ""
  7958. msgid "[-r REV] [REV]"
  7959. msgstr ""
  7960. msgid "revision to debug"
  7961. msgstr ""
  7962. msgid "[-r REV] FILE"
  7963. msgstr ""
  7964. msgid "REV1 [REV2]"
  7965. msgstr ""
  7966. msgid "do not display the saved mtime"
  7967. msgstr ""
  7968. msgid "[OPTION]..."
  7969. msgstr ""
  7970. msgid "revision to check"
  7971. msgstr ""
  7972. msgid "[OPTION]... [-r REV1 [-r REV2]] [FILE]..."
  7973. msgstr ""
  7974. msgid "diff against the second parent"
  7975. msgstr ""
  7976. msgid "[OPTION]... [-o OUTFILESPEC] REV..."
  7977. msgstr ""
  7978. msgid "end fields with NUL"
  7979. msgstr ""
  7980. msgid "print all revisions that match"
  7981. msgstr ""
  7982. msgid "follow changeset history, or file history across copies and renames"
  7983. msgstr ""
  7984. msgid "ignore case when matching"
  7985. msgstr ""
  7986. msgid "print only filenames and revisions that match"
  7987. msgstr ""
  7988. msgid "print matching line numbers"
  7989. msgstr ""
  7990. msgid "search in given revision range"
  7991. msgstr ""
  7992. msgid "[OPTION]... PATTERN [FILE]..."
  7993. msgstr ""
  7994. msgid "show only heads which are descendants of REV"
  7995. msgstr ""
  7996. msgid "show only the active branch heads from open branches"
  7997. msgstr ""
  7998. msgid "show normal and closed branch heads"
  7999. msgstr ""
  8000. msgid "[-r STARTREV] [REV]..."
  8001. msgstr ""
  8002. msgid "[TOPIC]"
  8003. msgstr ""
  8004. msgid "identify the specified revision"
  8005. msgstr ""
  8006. msgid "show local revision number"
  8007. msgstr ""
  8008. msgid "show global revision id"
  8009. msgstr ""
  8010. msgid "show branch"
  8011. msgstr ""
  8012. msgid "show tags"
  8013. msgstr ""
  8014. msgid "[-nibt] [-r REV] [SOURCE]"
  8015. msgstr ""
  8016. msgid "directory strip option for patch. This has the same meaning as the corresponding patch option"
  8017. msgstr ""
  8018. msgid "base path"
  8019. msgstr ""
  8020. msgid "skip check for outstanding uncommitted changes"
  8021. msgstr ""
  8022. msgid "don't commit, just update the working directory"
  8023. msgstr ""
  8024. msgid "apply patch to the nodes from which it was generated"
  8025. msgstr ""
  8026. msgid "use any branch information in patch (implied by --exact)"
  8027. msgstr ""
  8028. msgid "[OPTION]... PATCH..."
  8029. msgstr ""
  8030. msgid "show newest record first"
  8031. msgstr ""
  8032. msgid "file to store the bundles into"
  8033. msgstr ""
  8034. msgid "a specific revision up to which you would like to pull"
  8035. msgstr ""
  8036. msgid "[-p] [-n] [-M] [-f] [-r REV]... [--bundle FILENAME] [SOURCE]"
  8037. msgstr ""
  8038. msgid "[-e CMD] [--remotecmd CMD] [DEST]"
  8039. msgstr ""
  8040. msgid "search the repository as it stood at REV"
  8041. msgstr ""
  8042. msgid "end filenames with NUL, for use with xargs"
  8043. msgstr ""
  8044. msgid "print complete paths from the filesystem root"
  8045. msgstr ""
  8046. msgid "[OPTION]... [PATTERN]..."
  8047. msgstr ""
  8048. msgid "only follow the first parent of merge changesets"
  8049. msgstr ""
  8050. msgid "show revisions matching date spec"
  8051. msgstr ""
  8052. msgid "show copied files"
  8053. msgstr ""
  8054. msgid "do case-insensitive search for a keyword"
  8055. msgstr ""
  8056. msgid "include revisions where files were removed"
  8057. msgstr ""
  8058. msgid "show only merges"
  8059. msgstr ""
  8060. msgid "revisions committed by user"
  8061. msgstr ""
  8062. msgid "show only changesets within the given named branch"
  8063. msgstr ""
  8064. msgid "do not display revision or any of its ancestors"
  8065. msgstr ""
  8066. msgid "[OPTION]... [FILE]"
  8067. msgstr ""
  8068. msgid "revision to display"
  8069. msgstr ""
  8070. msgid "[-r REV]"
  8071. msgstr ""
  8072. msgid "force a merge with outstanding changes"
  8073. msgstr ""
  8074. msgid "revision to merge"
  8075. msgstr ""
  8076. msgid "review revisions to merge (no merge is performed)"
  8077. msgstr ""
  8078. msgid "[-f] [[-r] REV]"
  8079. msgstr ""
  8080. msgid "a specific revision up to which you would like to push"
  8081. msgstr ""
  8082. msgid "[-M] [-p] [-n] [-f] [-r REV]... [DEST]"
  8083. msgstr ""
  8084. msgid "show parents from the specified revision"
  8085. msgstr ""
  8086. msgid "[-r REV] [FILE]"
  8087. msgstr ""
  8088. msgid "[NAME]"
  8089. msgstr ""
  8090. msgid "update to new tip if changesets were pulled"
  8091. msgstr ""
  8092. msgid "[-u] [-f] [-r REV]... [-e CMD] [--remotecmd CMD] [SOURCE]"
  8093. msgstr ""
  8094. msgid "force push"
  8095. msgstr ""
  8096. msgid "[-f] [-r REV]... [-e CMD] [--remotecmd CMD] [DEST]"
  8097. msgstr ""
  8098. msgid "record delete for missing files"
  8099. msgstr ""
  8100. msgid "remove (and delete) file even if added or modified"
  8101. msgstr ""
  8102. msgid "record a rename that has already occurred"
  8103. msgstr ""
  8104. msgid "[OPTION]... SOURCE... DEST"
  8105. msgstr ""
  8106. msgid "remerge all unresolved files"
  8107. msgstr ""
  8108. msgid "list state of files needing merge"
  8109. msgstr ""
  8110. msgid "mark files as resolved"
  8111. msgstr ""
  8112. msgid "unmark files as resolved"
  8113. msgstr ""
  8114. msgid "revert all changes when no arguments given"
  8115. msgstr ""
  8116. msgid "tipmost revision matching date"
  8117. msgstr ""
  8118. msgid "revision to revert to"
  8119. msgstr ""
  8120. msgid "do not save backup copies of files"
  8121. msgstr ""
  8122. msgid "[OPTION]... [-r REV] [NAME]..."
  8123. msgstr ""
  8124. msgid "name of access log file to write to"
  8125. msgstr ""
  8126. msgid "name of error log file to write to"
  8127. msgstr ""
  8128. msgid "port to listen on (default: 8000)"
  8129. msgstr ""
  8130. msgid "address to listen on (default: all interfaces)"
  8131. msgstr ""
  8132. msgid "prefix path to serve from (default: server root)"
  8133. msgstr ""
  8134. msgid "name to show in web pages (default: working directory)"
  8135. msgstr ""
  8136. msgid "name of the webdir config file (serve more than one repository)"
  8137. msgstr ""
  8138. msgid "for remote clients"
  8139. msgstr ""
  8140. msgid "web templates to use"
  8141. msgstr ""
  8142. msgid "template style to use"
  8143. msgstr ""
  8144. msgid "use IPv6 in addition to IPv4"
  8145. msgstr ""
  8146. msgid "SSL certificate file"
  8147. msgstr ""
  8148. msgid "show untrusted configuration options"
  8149. msgstr ""
  8150. msgid "[-u] [NAME]..."
  8151. msgstr ""
  8152. msgid "check for push and pull"
  8153. msgstr ""
  8154. msgid "show status of all files"
  8155. msgstr ""
  8156. msgid "show only modified files"
  8157. msgstr ""
  8158. msgid "show only added files"
  8159. msgstr ""
  8160. msgid "show only removed files"
  8161. msgstr ""
  8162. msgid "show only deleted (but tracked) files"
  8163. msgstr ""
  8164. msgid "show only files without changes"
  8165. msgstr ""
  8166. msgid "show only unknown (not tracked) files"
  8167. msgstr ""
  8168. msgid "show only ignored files"
  8169. msgstr ""
  8170. msgid "hide status prefix"
  8171. msgstr ""
  8172. msgid "show source of copied files"
  8173. msgstr ""
  8174. msgid "show difference from revision"
  8175. msgstr ""
  8176. msgid "replace existing tag"
  8177. msgstr ""
  8178. msgid "make the tag local"
  8179. msgstr ""
  8180. msgid "revision to tag"
  8181. msgstr ""
  8182. msgid "remove a tag"
  8183. msgstr ""
  8184. msgid "[-l] [-m TEXT] [-d DATE] [-u USER] [-r REV] NAME..."
  8185. msgstr ""
  8186. msgid "[-p]"
  8187. msgstr ""
  8188. msgid "update to new tip if changesets were unbundled"
  8189. msgstr ""
  8190. msgid "[-u] FILE..."
  8191. msgstr ""
  8192. msgid "overwrite locally modified files (no backup)"
  8193. msgstr ""
  8194. msgid "check for uncommitted changes"
  8195. msgstr ""
  8196. msgid "[-C] [-d DATE] [[-r] REV]"
  8197. msgstr ""
  8198. #, python-format
  8199. msgid "config error at %s:%d: '%s'"
  8200. msgstr "erreur de configuration à %s:%d : '%s'"
  8201. msgid "not found in manifest"
  8202. msgstr ""
  8203. msgid "branch name not in UTF-8!"
  8204. msgstr "le nom de la branche n'est pas en UTF-8 !"
  8205. msgid "working directory state appears damaged!"
  8206. msgstr ""
  8207. #, python-format
  8208. msgid "'\\n' and '\\r' disallowed in filenames: %r"
  8209. msgstr ""
  8210. #, python-format
  8211. msgid "directory %r already in dirstate"
  8212. msgstr ""
  8213. #, python-format
  8214. msgid "file %r in dirstate clashes with %r"
  8215. msgstr ""
  8216. #, python-format
  8217. msgid "not in dirstate: %s\n"
  8218. msgstr ""
  8219. msgid "unknown"
  8220. msgstr ""
  8221. msgid "character device"
  8222. msgstr ""
  8223. msgid "block device"
  8224. msgstr ""
  8225. msgid "fifo"
  8226. msgstr ""
  8227. msgid "socket"
  8228. msgstr ""
  8229. msgid "directory"
  8230. msgstr ""
  8231. #, python-format
  8232. msgid "unsupported file type (type is %s)"
  8233. msgstr ""
  8234. #, python-format
  8235. msgid "abort: %s\n"
  8236. msgstr "abandon : %s\n"
  8237. #, python-format
  8238. msgid "hg: %s\n"
  8239. msgstr "hg: %s\n"
  8240. #, python-format
  8241. msgid ""
  8242. "hg: command '%s' is ambiguous:\n"
  8243. " %s\n"
  8244. msgstr ""
  8245. "hg: la commande '%s' est ambiguë :\n"
  8246. " %s\n"
  8247. #, python-format
  8248. msgid "timed out waiting for lock held by %s"
  8249. msgstr "attendu trop longtemps le verrou détenu par %s"
  8250. #, python-format
  8251. msgid "lock held by %s"
  8252. msgstr ""
  8253. #, python-format
  8254. msgid "abort: %s: %s\n"
  8255. msgstr "abandon : %s : %s\n"
  8256. #, python-format
  8257. msgid "abort: could not lock %s: %s\n"
  8258. msgstr "abandon : impossible de verrouiller %s : %s\n"
  8259. #, python-format
  8260. msgid "hg %s: %s\n"
  8261. msgstr "hg %s: %s\n"
  8262. #, python-format
  8263. msgid "abort: %s!\n"
  8264. msgstr "abandon : %s !\n"
  8265. #, python-format
  8266. msgid "abort: %s"
  8267. msgstr "abandon : %s"
  8268. msgid " empty string\n"
  8269. msgstr " chaîne vide\n"
  8270. msgid "killed!\n"
  8271. msgstr "tué !\n"
  8272. #, python-format
  8273. msgid "hg: unknown command '%s'\n"
  8274. msgstr "hg: commande inconnue : '%s'\n"
  8275. #, python-format
  8276. msgid "abort: could not import module %s!\n"
  8277. msgstr "abandon : impossible d'importer le module %s !\n"
  8278. msgid "(did you forget to compile extensions?)\n"
  8279. msgstr "(avez-vous oublié de compiler les extensions ?)\n"
  8280. msgid "(is your Python install correct?)\n"
  8281. msgstr "(votre installation de Python est-elle correcte ?)\n"
  8282. #, python-format
  8283. msgid "abort: error: %s\n"
  8284. msgstr "abandon : erreur : %s\n"
  8285. msgid "broken pipe\n"
  8286. msgstr "relais brisé (pipe)\n"
  8287. msgid "interrupted!\n"
  8288. msgstr "interrompu !\n"
  8289. msgid ""
  8290. "\n"
  8291. "broken pipe\n"
  8292. msgstr ""
  8293. "\n"
  8294. "relais brisé (pipe)\n"
  8295. msgid "abort: out of memory\n"
  8296. msgstr "abandon : plus de mémoire libre\n"
  8297. msgid "** unknown exception encountered, details follow\n"
  8298. msgstr "** exception inconnue rencontrée, détails ci-dessous\n"
  8299. msgid "** report bug details to http://mercurial.selenic.com/bts/\n"
  8300. msgstr "** veuillez signaler le problème en détails sur http://www.selenic.com/mercurial/bts\n"
  8301. msgid "** or mercurial@selenic.com\n"
  8302. msgstr "** ou mercurial@selenic.com\n"
  8303. #, python-format
  8304. msgid "** Mercurial Distributed SCM (version %s)\n"
  8305. msgstr "** Mercurial version %s, système de gestion de sources distribué\n"
  8306. #, python-format
  8307. msgid "** Extensions loaded: %s\n"
  8308. msgstr "** Extensions chargées : %s\n"
  8309. #, python-format
  8310. msgid "no definition for alias '%s'\n"
  8311. msgstr ""
  8312. #, python-format
  8313. msgid "alias '%s' resolves to unknown command '%s'\n"
  8314. msgstr ""
  8315. #, python-format
  8316. msgid "alias '%s' resolves to ambiguous command '%s'\n"
  8317. msgstr ""
  8318. #, python-format
  8319. msgid "malformed --config option: %s"
  8320. msgstr "option incorrecte pour --config : %s"
  8321. #, python-format
  8322. msgid "extension '%s' overrides commands: %s\n"
  8323. msgstr "l'extension '%s' redéfinit ces commandes : %s\n"
  8324. msgid "Option --config may not be abbreviated!"
  8325. msgstr "L'option --config ne peut être abrégée !"
  8326. msgid "Option --cwd may not be abbreviated!"
  8327. msgstr "L'option --cwd ne peut être abrégée !"
  8328. msgid "Option -R has to be separated from other options (e.g. not -qR) and --repository may only be abbreviated as --repo!"
  8329. msgstr "L'option -R doit être séparée des autres options (autrement dit -qR est invalide) et --repository ne peut être abrégé qu'en --repo !"
  8330. #, python-format
  8331. msgid "Time: real %.3f secs (user %.3f+%.3f sys %.3f+%.3f)\n"
  8332. msgstr ""
  8333. #, python-format
  8334. msgid "repository '%s' is not local"
  8335. msgstr "le dépôt '%s' n'est pas local"
  8336. msgid "invalid arguments"
  8337. msgstr "arguments invalides"
  8338. #, python-format
  8339. msgid "unrecognized profiling format '%s' - Ignored\n"
  8340. msgstr ""
  8341. msgid "lsprof not available - install from http://codespeak.net/svn/user/arigo/hack/misc/lsprof/"
  8342. msgstr ""
  8343. #, python-format
  8344. msgid "*** failed to import extension %s from %s: %s\n"
  8345. msgstr ""
  8346. #, python-format
  8347. msgid "*** failed to import extension %s: %s\n"
  8348. msgstr ""
  8349. #, python-format
  8350. msgid "couldn't find merge tool %s\n"
  8351. msgstr ""
  8352. #, python-format
  8353. msgid "tool %s can't handle symlinks\n"
  8354. msgstr ""
  8355. #, python-format
  8356. msgid "tool %s can't handle binary\n"
  8357. msgstr ""
  8358. #, python-format
  8359. msgid "tool %s requires a GUI\n"
  8360. msgstr ""
  8361. #, python-format
  8362. msgid ""
  8363. " no tool found to merge %s\n"
  8364. "keep (l)ocal or take (o)ther?"
  8365. msgstr ""
  8366. msgid "&Local"
  8367. msgstr ""
  8368. msgid "&Other"
  8369. msgstr ""
  8370. #, python-format
  8371. msgid "merging %s and %s to %s\n"
  8372. msgstr ""
  8373. #, python-format
  8374. msgid "merging %s\n"
  8375. msgstr ""
  8376. #, python-format
  8377. msgid ""
  8378. " output file %s appears unchanged\n"
  8379. "was merge successful (yn)?"
  8380. msgstr ""
  8381. msgid "&No"
  8382. msgstr ""
  8383. msgid "&Yes"
  8384. msgstr ""
  8385. #, python-format
  8386. msgid "merging %s failed!\n"
  8387. msgstr ""
  8388. #, python-format
  8389. msgid "Inconsistent state, %s:%s is good and bad"
  8390. msgstr "État incohérent, %s:%s est à la fois \"bon\" et \"mauvais\""
  8391. #, python-format
  8392. msgid "unknown bisect kind %s"
  8393. msgstr "type inconnu pour dichotomie : %s"
  8394. msgid "disabled extensions:"
  8395. msgstr "extensions désactivées :"
  8396. msgid "Date Formats"
  8397. msgstr ""
  8398. msgid "File Name Patterns"
  8399. msgstr ""
  8400. msgid "Environment Variables"
  8401. msgstr ""
  8402. msgid "Specifying Single Revisions"
  8403. msgstr ""
  8404. msgid "Specifying Multiple Revisions"
  8405. msgstr ""
  8406. msgid "Diff Formats"
  8407. msgstr ""
  8408. msgid "Template Usage"
  8409. msgstr ""
  8410. msgid "URL Paths"
  8411. msgstr ""
  8412. msgid "Using additional features"
  8413. msgstr ""
  8414. msgid "can only share local repositories"
  8415. msgstr ""
  8416. msgid "destination already exists"
  8417. msgstr ""
  8418. msgid "updating working directory\n"
  8419. msgstr ""
  8420. #, python-format
  8421. msgid "destination directory: %s\n"
  8422. msgstr ""
  8423. #, python-format
  8424. msgid "destination '%s' already exists"
  8425. msgstr ""
  8426. #, python-format
  8427. msgid "destination '%s' is not empty"
  8428. msgstr ""
  8429. msgid "src repository does not support revision lookup and so doesn't support clone by revision"
  8430. msgstr ""
  8431. msgid "clone from remote to remote not supported"
  8432. msgstr ""
  8433. #, fuzzy, python-format
  8434. msgid "updating to branch %s\n"
  8435. msgstr "comparaison avec %s\n"
  8436. #, python-format
  8437. msgid "%d files updated, %d files merged, %d files removed, %d files unresolved\n"
  8438. msgstr ""
  8439. msgid "use 'hg resolve' to retry unresolved file merges\n"
  8440. msgstr ""
  8441. msgid "use 'hg resolve' to retry unresolved file merges or 'hg update -C' to abandon\n"
  8442. msgstr ""
  8443. msgid "(branch merge, don't forget to commit)\n"
  8444. msgstr ""
  8445. #, python-format
  8446. msgid "error reading %s/.hg/hgrc: %s\n"
  8447. msgstr ""
  8448. msgid "SSL support is unavailable"
  8449. msgstr ""
  8450. msgid "IPv6 is not available on this system"
  8451. msgstr ""
  8452. #, python-format
  8453. msgid "cannot start server at '%s:%d': %s"
  8454. msgstr ""
  8455. #, python-format
  8456. msgid "calling hook %s: %s\n"
  8457. msgstr ""
  8458. #, python-format
  8459. msgid "%s hook is invalid (\"%s\" not in a module)"
  8460. msgstr ""
  8461. #, python-format
  8462. msgid "%s hook is invalid (import of \"%s\" failed)"
  8463. msgstr ""
  8464. #, python-format
  8465. msgid "%s hook is invalid (\"%s\" is not defined)"
  8466. msgstr ""
  8467. #, python-format
  8468. msgid "%s hook is invalid (\"%s\" is not callable)"
  8469. msgstr ""
  8470. #, python-format
  8471. msgid "error: %s hook failed: %s\n"
  8472. msgstr ""
  8473. #, python-format
  8474. msgid "error: %s hook raised an exception: %s\n"
  8475. msgstr ""
  8476. #, python-format
  8477. msgid "%s hook failed"
  8478. msgstr ""
  8479. #, python-format
  8480. msgid "warning: %s hook failed\n"
  8481. msgstr ""
  8482. #, python-format
  8483. msgid "running hook %s: %s\n"
  8484. msgstr ""
  8485. #, python-format
  8486. msgid "%s hook %s"
  8487. msgstr ""
  8488. #, python-format
  8489. msgid "warning: %s hook %s\n"
  8490. msgstr ""
  8491. msgid "connection ended unexpectedly"
  8492. msgstr ""
  8493. #, python-format
  8494. msgid "unsupported URL component: \"%s\""
  8495. msgstr ""
  8496. msgid "operation not supported over http"
  8497. msgstr ""
  8498. msgid "authorization failed"
  8499. msgstr ""
  8500. msgid "http error, possibly caused by proxy setting"
  8501. msgstr ""
  8502. #, python-format
  8503. msgid "real URL is %s\n"
  8504. msgstr ""
  8505. #, python-format
  8506. msgid "'%s' does not appear to be an hg repository"
  8507. msgstr ""
  8508. #, python-format
  8509. msgid "'%s' sent a broken Content-Type header (%s)"
  8510. msgstr ""
  8511. #, python-format
  8512. msgid "'%s' uses newer protocol %s"
  8513. msgstr ""
  8514. msgid "look up remote revision"
  8515. msgstr ""
  8516. msgid "unexpected response:"
  8517. msgstr ""
  8518. msgid "look up remote changes"
  8519. msgstr ""
  8520. msgid "push failed (unexpected response):"
  8521. msgstr ""
  8522. #, python-format
  8523. msgid "push failed: %s"
  8524. msgstr ""
  8525. msgid "Python support for SSL and HTTPS is not installed"
  8526. msgstr ""
  8527. msgid "cannot create new http repository"
  8528. msgstr ""
  8529. #, python-format
  8530. msgid "ignoring invalid syntax '%s'"
  8531. msgstr ""
  8532. #, python-format
  8533. msgid "skipping unreadable ignore file '%s': %s\n"
  8534. msgstr ""
  8535. #, python-format
  8536. msgid "repository %s not found"
  8537. msgstr ""
  8538. #, python-format
  8539. msgid "repository %s already exists"
  8540. msgstr ""
  8541. #, python-format
  8542. msgid "requirement '%s' not supported"
  8543. msgstr ""
  8544. #, python-format
  8545. msgid ".hg/sharedpath points to nonexistent directory %s"
  8546. msgstr ""
  8547. #, python-format
  8548. msgid "%r cannot be used in a tag name"
  8549. msgstr ""
  8550. msgid "working copy of .hgtags is changed (please commit .hgtags manually)"
  8551. msgstr ""
  8552. #, python-format
  8553. msgid "working directory has unknown parent '%s'!"
  8554. msgstr ""
  8555. #, python-format
  8556. msgid "unknown revision '%s'"
  8557. msgstr ""
  8558. msgid "journal already exists - run hg recover"
  8559. msgstr ""
  8560. msgid "rolling back interrupted transaction\n"
  8561. msgstr ""
  8562. msgid "no interrupted transaction available\n"
  8563. msgstr ""
  8564. msgid "rolling back last transaction\n"
  8565. msgstr ""
  8566. #, python-format
  8567. msgid "Named branch could not be reset, current branch still is: %s\n"
  8568. msgstr ""
  8569. msgid "no rollback information available\n"
  8570. msgstr ""
  8571. #, python-format
  8572. msgid "waiting for lock on %s held by %r\n"
  8573. msgstr ""
  8574. #, python-format
  8575. msgid "repository %s"
  8576. msgstr ""
  8577. #, python-format
  8578. msgid "working directory of %s"
  8579. msgstr ""
  8580. msgid "cannot partially commit a merge (do not specify files or patterns)"
  8581. msgstr ""
  8582. msgid "file not found!"
  8583. msgstr ""
  8584. msgid "no match under directory!"
  8585. msgstr ""
  8586. msgid "file not tracked!"
  8587. msgstr ""
  8588. msgid "unresolved merge conflicts (see hg resolve)"
  8589. msgstr ""
  8590. #, python-format
  8591. msgid "committing subrepository %s\n"
  8592. msgstr ""
  8593. #, python-format
  8594. msgid "trouble committing %s!\n"
  8595. msgstr ""
  8596. #, python-format
  8597. msgid "%s does not exist!\n"
  8598. msgstr ""
  8599. #, python-format
  8600. msgid ""
  8601. "%s: files over 10MB may cause memory and performance problems\n"
  8602. "(use 'hg revert %s' to unadd the file)\n"
  8603. msgstr ""
  8604. #, python-format
  8605. msgid "%s not added: only files and symlinks supported currently\n"
  8606. msgstr ""
  8607. #, python-format
  8608. msgid "%s already tracked!\n"
  8609. msgstr ""
  8610. #, python-format
  8611. msgid "%s not added!\n"
  8612. msgstr ""
  8613. #, python-format
  8614. msgid "%s still exists!\n"
  8615. msgstr ""
  8616. #, python-format
  8617. msgid "%s not tracked!\n"
  8618. msgstr ""
  8619. #, python-format
  8620. msgid "%s not removed!\n"
  8621. msgstr ""
  8622. #, python-format
  8623. msgid "copy failed: %s is not a file or a symbolic link\n"
  8624. msgstr ""
  8625. msgid "searching for changes\n"
  8626. msgstr ""
  8627. msgid "already have changeset "
  8628. msgstr ""
  8629. msgid "warning: repository is unrelated\n"
  8630. msgstr ""
  8631. msgid "repository is unrelated"
  8632. msgstr ""
  8633. msgid "requesting all changes\n"
  8634. msgstr ""
  8635. msgid "Partial pull cannot be done because other repository doesn't support changegroupsubset."
  8636. msgstr ""
  8637. #, python-format
  8638. msgid "abort: push creates new remote branch '%s'!\n"
  8639. msgstr ""
  8640. msgid "abort: push creates new remote heads!\n"
  8641. msgstr ""
  8642. msgid "(did you forget to merge? use push -f to force)\n"
  8643. msgstr ""
  8644. msgid "note: unsynced remote changes!\n"
  8645. msgstr ""
  8646. #, python-format
  8647. msgid "%d changesets found\n"
  8648. msgstr ""
  8649. #, python-format
  8650. msgid "empty or missing revlog for %s"
  8651. msgstr ""
  8652. msgid "adding changesets\n"
  8653. msgstr ""
  8654. msgid "received changelog group is empty"
  8655. msgstr ""
  8656. msgid "adding manifests\n"
  8657. msgstr ""
  8658. msgid "adding file changes\n"
  8659. msgstr ""
  8660. msgid "received file revlog group is empty"
  8661. msgstr ""
  8662. #, python-format
  8663. msgid " (%+d heads)"
  8664. msgstr ""
  8665. #, python-format
  8666. msgid "added %d changesets with %d changes to %d files%s\n"
  8667. msgstr ""
  8668. msgid "Unexpected response from remote server:"
  8669. msgstr ""
  8670. msgid "operation forbidden by server"
  8671. msgstr ""
  8672. msgid "locking the remote repository failed"
  8673. msgstr ""
  8674. msgid "the server sent an unknown error code"
  8675. msgstr ""
  8676. msgid "streaming all changes\n"
  8677. msgstr ""
  8678. #, python-format
  8679. msgid "%d files to transfer, %s of data\n"
  8680. msgstr ""
  8681. #, python-format
  8682. msgid "transferred %s in %.1f seconds (%s/sec)\n"
  8683. msgstr ""
  8684. msgid "no [smtp]host in hgrc - cannot send mail"
  8685. msgstr ""
  8686. #, python-format
  8687. msgid "sending mail: smtp host %s, port %s\n"
  8688. msgstr ""
  8689. msgid "can't use TLS: Python SSL support not installed"
  8690. msgstr ""
  8691. msgid "(using tls)\n"
  8692. msgstr ""
  8693. #, python-format
  8694. msgid "(authenticating to mail server as %s)\n"
  8695. msgstr ""
  8696. #, python-format
  8697. msgid "sending mail: %s\n"
  8698. msgstr ""
  8699. msgid "smtp specified as email transport, but no smtp host configured"
  8700. msgstr ""
  8701. #, python-format
  8702. msgid "%r specified as email transport, but not in PATH"
  8703. msgstr ""
  8704. #, python-format
  8705. msgid "ignoring invalid sendcharset: %s\n"
  8706. msgstr ""
  8707. #, python-format
  8708. msgid "invalid email address: %s"
  8709. msgstr ""
  8710. #, python-format
  8711. msgid "invalid local address: %s"
  8712. msgstr ""
  8713. #, python-format
  8714. msgid "failed to remove %s from manifest"
  8715. msgstr ""
  8716. #, python-format
  8717. msgid "diff context lines count must be an integer, not %r"
  8718. msgstr ""
  8719. #, python-format
  8720. msgid "untracked file in working directory differs from file in requested revision: '%s'"
  8721. msgstr ""
  8722. #, python-format
  8723. msgid "case-folding collision between %s and %s"
  8724. msgstr ""
  8725. #, python-format
  8726. msgid ""
  8727. " conflicting flags for %s\n"
  8728. "(n)one, e(x)ec or sym(l)ink?"
  8729. msgstr ""
  8730. msgid "&None"
  8731. msgstr ""
  8732. msgid "E&xec"
  8733. msgstr ""
  8734. msgid "Sym&link"
  8735. msgstr ""
  8736. msgid "resolving manifests\n"
  8737. msgstr ""
  8738. #, python-format
  8739. msgid ""
  8740. " local changed %s which remote deleted\n"
  8741. "use (c)hanged version or (d)elete?"
  8742. msgstr ""
  8743. msgid "&Changed"
  8744. msgstr ""
  8745. msgid "&Delete"
  8746. msgstr ""
  8747. #, python-format
  8748. msgid ""
  8749. "remote changed %s which local deleted\n"
  8750. "use (c)hanged version or leave (d)eleted?"
  8751. msgstr ""
  8752. msgid "&Deleted"
  8753. msgstr ""
  8754. #, python-format
  8755. msgid "update failed to remove %s: %s!\n"
  8756. msgstr ""
  8757. #, python-format
  8758. msgid "getting %s\n"
  8759. msgstr ""
  8760. #, python-format
  8761. msgid "getting %s to %s\n"
  8762. msgstr ""
  8763. #, python-format
  8764. msgid "warning: detected divergent renames of %s to:\n"
  8765. msgstr ""
  8766. #, python-format
  8767. msgid "branch %s not found"
  8768. msgstr ""
  8769. msgid "can't merge with ancestor"
  8770. msgstr ""
  8771. msgid "nothing to merge (use 'hg update' or check 'hg heads')"
  8772. msgstr ""
  8773. msgid "outstanding uncommitted changes (use 'hg status' to list changes)"
  8774. msgstr ""
  8775. msgid "crosses branches (use 'hg merge' or 'hg update -C' to discard changes)"
  8776. msgstr ""
  8777. msgid "crosses branches (use 'hg merge' or 'hg update -C')"
  8778. msgstr ""
  8779. msgid "crosses named branches (use 'hg update -C' to discard changes)"
  8780. msgstr ""
  8781. #, python-format
  8782. msgid "cannot create %s: destination already exists"
  8783. msgstr ""
  8784. #, python-format
  8785. msgid "cannot create %s: unable to create destination directory"
  8786. msgstr ""
  8787. #, python-format
  8788. msgid "unable to find '%s' for patching\n"
  8789. msgstr ""
  8790. #, python-format
  8791. msgid "patching file %s\n"
  8792. msgstr ""
  8793. #, python-format
  8794. msgid "%d out of %d hunks FAILED -- saving rejects to file %s\n"
  8795. msgstr ""
  8796. #, python-format
  8797. msgid "bad hunk #%d %s (%d %d %d %d)"
  8798. msgstr ""
  8799. #, python-format
  8800. msgid "file %s already exists\n"
  8801. msgstr ""
  8802. #, python-format
  8803. msgid "Hunk #%d succeeded at %d %s(offset %d line).\n"
  8804. msgstr ""
  8805. #, python-format
  8806. msgid "Hunk #%d succeeded at %d %s(offset %d lines).\n"
  8807. msgstr ""
  8808. #, python-format
  8809. msgid "Hunk #%d FAILED at %d\n"
  8810. msgstr ""
  8811. #, python-format
  8812. msgid "bad hunk #%d"
  8813. msgstr ""
  8814. #, python-format
  8815. msgid "bad hunk #%d old text line %d"
  8816. msgstr ""
  8817. msgid "could not extract binary patch"
  8818. msgstr ""
  8819. #, python-format
  8820. msgid "binary patch is %d bytes, not %d"
  8821. msgstr ""
  8822. #, python-format
  8823. msgid "unable to strip away %d dirs from %s"
  8824. msgstr ""
  8825. msgid "undefined source and destination files"
  8826. msgstr ""
  8827. #, python-format
  8828. msgid "malformed patch %s %s"
  8829. msgstr ""
  8830. #, python-format
  8831. msgid "unsupported parser state: %s"
  8832. msgstr ""
  8833. #, python-format
  8834. msgid "patch command failed: %s"
  8835. msgstr ""
  8836. #, python-format
  8837. msgid "Unsupported line endings type: %s"
  8838. msgstr ""
  8839. #, python-format
  8840. msgid " %d files changed, %d insertions(+), %d deletions(-)\n"
  8841. msgstr ""
  8842. #, python-format
  8843. msgid "exited with status %d"
  8844. msgstr ""
  8845. #, python-format
  8846. msgid "killed by signal %d"
  8847. msgstr ""
  8848. #, python-format
  8849. msgid "saving bundle to %s\n"
  8850. msgstr ""
  8851. msgid "adding branch\n"
  8852. msgstr ""
  8853. #, python-format
  8854. msgid "cannot %s; remote repository does not support the %r capability"
  8855. msgstr ""
  8856. #, python-format
  8857. msgid "unknown compression type %r"
  8858. msgstr ""
  8859. #, python-format
  8860. msgid "index %s unknown flags %#04x for format v0"
  8861. msgstr ""
  8862. #, python-format
  8863. msgid "index %s unknown flags %#04x for revlogng"
  8864. msgstr ""
  8865. #, python-format
  8866. msgid "index %s unknown format %d"
  8867. msgstr ""
  8868. #, python-format
  8869. msgid "index %s is corrupted"
  8870. msgstr ""
  8871. msgid "no node"
  8872. msgstr ""
  8873. msgid "ambiguous identifier"
  8874. msgstr ""
  8875. msgid "no match found"
  8876. msgstr ""
  8877. #, python-format
  8878. msgid "incompatible revision flag %x"
  8879. msgstr ""
  8880. #, python-format
  8881. msgid "%s not found in the transaction"
  8882. msgstr ""
  8883. msgid "unknown base"
  8884. msgstr ""
  8885. msgid "consistency error adding group"
  8886. msgstr ""
  8887. #, python-format
  8888. msgid "%s looks like a binary file."
  8889. msgstr ""
  8890. msgid "can only specify two labels."
  8891. msgstr ""
  8892. msgid "warning: conflicts during merge.\n"
  8893. msgstr ""
  8894. #, python-format
  8895. msgid "couldn't parse location %s"
  8896. msgstr ""
  8897. msgid "could not create remote repo"
  8898. msgstr ""
  8899. msgid "no suitable response from remote hg"
  8900. msgstr ""
  8901. msgid "remote: "
  8902. msgstr ""
  8903. #, python-format
  8904. msgid "push refused: %s"
  8905. msgstr ""
  8906. msgid "unsynced changes"
  8907. msgstr ""
  8908. msgid "cannot lock static-http repository"
  8909. msgstr ""
  8910. msgid "cannot create new static-http repository"
  8911. msgstr ""
  8912. #, python-format
  8913. msgid "invalid entry in fncache, line %s"
  8914. msgstr ""
  8915. #, python-format
  8916. msgid ""
  8917. " subrepository sources for %s differ\n"
  8918. "use (l)ocal source (%s) or (r)emote source (%s)?"
  8919. msgstr ""
  8920. msgid "&Remote"
  8921. msgstr ""
  8922. #, python-format
  8923. msgid ""
  8924. " local changed subrepository %s which remote removed\n"
  8925. "use (c)hanged version or (d)elete?"
  8926. msgstr ""
  8927. #, python-format
  8928. msgid ""
  8929. " remote changed subrepository %s which local removed\n"
  8930. "use (c)hanged version or (d)elete?"
  8931. msgstr ""
  8932. #, python-format
  8933. msgid "removing subrepo %s\n"
  8934. msgstr ""
  8935. #, python-format
  8936. msgid "pulling subrepo %s\n"
  8937. msgstr ""
  8938. #, python-format
  8939. msgid "pushing subrepo %s\n"
  8940. msgstr ""
  8941. #, python-format
  8942. msgid "%s, line %s: %s\n"
  8943. msgstr ""
  8944. msgid "cannot parse entry"
  8945. msgstr ""
  8946. #, python-format
  8947. msgid "node '%s' is not well formed"
  8948. msgstr ""
  8949. msgid "unmatched quotes"
  8950. msgstr ""
  8951. #, python-format
  8952. msgid "error expanding '%s%%%s'"
  8953. msgstr ""
  8954. #, python-format
  8955. msgid "unknown filter '%s'"
  8956. msgstr ""
  8957. #, python-format
  8958. msgid "style not found: %s"
  8959. msgstr ""
  8960. #, python-format
  8961. msgid "template file %s: %s"
  8962. msgstr ""
  8963. msgid "cannot use transaction when it is already committed/aborted"
  8964. msgstr ""
  8965. #, python-format
  8966. msgid "failed to truncate %s\n"
  8967. msgstr ""
  8968. msgid "transaction abort!\n"
  8969. msgstr ""
  8970. msgid "rollback completed\n"
  8971. msgstr ""
  8972. msgid "rollback failed - please run hg recover\n"
  8973. msgstr ""
  8974. #, python-format
  8975. msgid "Not trusting file %s from untrusted user %s, group %s\n"
  8976. msgstr ""
  8977. #, python-format
  8978. msgid "Ignored: %s\n"
  8979. msgstr ""
  8980. #, python-format
  8981. msgid "ignoring untrusted configuration option %s.%s = %s\n"
  8982. msgstr ""
  8983. #, python-format
  8984. msgid "%s.%s not a boolean ('%s')"
  8985. msgstr ""
  8986. msgid "enter a commit username:"
  8987. msgstr ""
  8988. #, python-format
  8989. msgid "No username found, using '%s' instead\n"
  8990. msgstr ""
  8991. msgid "Please specify a username."
  8992. msgstr ""
  8993. #, python-format
  8994. msgid "username %s contains a newline\n"
  8995. msgstr ""
  8996. msgid "response expected"
  8997. msgstr ""
  8998. msgid "unrecognized response\n"
  8999. msgstr ""
  9000. msgid "password: "
  9001. msgstr ""
  9002. msgid "edit failed"
  9003. msgstr ""
  9004. msgid "http authorization required"
  9005. msgstr ""
  9006. msgid "http authorization required\n"
  9007. msgstr ""
  9008. #, python-format
  9009. msgid "realm: %s\n"
  9010. msgstr ""
  9011. #, python-format
  9012. msgid "user: %s\n"
  9013. msgstr ""
  9014. msgid "user:"
  9015. msgstr ""
  9016. #, python-format
  9017. msgid "http auth: user %s, password %s\n"
  9018. msgstr ""
  9019. #, python-format
  9020. msgid "command '%s' failed: %s"
  9021. msgstr ""
  9022. #, python-format
  9023. msgid "path contains illegal component: %s"
  9024. msgstr ""
  9025. #, python-format
  9026. msgid "path %r is inside repo %r"
  9027. msgstr ""
  9028. #, python-format
  9029. msgid "path %r traverses symbolic link %r"
  9030. msgstr ""
  9031. msgid "Hardlinks not supported"
  9032. msgstr ""
  9033. #, python-format
  9034. msgid "could not symlink to %r: %s"
  9035. msgstr ""
  9036. #, python-format
  9037. msgid "invalid date: %r "
  9038. msgstr ""
  9039. #, python-format
  9040. msgid "date exceeds 32 bits: %d"
  9041. msgstr ""
  9042. #, python-format
  9043. msgid "impossible time zone offset: %d"
  9044. msgstr ""
  9045. #, python-format
  9046. msgid "invalid day spec: %s"
  9047. msgstr ""
  9048. #, python-format
  9049. msgid "%.0f GB"
  9050. msgstr ""
  9051. #, python-format
  9052. msgid "%.1f GB"
  9053. msgstr ""
  9054. #, python-format
  9055. msgid "%.2f GB"
  9056. msgstr ""
  9057. #, python-format
  9058. msgid "%.0f MB"
  9059. msgstr ""
  9060. #, python-format
  9061. msgid "%.1f MB"
  9062. msgstr ""
  9063. #, python-format
  9064. msgid "%.2f MB"
  9065. msgstr ""
  9066. #, python-format
  9067. msgid "%.0f KB"
  9068. msgstr ""
  9069. #, python-format
  9070. msgid "%.1f KB"
  9071. msgstr ""
  9072. #, python-format
  9073. msgid "%.2f KB"
  9074. msgstr ""
  9075. #, python-format
  9076. msgid "%.0f bytes"
  9077. msgstr ""
  9078. msgid "cannot verify bundle or remote repos"
  9079. msgstr ""
  9080. msgid "interrupted"
  9081. msgstr ""
  9082. #, python-format
  9083. msgid "empty or missing %s"
  9084. msgstr ""
  9085. #, python-format
  9086. msgid "data length off by %d bytes"
  9087. msgstr ""
  9088. #, python-format
  9089. msgid "index contains %d extra bytes"
  9090. msgstr ""
  9091. #, python-format
  9092. msgid "warning: `%s' uses revlog format 1"
  9093. msgstr ""
  9094. #, python-format
  9095. msgid "warning: `%s' uses revlog format 0"
  9096. msgstr ""
  9097. #, python-format
  9098. msgid "rev %d points to nonexistent changeset %d"
  9099. msgstr ""
  9100. #, python-format
  9101. msgid "rev %d points to unexpected changeset %d"
  9102. msgstr ""
  9103. #, python-format
  9104. msgid " (expected %s)"
  9105. msgstr ""
  9106. #, python-format
  9107. msgid "unknown parent 1 %s of %s"
  9108. msgstr ""
  9109. #, python-format
  9110. msgid "unknown parent 2 %s of %s"
  9111. msgstr ""
  9112. #, python-format
  9113. msgid "checking parents of %s"
  9114. msgstr ""
  9115. #, python-format
  9116. msgid "duplicate revision %d (%d)"
  9117. msgstr ""
  9118. #, python-format
  9119. msgid "repository uses revlog format %d\n"
  9120. msgstr ""
  9121. msgid "checking changesets\n"
  9122. msgstr ""
  9123. #, python-format
  9124. msgid "unpacking changeset %s"
  9125. msgstr ""
  9126. msgid "checking manifests\n"
  9127. msgstr ""
  9128. #, python-format
  9129. msgid "%s not in changesets"
  9130. msgstr ""
  9131. msgid "file without name in manifest"
  9132. msgstr ""
  9133. #, python-format
  9134. msgid "reading manifest delta %s"
  9135. msgstr ""
  9136. msgid "crosschecking files in changesets and manifests\n"
  9137. msgstr ""
  9138. #, python-format
  9139. msgid "changeset refers to unknown manifest %s"
  9140. msgstr ""
  9141. msgid "in changeset but not in manifest"
  9142. msgstr ""
  9143. msgid "in manifest but not in changeset"
  9144. msgstr ""
  9145. msgid "checking files\n"
  9146. msgstr ""
  9147. #, python-format
  9148. msgid "cannot decode filename '%s'"
  9149. msgstr ""
  9150. #, python-format
  9151. msgid "broken revlog! (%s)"
  9152. msgstr ""
  9153. msgid "missing revlog!"
  9154. msgstr ""
  9155. #, python-format
  9156. msgid "%s not in manifests"
  9157. msgstr ""
  9158. #, python-format
  9159. msgid "unpacked size is %s, %s expected"
  9160. msgstr ""
  9161. #, python-format
  9162. msgid "unpacking %s"
  9163. msgstr ""
  9164. #, python-format
  9165. msgid "warning: copy source of '%s' not in parents of %s"
  9166. msgstr ""
  9167. #, python-format
  9168. msgid "empty or missing copy source revlog %s:%s"
  9169. msgstr ""
  9170. #, python-format
  9171. msgid "warning: %s@%s: copy source revision is nullid %s:%s\n"
  9172. msgstr ""
  9173. #, python-format
  9174. msgid "checking rename of %s"
  9175. msgstr ""
  9176. #, python-format
  9177. msgid "%s in manifests not found"
  9178. msgstr ""
  9179. #, python-format
  9180. msgid "warning: orphan revlog '%s'"
  9181. msgstr ""
  9182. #, python-format
  9183. msgid "%d files, %d changesets, %d total revisions\n"
  9184. msgstr ""
  9185. #, python-format
  9186. msgid "%d warnings encountered!\n"
  9187. msgstr ""
  9188. #, python-format
  9189. msgid "%d integrity errors encountered!\n"
  9190. msgstr ""
  9191. #, python-format
  9192. msgid "(first damaged changeset appears to be %d)\n"
  9193. msgstr ""
  9194. msgid "user name not available - set USERNAME environment variable"
  9195. msgstr ""