mercurial/crew

changeset 8927:288ba6d6c5c7

Merge with i18n
author Matt Mackall <mpm@selenic.com>
date Tue Jun 23 15:43:09 2009 -0500 (7 months ago)
parents e9ef409e6399 5f6e1d5a2fbe
children 1e16f9b21ce4 4df5d07fb532
files mercurial/commands.py
line diff
     1.1 --- a/hgext/interhg.py
     1.2 +++ b/hgext/interhg.py
     1.3 @@ -18,9 +18,9 @@
     1.4  be used in your hgrc:
     1.5  
     1.6    [interhg]
     1.7 -  issues = s!issue(\d+)!<a href="http://bts/issue\1">issue\1<\/a>!
     1.8 -  bugzilla = s!((?:bug|b=|(?=#?\d{4,}))(?:\s*#?)(\d+))!<a..=\2">\1</a>!i
     1.9 -  boldify = s/(^|\s)#(\d+)\b/ <b>#\2<\/b>/
    1.10 +  issues = s!issue(\\d+)!<a href="http://bts/issue\\1">issue\\1</a>!
    1.11 +  bugzilla = s!((?:bug|b=|(?=#?\\d{4,}))(?:\\s*#?)(\\d+))!<a..=\\2">\\1</a>!i
    1.12 +  boldify = s!(^|\\s)#(\\d+)\\b! <b>#\\2</b>!
    1.13  '''
    1.14  
    1.15  import re
     2.1 --- a/i18n/da.po
     2.2 +++ b/i18n/da.po
     2.3 @@ -17,9 +17,9 @@
     2.4  msgstr ""
     2.5  "Project-Id-Version: Mercurial\n"
     2.6  "Report-Msgid-Bugs-To: <mercurial-devel@selenic.com>\n"
     2.7 -"POT-Creation-Date: 2009-05-31 19:37+0200\n"
     2.8 -"PO-Revision-Date: 2009-05-31 19:47+0200\n"
     2.9 -"Last-Translator:  <mg@daimi.au.dk>\n"
    2.10 +"POT-Creation-Date: 2009-06-21 19:16+0200\n"
    2.11 +"PO-Revision-Date: 2009-06-21 19:26+0200\n"
    2.12 +"Last-Translator:  <mg@lazybytes.net>\n"
    2.13  "Language-Team: Danish\n"
    2.14  "MIME-Version: 1.0\n"
    2.15  "Content-Type: text/plain; charset=UTF-8\n"
    2.16 @@ -48,6 +48,49 @@
    2.17  "    aliaser %s:\n"
    2.18  "\n"
    2.19  
    2.20 +msgid ""
    2.21 +"provide simple hooks for access control\n"
    2.22 +"\n"
    2.23 +"Authorization is against local user name on system where hook is run, not\n"
    2.24 +"committer of original changeset (since that is easy to spoof).\n"
    2.25 +"\n"
    2.26 +"The acl hook is best to use if you use hgsh to set up restricted shells for\n"
    2.27 +"authenticated users to only push to / pull from. It's not safe if user has\n"
    2.28 +"interactive shell access, because they can disable the hook. It's also not\n"
    2.29 +"safe if remote users share one local account, because then there's no way "
    2.30 +"to\n"
    2.31 +"tell remote users apart.\n"
    2.32 +"\n"
    2.33 +"To use, configure the acl extension in hgrc like this:\n"
    2.34 +"\n"
    2.35 +"  [extensions]\n"
    2.36 +"  hgext.acl =\n"
    2.37 +"\n"
    2.38 +"  [hooks]\n"
    2.39 +"  pretxnchangegroup.acl = python:hgext.acl.hook\n"
    2.40 +"\n"
    2.41 +"  [acl]\n"
    2.42 +"  sources = serve        # check if source of incoming changes in this list\n"
    2.43 +"                         # (\"serve\" == ssh or http, \"push\", \"pull\", "
    2.44 +"\"bundle\")\n"
    2.45 +"\n"
    2.46 +"Allow and deny lists have a subtree pattern (default syntax is glob) on the\n"
    2.47 +"left and user names on right. The deny list is checked before the allow "
    2.48 +"list.\n"
    2.49 +"\n"
    2.50 +"  [acl.allow]\n"
    2.51 +"  # if acl.allow not present, all users allowed by default\n"
    2.52 +"  # empty acl.allow = no users allowed\n"
    2.53 +"  docs/** = doc_writer\n"
    2.54 +"  .hgtags = release_engineer\n"
    2.55 +"\n"
    2.56 +"  [acl.deny]\n"
    2.57 +"  # if acl.deny not present, no users denied by default\n"
    2.58 +"  # empty acl.deny = all users allowed\n"
    2.59 +"  glob pattern = user4, user5\n"
    2.60 +"   ** = user6\n"
    2.61 +msgstr ""
    2.62 +
    2.63  #, python-format
    2.64  msgid "acl: %s not enabled\n"
    2.65  msgstr "acl: %s er ikke slået til\n"
    2.66 @@ -82,7 +125,7 @@
    2.67  msgstr "acl: tillader ændring %s\n"
    2.68  
    2.69  msgid ""
    2.70 -"mercurial bookmarks\n"
    2.71 +"Mercurial bookmarks\n"
    2.72  "\n"
    2.73  "Mercurial bookmarks are local moveable pointers to changesets. Every\n"
    2.74  "bookmark points to a changeset identified by its hash. If you commit a\n"
    2.75 @@ -99,42 +142,42 @@
    2.76  "track.current = True\n"
    2.77  "\n"
    2.78  "This will cause bookmarks to track the bookmark that you are currently\n"
    2.79 -"on, and just updates it. This is similar to git's approach of\n"
    2.80 +"on, and just updates it. This is similar to git's approach to\n"
    2.81  "branching.\n"
    2.82  msgstr ""
    2.83  
    2.84  msgid ""
    2.85 -"mercurial bookmarks\n"
    2.86 +"Mercurial bookmarks\n"
    2.87  "\n"
    2.88  "    Bookmarks are pointers to certain commits that move when\n"
    2.89  "    commiting. Bookmarks are local. They can be renamed, copied and\n"
    2.90  "    deleted. It is possible to use bookmark names in 'hg merge' and\n"
    2.91 -"    'hg update' to update to a given bookmark.\n"
    2.92 -"\n"
    2.93 -"    You can use 'hg bookmark NAME' to set a bookmark on the current\n"
    2.94 -"    tip with the given name. If you specify a revision using -r REV\n"
    2.95 -"    (where REV may be an existing bookmark), the bookmark is set to\n"
    2.96 -"    that revision.\n"
    2.97 +"    'hg update' to merge and update respectively to a given bookmark.\n"
    2.98 +"\n"
    2.99 +"    You can use 'hg bookmark NAME' to set a bookmark on the working\n"
   2.100 +"    directory's parent revision with the given name. If you specify\n"
   2.101 +"    a revision using -r REV (where REV may be an existing bookmark),\n"
   2.102 +"    the bookmark is assigned to that revision.\n"
   2.103  "    "
   2.104  msgstr ""
   2.105  
   2.106  msgid "a bookmark of this name does not exist"
   2.107 -msgstr ""
   2.108 +msgstr "et bogmærke med dette navn findes ikke"
   2.109  
   2.110  msgid "a bookmark of the same name already exists"
   2.111 -msgstr ""
   2.112 +msgstr "et bogmærke med samme navn findes allerede"
   2.113  
   2.114  msgid "new bookmark name required"
   2.115 -msgstr ""
   2.116 +msgstr "nyt bogmærkenavn påkrævet"
   2.117  
   2.118  msgid "bookmark name required"
   2.119 -msgstr ""
   2.120 +msgstr "bogmærkenavn påkrævet"
   2.121  
   2.122  msgid "bookmark name cannot contain newlines"
   2.123  msgstr "bogmærkenavn kan ikke indeholde linieskift"
   2.124  
   2.125  msgid "a bookmark cannot have the name of an existing branch"
   2.126 -msgstr ""
   2.127 +msgstr "et bogmærke kan ikke hedde det samme som en eksisterende gren"
   2.128  
   2.129  msgid "force"
   2.130  msgstr ""
   2.131 @@ -143,10 +186,10 @@
   2.132  msgstr ""
   2.133  
   2.134  msgid "delete a given bookmark"
   2.135 -msgstr ""
   2.136 +msgstr "slet et givent bogmærke"
   2.137  
   2.138  msgid "rename a given bookmark"
   2.139 -msgstr ""
   2.140 +msgstr "omdøb et givet bogmærke"
   2.141  
   2.142  msgid "hg bookmarks [-f] [-d] [-m NAME] [-r REV] [NAME]"
   2.143  msgstr ""
   2.144 @@ -297,7 +340,7 @@
   2.145  
   2.146  #, python-format
   2.147  msgid "bugzilla notify command %s"
   2.148 -msgstr ""
   2.149 +msgstr "bugzilla notificeringskommando %s"
   2.150  
   2.151  msgid "done\n"
   2.152  msgstr "færdig\n"
   2.153 @@ -308,15 +351,15 @@
   2.154  
   2.155  #, python-format
   2.156  msgid "cannot find bugzilla user id for %s"
   2.157 -msgstr ""
   2.158 +msgstr "kan ikke finde bugzilla bruger-id for %s"
   2.159  
   2.160  #, python-format
   2.161  msgid "cannot find bugzilla user id for %s or %s"
   2.162 -msgstr ""
   2.163 +msgstr "kan ikke finde bugzilla bruger-id for %s eller %s"
   2.164  
   2.165  #, python-format
   2.166  msgid "bugzilla version %s not supported"
   2.167 -msgstr ""
   2.168 +msgstr "bugzilla version %s ikke understøttet"
   2.169  
   2.170  msgid ""
   2.171  "changeset {node|short} in repo {root} refers to bug {bug}.\n"
   2.172 @@ -326,7 +369,7 @@
   2.173  
   2.174  #, python-format
   2.175  msgid "python mysql support not available: %s"
   2.176 -msgstr ""
   2.177 +msgstr "python mysql-understøttelse ikke tilgængelig: %s"
   2.178  
   2.179  #, python-format
   2.180  msgid "hook type %s does not pass a changeset id"
   2.181 @@ -334,6 +377,9 @@
   2.182  
   2.183  #, python-format
   2.184  msgid "database error: %s"
   2.185 +msgstr "databasefejl: %s"
   2.186 +
   2.187 +msgid "provides children command to show children changesets"
   2.188  msgstr ""
   2.189  
   2.190  msgid ""
   2.191 @@ -346,40 +392,44 @@
   2.192  "    argument to --rev if given) is printed.\n"
   2.193  "    "
   2.194  msgstr ""
   2.195 -"vis børnene til arbejdskatalogets eller en given revision\n"
   2.196 -"\n"
   2.197 -"    Udskriv arbejdskatalogets børnerevisioner. Hvis en revision\n"
   2.198 -"    angivet med -r/--rev, så udskrives børnene til denne revision.\n"
   2.199 +"vis børnene til arbejdskataloget eller en given revision\n"
   2.200 +"\n"
   2.201 +"    Udskriv arbejdskatalogets børnerevisioner. Hvis en revision er\n"
   2.202 +"    angivet med -r/--rev, udskrives børnene til denne revision.\n"
   2.203  "    Hvis en fil er angivet, udskrives revisionen i hvilken filen sidst\n"
   2.204  "    blev ændret (efter arbejdskatalogets revision eller argumentet til\n"
   2.205  "    --rev, hvis givet).\n"
   2.206  "    "
   2.207  
   2.208  msgid "show children of the specified revision"
   2.209 -msgstr ""
   2.210 +msgstr "vis børn af den givne revision"
   2.211  
   2.212  msgid "hg children [-r REV] [FILE]"
   2.213  msgstr ""
   2.214  
   2.215  msgid "command to show certain statistics about revision history"
   2.216 -msgstr ""
   2.217 +msgstr "kommando til at vise statestikker om revisionshistorikken"
   2.218  
   2.219  #, python-format
   2.220  msgid "Revision %d is a merge, ignoring...\n"
   2.221 -msgstr ""
   2.222 +msgstr "Revision %d er en sammenføjning; ignorerer...\n"
   2.223  
   2.224  #, python-format
   2.225  msgid "generating stats: %d%%"
   2.226  msgstr "genererer statistik: %d%%"
   2.227  
   2.228  msgid ""
   2.229 -"graph count of revisions grouped by template\n"
   2.230 -"\n"
   2.231 -"    Will graph count of changed lines or revisions grouped by template\n"
   2.232 -"    or alternatively by date, if dateformat is used. In this case it\n"
   2.233 -"    will override template.\n"
   2.234 -"\n"
   2.235 -"    By default statistics are counted for number of changed lines.\n"
   2.236 +"histogram of changes to the repository\n"
   2.237 +"\n"
   2.238 +"    This command will display a histogram representing the number\n"
   2.239 +"    of changed lines or revisions, grouped according to the given\n"
   2.240 +"    template. The default template will group changes by author.\n"
   2.241 +"    The --dateformat option may be used to group the results by\n"
   2.242 +"    date instead.\n"
   2.243 +"\n"
   2.244 +"    Statistics are based on the number of changed lines, or\n"
   2.245 +"    alternatively the number of matching revisions if the\n"
   2.246 +"    --changesets option is specified.\n"
   2.247  "\n"
   2.248  "    Examples:\n"
   2.249  "\n"
   2.250 @@ -395,22 +445,26 @@
   2.251  "      # display count of lines changed in every year\n"
   2.252  "      hg churn -f '%Y' -s\n"
   2.253  "\n"
   2.254 -"    The map file format used to specify aliases is fairly simple:\n"
   2.255 +"    It is possible to map alternate email addresses to a main address\n"
   2.256 +"    by providing a file using the following format:\n"
   2.257  "\n"
   2.258  "    <alias email> <actual email>\n"
   2.259  "\n"
   2.260 -"    By default .hgchurn in the working directory root will be used, if\n"
   2.261 -"    it exists. Use the --aliases option to override this.\n"
   2.262 +"    Such a file may be specified with the --aliases option, otherwise a\n"
   2.263 +"    .hgchurn file will be looked for in the working directory root.\n"
   2.264  "    "
   2.265  msgstr ""
   2.266 -"plot antallet af revisioner grupperet efter et mønster\n"
   2.267 -"\n"
   2.268 -"    Plotter antallet af ændrede linier eller antallet af revisioner\n"
   2.269 -"    grupperet efter et mønster eller alternativt efter dato, hvis\n"
   2.270 -"    dateformat bruges. I så tilfælde bruges mønstret ikke.\n"
   2.271 -"\n"
   2.272 -"    Som udgangspunkt laves der statistik over antallet af ændrede\n"
   2.273 -"    linier.\n"
   2.274 +"histogram over ændringer i depotet\n"
   2.275 +"\n"
   2.276 +"    Denne kommando vil vise et histogram som repræsenterer antallet af\n"
   2.277 +"    ændrede linier eller revisioner, grupperet efter en given\n"
   2.278 +"    skabelon. Standardskabelonen vil gruppere ændringer efter\n"
   2.279 +"    forfatter. Med --dateformat tilvalget kan resultaterne i stedet\n"
   2.280 +"    grupperes efter dato.\n"
   2.281 +"\n"
   2.282 +"    Statistikken er basseret på antallet af ændrede linier eller\n"
   2.283 +"    alternativt på antallet af matchende revisioner, hvis --changesets\n"
   2.284 +"    tilvalget er specificeret.\n"
   2.285  "\n"
   2.286  "    Eksempler:\n"
   2.287  "\n"
   2.288 @@ -426,12 +480,13 @@
   2.289  "      # viser antallet af linier ændret hvert år\n"
   2.290  "      hg churn -f '%Y' -s\n"
   2.291  "\n"
   2.292 -"    Formatet for map-filen er rimelig simpelt:\n"
   2.293 +"    Det er muligt at afbilde alternative e-mail-adresser til\n"
   2.294 +"    hoved-adresser ved at bruge en fil med følgende format:\n"
   2.295  "\n"
   2.296  "    <alias email> <faktisk email>\n"
   2.297  "\n"
   2.298 -"    Som standard bruges .hgchurn i arbejdskatalogets rod, hvis denne\n"
   2.299 -"    findes. Brug --aliases tilvalget for at ændre dette.\n"
   2.300 +"    En sådan fil kan angivet med --aliases tilvalget. Som standard\n"
   2.301 +"    bruges .hgchurn i arbejdskatalogets rod, hvis denne findes.\n"
   2.302  "    "
   2.303  
   2.304  #, python-format
   2.305 @@ -445,7 +500,7 @@
   2.306  msgstr "lav statistik for revisioner som matcher dato specifikationen"
   2.307  
   2.308  msgid "template to group changesets"
   2.309 -msgstr "mønster for gruppering af ændringer"
   2.310 +msgstr "skabelon for gruppering af ændringer"
   2.311  
   2.312  msgid "strftime-compatible format for grouping by date"
   2.313  msgstr "strftime-kompatibelt format til gruppering efter dato"
   2.314 @@ -454,7 +509,7 @@
   2.315  msgstr "lav statistik efter antallet af ændringer"
   2.316  
   2.317  msgid "sort by key (default: sort by count)"
   2.318 -msgstr "sortér efter nøgle (standard: sortering efter antal)"
   2.319 +msgstr "sorter efter nøgle (standard: sorter efter antal)"
   2.320  
   2.321  msgid "file with email aliases"
   2.322  msgstr "fil med email-aliaser"
   2.323 @@ -479,11 +534,7 @@
   2.324  "function (aka ANSI escape codes). This module also provides the\n"
   2.325  "render_text function, which can be used to add effects to any text.\n"
   2.326  "\n"
   2.327 -"To enable this extension, add this to your .hgrc file:\n"
   2.328 -"[extensions]\n"
   2.329 -"color =\n"
   2.330 -"\n"
   2.331 -"Default effects my be overridden from the .hgrc file:\n"
   2.332 +"Default effects may be overridden from the .hgrc file:\n"
   2.333  "\n"
   2.334  "[color]\n"
   2.335  "status.modified = blue bold underline red_background\n"
   2.336 @@ -547,6 +598,18 @@
   2.337  "    basename of the source with '-hg' appended. If the destination\n"
   2.338  "    repository doesn't exist, it will be created.\n"
   2.339  "\n"
   2.340 +"    By default, all sources except Mercurial will use\n"
   2.341 +"    --branchsort. Mercurial uses --sourcesort to preserve original\n"
   2.342 +"    revision numbers order. Sort modes have the following effects:\n"
   2.343 +"      --branchsort: convert from parent to child revision when\n"
   2.344 +"        possible, which means branches are usually converted one after\n"
   2.345 +"        the other. It generates more compact repositories.\n"
   2.346 +"      --datesort: sort revisions by date. Converted repositories have\n"
   2.347 +"        good-looking changelogs but are often an order of magnitude\n"
   2.348 +"        larger than the same ones generated by --branchsort.\n"
   2.349 +"      --sourcesort: try to preserve source revisions order, only\n"
   2.350 +"        supported by Mercurial sources.\n"
   2.351 +"\n"
   2.352  "    If <REVMAP> isn't given, it will be put in a default location\n"
   2.353  "    (<dest>/.hg/shamap by default). The <REVMAP> is a simple text file\n"
   2.354  "    that maps each source commit ID to the destination ID for that\n"
   2.355 @@ -739,46 +802,52 @@
   2.356  msgstr ""
   2.357  
   2.358  msgid "username mapping filename"
   2.359 -msgstr ""
   2.360 +msgstr "brugernavnsafbildningsfilnavn"
   2.361  
   2.362  msgid "destination repository type"
   2.363  msgstr "type for destinations repository"
   2.364  
   2.365  msgid "remap file names using contents of file"
   2.366 -msgstr ""
   2.367 +msgstr "konverter filnavne ved brug af filindhold"
   2.368  
   2.369  msgid "import up to target revision REV"
   2.370 -msgstr ""
   2.371 +msgstr "importer op til revision REV"
   2.372  
   2.373  msgid "source repository type"
   2.374 -msgstr ""
   2.375 +msgstr "kildedepotstype"
   2.376  
   2.377  msgid "splice synthesized history into place"
   2.378  msgstr ""
   2.379  
   2.380  msgid "change branch names while converting"
   2.381 -msgstr ""
   2.382 +msgstr "omdøb grene under konverteringen"
   2.383 +
   2.384 +msgid "try to sort changesets by branches"
   2.385 +msgstr "forsøg at sortere ændringer efter gren"
   2.386  
   2.387  msgid "try to sort changesets by date"
   2.388 -msgstr ""
   2.389 +msgstr "forsøg at sortere ændringer efter dato"
   2.390 +
   2.391 +msgid "preserve source changesets order"
   2.392 +msgstr "bevar kildeændringerne ordning"
   2.393  
   2.394  msgid "hg convert [OPTION]... SOURCE [DEST [REVMAP]]"
   2.395  msgstr ""
   2.396  
   2.397  msgid "only return changes on specified branches"
   2.398 -msgstr ""
   2.399 +msgstr "returner kun ændringer på givne grene"
   2.400  
   2.401  msgid "prefix to remove from file names"
   2.402 -msgstr ""
   2.403 +msgstr "præfix der skal fjernes fra filnavne"
   2.404  
   2.405  msgid "only return changes after or between specified tags"
   2.406 -msgstr ""
   2.407 +msgstr "returner kun ændringer efter eller mellem givne mærkater"
   2.408  
   2.409  msgid "update cvs log cache"
   2.410 -msgstr ""
   2.411 +msgstr "opdater cvs log cache"
   2.412  
   2.413  msgid "create new cvs log cache"
   2.414 -msgstr ""
   2.415 +msgstr "opret ny cvs log cache"
   2.416  
   2.417  msgid "set commit time fuzz in seconds"
   2.418  msgstr ""
   2.419 @@ -787,7 +856,7 @@
   2.420  msgstr ""
   2.421  
   2.422  msgid "show parent changesets"
   2.423 -msgstr "vis forældre-ændring"
   2.424 +msgstr "vis forældre-ændringer"
   2.425  
   2.426  msgid "show current changeset in ancestor branches"
   2.427  msgstr ""
   2.428 @@ -855,6 +924,10 @@
   2.429  msgstr "%s: ukendt arkivtype"
   2.430  
   2.431  #, python-format
   2.432 +msgid "unknown sort mode: %s"
   2.433 +msgstr "ukendt sortering: %s"
   2.434 +
   2.435 +#, python-format
   2.436  msgid "cycle detected between %s and %s"
   2.437  msgstr ""
   2.438  
   2.439 @@ -898,6 +971,12 @@
   2.440  msgid "assuming destination %s\n"
   2.441  msgstr ""
   2.442  
   2.443 +msgid "more than one sort mode specified"
   2.444 +msgstr ""
   2.445 +
   2.446 +msgid "--sourcesort is not supported by this data source"
   2.447 +msgstr ""
   2.448 +
   2.449  msgid ""
   2.450  "warning: support for external cvsps is deprecated and will be removed in "
   2.451  "Mercurial 1.4\n"
   2.452 @@ -962,10 +1041,10 @@
   2.453  msgstr ""
   2.454  
   2.455  msgid "expected revision number"
   2.456 -msgstr ""
   2.457 +msgstr "forventede et revisionsnummer"
   2.458  
   2.459  msgid "revision must be followed by date line"
   2.460 -msgstr ""
   2.461 +msgstr "revision skal efterfølges af datolinje"
   2.462  
   2.463  #, python-format
   2.464  msgid "found synthetic revision in %s: %r\n"
   2.465 @@ -983,7 +1062,7 @@
   2.466  msgstr "opretter ændringer\n"
   2.467  
   2.468  msgid "synthetic changeset cannot have multiple parents"
   2.469 -msgstr ""
   2.470 +msgstr "syntetisk ændring kan ikke have flere forældre"
   2.471  
   2.472  #, python-format
   2.473  msgid ""
   2.474 @@ -1003,10 +1082,10 @@
   2.475  msgstr "rydder op %s\n"
   2.476  
   2.477  msgid "internal calling inconsistency"
   2.478 -msgstr ""
   2.479 +msgstr "intern kaldeinkonsistens"
   2.480  
   2.481  msgid "errors in filemap"
   2.482 -msgstr ""
   2.483 +msgstr "fejl i filafbildning"
   2.484  
   2.485  #, python-format
   2.486  msgid "%s:%d: %r already in %s list\n"
   2.487 @@ -1024,7 +1103,7 @@
   2.488  msgstr ""
   2.489  
   2.490  msgid "cannot find a GNU Arch tool"
   2.491 -msgstr ""
   2.492 +msgstr "kan ikke finde GNU Arch"
   2.493  
   2.494  #, python-format
   2.495  msgid "analyzing tree version %s...\n"
   2.496 @@ -1252,6 +1331,7 @@
   2.497  msgstr ""
   2.498  
   2.499  msgid ""
   2.500 +"allow external programs to compare revisions\n"
   2.501  "\n"
   2.502  "The `extdiff' Mercurial extension allows you to use external programs\n"
   2.503  "to compare revisions, or revision with working directory. The external diff\n"
   2.504 @@ -1259,11 +1339,6 @@
   2.505  "non-option arguments: paths to directories containing snapshots of\n"
   2.506  "files to compare.\n"
   2.507  "\n"
   2.508 -"To enable this extension:\n"
   2.509 -"\n"
   2.510 -"  [extensions]\n"
   2.511 -"  hgext.extdiff =\n"
   2.512 -"\n"
   2.513  "The `extdiff' extension also allows to configure new diff commands, so\n"
   2.514  "you do not need to type \"hg extdiff -p kdiff3\" always.\n"
   2.515  "\n"
   2.516 @@ -1295,7 +1370,7 @@
   2.517  
   2.518  #, python-format
   2.519  msgid "making snapshot of %d files from rev %s\n"
   2.520 -msgstr ""
   2.521 +msgstr "laver øjebliksbillede af %d filer fra rev %s\n"
   2.522  
   2.523  #, python-format
   2.524  msgid "making snapshot of %d files from working directory\n"
   2.525 @@ -1335,10 +1410,10 @@
   2.526  msgstr ""
   2.527  
   2.528  msgid "comparison program to run"
   2.529 -msgstr ""
   2.530 +msgstr "sammenligningsprogram der skal køres"
   2.531  
   2.532  msgid "pass option to comparison program"
   2.533 -msgstr ""
   2.534 +msgstr "videregiv argument til sammenligningsprogram"
   2.535  
   2.536  msgid "change made by revision"
   2.537  msgstr ""
   2.538 @@ -1436,6 +1511,9 @@
   2.539  msgid "hg fetch [SOURCE]"
   2.540  msgstr ""
   2.541  
   2.542 +msgid "GnuPG signing extension for Mercurial"
   2.543 +msgstr ""
   2.544 +
   2.545  msgid "error while verifying signature"
   2.546  msgstr ""
   2.547  
   2.548 @@ -1551,7 +1629,7 @@
   2.549  msgstr ""
   2.550  
   2.551  msgid "limit number of changes displayed"
   2.552 -msgstr ""
   2.553 +msgstr "begræns antaln viste ændringer"
   2.554  
   2.555  msgid "show patch"
   2.556  msgstr ""
   2.557 @@ -1620,22 +1698,10 @@
   2.558  "distributed with Mercurial.)\n"
   2.559  "\n"
   2.560  "hgk consists of two parts: a Tcl script that does the displaying and\n"
   2.561 -"querying of information, and an extension to mercurial named hgk.py,\n"
   2.562 +"querying of information, and an extension to Mercurial named hgk.py,\n"
   2.563  "which provides hooks for hgk to get information. hgk can be found in\n"
   2.564 -"the contrib directory, and hgk.py can be found in the hgext directory.\n"
   2.565 -"\n"
   2.566 -"To load the hgext.py extension, add it to your .hgrc file (you have to\n"
   2.567 -"use your global $HOME/.hgrc file, not one in a repository). You can\n"
   2.568 -"specify an absolute path:\n"
   2.569 -"\n"
   2.570 -"  [extensions]\n"
   2.571 -"  hgk=/usr/local/lib/hgk.py\n"
   2.572 -"\n"
   2.573 -"Mercurial can also scan the default python library path for a file\n"
   2.574 -"named 'hgk.py' if you set hgk empty:\n"
   2.575 -"\n"
   2.576 -"  [extensions]\n"
   2.577 -"  hgk=\n"
   2.578 +"the contrib directory, and the extension is shipped in the hgext\n"
   2.579 +"repository, and needs to be enabled.\n"
   2.580  "\n"
   2.581  "The hg view command will launch the hgk Tcl script. For this command\n"
   2.582  "to work, hgk must be in your search path. Alternately, you can specify\n"
   2.583 @@ -1741,11 +1807,6 @@
   2.584  "It depends on the Pygments syntax highlighting library:\n"
   2.585  "http://pygments.org/\n"
   2.586  "\n"
   2.587 -"To enable the extension add this to hgrc:\n"
   2.588 -"\n"
   2.589 -"[extensions]\n"
   2.590 -"hgext.highlight =\n"
   2.591 -"\n"
   2.592  "There is a single configuration option:\n"
   2.593  "\n"
   2.594  "[web]\n"
   2.595 @@ -1773,16 +1834,16 @@
   2.596  msgstr ""
   2.597  
   2.598  msgid "run server in background"
   2.599 -msgstr ""
   2.600 +msgstr "kører serveren i baggrunden"
   2.601  
   2.602  msgid "used internally by daemon mode"
   2.603 -msgstr ""
   2.604 +msgstr "brugt internt i daemon mode"
   2.605  
   2.606  msgid "minutes to sit idle before exiting"
   2.607  msgstr ""
   2.608  
   2.609  msgid "name of file to write process ID to"
   2.610 -msgstr ""
   2.611 +msgstr "navn på fil at skrive process ID til"
   2.612  
   2.613  msgid "hg inserve [OPT]..."
   2.614  msgstr ""
   2.615 @@ -1808,6 +1869,9 @@
   2.616  msgid "failed to contact inotify server: %s\n"
   2.617  msgstr ""
   2.618  
   2.619 +msgid "received empty answer from inotify server"
   2.620 +msgstr ""
   2.621 +
   2.622  #, python-format
   2.623  msgid "(inotify: received response from incompatible server version %d)\n"
   2.624  msgstr ""
   2.625 @@ -1927,11 +1991,21 @@
   2.626  msgid "finished setup\n"
   2.627  msgstr ""
   2.628  
   2.629 -msgid "polling: no timeout\n"
   2.630 -msgstr ""
   2.631 -
   2.632 -#, python-format
   2.633 -msgid "polling: %sms timeout\n"
   2.634 +msgid ""
   2.635 +"expand expressions into changelog and summaries\n"
   2.636 +"\n"
   2.637 +"This extension allows the use of a special syntax in summaries,\n"
   2.638 +"which will be automatically expanded into links or any other\n"
   2.639 +"arbitrary expression, much like InterWiki does.\n"
   2.640 +"\n"
   2.641 +"A few example patterns (link to bug tracking, etc.) that may\n"
   2.642 +"be used in your hgrc:\n"
   2.643 +"\n"
   2.644 +"  [interhg]\n"
   2.645 +"  issues = s!issue(\\d+)!<a href=\"http://bts/issue\\1\">issue\\1</a>!\n"
   2.646 +"  bugzilla = s!((?:bug|b=|(?=#?\\d{4,}))(?:\\s*#?)(\\d+))!<a..=\\2\">\\1</a>!"
   2.647 +"i\n"
   2.648 +"  boldify = s!(^|\\s)#(\\d+)\\b! <b>#\\2</b>!\n"
   2.649  msgstr ""
   2.650  
   2.651  #, python-format
   2.652 @@ -1943,7 +2017,7 @@
   2.653  msgstr ""
   2.654  
   2.655  msgid ""
   2.656 -"keyword expansion in local repositories\n"
   2.657 +"keyword expansion in tracked files\n"
   2.658  "\n"
   2.659  "This extension expands RCS/CVS-like or self-customized $Keywords$ in\n"
   2.660  "tracked text files selected by your configuration.\n"
   2.661 @@ -2009,7 +2083,7 @@
   2.662  "print [keywordmaps] configuration and an expansion example\n"
   2.663  "\n"
   2.664  "    Show current, custom, or default keyword template maps and their\n"
   2.665 -"    expansion.\n"
   2.666 +"    expansions.\n"
   2.667  "\n"
   2.668  "    Extend current configuration by specifying maps as arguments and\n"
   2.669  "    optionally by reading from an additional hgrc file.\n"
   2.670 @@ -2044,7 +2118,7 @@
   2.671  msgstr ""
   2.672  
   2.673  msgid ""
   2.674 -"expand keywords in working directory\n"
   2.675 +"expand keywords in the working directory\n"
   2.676  "\n"
   2.677  "    Run after (re)enabling keyword expansion.\n"
   2.678  "\n"
   2.679 @@ -2062,7 +2136,7 @@
   2.680  msgstr ""
   2.681  
   2.682  msgid ""
   2.683 -"revert expanded keywords in working directory\n"
   2.684 +"revert expanded keywords in the working directory\n"
   2.685  "\n"
   2.686  "    Run before changing/disabling active keywords or if you experience\n"
   2.687  "    problems with \"hg import\" or \"hg merge\".\n"
   2.688 @@ -2232,8 +2306,8 @@
   2.689  msgstr "anvender %s\n"
   2.690  
   2.691  #, python-format
   2.692 -msgid "Unable to read %s\n"
   2.693 -msgstr ""
   2.694 +msgid "unable to read %s\n"
   2.695 +msgstr "kan ikke læse %s\n"
   2.696  
   2.697  #, python-format
   2.698  msgid "imported patch %s\n"
   2.699 @@ -2265,6 +2339,10 @@
   2.700  msgid "cannot delete revision %d above applied patches"
   2.701  msgstr "kan ikke slette revision %d ovenover anvendte rettelser"
   2.702  
   2.703 +#, python-format
   2.704 +msgid "patch %s finalized without changeset message\n"
   2.705 +msgstr ""
   2.706 +
   2.707  msgid "qdelete requires at least one revision or patch name"
   2.708  msgstr ""
   2.709  
   2.710 @@ -2483,7 +2561,7 @@
   2.711  "    -r/--rev parameter. At least one patch or revision is required.\n"
   2.712  "\n"
   2.713  "    With --rev, mq will stop managing the named revisions (converting\n"
   2.714 -"    them to regular mercurial changesets). The qfinish command should\n"
   2.715 +"    them to regular Mercurial changesets). The qfinish command should\n"
   2.716  "    be used as an alternative for qdelete -r, as the latter option is\n"
   2.717  "    deprecated.\n"
   2.718  "\n"
   2.719 @@ -2548,7 +2626,7 @@
   2.720  "    Source patch repository is looked for in <src>/.hg/patches by\n"
   2.721  "    default. Use -p <url> to change.\n"
   2.722  "\n"
   2.723 -"    The patch directory must be a nested mercurial repository, as\n"
   2.724 +"    The patch directory must be a nested Mercurial repository, as\n"
   2.725  "    would be created by qinit -c.\n"
   2.726  "    "
   2.727  msgstr ""
   2.728 @@ -2894,7 +2972,7 @@
   2.729  msgstr ""
   2.730  
   2.731  msgid "use pull protocol to copy metadata"
   2.732 -msgstr ""
   2.733 +msgstr "brug træk-protokol til at kopiere metadata"
   2.734  
   2.735  msgid "do not update the new working directories"
   2.736  msgstr ""
   2.737 @@ -2953,8 +3031,8 @@
   2.738  msgid "import file in patch directory"
   2.739  msgstr ""
   2.740  
   2.741 -msgid "patch file name"
   2.742 -msgstr "patch navn"
   2.743 +msgid "name of patch file"
   2.744 +msgstr "navn på rettelsesfil"
   2.745  
   2.746  msgid "overwrite existing files"
   2.747  msgstr ""
   2.748 @@ -3294,11 +3372,6 @@
   2.749  "with a diffstat summary and the changeset summary, so you can be sure\n"
   2.750  "you are sending the right changes.\n"
   2.751  "\n"
   2.752 -"To enable this extension:\n"
   2.753 -"\n"
   2.754 -"  [extensions]\n"
   2.755 -"  hgext.patchbomb =\n"
   2.756 -"\n"
   2.757  "To configure other defaults, add a section like this to your hgrc\n"
   2.758  "file:\n"
   2.759  "\n"
   2.760 @@ -3439,10 +3512,10 @@
   2.761  msgstr ""
   2.762  
   2.763  msgid "send patches as attachments"
   2.764 -msgstr ""
   2.765 +msgstr "send lapper som vedhæftede filer"
   2.766  
   2.767  msgid "send patches as inline attachments"
   2.768 -msgstr ""
   2.769 +msgstr "send lapper som integreret tekst"
   2.770  
   2.771  msgid "email addresses of blind carbon copy recipients"
   2.772  msgstr ""
   2.773 @@ -3451,7 +3524,7 @@
   2.774  msgstr ""
   2.775  
   2.776  msgid "add diffstat output to messages"
   2.777 -msgstr ""
   2.778 +msgstr "tilføj diffstat resultat til beskeder"
   2.779  
   2.780  msgid "use the given date as the sending date"
   2.781  msgstr ""
   2.782 @@ -3486,7 +3559,7 @@
   2.783  msgid "send changes not in target as a binary bundle"
   2.784  msgstr ""
   2.785  
   2.786 -msgid "file name of the bundle attachment"
   2.787 +msgid "name of the bundle attachment file"
   2.788  msgstr ""
   2.789  
   2.790  msgid "a revision to send"
   2.791 @@ -3504,6 +3577,9 @@
   2.792  msgid "hg email [OPTION]... [DEST]..."
   2.793  msgstr ""
   2.794  
   2.795 +msgid "enable removing untracked files only"
   2.796 +msgstr ""
   2.797 +
   2.798  msgid ""
   2.799  "removes files not tracked by Mercurial\n"
   2.800  "\n"
   2.801 @@ -3551,7 +3627,7 @@
   2.802  msgid "purge ignored files too"
   2.803  msgstr ""
   2.804  
   2.805 -msgid "print the file names instead of deleting them"
   2.806 +msgid "print filenames instead of deleting them"
   2.807  msgstr ""
   2.808  
   2.809  msgid "end filenames with NUL, for use with xargs (implies -p/--print)"
   2.810 @@ -3740,14 +3816,14 @@
   2.811  msgstr ""
   2.812  
   2.813  msgid "this modifies a binary file (all or nothing)\n"
   2.814 -msgstr ""
   2.815 +msgstr "dette ændrer en binær fil (alt eller intet)\n"
   2.816  
   2.817  msgid "this is a binary file\n"
   2.818 -msgstr ""
   2.819 +msgstr "dette er en binær fil\n"
   2.820  
   2.821  #, python-format
   2.822  msgid "%d hunks, %d lines changed\n"
   2.823 -msgstr ""
   2.824 +msgstr "%d stumper, %d linjer ændret\n"
   2.825  
   2.826  msgid "[Ynsfdaq?]"
   2.827  msgstr ""
   2.828 @@ -3801,14 +3877,14 @@
   2.829  msgstr ""
   2.830  
   2.831  msgid "user quit"
   2.832 -msgstr ""
   2.833 +msgstr "user quit"
   2.834  
   2.835  #, python-format
   2.836  msgid "examine changes to %s?"
   2.837  msgstr ""
   2.838  
   2.839  msgid " and "
   2.840 -msgstr ""
   2.841 +msgstr " og "
   2.842  
   2.843  #, python-format
   2.844  msgid "record this change to %r?"
   2.845 @@ -3855,17 +3931,17 @@
   2.846  
   2.847  #, python-format
   2.848  msgid "backup %r as %r\n"
   2.849 -msgstr ""
   2.850 +msgstr "sikkerhedskopier %r som %r\n"
   2.851  
   2.852  msgid "applying patch\n"
   2.853 -msgstr ""
   2.854 +msgstr "tilføjer lap\n"
   2.855  
   2.856  msgid "patch failed to apply"
   2.857 -msgstr ""
   2.858 +msgstr "lap kunne ikke tilføjes"
   2.859  
   2.860  #, python-format
   2.861  msgid "restoring %r to %r\n"
   2.862 -msgstr ""
   2.863 +msgstr "gendanner %r som %r\n"
   2.864  
   2.865  msgid "hg record [OPTION]... [FILE]..."
   2.866  msgstr ""
   2.867 @@ -3873,6 +3949,26 @@
   2.868  msgid "hg qrecord [OPTION]... PATCH [FILE]..."
   2.869  msgstr ""
   2.870  
   2.871 +msgid "provides the hg share command"
   2.872 +msgstr ""
   2.873 +
   2.874 +msgid ""
   2.875 +"create a new shared repository (experimental)\n"
   2.876 +"\n"
   2.877 +"    Initialize a new repository and working directory that shares its\n"
   2.878 +"    history with another repository.\n"
   2.879 +"\n"
   2.880 +"    NOTE: actions that change history such as rollback or moving the\n"
   2.881 +"    source may confuse sharers.\n"
   2.882 +"    "
   2.883 +msgstr ""
   2.884 +
   2.885 +msgid "do not create a working copy"
   2.886 +msgstr "opret ikke en arbejdskopi"
   2.887 +
   2.888 +msgid "[-U] SOURCE [DEST]"
   2.889 +msgstr ""
   2.890 +
   2.891  msgid ""
   2.892  "patch transplanting tool\n"
   2.893  "\n"
   2.894 @@ -4044,13 +4140,8 @@
   2.895  " * You should set same encoding for the repository by locale or\n"
   2.896  "   HGENCODING.\n"
   2.897  "\n"
   2.898 -"To use this extension, enable the extension in .hg/hgrc or ~/.hgrc:\n"
   2.899 -"\n"
   2.900 -"  [extensions]\n"
   2.901 -"  hgext.win32mbcs =\n"
   2.902 -"\n"
   2.903  "Path encoding conversion are done between Unicode and\n"
   2.904 -"encoding.encoding which is decided by mercurial from current locale\n"
   2.905 +"encoding.encoding which is decided by Mercurial from current locale\n"
   2.906  "setting or HGENCODING.\n"
   2.907  "\n"
   2.908  msgstr ""
   2.909 @@ -4066,6 +4157,36 @@
   2.910  msgid "[win32mbcs] activated with encoding: %s\n"
   2.911  msgstr ""
   2.912  
   2.913 +msgid ""
   2.914 +"LF <-> CRLF/CR translation utilities\n"
   2.915 +"\n"
   2.916 +"To perform automatic newline conversion, use:\n"
   2.917 +"\n"
   2.918 +"[extensions]\n"
   2.919 +"hgext.win32text =\n"
   2.920 +"[encode]\n"
   2.921 +"** = cleverencode:\n"
   2.922 +"# or ** = macencode:\n"
   2.923 +"\n"
   2.924 +"[decode]\n"
   2.925 +"** = cleverdecode:\n"
   2.926 +"# or ** = macdecode:\n"
   2.927 +"\n"
   2.928 +"If not doing conversion, to make sure you do not commit CRLF/CR by "
   2.929 +"accident:\n"
   2.930 +"\n"
   2.931 +"[hooks]\n"
   2.932 +"pretxncommit.crlf = python:hgext.win32text.forbidcrlf\n"
   2.933 +"# or pretxncommit.cr = python:hgext.win32text.forbidcr\n"
   2.934 +"\n"
   2.935 +"To do the same check on a server to prevent CRLF/CR from being\n"
   2.936 +"pushed or pulled:\n"
   2.937 +"\n"
   2.938 +"[hooks]\n"
   2.939 +"pretxnchangegroup.crlf = python:hgext.win32text.forbidcrlf\n"
   2.940 +"# or pretxnchangegroup.cr = python:hgext.win32text.forbidcr\n"
   2.941 +msgstr ""
   2.942 +
   2.943  #, python-format
   2.944  msgid ""
   2.945  "WARNING: %s already has %s line endings\n"
   2.946 @@ -4102,18 +4223,12 @@
   2.947  msgstr ""
   2.948  
   2.949  msgid ""
   2.950 -"zeroconf support for mercurial repositories\n"
   2.951 +"zeroconf support for Mercurial repositories\n"
   2.952  "\n"
   2.953  "Zeroconf enabled repositories will be announced in a network without\n"
   2.954  "the need to configure a server or a service. They can be discovered\n"
   2.955  "without knowing their actual IP address.\n"
   2.956  "\n"
   2.957 -"To use the zeroconf extension add the following entry to your hgrc\n"
   2.958 -"file:\n"
   2.959 -"\n"
   2.960 -"[extensions]\n"
   2.961 -"hgext.zeroconf =\n"
   2.962 -"\n"
   2.963  "To allow other people to discover your repository using run \"hg serve\"\n"
   2.964  "in your repository.\n"
   2.965  "\n"
   2.966 @@ -4189,7 +4304,7 @@
   2.967  msgstr "der er specificeret for mange revisioner"
   2.968  
   2.969  #, python-format
   2.970 -msgid "invalid format spec '%%%s' in output file name"
   2.971 +msgid "invalid format spec '%%%s' in output filename"
   2.972  msgstr ""
   2.973  
   2.974  #, python-format
   2.975 @@ -4341,23 +4456,7 @@
   2.976  msgid "%s:%s copy source revision cannot be found!\n"
   2.977  msgstr ""
   2.978  
   2.979 -msgid "can only follow copies/renames for explicit file names"
   2.980 -msgstr ""
   2.981 -
   2.982 -#, python-format
   2.983 -msgid "file %s not found!"
   2.984 -msgstr "filen %s blev ikke fundet!"
   2.985 -
   2.986 -#, python-format
   2.987 -msgid "no match under directory %s!"
   2.988 -msgstr ""
   2.989 -
   2.990 -#, python-format
   2.991 -msgid "can't commit %s: unsupported file type!"
   2.992 -msgstr ""
   2.993 -
   2.994 -#, python-format
   2.995 -msgid "file %s not tracked!"
   2.996 +msgid "can only follow copies/renames for explicit filenames"
   2.997  msgstr ""
   2.998  
   2.999  msgid "HG: Enter commit message.  Lines beginning with 'HG:' are removed."
  2.1000 @@ -4445,33 +4544,35 @@
  2.1001  msgstr ""
  2.1002  
  2.1003  msgid ""
  2.1004 -"show changeset information per file line\n"
  2.1005 +"show changeset information by line for each file\n"
  2.1006  "\n"
  2.1007  "    List changes in files, showing the revision id responsible for\n"
  2.1008  "    each line\n"
  2.1009  "\n"
  2.1010 -"    This command is useful to discover who did a change or when a\n"
  2.1011 -"    change took place.\n"
  2.1012 +"    This command is useful for discovering when a change was made and\n"
  2.1013 +"    by whom.\n"
  2.1014  "\n"
  2.1015  "    Without the -a/--text option, annotate will avoid processing files\n"
  2.1016 -"    it detects as binary. With -a, annotate will generate an\n"
  2.1017 -"    annotation anyway, probably with undesirable results.\n"
  2.1018 +"    it detects as binary. With -a, annotate will annotate the file\n"
  2.1019 +"    anyway, although the results will probably be neither useful\n"
  2.1020 +"    nor desirable.\n"
  2.1021  "    "
  2.1022  msgstr ""
  2.1023 -"vis information om ændringer pr linie\n"
  2.1024 +"vis information om ændringer pr linie for hver fil\n"
  2.1025  "\n"
  2.1026  "    Vis ændringer i filer ved at vise revisions ID'et som er\n"
  2.1027  "    ansvarligt for hver linie\n"
  2.1028  "\n"
  2.1029 -"    Denne kommando er nyttig til at opdage hvem der lavede en ændring\n"
  2.1030 -"    og hvornår en ændring blev foretaget.\n"
  2.1031 +"    Denne kommando er nyttig til at opdage hvornår en ændring blev\n"
  2.1032 +"    foretaget og af hvem.\n"
  2.1033  "\n"
  2.1034  "    Uden -a/--text tilvalget vil annotate undgå at behandle filer som\n"
  2.1035  "    den detekterer som binære. Med -a vil annotate generere en\n"
  2.1036 -"    annotering alligevel, sandsynligvis med et uønsket resultat.\n"
  2.1037 +"    annotering alligevel, selvom resultatet sandsynligvis vil være\n"
  2.1038 +"    hverken brugbart eller ønskværdigt.\n"
  2.1039  "    "
  2.1040  
  2.1041 -msgid "at least one file name or pattern required"
  2.1042 +msgid "at least one filename or pattern is required"
  2.1043  msgstr ""
  2.1044  
  2.1045  msgid "at least one of -n/-c is required for -l"
  2.1046 @@ -4482,7 +4583,7 @@
  2.1047  msgstr ""
  2.1048  
  2.1049  msgid ""
  2.1050 -"create unversioned archive of a repository revision\n"
  2.1051 +"create an unversioned archive of a repository revision\n"
  2.1052  "\n"
  2.1053  "    By default, the revision used is the parent of the working\n"
  2.1054  "    directory; use -r/--rev to specify a different revision.\n"
  2.1055 @@ -4522,9 +4623,9 @@
  2.1056  "    Commit the backed out changes as a new changeset. The new\n"
  2.1057  "    changeset is a child of the backed out changeset.\n"
  2.1058  "\n"
  2.1059 -"    If you back out a changeset other than the tip, a new head is\n"
  2.1060 +"    If you backout a changeset other than the tip, a new head is\n"
  2.1061  "    created. This head will be the new tip and you should merge this\n"
  2.1062 -"    backout changeset with another head (current one by default).\n"
  2.1063 +"    backout changeset with another head.\n"
  2.1064  "\n"
  2.1065  "    The --merge option remembers the parent of the working directory\n"
  2.1066  "    before starting the backout, then merges the new head with that\n"
  2.1067 @@ -4559,14 +4660,14 @@
  2.1068  msgid "please specify a revision to backout"
  2.1069  msgstr ""
  2.1070  
  2.1071 -msgid "cannot back out change on a different branch"
  2.1072 -msgstr "kan ikke bakke en ændring på en anden gren ud"
  2.1073 -
  2.1074 -msgid "cannot back out a change with no parents"
  2.1075 -msgstr "kan ikke bakke en ændring ud uden forældre"
  2.1076 -
  2.1077 -msgid "cannot back out a merge changeset without --parent"
  2.1078 -msgstr ""
  2.1079 +msgid "cannot backout change on a different branch"
  2.1080 +msgstr "kan ikke omgøre en ændring på en anden gren"
  2.1081 +
  2.1082 +msgid "cannot backout a change with no parents"
  2.1083 +msgstr "kan ikke omgøre en ændring uden forældre"
  2.1084 +
  2.1085 +msgid "cannot backout a merge changeset without --parent"
  2.1086 +msgstr "kan ikke omgøre en sammenføjning uden --parent"
  2.1087  
  2.1088  #, python-format
  2.1089  msgid "%s is not a parent of %s"
  2.1090 @@ -4601,18 +4702,18 @@
  2.1091  "    bad, then mark the latest changeset which is free from the problem\n"
  2.1092  "    as good. Bisect will update your working directory to a revision\n"
  2.1093  "    for testing (unless the -U/--noupdate option is specified). Once\n"
  2.1094 -"    you have performed tests, mark the working directory as bad or\n"
  2.1095 -"    good and bisect will either update to another candidate changeset\n"
  2.1096 +"    you have performed tests, mark the working directory as good or\n"
  2.1097 +"    bad, and bisect will either update to another candidate changeset\n"
  2.1098  "    or announce that it has found the bad revision.\n"
  2.1099  "\n"
  2.1100  "    As a shortcut, you can also use the revision argument to mark a\n"
  2.1101  "    revision as good or bad without checking it out first.\n"
  2.1102  "\n"
  2.1103 -"    If you supply a command it will be used for automatic bisection.\n"
  2.1104 -"    Its exit status will be used as flag to mark revision as bad or\n"
  2.1105 -"    good. In case exit status is 0 the revision is marked as good, 125\n"
  2.1106 -"    - skipped, 127 (command not found) - bisection will be aborted;\n"
  2.1107 -"    any other status bigger than 0 will mark revision as bad.\n"
  2.1108 +"    If you supply a command, it will be used for automatic bisection.\n"
  2.1109 +"    Its exit status will be used to mark revisions as good or bad:\n"
  2.1110 +"    status 0 means good, 125 means to skip the revision, 127\n"
  2.1111 +"    (command not found) will abort the bisection, and any other\n"
  2.1112 +"    non-zero exit status means the revision is bad.\n"
  2.1113  "    "
  2.1114  msgstr ""
  2.1115  
  2.1116 @@ -4641,6 +4742,10 @@
  2.1117  msgstr ""
  2.1118  
  2.1119  #, python-format
  2.1120 +msgid "cannot find executable: %s"
  2.1121 +msgstr "kan ikke finde program: %s"
  2.1122 +
  2.1123 +#, python-format
  2.1124  msgid "failed to execute %s"
  2.1125  msgstr ""
  2.1126  
  2.1127 @@ -4649,8 +4754,8 @@
  2.1128  msgstr "%s dræbt"
  2.1129  
  2.1130  #, python-format
  2.1131 -msgid "Changeset %s: %s\n"
  2.1132 -msgstr "Ændring: %s: %s\n"
  2.1133 +msgid "Changeset %d:%s: %s\n"
  2.1134 +msgstr "Ændring %d:%s: %s\n"
  2.1135  
  2.1136  #, python-format
  2.1137  msgid "Testing changeset %s:%s (%s changesets remaining, ~%s tests)\n"
  2.1138 @@ -4660,12 +4765,13 @@
  2.1139  "set or show the current branch name\n"
  2.1140  "\n"
  2.1141  "    With no argument, show the current branch name. With one argument,\n"
  2.1142 -"    set the working directory branch name (the branch does not exist\n"
  2.1143 -"    in the repository until the next commit). It is recommended to use\n"
  2.1144 -"    the 'default' branch as your primary development branch.\n"
  2.1145 +"    set the working directory branch name (the branch will not exist\n"
  2.1146 +"    in the repository until the next commit). Standard practice\n"
  2.1147 +"    recommends that primary development take place on the 'default'\n"
  2.1148 +"    branch.\n"
  2.1149  "\n"
  2.1150  "    Unless -f/--force is specified, branch will not let you set a\n"
  2.1151 -"    branch name that shadows an existing branch.\n"
  2.1152 +"    branch name that already exists, even if it's inactive.\n"
  2.1153  "\n"
  2.1154  "    Use -C/--clean to reset the working directory branch to that of\n"
  2.1155  "    the parent of the working directory, negating a previous branch\n"
  2.1156 @@ -4769,8 +4875,7 @@
  2.1157  "\n"
  2.1158  "    It is possible to specify an ssh:// URL as the destination, but no\n"
  2.1159  "    .hg/hgrc and working directory will be created on the remote side.\n"
  2.1160 -"    Look at the help text for URLs for important details about ssh://\n"
  2.1161 -"    URLs.\n"
  2.1162 +"    Please see 'hg help urls' for important details about ssh:// URLs.\n"
  2.1163  "\n"
  2.1164  "    For efficiency, hardlinks are used for cloning whenever the source\n"
  2.1165  "    and destination are on the same filesystem (note this applies only\n"
  2.1166 @@ -4817,7 +4922,7 @@
  2.1167  "\n"
  2.1168  "    Det er muligt at specificere en ssh:// URL som destination, men\n"
  2.1169  "    der vil ikke bliver oprettet nogen .hg/hgrc fil eller noget\n"
  2.1170 -"    arbejdskatalog på den anden side. Se hjælpeteksten for URLer for\n"
  2.1171 +"    arbejdskatalog på den anden side. Se venligst 'hg help urls' for\n"
  2.1172  "    vigtige detaljer om ssh:// URLer.\n"
  2.1173  "\n"
  2.1174  "    Af effektivitetsgrunde bruges hårde lænker ved kloning når kilden\n"
  2.1175 @@ -4846,13 +4951,13 @@
  2.1176  "\n"
  2.1177  "    Commit changes to the given files into the repository. Unlike a\n"
  2.1178  "    centralized RCS, this operation is a local operation. See hg push\n"
  2.1179 -"    for means to actively distribute your changes.\n"
  2.1180 +"    for a way to actively distribute your changes.\n"
  2.1181  "\n"
  2.1182  "    If a list of files is omitted, all changes reported by \"hg status\"\n"
  2.1183  "    will be committed.\n"
  2.1184  "\n"
  2.1185  "    If you are committing the result of a merge, do not provide any\n"
  2.1186 -"    file names or -I/-X filters.\n"
  2.1187 +"    filenames or -I/-X filters.\n"
  2.1188  "\n"
  2.1189  "    If no commit message is specified, the configured editor is\n"
  2.1190  "    started to prompt you for a message.\n"
  2.1191 @@ -4893,7 +4998,7 @@
  2.1192  "    the source must be a single file.\n"
  2.1193  "\n"
  2.1194  "    By default, this command copies the contents of files as they\n"
  2.1195 -"    stand in the working directory. If invoked with -A/--after, the\n"
  2.1196 +"    exist in the working directory. If invoked with -A/--after, the\n"
  2.1197  "    operation is recorded, but no copying is performed.\n"
  2.1198  "\n"
  2.1199  "    This command takes effect with the next commit. To undo a copy\n"
  2.1200 @@ -4905,7 +5010,7 @@
  2.1201  msgstr ""
  2.1202  
  2.1203  msgid "There is no Mercurial repository here (.hg not found)"
  2.1204 -msgstr "Der er ikke noget Mercurial arkiv her (fandt ikke .hg)"
  2.1205 +msgstr "Der er intet Mercurial depot her (.hg ikke fundet)"
  2.1206  
  2.1207  msgid "either two or three arguments required"
  2.1208  msgstr "kræver enten to eller tre argumenter"
  2.1209 @@ -4949,8 +5054,8 @@
  2.1210  "    With multiple arguments, print names and values of all config\n"
  2.1211  "    items with matching section names.\n"
  2.1212  "\n"
  2.1213 -"    With the --debug flag, the source (filename and line number) is\n"
  2.1214 -"    printed for each config item.\n"
  2.1215 +"    With --debug, the source (filename and line number) is printed\n"
  2.1216 +"    for each config item.\n"
  2.1217  "    "
  2.1218  msgstr ""
  2.1219  
  2.1220 @@ -4985,7 +5090,7 @@
  2.1221  msgid "dump the contents of an index file"
  2.1222  msgstr ""
  2.1223  
  2.1224 -msgid "dump an index DAG as a .dot file"
  2.1225 +msgid "dump an index DAG as a graphviz dot file"
  2.1226  msgstr ""
  2.1227  
  2.1228  msgid "test Mercurial installation"
  2.1229 @@ -5153,7 +5258,7 @@
  2.1230  "    diff anyway, probably with undesirable results.\n"
  2.1231  "\n"
  2.1232  "    Use the -g/--git option to generate diffs in the git extended diff\n"
  2.1233 -"    format. Read the diffs help topic for more information.\n"
  2.1234 +"    format. See 'hg help diffs' for more information.\n"
  2.1235  "\n"
  2.1236  "    With the --switch-parent option, the diff will be against the\n"
  2.1237  "    second parent. It can be useful to review a merge.\n"
  2.1238 @@ -5188,7 +5293,7 @@
  2.1239  "    annotering alligevel, sandsynligvis med et uønsket resultat.\n"
  2.1240  "\n"
  2.1241  "    Brug -g/--git tilvalget for at generere ændringer i det udvidede\n"
  2.1242 -"    git diff-format. For mere information, læs hg help diffs.\n"
  2.1243 +"    git diff-format. Se 'hg help diffs' for mere information.\n"
  2.1244  "\n"
  2.1245  "    Med --switch-parent tilvalget vil ændringerne blive beregnet i\n"
  2.1246  "    forhold til den anden forælder. Dette kan være nyttigt til at\n"
  2.1247 @@ -5231,21 +5336,30 @@
  2.1248  "\n"
  2.1249  "    With no arguments, show all repository head changesets.\n"
  2.1250  "\n"
  2.1251 -"    If branch or revisions names are given this will show the heads of\n"
  2.1252 -"    the specified branches or the branches those revisions are tagged\n"
  2.1253 -"    with.\n"
  2.1254 -"\n"
  2.1255  "    Repository \"heads\" are changesets that don't have child\n"
  2.1256  "    changesets. They are where development generally takes place and\n"
  2.1257  "    are the usual targets for update and merge operations.\n"
  2.1258  "\n"
  2.1259 -"    Branch heads are changesets that have a given branch tag, but have\n"
  2.1260 -"    no child changesets with that tag. They are usually where\n"
  2.1261 -"    development on the given branch takes place.\n"
  2.1262 +"    If one or more REV is given, the \"branch heads\" will be shown for\n"
  2.1263 +"    the named branch associated with that revision. The name of the\n"
  2.1264 +"    branch is called the revision's branch tag.\n"
  2.1265 +"\n"
  2.1266 +"    Branch heads are revisions on a given named branch that do not have\n"
  2.1267 +"    any children on the same branch. A branch head could be a true head\n"
  2.1268 +"    or it could be the last changeset on a branch before a new branch\n"
  2.1269 +"    was created. If none of the branch heads are true heads, the branch\n"
  2.1270 +"    is considered inactive.\n"
  2.1271 +"\n"
  2.1272 +"    If STARTREV is specified only those heads (or branch heads) that\n"
  2.1273 +"    are descendants of STARTREV will be displayed.\n"
  2.1274  "    "
  2.1275  msgstr ""
  2.1276  
  2.1277  #, python-format
  2.1278 +msgid "no open branch heads on branch %s\n"
  2.1279 +msgstr "ingen åbne gren-hoveder på gren %s\n"
  2.1280 +
  2.1281 +#, python-format
  2.1282  msgid "no changes on branch %s containing %s are reachable from %s\n"
  2.1283  msgstr ""
  2.1284  
  2.1285 @@ -5256,14 +5370,14 @@
  2.1286  msgid ""
  2.1287  "show help for a given topic or a help overview\n"
  2.1288  "\n"
  2.1289 -"    With no arguments, print a list of commands and short help.\n"
  2.1290 +"    With no arguments, print a list of commands with short help messages.\n"
  2.1291  "\n"
  2.1292  "    Given a topic, extension, or command name, print help for that\n"
  2.1293  "    topic."
  2.1294  msgstr ""
  2.1295  
  2.1296  msgid "global options:"
  2.1297 -msgstr ""
  2.1298 +msgstr "globale indstillinger:"
  2.1299  
  2.1300  msgid "use \"hg help\" for the full list of commands"
  2.1301  msgstr "brug \"hg help\" for den fulde liste af kommandoer"
  2.1302 @@ -5294,7 +5408,7 @@
  2.1303  "aliases: %s\n"
  2.1304  msgstr ""
  2.1305  "\n"
  2.1306 -"aliaser %s:\n"
  2.1307 +"aliasser: %s\n"
  2.1308  
  2.1309  msgid "(no help text available)"
  2.1310  msgstr "(ingen hjælpetekst tilgængelig)"
  2.1311 @@ -5305,25 +5419,15 @@
  2.1312  msgid "no commands defined\n"
  2.1313  msgstr "ingen kommandoer defineret\n"
  2.1314  
  2.1315 -msgid ""
  2.1316 -"\n"
  2.1317 -"enabled extensions:\n"
  2.1318 -"\n"
  2.1319 -msgstr ""
  2.1320 -"\n"
  2.1321 -"aktiverede udvidelser:\n"
  2.1322 -"\n"
  2.1323 -
  2.1324 -#, python-format
  2.1325 -msgid " %s   %s\n"
  2.1326 -msgstr ""
  2.1327 +msgid "enabled extensions:"
  2.1328 +msgstr "aktiverede udvidelser:"
  2.1329  
  2.1330  msgid "no help text available"
  2.1331  msgstr "ingen hjælpetekst tilgængelig"
  2.1332  
  2.1333  #, python-format
  2.1334  msgid "%s extension - %s\n"
  2.1335 -msgstr ""
  2.1336 +msgstr "%s udvidelse - %s\n"
  2.1337  
  2.1338  msgid "Mercurial Distributed SCM\n"
  2.1339  msgstr "Mercurial Distribueret SCM\n"
  2.1340 @@ -5350,7 +5454,8 @@
  2.1341  "    With no revision, print a summary of the current state of the\n"
  2.1342  "    repository.\n"
  2.1343  "\n"
  2.1344 -"    With a path, do a lookup in another repository.\n"
  2.1345 +"    Specifying a path to a repository root or Mercurial bundle will\n"
  2.1346 +"    cause lookup to operate on that repository/bundle.\n"
  2.1347  "\n"
  2.1348  "    This summary identifies the repository state using one or two\n"
  2.1349  "    parent hash identifiers, followed by a \"+\" if there are\n"
  2.1350 @@ -5368,8 +5473,8 @@
  2.1351  "    will abort unless given the -f/--force flag.\n"
  2.1352  "\n"
  2.1353  "    You can import a patch straight from a mail message. Even patches\n"
  2.1354 -"    as attachments work (body part must be type text/plain or\n"
  2.1355 -"    text/x-patch to be used). From and Subject headers of email\n"
  2.1356 +"    as attachments work (to use the body part, it must have type\n"
  2.1357 +"    text/plain or text/x-patch). From and Subject headers of email\n"
  2.1358  "    message are used as default committer and commit message. All\n"
  2.1359  "    text/plain body parts before first diff are added to commit\n"
  2.1360  "    message.\n"
  2.1361 @@ -5388,8 +5493,8 @@
  2.1362  "    With -s/--similarity, hg will attempt to discover renames and\n"
  2.1363  "    copies in the patch in the same way as 'addremove'.\n"
  2.1364  "\n"
  2.1365 -"    To read a patch from standard input, use patch name \"-\". See 'hg\n"
  2.1366 -"    help dates' for a list of formats valid for -d/--date.\n"
  2.1367 +"    To read a patch from standard input, use \"-\" as the patch name.\n"
  2.1368 +"    See 'hg help dates' for a list of formats valid for -d/--date.\n"
  2.1369  "    "
  2.1370  msgstr ""
  2.1371  
  2.1372 @@ -5407,8 +5512,8 @@
  2.1373  "meddelse:\n"
  2.1374  "%s\n"
  2.1375  
  2.1376 -msgid "not a mercurial patch"
  2.1377 -msgstr ""
  2.1378 +msgid "not a Mercurial patch"
  2.1379 +msgstr "ikke en Mercurial patch"
  2.1380  
  2.1381  msgid "patch is damaged or loses information"
  2.1382  msgstr ""
  2.1383 @@ -5417,8 +5522,8 @@
  2.1384  "show new changesets found in source\n"
  2.1385  "\n"
  2.1386  "    Show new changesets found in the specified path/URL or the default\n"
  2.1387 -"    pull location. These are the changesets that would be pulled if a\n"
  2.1388 -"    pull was requested.\n"
  2.1389 +"    pull location. These are the changesets that would have been pulled\n"
  2.1390 +"    if a pull at the time you issued this command.\n"
  2.1391  "\n"
  2.1392  "    For remote repository, using --bundle avoids downloading the\n"
  2.1393  "    changesets twice if the incoming is followed by a pull.\n"
  2.1394 @@ -5431,7 +5536,7 @@
  2.1395  "create a new repository in the given directory\n"
  2.1396  "\n"
  2.1397  "    Initialize a new repository in the given directory. If the given\n"
  2.1398 -"    directory does not exist, it is created.\n"
  2.1399 +"    directory does not exist, it will be created.\n"
  2.1400  "\n"
  2.1401  "    If no directory is given, the current directory is used.\n"
  2.1402  "\n"
  2.1403 @@ -5454,20 +5559,20 @@
  2.1404  msgid ""
  2.1405  "locate files matching specific patterns\n"
  2.1406  "\n"
  2.1407 -"    Print all files under Mercurial control whose names match the\n"
  2.1408 -"    given patterns.\n"
  2.1409 -"\n"
  2.1410 -"    This command searches the entire repository by default. To search\n"
  2.1411 -"    just the current directory and its subdirectories, use\n"
  2.1412 -"    \"--include .\".\n"
  2.1413 -"\n"
  2.1414 -"    If no patterns are given to match, this command prints all file\n"
  2.1415 -"    names.\n"
  2.1416 +"    Print files under Mercurial control in the working directory whose\n"
  2.1417 +"    names match the given patterns.\n"
  2.1418 +"\n"
  2.1419 +"    By default, this command searches all directories in the working\n"
  2.1420 +"    directory. To search just the current directory and its\n"
  2.1421 +"    subdirectories, use \"--include .\".\n"
  2.1422 +"\n"
  2.1423 +"    If no patterns are given to match, this command prints the names\n"
  2.1424 +"    of all files under Mercurial control in the working directory.\n"
  2.1425  "\n"
  2.1426  "    If you want to feed the output of this command into the \"xargs\"\n"
  2.1427  "    command, use the -0 option to both this command and \"xargs\". This\n"
  2.1428  "    will avoid the problem of \"xargs\" treating single filenames that\n"
  2.1429 -"    contain white space as multiple filenames.\n"
  2.1430 +"    contain whitespace as multiple filenames.\n"
  2.1431  "    "
  2.1432  msgstr ""
  2.1433  
  2.1434 @@ -5478,8 +5583,8 @@
  2.1435  "    project.\n"
  2.1436  "\n"
  2.1437  "    File history is shown without following rename or copy history of\n"
  2.1438 -"    files. Use -f/--follow with a file name to follow history across\n"
  2.1439 -"    renames and copies. --follow without a file name will only show\n"
  2.1440 +"    files. Use -f/--follow with a filename to follow history across\n"
  2.1441 +"    renames and copies. --follow without a filename will only show\n"
  2.1442  "    ancestors or descendants of the starting revision. --follow-first\n"
  2.1443  "    only follows the first parent of merge revisions.\n"
  2.1444  "\n"
  2.1445 @@ -5489,16 +5594,15 @@
  2.1446  "\n"
  2.1447  "    See 'hg help dates' for a list of formats valid for -d/--date.\n"
  2.1448  "\n"
  2.1449 -"    By default this command outputs: changeset id and hash, tags,\n"
  2.1450 -"    non-trivial parents, user, date and time, and a summary for each\n"
  2.1451 -"    commit. When the -v/--verbose switch is used, the list of changed\n"
  2.1452 -"    files and full commit message is shown.\n"
  2.1453 +"    By default this command prints revision number and changeset id,\n"
  2.1454 +"    tags, non-trivial parents, user, date and time, and a summary for\n"
  2.1455 +"    each commit. When the -v/--verbose switch is used, the list of\n"
  2.1456 +"    changed files and full commit message are shown.\n"
  2.1457  "\n"
  2.1458  "    NOTE: log -p/--patch may generate unexpected diff output for merge\n"
  2.1459  "    changesets, as it will only compare the merge changeset against\n"
  2.1460 -"    its first parent. Also, the files: list will only reflect files\n"
  2.1461 -"    that are different from BOTH parents.\n"
  2.1462 -"\n"
  2.1463 +"    its first parent. Also, only files different from BOTH parents\n"
  2.1464 +"    will appear in files:.\n"
  2.1465  "    "
  2.1466  msgstr ""
  2.1467  
  2.1468 @@ -5507,40 +5611,39 @@
  2.1469  "\n"
  2.1470  "    Print a list of version controlled files for the given revision.\n"
  2.1471  "    If no revision is given, the first parent of the working directory\n"
  2.1472 -"    is used, or the null revision if none is checked out.\n"
  2.1473 -"\n"
  2.1474 -"    With -v flag, print file permissions, symlink and executable bits.\n"
  2.1475 -"    With --debug flag, print file revision hashes.\n"
  2.1476 +"    is used, or the null revision if no revision is checked out.\n"
  2.1477 +"\n"
  2.1478 +"    With -v, print file permissions, symlink and executable bits.\n"
  2.1479 +"    With --debug, print file revision hashes.\n"
  2.1480  "    "
  2.1481  msgstr ""
  2.1482  
  2.1483  msgid ""
  2.1484  "merge working directory with another revision\n"
  2.1485  "\n"
  2.1486 -"    The contents of the current working directory is updated with all\n"
  2.1487 -"    changes made in the requested revision since the last common\n"
  2.1488 -"    predecessor revision.\n"
  2.1489 +"    The current working directory is updated with all changes made in\n"
  2.1490 +"    the requested revision since the last common predecessor revision.\n"
  2.1491  "\n"
  2.1492  "    Files that changed between either parent are marked as changed for\n"
  2.1493  "    the next commit and a commit must be performed before any further\n"
  2.1494 -"    updates are allowed. The next commit has two parents.\n"
  2.1495 +"    updates to the repository are allowed. The next commit will have\n"
  2.1496 +"    two parents.\n"
  2.1497  "\n"
  2.1498  "    If no revision is specified, the working directory's parent is a\n"
  2.1499  "    head revision, and the current branch contains exactly one other\n"
  2.1500  "    head, the other head is merged with by default. Otherwise, an\n"
  2.1501 -"    explicit revision to merge with must be provided.\n"
  2.1502 +"    explicit revision with which to merge with must be provided.\n"
  2.1503  "    "
  2.1504  msgstr ""
  2.1505  "sammenføj arbejdskataloget med en anden revision\n"
  2.1506  "\n"
  2.1507 -"    Indholdet af det nuværende arbejdskatalog opdateres med alle\n"
  2.1508 -"    ændringer lavet i den ønskede revision siden den sidste fælles\n"
  2.1509 -"    foregående revision.\n"
  2.1510 +"    Det nuværende arbejdskatalog opdateres med alle ændringer lavet i\n"
  2.1511 +"    den ønskede revision siden den sidste fælles foregående revision.\n"
  2.1512  "\n"
  2.1513  "    Filer som ændrede sig i forhold til en af forældrene bliver\n"
  2.1514 -"    markeret som ændret med hensyn til næste arkivering, og\n"
  2.1515 -"    arkiveringen skal laves før yderligere opdateringer er tilladt.\n"
  2.1516 -"    Den næste arkiverede ændring får to forældre.\n"
  2.1517 +"    markeret som ændret med hensyn til næste arkivering, og en\n"
  2.1518 +"    arkivering skal laves før yderligere opdateringer er tilladt. Den\n"
  2.1519 +"    næste arkiverede ændring får to forældre.\n"
  2.1520  "\n"
  2.1521  "    Hvis ingen revision angives og arbejdskatalogets forælder er en\n"
  2.1522  "    hovedrevision og den nuværende gren indeholder præcis et andet\n"
  2.1523 @@ -5584,9 +5687,9 @@
  2.1524  "\n"
  2.1525  "    Print the working directory's parent revisions. If a revision is\n"
  2.1526  "    given via -r/--rev, the parent of that revision will be printed.\n"
  2.1527 -"    If a file argument is given, revision in which the file was last\n"
  2.1528 -"    changed (before the working directory revision or the argument to\n"
  2.1529 -"    --rev if given) is printed.\n"
  2.1530 +"    If a file argument is given, the revision in which the file was\n"
  2.1531 +"    last changed (before the working directory revision or the\n"
  2.1532 +"    argument to --rev if given) is printed.\n"
  2.1533  "    "
  2.1534  msgstr ""
  2.1535  "vis forældrene til arbejdskataloget eller en revision\n"
  2.1536 @@ -5598,7 +5701,7 @@
  2.1537  "    --rev, hvis givet).\n"
  2.1538  "    "
  2.1539  
  2.1540 -msgid "can only specify an explicit file name"
  2.1541 +msgid "can only specify an explicit filename"
  2.1542  msgstr ""
  2.1543  
  2.1544  #, python-format
  2.1545 @@ -5609,7 +5712,7 @@
  2.1546  "show aliases for remote repositories\n"
  2.1547  "\n"
  2.1548  "    Show definition of symbolic path name NAME. If no name is given,\n"
  2.1549 -"    show definition of available names.\n"
  2.1550 +"    show definition of all available names.\n"
  2.1551  "\n"
  2.1552  "    Path names are defined in the [paths] section of /etc/mercurial/hgrc\n"
  2.1553  "    and $HOME/.hgrc. If run inside a repository, .hg/hgrc is used, too.\n"
  2.1554 @@ -5633,14 +5736,17 @@
  2.1555  msgid ""
  2.1556  "pull changes from the specified source\n"
  2.1557  "\n"
  2.1558 -"    Pull changes from a remote repository to the local one.\n"
  2.1559 +"    Pull changes from a remote repository to a local one.\n"
  2.1560  "\n"
  2.1561  "    This finds all changes from the repository at the specified path\n"
  2.1562 -"    or URL and adds them to the local repository. By default, this\n"
  2.1563 -"    does not update the copy of the project in the working directory.\n"
  2.1564 -"\n"
  2.1565 -"    Use hg incoming if you want to see what will be added by the next\n"
  2.1566 -"    pull without actually adding the changes to the repository.\n"
  2.1567 +"    or URL and adds them to a local repository (the current one unless\n"
  2.1568 +"    -R is specified). By default, this does not update the copy of the\n"
  2.1569 +"    project in the working directory.\n"
  2.1570 +"\n"
  2.1571 +"    Use hg incoming if you want to see what would have been added by a\n"
  2.1572 +"    pull at the time you issued this command. If you then decide to\n"
  2.1573 +"    added those changes to the repository, you should use pull -r X\n"
  2.1574 +"    where X is the last changeset listed by hg incoming.\n"
  2.1575  "\n"
  2.1576  "    If SOURCE is omitted, the 'default' path will be used.\n"
  2.1577  "    See 'hg help urls' for more information.\n"
  2.1578 @@ -5648,15 +5754,17 @@
  2.1579  msgstr ""
  2.1580  "hent ændringer fra den angivne kilde\n"
  2.1581  "\n"
  2.1582 -"    Hiver ændringer fra et fjert arkiv til det lokale.\n"
  2.1583 +"    Hiver ændringer fra et fjert arkiv til et lokalt.\n"
  2.1584  "\n"
  2.1585  "    Dette finder alle ændringer fra arkivet på den specificerede sti\n"
  2.1586 -"    eller URL og tilføjer dem til det lokale arkiv. Som standard\n"
  2.1587 -"    opdateres arbejdskataloget ikke.\n"
  2.1588 -"\n"
  2.1589 -"    Brug hg incoming hvis du vil se hvad der vil blive tilføjet til\n"
  2.1590 -"    arkivet ved næste pull, men uden rent faktisk at tilføje\n"
  2.1591 -"    ændringerne til arkivet.\n"
  2.1592 +"    eller URL og tilføjer dem til et lokalt arkiv (det nuværende arkiv\n"
  2.1593 +"    med mindre -R er angivet). Som standard opdateres arbejdskataloget\n"
  2.1594 +"    ikke.\n"
  2.1595 +"\n"
  2.1596 +"    Brug hg incoming for at se hvad der ville være blevet tilføjet på\n"
  2.1597 +"    det tidspunkt du udførte kommandoen. Hvis du derefter beslutter at\n"
  2.1598 +"    tilføje disse ændringer til arkivet, så bør du bruge pull -r X\n"
  2.1599 +"    hvor X er den sidste ændring nævnt af hg incoming.\n"
  2.1600  "\n"
  2.1601  "    Hvis KILDE udelades, så bruges 'default' stien.\n"
  2.1602  "    Se 'hg help urls' for mere information.\n"
  2.1603 @@ -5674,14 +5782,13 @@
  2.1604  "\n"
  2.1605  "    By default, push will refuse to run if it detects the result would\n"
  2.1606  "    increase the number of remote heads. This generally indicates the\n"
  2.1607 -"    the client has forgotten to pull and merge before pushing.\n"
  2.1608 +"    user forgot to pull and merge before pushing.\n"
  2.1609  "\n"
  2.1610  "    If -r/--rev is used, the named revision and all its ancestors will\n"
  2.1611  "    be pushed to the remote repository.\n"
  2.1612  "\n"
  2.1613 -"    Look at the help text for URLs for important details about ssh://\n"
  2.1614 +"    Please see 'hg help urls' for important details about ssh://\n"
  2.1615  "    URLs. If DESTINATION is omitted, a default path will be used.\n"
  2.1616 -"    See 'hg help urls' for more information.\n"
  2.1617  "    "
  2.1618  msgstr ""
  2.1619  "skub ændringer til den angivne destination\n"
  2.1620 @@ -5695,15 +5802,14 @@
  2.1621  "\n"
  2.1622  "    Som standard vil push nægte af køre hvis den detekterer at den vil\n"
  2.1623  "    øge antallet af hoveder i destinationen. Dette indikerer normalt\n"
  2.1624 -"    at klienten har glemt at henge og sammenføje ændringerne før\n"
  2.1625 +"    at brugeren har glemt at hente og sammenføje ændringerne før\n"
  2.1626  "    skubningen.\n"
  2.1627  "\n"
  2.1628  "    Hvis -r/--rev bruges, så vil den navngivne revision og alle dets\n"
  2.1629  "    forfædre bliver skubbet til det andet arkiv.\n"
  2.1630  "\n"
  2.1631 -"    Se hjælpeteksten for URL'er for vigtige detaljer om ssh:// URL'er.\n"
  2.1632 +"    Se venligst 'hg help urls' for vigtige detaljer om ssh:// URL'er.\n"
  2.1633  "    Hvis DESTINATION udelades vil en standard sti blive brugt.\n"
  2.1634 -"    Se 'hg help urls' for mere information.\n"
  2.1635  "    "
  2.1636  
  2.1637  #, python-format
  2.1638 @@ -5730,13 +5836,13 @@
  2.1639  "    entire project history. -A/--after can be used to remove only\n"
  2.1640  "    files that have already been deleted, -f/--force can be used to\n"
  2.1641  "    force deletion, and -Af can be used to remove files from the next\n"
  2.1642 -"    revision without deleting them.\n"
  2.1643 +"    revision without deleting them from the working directory.\n"
  2.1644  "\n"
  2.1645  "    The following table details the behavior of remove for different\n"
  2.1646  "    file states (columns) and option combinations (rows). The file\n"
  2.1647 -"    states are Added, Clean, Modified and Missing (as reported by hg\n"
  2.1648 -"    status). The actions are Warn, Remove (from branch) and Delete\n"
  2.1649 -"    (from disk).\n"
  2.1650 +"    states are Added [A], Clean [C], Modified [M] and Missing [!]\n"
  2.1651 +"    (as reported by hg status). The actions are Warn, Remove (from\n"
  2.1652 +"    branch) and Delete (from disk).\n"
  2.1653  "\n"
  2.1654  "           A  C  M  !\n"
  2.1655  "    none   W  RD W  R\n"
  2.1656 @@ -5756,13 +5862,13 @@
  2.1657  "    projektets historie. -A/--after kan bruges til kun at fjerne filer\n"
  2.1658  "    som allerede er slettet, -f/--force kan bruges for at gennemtvinge\n"
  2.1659  "    en sletning, og -Af kan bruges til at fjerne filer fra næste\n"
  2.1660 -"    revision uden at slette dem.\n"
  2.1661 +"    revision uden at slette dem fra arbejdskataloget.\n"
  2.1662  "\n"
  2.1663  "    Den følgende tabel viser opførslen af remove for forskellige\n"
  2.1664 -"    tilstande af filer (søjler) og kombinationer af tilvalg (rækker).\n"
  2.1665 -"    Filtilstandene er Added, Clean, Modified og Missing (som\n"
  2.1666 -"    rapporteret af hg status). Handlingerne er Warn, Remove (fra gren)\n"
  2.1667 -"    og Delete (fra disk).\n"
  2.1668 +"    filtilstande (søjler) og kombinationer af tilvalg (rækker). Mulige\n"
  2.1669 +"    filtilstande er tilføjet [A], ren [C], ændret [M] og manglende [!]\n"
  2.1670 +"    (som rapporteret af hg status). Handlingerne er Warn, Remove (fra\n"
  2.1671 +"    gren) og Delete (fra disk).\n"
  2.1672  "\n"
  2.1673  "           A  C  M  !\n"
  2.1674  "    none   W  RD W  R\n"
  2.1675 @@ -5821,9 +5927,9 @@
  2.1676  "    will be overwritten if the merge is retried with resolve. The\n"
  2.1677  "    -m/--mark switch should be used to mark the file as resolved.\n"
  2.1678  "\n"
  2.1679 -"    This command will also allow listing resolved files and manually\n"
  2.1680 -"    marking and unmarking files as resolved. All files must be marked\n"
  2.1681 -"    as resolved before the new commits are permitted.\n"
  2.1682 +"    This command also allows listing resolved files and manually\n"
  2.1683 +"    indicating whether or not files are resolved. All files must be\n"
  2.1684 +"    marked as resolved before a commit is permitted.\n"
  2.1685  "\n"
  2.1686  "    The codes used to show the status of files are:\n"
  2.1687  "    U = unresolved\n"
  2.1688 @@ -5915,7 +6021,8 @@
  2.1689  "    This command should be used with care. There is only one level of\n"
  2.1690  "    rollback, and there is no way to undo a rollback. It will also\n"
  2.1691  "    restore the dirstate at the time of the last transaction, losing\n"
  2.1692 -"    any dirstate changes since that time.\n"
  2.1693 +"    any dirstate changes since that time. This command does not alter\n"
  2.1694 +"    the working directory.\n"
  2.1695  "\n"
  2.1696  "    Transactions are used to encapsulate the effects of all commands\n"
  2.1697  "    that create new changesets or propagate existing changesets into a\n"
  2.1698 @@ -5972,10 +6079,10 @@
  2.1699  "\n"
  2.1700  "    Show status of files in the repository. If names are given, only\n"
  2.1701  "    files that match are shown. Files that are clean or ignored or\n"
  2.1702 -"    source of a copy/move operation, are not listed unless -c/--clean,\n"
  2.1703 -"    -i/--ignored, -C/--copies or -A/--all is given. Unless options\n"
  2.1704 -"    described with \"show only ...\" are given, the options -mardu are\n"
  2.1705 -"    used.\n"
  2.1706 +"    the source of a copy/move operation, are not listed unless\n"
  2.1707 +"    -c/--clean, -i/--ignored, -C/--copies or -A/--all are given.\n"
  2.1708 +"    Unless options described with \"show only ...\" are given, the\n"
  2.1709 +"    options -mardu are used.\n"
  2.1710  "\n"
  2.1711  "    Option -q/--quiet hides untracked (unknown and ignored) files\n"
  2.1712  "    unless explicitly requested with -u/--unknown or -i/--ignored.\n"
  2.1713 @@ -5986,7 +6093,8 @@
  2.1714  "    to one merge parent.\n"
  2.1715  "\n"
  2.1716  "    If one revision is given, it is used as the base revision.\n"
  2.1717 -"    If two revisions are given, the difference between them is shown.\n"
  2.1718 +"    If two revisions are given, the differences between them are\n"
  2.1719 +"    shown.\n"
  2.1720  "\n"
  2.1721  "    The codes used to show the status of files are:\n"
  2.1722  "    M = modified\n"
  2.1723 @@ -5996,7 +6104,7 @@
  2.1724  "    ! = missing (deleted by non-hg command, but still tracked)\n"
  2.1725  "    ? = not tracked\n"
  2.1726  "    I = ignored\n"
  2.1727 -"      = the previous added file was copied from here\n"
  2.1728 +"      = origin of the previous file listed as A (added)\n"
  2.1729  "    "
  2.1730  msgstr ""
  2.1731  "vis ændrede filer i arbejdskataloget\n"
  2.1732 @@ -6029,7 +6137,7 @@
  2.1733  "    ! = mangler (slettet af en ikke-hg kommando, men følges stadig)\n"
  2.1734  "    ? = følges ikke\n"
  2.1735  "    I = ignoreret\n"
  2.1736 -"      = den foregående fil blev kopieret herfra\n"
  2.1737 +"      = den foregående fil markeret som A (tilføjet) stammer herfra\n"
  2.1738  "    "
  2.1739  
  2.1740  msgid ""
  2.1741 @@ -6078,7 +6186,7 @@
  2.1742  
  2.1743  #, python-format
  2.1744  msgid "Removed tag %s"
  2.1745 -msgstr ""
  2.1746 +msgstr "Mærke %s er fjernet"
  2.1747  
  2.1748  #, python-format
  2.1749  msgid "tag '%s' already exists (use -f to force)"
  2.1750 @@ -6104,9 +6212,9 @@
  2.1751  msgid ""
  2.1752  "show the tip revision\n"
  2.1753  "\n"
  2.1754 -"    The tip revision (usually just called the tip) is the most\n"
  2.1755 -"    recently added changeset in the repository, the most recently\n"
  2.1756 -"    changed head.\n"
  2.1757 +"    The tip revision (usually just called the tip) is the changeset\n"
  2.1758 +"    most recently added to the repository (and therefore the most\n"
  2.1759 +"    recently changed head).\n"
  2.1760  "\n"
  2.1761  "    If you have just made a commit, that commit will be the tip. If\n"
  2.1762  "    you have just pulled changes from another repository, the tip of\n"
  2.1763 @@ -6139,7 +6247,8 @@
  2.1764  "\n"
  2.1765  "    When there are uncommitted changes, use option -C/--clean to\n"
  2.1766  "    discard them, forcibly replacing the state of the working\n"
  2.1767 -"    directory with the requested revision.\n"
  2.1768 +"    directory with the requested revision. Alternately, use -c/--check\n"
  2.1769 +"    to abort.\n"
  2.1770  "\n"
  2.1771  "    When there are uncommitted changes and option -C/--clean is not\n"
  2.1772  "    used, and the parent revision and requested revision are on the\n"
  2.1773 @@ -6168,7 +6277,8 @@
  2.1774  "\n"
  2.1775  "    Hvis der er uarkiverede ændringer kan -C/--clean tilvalget bruges\n"
  2.1776  "    for at kassere dem og sætte tilstanden af arbejdskataloget lig\n"
  2.1777 -"    tilstanden i den ønskede revision.\n"
  2.1778 +"    tilstanden i den ønskede revision. Alternativt, brug -c/--check\n"
  2.1779 +"    for at afbryde.\n"
  2.1780  "\n"
  2.1781  "    Hvis der er uarkiverede ændringer, og -C/--clean tilvalget ikke\n"
  2.1782  "    bruges, og forældrerevisionen og den ønskede revision begge er på\n"
  2.1783 @@ -6183,6 +6293,9 @@
  2.1784  "    Se 'hg help dates' for en liste af gyldige formater til -d/--date.\n"
  2.1785  "    "
  2.1786  
  2.1787 +msgid "uncommitted local changes"
  2.1788 +msgstr ""
  2.1789 +
  2.1790  msgid ""
  2.1791  "verify the integrity of the repository\n"
  2.1792  "\n"
  2.1793 @@ -6210,7 +6323,7 @@
  2.1794  msgstr ""
  2.1795  
  2.1796  msgid "repository root directory or symbolic path name"
  2.1797 -msgstr ""
  2.1798 +msgstr "depotrodfolder eller symbolsk stinavn"
  2.1799  
  2.1800  msgid "change working directory"
  2.1801  msgstr "skift arbejdskatalog"
  2.1802 @@ -6222,7 +6335,7 @@
  2.1803  msgstr "undertryk output"
  2.1804  
  2.1805  msgid "enable additional output"
  2.1806 -msgstr ""
  2.1807 +msgstr "aktiver yderlig output"
  2.1808  
  2.1809  msgid "set/override config option"
  2.1810  msgstr ""
  2.1811 @@ -6231,7 +6344,7 @@
  2.1812  msgstr ""
  2.1813  
  2.1814  msgid "start debugger"
  2.1815 -msgstr ""
  2.1816 +msgstr "start debugger"
  2.1817  
  2.1818  msgid "set the charset encoding"
  2.1819  msgstr ""
  2.1820 @@ -6252,7 +6365,7 @@
  2.1821  msgstr ""
  2.1822  
  2.1823  msgid "display help and exit"
  2.1824 -msgstr ""
  2.1825 +msgstr "vis hjælp og exit"
  2.1826  
  2.1827  msgid "do not perform actions, just print output"
  2.1828  msgstr "udfør ingen handlinger, udskriv kun outputttet"
  2.1829 @@ -6276,7 +6389,7 @@
  2.1830  msgstr "læs arkiveringsbeskeden fra <fil>"
  2.1831  
  2.1832  msgid "record datecode as commit date"
  2.1833 -msgstr ""
  2.1834 +msgstr "noter dato som integrationsdato"
  2.1835  
  2.1836  msgid "record the specified user as committer"
  2.1837  msgstr ""
  2.1838 @@ -6465,10 +6578,10 @@
  2.1839  msgstr "[KOMMANDO]"
  2.1840  
  2.1841  msgid "show the command options"
  2.1842 -msgstr ""
  2.1843 +msgstr "vis kommando-flag"
  2.1844  
  2.1845  msgid "[-o] CMD"
  2.1846 -msgstr ""
  2.1847 +msgstr "[-o] KOMMANDO"
  2.1848  
  2.1849  msgid "try extended date formats"
  2.1850  msgstr ""
  2.1851 @@ -6506,6 +6619,9 @@
  2.1852  msgid "[OPTION]..."
  2.1853  msgstr ""
  2.1854  
  2.1855 +msgid "revision to check"
  2.1856 +msgstr "revision som skal undersøges"
  2.1857 +
  2.1858  msgid "[OPTION]... [-r REV1 [-r REV2]] [FILE]..."
  2.1859  msgstr ""
  2.1860  
  2.1861 @@ -6545,7 +6661,10 @@
  2.1862  msgid "show only the active heads from open branches"
  2.1863  msgstr ""
  2.1864  
  2.1865 -msgid "[-r REV] [REV]..."
  2.1866 +msgid "show normal and closed heads"
  2.1867 +msgstr "vis normale og lukkede hoveder"
  2.1868 +
  2.1869 +msgid "[-r STARTREV] [REV]..."
  2.1870  msgstr ""
  2.1871  
  2.1872  msgid "[TOPIC]"
  2.1873 @@ -6734,10 +6853,10 @@
  2.1874  msgstr ""
  2.1875  
  2.1876  msgid "name of access log file to write to"
  2.1877 -msgstr ""
  2.1878 +msgstr "navn på adgangslogfilen der skrives til"
  2.1879  
  2.1880  msgid "name of error log file to write to"
  2.1881 -msgstr ""
  2.1882 +msgstr "navn på fejlllog fil der skrives til"
  2.1883  
  2.1884  msgid "port to listen on (default: 8000)"
  2.1885  msgstr ""
  2.1886 @@ -6746,7 +6865,7 @@
  2.1887  msgstr ""
  2.1888  
  2.1889  msgid "prefix path to serve from (default: server root)"
  2.1890 -msgstr ""
  2.1891 +msgstr "prefiks sti at udstille fra (default: server-rod)"
  2.1892  
  2.1893  msgid "name to show in web pages (default: working directory)"
  2.1894  msgstr ""
  2.1895 @@ -6755,19 +6874,19 @@
  2.1896  msgstr ""
  2.1897  
  2.1898  msgid "for remote clients"
  2.1899 -msgstr ""
  2.1900 +msgstr "for fjernklienter"
  2.1901  
  2.1902  msgid "web templates to use"
  2.1903 -msgstr ""
  2.1904 +msgstr "web-skabelon"
  2.1905  
  2.1906  msgid "template style to use"
  2.1907 -msgstr ""
  2.1908 +msgstr "skabelon-stil"
  2.1909  
  2.1910  msgid "use IPv6 in addition to IPv4"
  2.1911 -msgstr ""
  2.1912 +msgstr "brug IPv6 og IPv4"
  2.1913  
  2.1914  msgid "SSL certificate file"
  2.1915 -msgstr ""
  2.1916 +msgstr "SSL certifikatfil"
  2.1917  
  2.1918  msgid "show untrusted configuration options"
  2.1919  msgstr ""
  2.1920 @@ -6776,67 +6895,70 @@
  2.1921  msgstr ""
  2.1922  
  2.1923  msgid "show status of all files"
  2.1924 -msgstr ""
  2.1925 +msgstr "vis status på alle filer"
  2.1926  
  2.1927  msgid "show only modified files"
  2.1928 -msgstr ""
  2.1929 +msgstr "vis kun ændrede filer"
  2.1930  
  2.1931  msgid "show only added files"
  2.1932 -msgstr ""
  2.1933 +msgstr "vis kun tilføjede filer"
  2.1934  
  2.1935  msgid "show only removed files"
  2.1936 -msgstr ""
  2.1937 +msgstr "vis kun fjernede filer"
  2.1938  
  2.1939  msgid "show only deleted (but tracked) files"
  2.1940 -msgstr ""
  2.1941 +msgstr "vis kun slettede (men kendte) filer"
  2.1942  
  2.1943  msgid "show only files without changes"
  2.1944 -msgstr ""
  2.1945 +msgstr "vis kun filer unden ændringer"
  2.1946  
  2.1947  msgid "show only unknown (not tracked) files"
  2.1948 -msgstr ""
  2.1949 +msgstr "vis kun ukendte filer"
  2.1950  
  2.1951  msgid "show only ignored files"
  2.1952 -msgstr ""
  2.1953 +msgstr "vis kun ignorerede filer"
  2.1954  
  2.1955  msgid "hide status prefix"
  2.1956 -msgstr ""
  2.1957 +msgstr "skjul statuspræfix"
  2.1958  
  2.1959  msgid "show source of copied files"
  2.1960 -msgstr ""
  2.1961 +msgstr "vis kilder for kopierede filer"
  2.1962  
  2.1963  msgid "show difference from revision"
  2.1964 -msgstr ""
  2.1965 +msgstr "vis forskelle fra revision"
  2.1966  
  2.1967  msgid "replace existing tag"
  2.1968 -msgstr ""
  2.1969 +msgstr "erstat eksisterende mærkat"
  2.1970  
  2.1971  msgid "make the tag local"
  2.1972 -msgstr ""
  2.1973 +msgstr "gør mærkaten lokal"
  2.1974  
  2.1975  msgid "revision to tag"
  2.1976 -msgstr ""
  2.1977 +msgstr "revision der skal mærkes"
  2.1978  
  2.1979  msgid "remove a tag"
  2.1980 -msgstr ""
  2.1981 +msgstr "fjern en mærkat"
  2.1982  
  2.1983  msgid "[-l] [-m TEXT] [-d DATE] [-u USER] [-r REV] NAME..."
  2.1984  msgstr ""
  2.1985  
  2.1986  msgid "[-p]"
  2.1987 -msgstr ""
  2.1988 +msgstr "[-p]"
  2.1989  
  2.1990  msgid "update to new tip if changesets were unbundled"
  2.1991 -msgstr ""
  2.1992 +msgstr "opdater til ny spids hvis ændringer blev pakket ud"
  2.1993  
  2.1994  msgid "[-u] FILE..."
  2.1995 -msgstr ""
  2.1996 +msgstr "[-u] FIL..."
  2.1997  
  2.1998  msgid "overwrite locally modified files (no backup)"
  2.1999 +msgstr "overskrev lokalt modificerede filer (uden sikkerhedskopi)"
  2.2000 +
  2.2001 +msgid "check for uncommitted changes"
  2.2002  msgstr ""
  2.2003  
  2.2004  msgid "[-C] [-d DATE] [[-r] REV]"
  2.2005 -msgstr ""
  2.2006 +msgstr "[-C] [-d DATO] [[-r] REV]"
  2.2007  
  2.2008  #, python-format
  2.2009  msgid "config error at %s:%d: '%s'"
  2.2010 @@ -6846,7 +6968,7 @@
  2.2011  msgstr "blev ikke fundet i manifest"
  2.2012  
  2.2013  msgid "branch name not in UTF-8!"
  2.2014 -msgstr ""
  2.2015 +msgstr "grennavn er ikke i UTF-8!"
  2.2016  
  2.2017  #, python-format
  2.2018  msgid "  searching for copies back to rev %d\n"
  2.2019 @@ -6879,15 +7001,15 @@
  2.2020  msgstr ""
  2.2021  
  2.2022  msgid "working directory state appears damaged!"
  2.2023 -msgstr ""
  2.2024 +msgstr "arbejdskatalogtilstand virker beskadiget!"
  2.2025  
  2.2026  #, python-format
  2.2027  msgid "'\\n' and '\\r' disallowed in filenames: %r"
  2.2028 -msgstr ""
  2.2029 +msgstr "'\\n' og '\\r' må ikke forekomme i filnavne: %r"
  2.2030  
  2.2031  #, python-format
  2.2032  msgid "directory %r already in dirstate"
  2.2033 -msgstr ""
  2.2034 +msgstr "katalog %r er allerede i dirstate"
  2.2035  
  2.2036  #, python-format
  2.2037  msgid "file %r in dirstate clashes with %r"
  2.2038 @@ -6895,7 +7017,7 @@
  2.2039  
  2.2040  #, python-format
  2.2041  msgid "not in dirstate: %s\n"
  2.2042 -msgstr ""
  2.2043 +msgstr "ikke i dirstate: %s\n"
  2.2044  
  2.2045  msgid "unknown"
  2.2046  msgstr "ukendt"
  2.2047 @@ -6916,7 +7038,7 @@
  2.2048  msgstr ""
  2.2049  
  2.2050  #, python-format
  2.2051 -msgid "%s: unsupported file type (type is %s)\n"
  2.2052 +msgid "unsupported file type (type is %s)"
  2.2053  msgstr ""
  2.2054  
  2.2055  #, python-format
  2.2056 @@ -6941,7 +7063,7 @@
  2.2057  
  2.2058  #, python-format
  2.2059  msgid "lock held by %s"
  2.2060 -msgstr ""
  2.2061 +msgstr "lås holdt af %s"
  2.2062  
  2.2063  #, python-format
  2.2064  msgid "abort: %s: %s\n"
  2.2065 @@ -6985,10 +7107,10 @@
  2.2066  
  2.2067  #, python-format
  2.2068  msgid "abort: error: %s\n"
  2.2069 -msgstr ""
  2.2070 +msgstr "afbrudt: fejl: %s\n"
  2.2071  
  2.2072  msgid "broken pipe\n"
  2.2073 -msgstr ""
  2.2074 +msgstr "afbrudt pipe\n"
  2.2075  
  2.2076  msgid "interrupted!\n"
  2.2077  msgstr "standset!\n"
  2.2078 @@ -6997,6 +7119,8 @@
  2.2079  "\n"
  2.2080  "broken pipe\n"
  2.2081  msgstr ""
  2.2082 +"\n"
  2.2083 +"afbrudt pipe\n"
  2.2084  
  2.2085  msgid "abort: out of memory\n"
  2.2086  msgstr "afbrudt: løbet tør for hukommelse\n"
  2.2087 @@ -7016,23 +7140,23 @@
  2.2088  
  2.2089  #, python-format
  2.2090  msgid "** Extensions loaded: %s\n"
  2.2091 -msgstr ""
  2.2092 +msgstr "** Udvidelser indlæst: %s\n"
  2.2093  
  2.2094  #, python-format
  2.2095  msgid "no definition for alias '%s'\n"
  2.2096 -msgstr ""
  2.2097 +msgstr "ingen definition for alias '%s'\n"
  2.2098  
  2.2099  #, python-format
  2.2100  msgid "alias '%s' resolves to unknown command '%s'\n"
  2.2101 -msgstr ""
  2.2102 +msgstr "alias '%s' oversætter til ukendt kommando '%s'\n"
  2.2103  
  2.2104  #, python-format
  2.2105  msgid "alias '%s' resolves to ambiguous command '%s'\n"
  2.2106 -msgstr ""
  2.2107 +msgstr "alias '%s' oversætter til tvetydig kommando '%s'\n"
  2.2108  
  2.2109  #, python-format
  2.2110  msgid "alias '%s' shadows command\n"
  2.2111 -msgstr ""
  2.2112 +msgstr "alias '%s' skygger for en kommando\n"
  2.2113  
  2.2114  #, python-format
  2.2115  msgid "malformed --config option: %s"
  2.2116 @@ -7040,20 +7164,20 @@
  2.2117  
  2.2118  #, python-format
  2.2119  msgid "extension '%s' overrides commands: %s\n"
  2.2120 -msgstr ""
  2.2121 +msgstr "udvidelse '%s' overskriver kommandoer: %s\n"
  2.2122  
  2.2123  msgid "Option --config may not be abbreviated!"
  2.2124 -msgstr "tilvalget --config må ikke forkortes!"
  2.2125 +msgstr "Tilvalget --config må ikke forkortes!"
  2.2126  
  2.2127  msgid "Option --cwd may not be abbreviated!"
  2.2128 -msgstr "tilvalget --cwd må ikke forkortes!"
  2.2129 -
  2.2130 -msgid ""
  2.2131 -"Option -R has to be separated from other options (i.e. not -qR) and --"
  2.2132 +msgstr "Tilvalget --cwd må ikke forkortes!"
  2.2133 +
  2.2134 +msgid ""
  2.2135 +"Option -R has to be separated from other options (e.g. not -qR) and --"
  2.2136  "repository may only be abbreviated as --repo!"
  2.2137  msgstr ""
  2.2138 -"tilvalget -R skal adskilles fra andre tilvalg (i.e. ikke -qR) og --"
  2.2139 -"repository må kun forkortes som --repo!"
  2.2140 +"Tilvalget -R skal adskilles fra andre tilvalg (fx ikke -qR) og --repository "
  2.2141 +"må kun forkortes som --repo!"
  2.2142  
  2.2143  #, python-format
  2.2144  msgid "Time: real %.3f secs (user %.3f+%.3f sys %.3f+%.3f)\n"
  2.2145 @@ -7064,7 +7188,7 @@
  2.2146  msgstr "arkiv '%s' er ikke lokalt"
  2.2147  
  2.2148  msgid "invalid arguments"
  2.2149 -msgstr "ugyldige argumenter"
  2.2150 +msgstr "ugyldige parametre"
  2.2151  
  2.2152  #, python-format
  2.2153  msgid "unrecognized profiling format '%s' - Ignored\n"
  2.2154 @@ -7118,7 +7242,7 @@
  2.2155  msgstr ""
  2.2156  
  2.2157  msgid "l"
  2.2158 -msgstr ""
  2.2159 +msgstr "l"
  2.2160  
  2.2161  #, python-format
  2.2162  msgid "merging %s and %s to %s\n"
  2.2163 @@ -7162,6 +7286,45 @@
  2.2164  msgid "unknown bisect kind %s"
  2.2165  msgstr ""
  2.2166  
  2.2167 +msgid ""
  2.2168 +"\n"
  2.2169 +"    Mercurial has a mechanism for adding new features through the\n"
  2.2170 +"    use of extensions. Extensions may bring new commands, or new\n"
  2.2171 +"    hooks, or change Mercurial's behavior.\n"
  2.2172 +"\n"
  2.2173 +"    Extensions are not loaded by default for a variety of reasons,\n"
  2.2174 +"    they may be meant for advanced users or provide potentially\n"
  2.2175 +"    dangerous commands (e.g. mq and rebase allow history to be\n"
  2.2176 +"    rewritten), they might not be ready for prime-time yet, or\n"
  2.2177 +"    they may alter Mercurial's behavior. It is thus up to the user\n"
  2.2178 +"    to activate extensions as desired.\n"
  2.2179 +"\n"
  2.2180 +"    To enable the \"foo\" extension, either shipped with Mercurial\n"
  2.2181 +"    or in the Python search path, create an entry for it in your\n"
  2.2182 +"    hgrc, like this:\n"
  2.2183 +"\n"
  2.2184 +"      [extensions]\n"
  2.2185 +"      foo =\n"
  2.2186 +"\n"
  2.2187 +"    You may also specify the full path to an extension:\n"
  2.2188 +"\n"
  2.2189 +"      [extensions]\n"
  2.2190 +"      myfeature = ~/.hgext/myfeature.py\n"
  2.2191 +"\n"
  2.2192 +"    To explicitly disable an extension enabled in an hgrc of broader\n"
  2.2193 +"    scope, prepend its path with !:\n"
  2.2194 +"\n"
  2.2195 +"      [extensions]\n"
  2.2196 +"      # disabling extension bar residing in /ext/path\n"
  2.2197 +"      hgext.bar = !/path/to/extension/bar.py\n"
  2.2198 +"      # ditto, but no path was supplied for extension baz\n"
  2.2199 +"      hgext.baz = !\n"
  2.2200 +"    "
  2.2201 +msgstr ""
  2.2202 +
  2.2203 +msgid "disabled extensions:"
  2.2204 +msgstr "deaktiverede udvidelser:"
  2.2205 +
  2.2206  msgid "Date Formats"
  2.2207  msgstr "Datoformater"
  2.2208  
  2.2209 @@ -7645,6 +7808,18 @@
  2.2210  "    "
  2.2211  msgstr ""
  2.2212  
  2.2213 +msgid "Using additional features"
  2.2214 +msgstr "Brug af yderligere funktioner"
  2.2215 +
  2.2216 +msgid "can only share local repositories"
  2.2217 +msgstr ""
  2.2218 +
  2.2219 +msgid "destination already exists"
  2.2220 +msgstr "destinationen eksisterer allerede"
  2.2221 +
  2.2222 +msgid "updating working directory\n"
  2.2223 +msgstr "opdaterer arbejdskatalog\n"
  2.2224 +
  2.2225  #, python-format
  2.2226  msgid "destination directory: %s\n"
  2.2227  msgstr ""
  2.2228 @@ -7665,9 +7840,6 @@
  2.2229  msgid "clone from remote to remote not supported"
  2.2230  msgstr ""
  2.2231  
  2.2232 -msgid "updating working directory\n"
  2.2233 -msgstr "opdaterer arbejdskatalog\n"
  2.2234 -
  2.2235  msgid "updated"
  2.2236  msgstr "opdateret"
  2.2237  
  2.2238 @@ -7856,6 +8028,10 @@
  2.2239  msgstr "betingelse '%s' er ikke understøttet"
  2.2240  
  2.2241  #, python-format
  2.2242 +msgid ".hg/sharedpath points to nonexistent directory %s"
  2.2243 +msgstr ".hg/sharedpath peger på et ikke-eksisterende katalog %s"
  2.2244 +
  2.2245 +#, python-format
  2.2246  msgid "%r cannot be used in a tag name"
  2.2247  msgstr "%r kan ikke bruges i et mærkatnavnet"
  2.2248  
  2.2249 @@ -7874,10 +8050,6 @@
  2.2250  msgstr ""
  2.2251  
  2.2252  #, python-format
  2.2253 -msgid "tag '%s' refers to unknown node"
  2.2254 -msgstr "mærkaten '%s' henviser til en ukendt knude"
  2.2255 -
  2.2256 -#, python-format
  2.2257  msgid "working directory has unknown parent '%s'!"
  2.2258  msgstr "arbejdsbiblioteket har ukendt forældre '%s'!"
  2.2259  
  2.2260 @@ -7931,46 +8103,59 @@
  2.2261  msgid "cannot partially commit a merge (do not specify files or patterns)"
  2.2262  msgstr ""
  2.2263  
  2.2264 +msgid "file not found!"
  2.2265 +msgstr "filen blev ikke fundet!"
  2.2266 +
  2.2267 +msgid "no match under directory!"
  2.2268 +msgstr "ingen træffer under kataloget!"
  2.2269 +
  2.2270 +msgid "file not tracked!"
  2.2271 +msgstr "filen følges ikke!"
  2.2272 +
  2.2273 +msgid "nothing changed\n"
  2.2274 +msgstr "ingen ændringer\n"
  2.2275 +
  2.2276 +msgid "unresolved merge conflicts (see hg resolve)"
  2.2277 +msgstr ""
  2.2278 +
  2.2279 +#, python-format
  2.2280 +msgid "committing subrepository %s\n"
  2.2281 +msgstr "arkiverer underarkiv %s\n"
  2.2282 +
  2.2283 +#, python-format
  2.2284 +msgid "trouble committing %s!\n"
  2.2285 +msgstr "problem ved arkivering %s!\n"
  2.2286 +
  2.2287 +#, python-format
  2.2288 +msgid "%s does not exist!\n"
  2.2289 +msgstr "%s eksisterer ikke!\n"
  2.2290 +
  2.2291 +#, python-format
  2.2292 +msgid ""
  2.2293 +"%s: files over 10MB may cause memory and performance problems\n"
  2.2294 +"(use 'hg revert %s' to unadd the file)\n"
  2.2295 +msgstr ""
  2.2296 +
  2.2297 +#, python-format
  2.2298 +msgid "%s not added: only files and symlinks supported currently\n"
  2.2299 +msgstr ""
  2.2300 +
  2.2301 +#, python-format
  2.2302 +msgid "%s already tracked!\n"
  2.2303 +msgstr "%s følges allerede!\n"
  2.2304 +
  2.2305 +#, python-format
  2.2306 +msgid "%s not added!\n"
  2.2307 +msgstr "%s ikke tilføjet!\n"
  2.2308 +
  2.2309 +#, python-format
  2.2310 +msgid "%s still exists!\n"
  2.2311 +msgstr "%s eksisterer stadig!\n"
  2.2312 +
  2.2313  #, python-format
  2.2314  msgid "%s not tracked!\n"
  2.2315  msgstr "%s følges ikke\n"
  2.2316  
  2.2317 -msgid "nothing changed\n"
  2.2318 -msgstr "ingen ændringer\n"
  2.2319 -
  2.2320 -msgid "unresolved merge conflicts (see hg resolve)"
  2.2321 -msgstr ""
  2.2322 -
  2.2323 -#, python-format
  2.2324 -msgid "trouble committing %s!\n"
  2.2325 -msgstr "problem ved arkivering %s!\n"
  2.2326 -
  2.2327 -#, python-format
  2.2328 -msgid "%s does not exist!\n"
  2.2329 -msgstr "%s eksisterer ikke!\n"
  2.2330 -
  2.2331 -#, python-format
  2.2332 -msgid ""
  2.2333 -"%s: files over 10MB may cause memory and performance problems\n"
  2.2334 -"(use 'hg revert %s' to unadd the file)\n"
  2.2335 -msgstr ""
  2.2336 -
  2.2337 -#, python-format
  2.2338 -msgid "%s not added: only files and symlinks supported currently\n"
  2.2339 -msgstr ""
  2.2340 -
  2.2341 -#, python-format
  2.2342 -msgid "%s already tracked!\n"
  2.2343 -msgstr "%s følges allerede!\n"
  2.2344 -
  2.2345 -#, python-format
  2.2346 -msgid "%s not added!\n"
  2.2347 -msgstr "%s ikke tilføjet!\n"
  2.2348 -
  2.2349 -#, python-format
  2.2350 -msgid "%s still exists!\n"
  2.2351 -msgstr "%s eksisterer stadig!\n"
  2.2352 -
  2.2353  #, python-format
  2.2354  msgid "%s not removed!\n"
  2.2355  msgstr "%s ikke fjernet!\n"
  2.2356 @@ -8187,17 +8372,6 @@
  2.2357  msgid "case-folding collision between %s and %s"
  2.2358  msgstr ""
  2.2359  
  2.2360 -msgid "resolving manifests\n"
  2.2361 -msgstr ""
  2.2362 -
  2.2363 -#, python-format
  2.2364 -msgid " overwrite %s partial %s\n"
  2.2365 -msgstr ""
  2.2366 -
  2.2367 -#, python-format
  2.2368 -msgid " ancestor %s local %s remote %s\n"
  2.2369 -msgstr ""
  2.2370 -
  2.2371  #, python-format
  2.2372  msgid ""
  2.2373  " conflicting flags for %s\n"
  2.2374 @@ -8213,6 +8387,17 @@
  2.2375  msgid "Sym&link"
  2.2376  msgstr ""
  2.2377  
  2.2378 +msgid "resolving manifests\n"
  2.2379 +msgstr ""
  2.2380 +
  2.2381 +#, python-format
  2.2382 +msgid " overwrite %s partial %s\n"
  2.2383 +msgstr ""
  2.2384 +
  2.2385 +#, python-format
  2.2386 +msgid " ancestor %s local %s remote %s\n"
  2.2387 +msgstr ""
  2.2388 +
  2.2389  #, python-format
  2.2390  msgid ""
  2.2391  " local changed %s which remote deleted\n"
  2.2392 @@ -8268,16 +8453,20 @@
  2.2393  msgstr "intet at sammenføje (brug 'hg update' eller kontroller 'hg heads')"
  2.2394  
  2.2395  msgid "outstanding uncommitted changes (use 'hg status' to list changes)"
  2.2396 -msgstr "udestående uarkiverede ændringer (brug 'hg status' for at se ændringer)"
  2.2397 +msgstr ""
  2.2398 +"udestående uarkiverede ændringer (brug 'hg status' for at se ændringer)"
  2.2399  
  2.2400  msgid "crosses branches (use 'hg merge' or 'hg update -C' to discard changes)"
  2.2401 -msgstr "krydser grene (brug 'hg merge' eller 'hg update -C' for at kassere ændringerne)"
  2.2402 +msgstr ""
  2.2403 +"krydser grene (brug 'hg merge' eller 'hg update -C' for at kassere "
  2.2404 +"ændringerne)"
  2.2405  
  2.2406  msgid "crosses branches (use 'hg merge' or 'hg update -C')"
  2.2407  msgstr "krydser grene (brug 'hg merge' eller 'hg update -C')"
  2.2408  
  2.2409  msgid "crosses named branches (use 'hg update -C' to discard changes)"
  2.2410 -msgstr "krydser navngivne grene (brug 'hg update -C' for at kassere ændringerne)"
  2.2411 +msgstr ""
  2.2412 +"krydser navngivne grene (brug 'hg update -C' for at kassere ændringerne)"
  2.2413  
  2.2414  #, python-format
  2.2415  msgid "cannot create %s: destination already exists"
  2.2416 @@ -8361,6 +8550,10 @@
  2.2417  msgstr ""
  2.2418  
  2.2419  #, python-format
  2.2420 +msgid "Unsupported line endings type: %s"
  2.2421 +msgstr "Linieendelse %s understøttes ikke"
  2.2422 +
  2.2423 +#, python-format
  2.2424  msgid "no valid hunks found; trying with %r instead\n"
  2.2425  msgstr ""
  2.2426  
  2.2427 @@ -8484,6 +8677,43 @@
  2.2428  msgid "sending %s (%d bytes)\n"
  2.2429  msgstr ""
  2.2430  
  2.2431 +#, python-format
  2.2432 +msgid ""
  2.2433 +" subrepository sources for %s differ\n"
  2.2434 +"use (l)ocal source (%s) or (r)emote source (%s)?"
  2.2435 +msgstr ""
  2.2436 +
  2.2437 +#, fuzzy
  2.2438 +msgid "&Remote"
  2.2439 +msgstr "fjernsystem: "
  2.2440 +
  2.2441 +msgid "r"
  2.2442 +msgstr ""
  2.2443 +
  2.2444 +#, python-format
  2.2445 +msgid ""
  2.2446 +" local changed subrepository %s which remote removed\n"
  2.2447 +"use (c)hanged version or (d)elete?"
  2.2448 +msgstr ""
  2.2449 +
  2.2450 +#, python-format
  2.2451 +msgid ""
  2.2452 +" remote changed subrepository %s which local removed\n"
  2.2453 +"use (c)hanged version or (d)elete?"
  2.2454 +msgstr ""
  2.2455 +
  2.2456 +#, python-format
  2.2457 +msgid "removing subrepo %s\n"
  2.2458 +msgstr "fjerner underarkiv %s\n"
  2.2459 +
  2.2460 +#, python-format
  2.2461 +msgid "pulling subrepo %s\n"
  2.2462 +msgstr "hiver fra underarkiv %s\n"
  2.2463 +
  2.2464 +#, python-format
  2.2465 +msgid "pushing subrepo %s\n"
  2.2466 +msgstr "skubber til underarkiv %s\n"
  2.2467 +
  2.2468  msgid "unmatched quotes"
  2.2469  msgstr ""
  2.2470  
  2.2471 @@ -8550,10 +8780,10 @@
  2.2472  msgstr "brugernavn %s indeholder et linieskift\n"
  2.2473  
  2.2474  msgid "unrecognized response\n"
  2.2475 -msgstr ""
  2.2476 +msgstr "svar ikke genkendt\n"
  2.2477  
  2.2478  msgid "response expected"
  2.2479 -msgstr ""
  2.2480 +msgstr "svar forventet"
  2.2481  
  2.2482  msgid "password: "
  2.2483  msgstr "kodeord: "
  2.2484 @@ -8569,7 +8799,7 @@
  2.2485  
  2.2486  #, python-format
  2.2487  msgid "realm: %s\n"
  2.2488 -msgstr ""
  2.2489 +msgstr "realm: %s\n"
  2.2490  
  2.2491  #, python-format
  2.2492  msgid "user: %s\n"
  2.2493 @@ -8666,18 +8896,18 @@
  2.2494  msgstr "%.0f byte"
  2.2495  
  2.2496  msgid "cannot verify bundle or remote repos"
  2.2497 -msgstr ""
  2.2498 +msgstr "kan ikke verificere bundt eller fjerndepoter"
  2.2499  
  2.2500  msgid "interrupted"
  2.2501  msgstr "afbrudt"
  2.2502  
  2.2503  #, python-format
  2.2504  msgid "empty or missing %s"
  2.2505 -msgstr "tom eller mangler %s"
  2.2506 +msgstr "tom eller manglende %s"
  2.2507  
  2.2508  #, python-format
  2.2509  msgid "data length off by %d bytes"
  2.2510 -msgstr ""
  2.2511 +msgstr "datalænge er %d bytes forkert"
  2.2512  
  2.2513  #, python-format
  2.2514  msgid "index contains %d extra bytes"
  2.2515 @@ -8693,11 +8923,11 @@
  2.2516  
  2.2517  #, python-format
  2.2518  msgid "rev %d points to nonexistent changeset %d"
  2.2519 -msgstr ""
  2.2520 +msgstr "rev %d peger på ikke eksisterende ændring %d"
  2.2521  
  2.2522  #, python-format
  2.2523  msgid "rev %d points to unexpected changeset %d"
  2.2524 -msgstr ""
  2.2525 +msgstr "rev %d peger på uventet ændring %d"
  2.2526  
  2.2527  #, python-format
  2.2528  msgid " (expected %s)"
  2.2529 @@ -8731,31 +8961,31 @@
  2.2530  msgstr "udpakker ændring %s"
  2.2531  
  2.2532  msgid "checking manifests\n"
  2.2533 -msgstr ""
  2.2534 +msgstr "kontrollerer manifester\n"
  2.2535  
  2.2536  #, python-format
  2.2537  msgid "%s not in changesets"
  2.2538  msgstr "%s ikke i ændringer"
  2.2539  
  2.2540  msgid "file without name in manifest"
  2.2541 -msgstr ""
  2.2542 +msgstr "fil uden navn i manifest"
  2.2543  
  2.2544  #, python-format
  2.2545  msgid "reading manifest delta %s"
  2.2546 -msgstr ""
  2.2547 +msgstr "læser manifestforskel %s"
  2.2548  
  2.2549  msgid "crosschecking files in changesets and manifests\n"
  2.2550 -msgstr ""
  2.2551 +msgstr "krydstjekker filer i ændringer og manifester\n"
  2.2552  
  2.2553  #, python-format
  2.2554  msgid "changeset refers to unknown manifest %s"
  2.2555 -msgstr ""
  2.2556 +msgstr "ændring refererer til et ukendt manifest %s"
  2.2557  
  2.2558  msgid "in changeset but not in manifest"
  2.2559 -msgstr ""
  2.2560 +msgstr "i ændring men ikke i manifest"
  2.2561  
  2.2562  msgid "in manifest but not in changeset"
  2.2563 -msgstr ""
  2.2564 +msgstr "i manifest men ikke i ændring"
  2.2565  
  2.2566  msgid "checking files\n"
  2.2567  msgstr "kontrollerer filer\n"
  2.2568 @@ -8766,7 +8996,7 @@
  2.2569  
  2.2570  #, python-format
  2.2571  msgid "broken revlog! (%s)"
  2.2572 -msgstr ""
  2.2573 +msgstr "beskadiget revlog! (%s)"
  2.2574  
  2.2575  msgid "missing revlog!"
  2.2576  msgstr "manglende revlog!"
  2.2577 @@ -8809,7 +9039,7 @@
  2.2578  
  2.2579  #, python-format
  2.2580  msgid "%d warnings encountered!\n"
  2.2581 -msgstr "mødte %d advarsler!\n"
  2.2582 +msgstr "fandt %d advarsler!\n"
  2.2583  
  2.2584  #, python-format
  2.2585  msgid "%d integrity errors encountered!\n"
     3.1 new file mode 100644
     3.2 --- /dev/null
     3.3 +++ b/i18n/el.po
     3.4 @@ -0,0 +1,8779 @@
     3.5 +# Greek translations for Mercurial
     3.6 +# Ελληνική μετάφραση των μηνυμάτων του Mercurial
     3.7 +#
     3.8 +# Copyright (C) 2009 Matt Mackall και άλλοι
     3.9 +#
    3.10 +msgid ""
    3.11 +msgstr ""
    3.12 +"Project-Id-Version: Mercurial\n"
    3.13 +"Report-Msgid-Bugs-To: <mercurial-devel@selenic.com>\n"
    3.14 +"POT-Creation-Date: 2009-06-21 04:21+0300\n"
    3.15 +"PO-Revision-Date: 2009-02-13 16:27+0200\n"
    3.16 +"Last-Translator: <keramida@ceid.upatras.gr>\n"
    3.17 +"Language-Team: Greek\n"
    3.18 +"MIME-Version: 1.0\n"
    3.19 +"Content-Type: text/plain; charset=UTF-8\n"
    3.20 +"Content-Transfer-Encoding: 8bit\n"
    3.21 +"Generated-By: pygettext.py 1.5\n"
    3.22 +"Plural-Forms: nplurals=2; plural=(n != 1);\n"
    3.23 +
    3.24 +#, python-format
    3.25 +msgid " (default: %s)"
    3.26 +msgstr " (προκαθορισμένο: %s)"
    3.27 +
    3.28 +msgid "OPTIONS"
    3.29 +msgstr "ΕΠΙΛΟΓΕΣ"
    3.30 +
    3.31 +msgid "COMMANDS"
    3.32 +msgstr "ΕΝΤΟΛΕΣ"
    3.33 +
    3.34 +msgid "    options:\n"
    3.35 +msgstr "    επιλογές:\n"
    3.36 +
    3.37 +#, python-format
    3.38 +msgid ""
    3.39 +"    aliases: %s\n"
    3.40 +"\n"
    3.41 +msgstr ""
    3.42 +"    ψευδώνυμα: %s\n"
    3.43 +"\n"
    3.44 +
    3.45 +#, python-format
    3.46 +msgid "acl: %s not enabled\n"
    3.47 +msgstr "acl: %s ανενεργό\n"
    3.48 +
    3.49 +#, python-format
    3.50 +msgid "acl: %s enabled, %d entries for user %s\n"
    3.51 +msgstr "acl: %s ενεργό, %d εγγραφές για τον χρήστη %s\n"
    3.52 +
    3.53 +#, python-format
    3.54 +msgid "config error - hook type \"%s\" cannot stop incoming changesets"
    3.55 +msgstr ""
    3.56 +"πρόβλημα ρυθμίσεων - το hook \"%s\" δε μπορεί να εμποδίσει εισερχόμενες "
    3.57 +"αλλαγές"
    3.58 +
    3.59 +#, python-format
    3.60 +msgid "acl: changes have source \"%s\" - skipping\n"
    3.61 +msgstr "acl: αλλαγές από \"%s\" - εξαίρεση αλλαγών\n"
    3.62 +
    3.63 +#, python-format
    3.64 +msgid "acl: user %s denied on %s\n"
    3.65 +msgstr "acl: ο χρήστης %s δεν επιτρέπεται να κάνει αλλαγές στο %s\n"
    3.66 +
    3.67 +#, python-format
    3.68 +msgid "acl: access denied for changeset %s"
    3.69 +msgstr "acl: η πρόσβαση για την αλλαγή %s δεν επιτρέπεται"
    3.70 +
    3.71 +#, python-format
    3.72 +msgid "acl: user %s not allowed on %s\n"
    3.73 +msgstr "acl: ο χρήστης %s δεν επιτρέπεται στο %s\n"
    3.74 +
    3.75 +#, python-format
    3.76 +msgid "acl: allowing changeset %s\n"
    3.77 +msgstr "acl: αποδοχή αλλαγής %s\n"
    3.78 +
    3.79 +msgid ""
    3.80 +"Mercurial bookmarks\n"
    3.81 +"\n"
    3.82 +"Mercurial bookmarks are local moveable pointers to changesets. Every\n"
    3.83 +"bookmark points to a changeset identified by its hash. If you commit a\n"
    3.84 +"changeset that is based on a changeset that has a bookmark on it, the\n"
    3.85 +"bookmark is forwarded to the new changeset.\n"
    3.86 +"\n"
    3.87 +"It is possible to use bookmark names in every revision lookup (e.g. hg\n"
    3.88 +"merge, hg update).\n"
    3.89 +"\n"
    3.90 +"The bookmark extension offers the possiblity to have a more git-like\n"
    3.91 +"experience by adding the following configuration option to your .hgrc:\n"
    3.92 +"\n"
    3.93 +"[bookmarks]\n"
    3.94 +"track.current = True\n"
    3.95 +"\n"
    3.96 +"This will cause bookmarks to track the bookmark that you are currently\n"
    3.97 +"on, and just updates it. This is similar to git's approach to\n"
    3.98 +"branching.\n"
    3.99 +msgstr ""
   3.100 +
   3.101 +msgid ""
   3.102 +"Mercurial bookmarks\n"
   3.103 +"\n"
   3.104 +"    Bookmarks are pointers to certain commits that move when\n"
   3.105 +"    commiting. Bookmarks are local. They can be renamed, copied and\n"
   3.106 +"    deleted. It is possible to use bookmark names in 'hg merge' and\n"
   3.107 +"    'hg update' to merge and update respectively to a given bookmark.\n"
   3.108 +"\n"
   3.109 +"    You can use 'hg bookmark NAME' to set a bookmark on the working\n"
   3.110 +"    directory's parent revision with the given name. If you specify\n"
   3.111 +"    a revision using -r REV (where REV may be an existing bookmark),\n"
   3.112 +"    the bookmark is assigned to that revision.\n"
   3.113 +"    "
   3.114 +msgstr ""
   3.115 +
   3.116 +msgid "a bookmark of this name does not exist"
   3.117 +msgstr "δεν υπάρχει σελιδοδείκτης με αυτό το όνομα"
   3.118 +
   3.119 +msgid "a bookmark of the same name already exists"
   3.120 +msgstr "υπάρχει ήδη σελιδοδείκτης με αυτό το όνομα"
   3.121 +
   3.122 +msgid "new bookmark name required"
   3.123 +msgstr "απαιτείται ένα όνομα νέου σελιδοδείκτη"
   3.124 +
   3.125 +msgid "bookmark name required"
   3.126 +msgstr "απαιτείται όνομα σελιδοδείκτη"
   3.127 +
   3.128 +msgid "bookmark name cannot contain newlines"
   3.129 +msgstr ""
   3.130 +"το όνομα ενός σελιδοδείκτη δεν επιτρέπεται να περιέχει χαρακτήρεςαλλαγής "
   3.131 +"γραμμής"
   3.132 +
   3.133 +msgid "a bookmark cannot have the name of an existing branch"
   3.134 +msgstr ""
   3.135 +"οι σελιδοδείκτες δεν επιτρέπεται να έχουν το όνομα ενός υπάρχοντος κλάδου"
   3.136 +
   3.137 +msgid "force"
   3.138 +msgstr ""
   3.139 +
   3.140 +msgid "revision"
   3.141 +msgstr "αλλαγή"
   3.142 +
   3.143 +msgid "delete a given bookmark"
   3.144 +msgstr "διαγραφή ενός σελιδοδείκτη"
   3.145 +
   3.146 +msgid "rename a given bookmark"
   3.147 +msgstr "μετονομασία ενός σελιδοδείκτη"
   3.148 +
   3.149 +#, fuzzy
   3.150 +msgid "hg bookmarks [-f] [-d] [-m NAME] [-r REV] [NAME]"
   3.151 +msgstr "hg bookmarks [-d] [-m ΟΝΟΜΑ] [-r ΟΝΟΜΑ] [ΟΝΟΜΑ]"
   3.152 +
   3.153 +msgid ""
   3.154 +"Bugzilla integration\n"
   3.155 +"\n"
   3.156 +"This hook extension adds comments on bugs in Bugzilla when changesets\n"
   3.157 +"that refer to bugs by Bugzilla ID are seen. The hook does not change\n"
   3.158 +"bug status.\n"
   3.159 +"\n"
   3.160 +"The hook updates the Bugzilla database directly. Only Bugzilla\n"
   3.161 +"installations using MySQL are supported.\n"
   3.162 +"\n"
   3.163 +"The hook relies on a Bugzilla script to send bug change notification\n"
   3.164 +"emails. That script changes between Bugzilla versions; the\n"
   3.165 +"'processmail' script used prior to 2.18 is replaced in 2.18 and\n"
   3.166 +"subsequent versions by 'config/sendbugmail.pl'. Note that these will\n"
   3.167 +"be run by Mercurial as the user pushing the change; you will need to\n"
   3.168 +"ensure the Bugzilla install file permissions are set appropriately.\n"
   3.169 +"\n"
   3.170 +"Configuring the extension:\n"
   3.171 +"\n"
   3.172 +"    [bugzilla]\n"
   3.173 +"\n"
   3.174 +"    host       Hostname of the MySQL server holding the Bugzilla\n"
   3.175 +"               database.\n"
   3.176 +"    db         Name of the Bugzilla database in MySQL. Default 'bugs'.\n"
   3.177 +"    user       Username to use to access MySQL server. Default 'bugs'.\n"
   3.178 +"    password   Password to use to access MySQL server.\n"
   3.179 +"    timeout    Database connection timeout (seconds). Default 5.\n"
   3.180 +"    version    Bugzilla version. Specify '3.0' for Bugzilla versions\n"
   3.181 +"               3.0 and later, '2.18' for Bugzilla versions from 2.18\n"
   3.182 +"               and '2.16' for versions prior to 2.18.\n"
   3.183 +"    bzuser     Fallback Bugzilla user name to record comments with, if\n"
   3.184 +"               changeset committer cannot be found as a Bugzilla user.\n"
   3.185 +"    bzdir      Bugzilla install directory. Used by default notify.\n"
   3.186 +"               Default '/var/www/html/bugzilla'.\n"
   3.187 +"    notify     The command to run to get Bugzilla to send bug change\n"
   3.188 +"               notification emails. Substitutes from a map with 3\n"
   3.189 +"               keys, 'bzdir', 'id' (bug id) and 'user' (committer\n"
   3.190 +"               bugzilla email). Default depends on version; from 2.18\n"
   3.191 +"               it is \"cd %(bzdir)s && perl -T contrib/sendbugmail.pl\n"
   3.192 +"               %(id)s %(user)s\".\n"
   3.193 +"    regexp     Regular expression to match bug IDs in changeset commit\n"
   3.194 +"               message. Must contain one \"()\" group. The default\n"
   3.195 +"               expression matches 'Bug 1234', 'Bug no. 1234', 'Bug\n"
   3.196 +"               number 1234', 'Bugs 1234,5678', 'Bug 1234 and 5678' and\n"
   3.197 +"               variations thereof. Matching is case insensitive.\n"
   3.198 +"    style      The style file to use when formatting comments.\n"
   3.199 +"    template   Template to use when formatting comments. Overrides\n"
   3.200 +"               style if specified. In addition to the usual Mercurial\n"
   3.201 +"               keywords, the extension specifies:\n"
   3.202 +"                   {bug}       The Bugzilla bug ID.\n"
   3.203 +"                   {root}      The full pathname of the Mercurial\n"
   3.204 +"                               repository.\n"
   3.205 +"                   {webroot}   Stripped pathname of the Mercurial\n"
   3.206 +"                               repository.\n"
   3.207 +"                   {hgweb}     Base URL for browsing Mercurial\n"
   3.208 +"                               repositories.\n"
   3.209 +"               Default 'changeset {node|short} in repo {root} refers '\n"
   3.210 +"                       'to bug {bug}.\\ndetails:\\n\\t{desc|tabindent}'\n"
   3.211 +"    strip      The number of slashes to strip from the front of {root}\n"
   3.212 +"               to produce {webroot}. Default 0.\n"
   3.213 +"    usermap    Path of file containing Mercurial committer ID to\n"
   3.214 +"               Bugzilla user ID mappings. If specified, the file\n"
   3.215 +"               should contain one mapping per line,\n"
   3.216 +"               \"committer\"=\"Bugzilla user\". See also the [usermap]\n"
   3.217 +"               section.\n"
   3.218 +"\n"
   3.219 +"    [usermap]\n"
   3.220 +"    Any entries in this section specify mappings of Mercurial\n"
   3.221 +"    committer ID to Bugzilla user ID. See also [bugzilla].usermap.\n"
   3.222 +"    \"committer\"=\"Bugzilla user\"\n"
   3.223 +"\n"
   3.224 +"    [web]\n"
   3.225 +"    baseurl    Base URL for browsing Mercurial repositories. Reference\n"
   3.226 +"               from templates as {hgweb}.\n"
   3.227 +"\n"
   3.228 +"Activating the extension:\n"
   3.229 +"\n"
   3.230 +"    [extensions]\n"
   3.231 +"    hgext.bugzilla =\n"
   3.232 +"\n"
   3.233 +"    [hooks]\n"
   3.234 +"    # run bugzilla hook on every change pulled or pushed in here\n"
   3.235 +"    incoming.bugzilla = python:hgext.bugzilla.hook\n"
   3.236 +"\n"
   3.237 +"Example configuration:\n"
   3.238 +"\n"
   3.239 +"This example configuration is for a collection of Mercurial\n"
   3.240 +"repositories in /var/local/hg/repos/ used with a local Bugzilla 3.2\n"
   3.241 +"installation in /opt/bugzilla-3.2.\n"
   3.242 +"\n"
   3.243 +"    [bugzilla]\n"
   3.244 +"    host=localhost\n"
   3.245 +"    password=XYZZY\n"
   3.246 +"    version=3.0\n"
   3.247 +"    bzuser=unknown@domain.com\n"
   3.248 +"    bzdir=/opt/bugzilla-3.2\n"
   3.249 +"    template=Changeset {node|short} in {root|basename}.\\n{hgweb}/{webroot}/"
   3.250 +"rev/{node|short}\\n\\n{desc}\\n\n"
   3.251 +"    strip=5\n"
   3.252 +"\n"
   3.253 +"    [web]\n"
   3.254 +"    baseurl=http://dev.domain.com/hg\n"
   3.255 +"\n"
   3.256 +"    [usermap]\n"
   3.257 +"    user@emaildomain.com=user.name@bugzilladomain.com\n"
   3.258 +"\n"
   3.259 +"Commits add a comment to the Bugzilla bug record of the form:\n"
   3.260 +"\n"
   3.261 +"    Changeset 3b16791d6642 in repository-name.\n"
   3.262 +"    http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
   3.263 +"\n"
   3.264 +"    Changeset commit comment. Bug 1234.\n"
   3.265 +msgstr ""
   3.266 +
   3.267 +#, python-format
   3.268 +msgid "connecting to %s:%s as %s, password %s\n"
   3.269 +msgstr "σύνδεση στο %s:%s ως %s, κωδικός %s\n"
   3.270 +
   3.271 +#, python-format
   3.272 +msgid "query: %s %s\n"
   3.273 +msgstr "αίτηση: %s %s\n"
   3.274 +
   3.275 +#, python-format
   3.276 +msgid "failed query: %s %s\n"
   3.277 +msgstr "αποτυχία αίτησης: %s %s\n"
   3.278 +
   3.279 +msgid "unknown database schema"
   3.280 +msgstr "άγνωστο σχήμα βάσης"
   3.281 +
   3.282 +#, python-format
   3.283 +msgid "bug %d already knows about changeset %s\n"
   3.284 +msgstr "το πρόβλημα %d έχει ενημερωθεί ήδη για την αλλαγή %s\n"
   3.285 +
   3.286 +msgid "telling bugzilla to send mail:\n"
   3.287 +msgstr ""
   3.288 +
   3.289 +#, python-format
   3.290 +msgid "  bug %s\n"
   3.291 +msgstr "  πρόβλημα %s\n"
   3.292 +
   3.293 +#, python-format
   3.294 +msgid "running notify command %s\n"
   3.295 +msgstr ""
   3.296 +
   3.297 +#, python-format
   3.298 +msgid "bugzilla notify command %s"
   3.299 +msgstr ""
   3.300 +
   3.301 +msgid "done\n"
   3.302 +msgstr "ολοκληρώθηκε\n"
   3.303 +
   3.304 +#, python-format
   3.305 +msgid "looking up user %s\n"
   3.306 +msgstr "αναζήτηση χρήστη %s\n"
   3.307 +
   3.308 +#, python-format
   3.309 +msgid "cannot find bugzilla user id for %s"
   3.310 +msgstr "δε βρέθηκε χρήστης bugzilla με το αναγνωριστικό %s"
   3.311 +
   3.312 +#, python-format
   3.313 +msgid "cannot find bugzilla user id for %s or %s"
   3.314 +msgstr "δε βρέθηκε χρήστης bugzilla με το αναγνωριστικό %s ή %s"
   3.315 +
   3.316 +#, python-format
   3.317 +msgid "bugzilla version %s not supported"
   3.318 +msgstr "η έκδοση %s του bugzilla δεν υποστηρίζεται"
   3.319 +
   3.320 +msgid ""
   3.321 +"changeset {node|short} in repo {root} refers to bug {bug}.\n"
   3.322 +"details:\n"
   3.323 +"\t{desc|tabindent}"
   3.324 +msgstr ""
   3.325 +
   3.326 +#, python-format
   3.327 +msgid "python mysql support not available: %s"
   3.328 +msgstr "δεν έχει εγκατασταθεί η υποστήριξη mysql για την python: %s"
   3.329 +
   3.330 +#, python-format
   3.331 +msgid "hook type %s does not pass a changeset id"
   3.332 +msgstr "τα hooks τύπου %s δεν περνούν αναγνωριστικό αλλαγής"
   3.333 +
   3.334 +#, python-format
   3.335 +msgid "database error: %s"
   3.336 +msgstr "σφάλμα βάσης δεδομένων: %s"
   3.337 +
   3.338 +msgid ""
   3.339 +"show the children of the given or working directory revision\n"
   3.340 +"\n"
   3.341 +"    Print the children of the working directory's revisions. If a\n"
   3.342 +"    revision is given via -r/--rev, the children of that revision will\n"
   3.343 +"    be printed. If a file argument is given, revision in which the\n"
   3.344 +"    file was last changed (after the working directory revision or the\n"
   3.345 +"    argument to --rev if given) is printed.\n"
   3.346 +"    "
   3.347 +msgstr ""
   3.348 +
   3.349 +#, fuzzy
   3.350 +msgid "show children of the specified revision"
   3.351 +msgstr "lav statistik for de specificerede revisioner"
   3.352 +
   3.353 +msgid "hg children [-r REV] [FILE]"
   3.354 +msgstr "hg children [-r ΕΚΔΟΣΗ] [ΑΡΧΕΙΟ]"
   3.355 +
   3.356 +msgid "command to show certain statistics about revision history"
   3.357 +msgstr ""
   3.358 +"εντολή η οποία δείχνει κάποια στατιστικά για το ιστορικό του αποθετηρίου"
   3.359 +
   3.360 +#, python-format
   3.361 +msgid "Revision %d is a merge, ignoring...\n"
   3.362 +msgstr ""
   3.363 +
   3.364 +#, python-format
   3.365 +msgid "generating stats: %d%%"
   3.366 +msgstr ""
   3.367 +
   3.368 +#, fuzzy
   3.369 +msgid ""
   3.370 +"histogram of changes to the repository\n"
   3.371 +"\n"
   3.372 +"    This command will display a histogram representing the number\n"
   3.373 +"    of changed lines or revisions, grouped according to the given\n"
   3.374 +"    template. The default template will group changes by author.\n"
   3.375 +"    The --dateformat option may be used to group the results by\n"
   3.376 +"    date instead.\n"
   3.377 +"\n"
   3.378 +"    Statistics are based on the number of changed lines, or\n"
   3.379 +"    alternatively the number of matching revisions if the\n"
   3.380 +"    --changesets option is specified.\n"
   3.381 +"\n"
   3.382 +"    Examples:\n"
   3.383 +"\n"
   3.384 +"      # display count of changed lines for every committer\n"
   3.385 +"      hg churn -t '{author|email}'\n"
   3.386 +"\n"
   3.387 +"      # display daily activity graph\n"
   3.388 +"      hg churn -f '%H' -s -c\n"
   3.389 +"\n"
   3.390 +"      # display activity of developers by month\n"
   3.391 +"      hg churn -f '%Y-%m' -s -c\n"
   3.392 +"\n"
   3.393 +"      # display count of lines changed in every year\n"
   3.394 +"      hg churn -f '%Y' -s\n"
   3.395 +"\n"
   3.396 +"    It is possible to map alternate email addresses to a main address\n"
   3.397 +"    by providing a file using the following format:\n"
   3.398 +"    \n"
   3.399 +"    <alias email> <actual email>\n"
   3.400 +"\n"
   3.401 +"    Such a file may be specified with the --aliases option, otherwise a\n"
   3.402 +"    .hgchurn file will be looked for in the working directory root.\n"
   3.403 +"    "
   3.404 +msgstr ""
   3.405 +"plot antallet af revisioner grupperet efter et mønster\n"
   3.406 +"\n"
   3.407 +"    Plotter antallet af ændrede linier eller antallet af revisioner\n"
   3.408 +"    grupperet efter et mønster eller alternativt efter dato, hvis\n"
   3.409 +"    dateformat bruges. I så tilfælde bruges mønstret ikke.\n"
   3.410 +"\n"
   3.411 +"    Som udgangspunkt laves der statistik over antallet af ændrede\n"
   3.412 +"    linier.\n"
   3.413 +"\n"
   3.414 +"    Eksempler:\n"
   3.415 +"\n"
   3.416 +"      # viser antaller af ændrede linier for hver bruger\n"
   3.417 +"      hg churn -t '{author|email}'\n"
   3.418 +"\n"
   3.419 +"      # viser graf over daglig aktivitet\n"
   3.420 +"      hg churn -f '%H' -s -c\n"
   3.421 +"\n"
   3.422 +"      # viser månedlig aktivitet af udviklerne\n"
   3.423 +"      hg churn -f '%Y-%m' -s -c\n"
   3.424 +"\n"
   3.425 +"      # viser antallet af linier ændret hvert år\n"
   3.426 +"      hg churn -f '%Y' -s\n"
   3.427 +"\n"
   3.428 +"    Formatet for map-filen er rimelig simpelt:\n"
   3.429 +"\n"
   3.430 +"    <alias email> <faktisk email>"
   3.431 +
   3.432 +#, python-format
   3.433 +msgid "assuming %i character terminal\n"
   3.434 +msgstr ""
   3.435 +
   3.436 +msgid "count rate for the specified revision or range"
   3.437 +msgstr ""
   3.438 +
   3.439 +#, fuzzy
   3.440 +msgid "count rate for revisions matching date spec"
   3.441 +msgstr ""
   3.442 +
   3.443 +msgid "template to group changesets"
   3.444 +msgstr ""
   3.445 +
   3.446 +msgid "strftime-compatible format for grouping by date"
   3.447 +msgstr ""
   3.448 +
   3.449 +msgid "count rate by number of changesets"
   3.450 +msgstr ""
   3.451 +
   3.452 +msgid "sort by key (default: sort by count)"
   3.453 +msgstr ""
   3.454 +
   3.455 +msgid "file with email aliases"
   3.456 +msgstr ""
   3.457 +
   3.458 +msgid "show progress"
   3.459 +msgstr ""
   3.460 +
   3.461 +msgid "hg churn [-d DATE] [-r REV] [--aliases FILE] [--progress] [FILE]"
   3.462 +msgstr ""
   3.463 +
   3.464 +msgid ""
   3.465 +"add color output to status, qseries, and diff-related commands\n"
   3.466 +"\n"
   3.467 +"This extension modifies the status command to add color to its output\n"
   3.468 +"to reflect file status, the qseries command to add color to reflect\n"
   3.469 +"patch status (applied, unapplied, missing), and to diff-related\n"
   3.470 +"commands to highlight additions, removals, diff headers, and trailing\n"
   3.471 +"whitespace.\n"
   3.472 +"\n"
   3.473 +"Other effects in addition to color, like bold and underlined text, are\n"
   3.474 +"also available. Effects are rendered with the ECMA-48 SGR control\n"
   3.475 +"function (aka ANSI escape codes). This module also provides the\n"
   3.476 +"render_text function, which can be used to add effects to any text.\n"
   3.477 +"\n"
   3.478 +"To enable this extension, add this to your .hgrc file:\n"
   3.479 +"[extensions]\n"
   3.480 +"color =\n"
   3.481 +"\n"
   3.482 +"Default effects may be overridden from the .hgrc file:\n"
   3.483 +"\n"
   3.484 +"[color]\n"
   3.485 +"status.modified = blue bold underline red_background\n"
   3.486 +"status.added = green bold\n"
   3.487 +"status.removed = red bold blue_background\n"
   3.488 +"status.deleted = cyan bold underline\n"
   3.489 +"status.unknown = magenta bold underline\n"
   3.490 +"status.ignored = black bold\n"
   3.491 +"\n"
   3.492 +"# 'none' turns off all effects\n"
   3.493 +"status.clean = none\n"
   3.494 +"status.copied = none\n"
   3.495 +"\n"
   3.496 +"qseries.applied = blue bold underline\n"
   3.497 +"qseries.unapplied = black bold\n"
   3.498 +"qseries.missing = red bold\n"
   3.499 +"\n"
   3.500 +"diff.diffline = bold\n"
   3.501 +"diff.extended = cyan bold\n"
   3.502 +"diff.file_a = red bold\n"
   3.503 +"diff.file_b = green bold\n"
   3.504 +"diff.hunk = magenta\n"
   3.505 +"diff.deleted = red\n"
   3.506 +"diff.inserted = green\n"
   3.507 +"diff.changed = white\n"
   3.508 +"diff.trailingwhitespace = bold red_background\n"
   3.509 +msgstr ""
   3.510 +
   3.511 +msgid "when to colorize (always, auto, or never)"
   3.512 +msgstr ""
   3.513 +
   3.514 +msgid "don't colorize output"
   3.515 +msgstr ""
   3.516 +
   3.517 +msgid "converting foreign VCS repositories to Mercurial"
   3.518 +msgstr ""
   3.519 +
   3.520 +msgid ""
   3.521 +"convert a foreign SCM repository to a Mercurial one.\n"
   3.522 +"\n"
   3.523 +"    Accepted source formats [identifiers]:\n"
   3.524 +"    - Mercurial [hg]\n"
   3.525 +"    - CVS [cvs]\n"
   3.526 +"    - Darcs [darcs]\n"
   3.527 +"    - git [git]\n"
   3.528 +"    - Subversion [svn]\n"
   3.529 +"    - Monotone [mtn]\n"
   3.530 +"    - GNU Arch [gnuarch]\n"
   3.531 +"    - Bazaar [bzr]\n"
   3.532 +"    - Perforce [p4]\n"
   3.533 +"\n"
   3.534 +"    Accepted destination formats [identifiers]:\n"
   3.535 +"    - Mercurial [hg]\n"
   3.536 +"    - Subversion [svn] (history on branches is not preserved)\n"
   3.537 +"\n"
   3.538 +"    If no revision is given, all revisions will be converted.\n"
   3.539 +"    Otherwise, convert will only import up to the named revision\n"
   3.540 +"    (given in a format understood by the source).\n"
   3.541 +"\n"
   3.542 +"    If no destination directory name is specified, it defaults to the\n"
   3.543 +"    basename of the source with '-hg' appended. If the destination\n"
   3.544 +"    repository doesn't exist, it will be created.\n"
   3.545 +"\n"
   3.546 +"    By default, all sources except Mercurial will use\n"
   3.547 +"    --branchsort. Mercurial uses --sourcesort to preserve original\n"
   3.548 +"    revision numbers order. Sort modes have the following effects:\n"
   3.549 +"      --branchsort: convert from parent to child revision when\n"
   3.550 +"        possible, which means branches are usually converted one after\n"
   3.551 +"        the other. It generates more compact repositories.\n"
   3.552 +"      --datesort: sort revisions by date. Converted repositories have\n"
   3.553 +"        good-looking changelogs but are often an order of magnitude\n"
   3.554 +"        larger than the same ones generated by --branchsort.\n"
   3.555 +"      --sourcesort: try to preserve source revisions order, only\n"
   3.556 +"        supported by Mercurial sources.\n"
   3.557 +"\n"
   3.558 +"    If <REVMAP> isn't given, it will be put in a default location\n"
   3.559 +"    (<dest>/.hg/shamap by default). The <REVMAP> is a simple text file\n"
   3.560 +"    that maps each source commit ID to the destination ID for that\n"
   3.561 +"    revision, like so:\n"
   3.562 +"    <source ID> <destination ID>\n"
   3.563 +"\n"
   3.564 +"    If the file doesn't exist, it's automatically created. It's\n"
   3.565 +"    updated on each commit copied, so convert-repo can be interrupted\n"
   3.566 +"    and can be run repeatedly to copy new commits.\n"
   3.567 +"\n"
   3.568 +"    The [username mapping] file is a simple text file that maps each\n"
   3.569 +"    source commit author to a destination commit author. It is handy\n"
   3.570 +"    for source SCMs that use unix logins to identify authors (eg:\n"
   3.571 +"    CVS). One line per author mapping and the line format is:\n"
   3.572 +"    srcauthor=whatever string you want\n"
   3.573 +"\n"
   3.574 +"    The filemap is a file that allows filtering and remapping of files\n"
   3.575 +"    and directories. Comment lines start with '#'. Each line can\n"
   3.576 +"    contain one of the following directives:\n"
   3.577 +"\n"
   3.578 +"      include path/to/file\n"
   3.579 +"\n"
   3.580 +"      exclude path/to/file\n"
   3.581 +"\n"
   3.582 +"      rename from/file to/file\n"
   3.583 +"\n"
   3.584 +"    The 'include' directive causes a file, or all files under a\n"
   3.585 +"    directory, to be included in the destination repository, and the\n"
   3.586 +"    exclusion of all other files and directories not explicitly included.\n"
   3.587 +"    The 'exclude' directive causes files or directories to be omitted.\n"
   3.588 +"    The 'rename' directive renames a file or directory. To rename from\n"
   3.589 +"    a subdirectory into the root of the repository, use '.' as the\n"
   3.590 +"    path to rename to.\n"
   3.591 +"\n"
   3.592 +"    The splicemap is a file that allows insertion of synthetic\n"
   3.593 +"    history, letting you specify the parents of a revision. This is\n"
   3.594 +"    useful if you want to e.g. give a Subversion merge two parents, or\n"
   3.595 +"    graft two disconnected series of history together. Each entry\n"
   3.596 +"    contains a key, followed by a space, followed by one or two\n"
   3.597 +"    comma-separated values. The key is the revision ID in the source\n"
   3.598 +"    revision control system whose parents should be modified (same\n"
   3.599 +"    format as a key in .hg/shamap). The values are the revision IDs\n"
   3.600 +"    (in either the source or destination revision control system) that\n"
   3.601 +"    should be used as the new parents for that node.\n"
   3.602 +"\n"
   3.603 +"    The branchmap is a file that allows you to rename a branch when it is\n"
   3.604 +"    being brought in from whatever external repository. When used in\n"
   3.605 +"    conjunction with a splicemap, it allows for a powerful combination\n"
   3.606 +"    to help fix even the most badly mismanaged repositories and turn them\n"
   3.607 +"    into nicely structured Mercurial repositories. The branchmap contains\n"
   3.608 +"    lines of the form \"original_branch_name new_branch_name\".\n"
   3.609 +"    \"original_branch_name\" is the name of the branch in the source\n"
   3.610 +"    repository, and \"new_branch_name\" is the name of the branch is the\n"
   3.611 +"    destination repository. This can be used to (for instance) move code\n"
   3.612 +"    in one repository from \"default\" to a named branch.\n"
   3.613 +"\n"
   3.614 +"    Mercurial Source\n"
   3.615 +"    -----------------\n"
   3.616 +"\n"
   3.617 +"    --config convert.hg.ignoreerrors=False    (boolean)\n"
   3.618 +"        ignore integrity errors when reading. Use it to fix Mercurial\n"
   3.619 +"        repositories with missing revlogs, by converting from and to\n"
   3.620 +"        Mercurial.\n"
   3.621 +"    --config convert.hg.saverev=False         (boolean)\n"
   3.622 +"        store original revision ID in changeset (forces target IDs to\n"
   3.623 +"        change)\n"
   3.624 +"    --config convert.hg.startrev=0            (hg revision identifier)\n"
   3.625 +"        convert start revision and its descendants\n"
   3.626 +"\n"
   3.627 +"    CVS Source\n"
   3.628 +"    ----------\n"
   3.629 +"\n"
   3.630 +"    CVS source will use a sandbox (i.e. a checked-out copy) from CVS\n"
   3.631 +"    to indicate the starting point of what will be converted. Direct\n"
   3.632 +"    access to the repository files is not needed, unless of course the\n"
   3.633 +"    repository is :local:. The conversion uses the top level directory\n"
   3.634 +"    in the sandbox to find the CVS repository, and then uses CVS rlog\n"
   3.635 +"    commands to find files to convert. This means that unless a\n"
   3.636 +"    filemap is given, all files under the starting directory will be\n"
   3.637 +"    converted, and that any directory reorganization in the CVS\n"
   3.638 +"    sandbox is ignored.\n"
   3.639 +"\n"
   3.640 +"    Because CVS does not have changesets, it is necessary to collect\n"
   3.641 +"    individual commits to CVS and merge them into changesets. CVS\n"
   3.642 +"    source uses its internal changeset merging code by default but can\n"
   3.643 +"    be configured to call the external 'cvsps' program by setting:\n"
   3.644 +"        --config convert.cvsps='cvsps -A -u --cvs-direct -q'\n"
   3.645 +"    This option is deprecated and will be removed in Mercurial 1.4.\n"
   3.646 +"\n"
   3.647 +"    The options shown are the defaults.\n"
   3.648 +"\n"
   3.649 +"    Internal cvsps is selected by setting\n"
   3.650 +"        --config convert.cvsps=builtin\n"
   3.651 +"    and has a few more configurable options:\n"
   3.652 +"        --config convert.cvsps.cache=True     (boolean)\n"
   3.653 +"            Set to False to disable remote log caching, for testing and\n"
   3.654 +"            debugging purposes.\n"
   3.655 +"        --config convert.cvsps.fuzz=60        (integer)\n"
   3.656 +"            Specify the maximum time (in seconds) that is allowed\n"
   3.657 +"            between commits with identical user and log message in a\n"
   3.658 +"            single changeset. When very large files were checked in as\n"
   3.659 +"            part of a changeset then the default may not be long\n"
   3.660 +"            enough.\n"
   3.661 +"        --config convert.cvsps.mergeto='{{mergetobranch ([-\\w]+)}}'\n"
   3.662 +"            Specify a regular expression to which commit log messages\n"
   3.663 +"            are matched. If a match occurs, then the conversion\n"
   3.664 +"            process will insert a dummy revision merging the branch on\n"
   3.665 +"            which this log message occurs to the branch indicated in\n"
   3.666 +"            the regex.\n"
   3.667 +"        --config convert.cvsps.mergefrom='{{mergefrombranch ([-\\w]+)}}'\n"
   3.668 +"            Specify a regular expression to which commit log messages\n"
   3.669 +"            are matched. If a match occurs, then the conversion\n"
   3.670 +"            process will add the most recent revision on the branch\n"
   3.671 +"            indicated in the regex as the second parent of the\n"
   3.672 +"            changeset.\n"
   3.673 +"\n"
   3.674 +"    The hgext/convert/cvsps wrapper script allows the builtin\n"
   3.675 +"    changeset merging code to be run without doing a conversion. Its\n"
   3.676 +"    parameters and output are similar to that of cvsps 2.1.\n"
   3.677 +"\n"
   3.678 +"    Subversion Source\n"
   3.679 +"    -----------------\n"
   3.680 +"\n"
   3.681 +"    Subversion source detects classical trunk/branches/tags layouts.\n"
   3.682 +"    By default, the supplied \"svn://repo/path/\" source URL is\n"
   3.683 +"    converted as a single branch. If \"svn://repo/path/trunk\" exists it\n"
   3.684 +"    replaces the default branch. If \"svn://repo/path/branches\" exists,\n"
   3.685 +"    its subdirectories are listed as possible branches. If\n"
   3.686 +"    \"svn://repo/path/tags\" exists, it is looked for tags referencing\n"
   3.687 +"    converted branches. Default \"trunk\", \"branches\" and \"tags\" values\n"
   3.688 +"    can be overridden with following options. Set them to paths\n"
   3.689 +"    relative to the source URL, or leave them blank to disable auto\n"
   3.690 +"    detection.\n"
   3.691 +"\n"
   3.692 +"    --config convert.svn.branches=branches    (directory name)\n"
   3.693 +"        specify the directory containing branches\n"
   3.694 +"    --config convert.svn.tags=tags            (directory name)\n"
   3.695 +"        specify the directory containing tags\n"
   3.696 +"    --config convert.svn.trunk=trunk          (directory name)\n"
   3.697 +"        specify the name of the trunk branch\n"
   3.698 +"\n"
   3.699 +"    Source history can be retrieved starting at a specific revision,\n"
   3.700 +"    instead of being integrally converted. Only single branch\n"
   3.701 +"    conversions are supported.\n"
   3.702 +"\n"
   3.703 +"    --config convert.svn.startrev=0           (svn revision number)\n"
   3.704 +"        specify start Subversion revision.\n"
   3.705 +"\n"
   3.706 +"    Perforce Source\n"
   3.707 +"    ---------------\n"
   3.708 +"\n"
   3.709 +"    The Perforce (P4) importer can be given a p4 depot path or a\n"
   3.710 +"    client specification as source. It will convert all files in the\n"
   3.711 +"    source to a flat Mercurial repository, ignoring labels, branches\n"
   3.712 +"    and integrations. Note that when a depot path is given you then\n"
   3.713 +"    usually should specify a target directory, because otherwise the\n"
   3.714 +"    target may be named ...-hg.\n"
   3.715 +"\n"
   3.716 +"    It is possible to limit the amount of source history to be\n"
   3.717 +"    converted by specifying an initial Perforce revision.\n"
   3.718 +"\n"
   3.719 +"    --config convert.p4.startrev=0            (perforce changelist number)\n"
   3.720 +"        specify initial Perforce revision.\n"
   3.721 +"\n"
   3.722 +"\n"
   3.723 +"    Mercurial Destination\n"
   3.724 +"    ---------------------\n"
   3.725 +"\n"
   3.726 +"    --config convert.hg.clonebranches=False   (boolean)\n"
   3.727 +"        dispatch source branches in separate clones.\n"
   3.728 +"    --config convert.hg.tagsbranch=default    (branch name)\n"
   3.729 +"        tag revisions branch name\n"
   3.730 +"    --config convert.hg.usebranchnames=True   (boolean)\n"
   3.731 +"        preserve branch names\n"
   3.732 +"\n"
   3.733 +"    "
   3.734 +msgstr ""
   3.735 +
   3.736 +msgid ""
   3.737 +"create changeset information from CVS\n"
   3.738 +"\n"
   3.739 +"    This command is intended as a debugging tool for the CVS to\n"
   3.740 +"    Mercurial converter, and can be used as a direct replacement for\n"
   3.741 +"    cvsps.\n"
   3.742 +"\n"
   3.743 +"    Hg debugcvsps reads the CVS rlog for current directory (or any\n"
   3.744 +"    named directory) in the CVS repository, and converts the log to a\n"
   3.745 +"    series of changesets based on matching commit log entries and\n"
   3.746 +"    dates."
   3.747 +msgstr ""
   3.748 +
   3.749 +msgid "username mapping filename"
   3.750 +msgstr ""
   3.751 +
   3.752 +msgid "destination repository type"
   3.753 +msgstr ""
   3.754 +
   3.755 +msgid "remap file names using contents of file"
   3.756 +msgstr ""
   3.757 +
   3.758 +msgid "import up to target revision REV"
   3.759 +msgstr ""
   3.760 +
   3.761 +msgid "source repository type"
   3.762 +msgstr ""
   3.763 +
   3.764 +msgid "splice synthesized history into place"
   3.765 +msgstr ""
   3.766 +
   3.767 +msgid "change branch names while converting"
   3.768 +msgstr ""
   3.769 +
   3.770 +msgid "try to sort changesets by branches"
   3.771 +msgstr ""
   3.772 +
   3.773 +msgid "try to sort changesets by date"
   3.774 +msgstr ""
   3.775 +
   3.776 +msgid "preserve source changesets order"
   3.777 +msgstr ""
   3.778 +
   3.779 +msgid "hg convert [OPTION]... SOURCE [DEST [REVMAP]]"
   3.780 +msgstr ""
   3.781 +
   3.782 +msgid "only return changes on specified branches"
   3.783 +msgstr ""
   3.784 +
   3.785 +msgid "prefix to remove from file names"
   3.786 +msgstr ""
   3.787 +
   3.788 +msgid "only return changes after or between specified tags"
   3.789 +msgstr ""
   3.790 +
   3.791 +msgid "update cvs log cache"
   3.792 +msgstr ""
   3.793 +
   3.794 +msgid "create new cvs log cache"
   3.795 +msgstr ""
   3.796 +
   3.797 +msgid "set commit time fuzz in seconds"
   3.798 +msgstr ""
   3.799 +
   3.800 +msgid "specify cvsroot"
   3.801 +msgstr ""
   3.802 +
   3.803 +msgid "show parent changesets"
   3.804 +msgstr ""
   3.805 +
   3.806 +msgid "show current changeset in ancestor branches"
   3.807 +msgstr ""
   3.808 +
   3.809 +msgid "ignored for compatibility"
   3.810 +msgstr ""
   3.811 +
   3.812 +msgid "hg debugcvsps [OPTION]... [PATH]..."
   3.813 +msgstr ""
   3.814 +
   3.815 +msgid ""
   3.816 +"warning: lightweight checkouts may cause conversion failures, try with a "
   3.817 +"regular branch instead.\n"
   3.818 +msgstr ""
   3.819 +
   3.820 +msgid "bzr source type could not be determined\n"
   3.821 +msgstr ""
   3.822 +
   3.823 +#, python-format
   3.824 +msgid "%s is not a valid revision in current branch"
   3.825 +msgstr ""
   3.826 +
   3.827 +#, python-format
   3.828 +msgid "%s is not available in %s anymore"
   3.829 +msgstr ""
   3.830 +
   3.831 +#, python-format
   3.832 +msgid "%s.%s symlink has no target"
   3.833 +msgstr ""
   3.834 +
   3.835 +#, python-format
   3.836 +msgid "cannot find required \"%s\" tool"
   3.837 +msgstr ""
   3.838 +
   3.839 +#, python-format
   3.840 +msgid "running: %s\n"
   3.841 +msgstr ""
   3.842 +
   3.843 +#, python-format
   3.844 +msgid "%s error:\n"
   3.845 +msgstr ""
   3.846 +
   3.847 +#, python-format
   3.848 +msgid "%s %s"
   3.849 +msgstr ""
   3.850 +
   3.851 +#, python-format
   3.852 +msgid "syntax error in %s(%d): key/value pair expected"
   3.853 +msgstr ""
   3.854 +
   3.855 +#, python-format
   3.856 +msgid "could not open map file %r: %s"
   3.857 +msgstr ""
   3.858 +
   3.859 +#, python-format
   3.860 +msgid "%s: missing or unsupported repository"
   3.861 +msgstr ""
   3.862 +
   3.863 +#, python-format
   3.864 +msgid "convert: %s\n"
   3.865 +msgstr ""
   3.866 +
   3.867 +#, python-format
   3.868 +msgid "%s: unknown repository type"
   3.869 +msgstr ""
   3.870 +
   3.871 +#, fuzzy, python-format
   3.872 +msgid "unknown sort mode: %s"
   3.873 +msgstr ""
   3.874 +
   3.875 +#, python-format
   3.876 +msgid "cycle detected between %s and %s"
   3.877 +msgstr ""
   3.878 +
   3.879 +msgid "not all revisions were sorted"
   3.880 +msgstr ""
   3.881 +
   3.882 +#, python-format
   3.883 +msgid "Writing author map file %s\n"
   3.884 +msgstr ""
   3.885 +
   3.886 +#, python-format
   3.887 +msgid "Ignoring bad line in author map file %s: %s\n"
   3.888 +msgstr ""
   3.889 +
   3.890 +#, python-format
   3.891 +msgid "mapping author %s to %s\n"
   3.892 +msgstr ""
   3.893 +
   3.894 +#, python-format
   3.895 +msgid "overriding mapping for author %s, was %s, will be %s\n"
   3.896 +msgstr ""
   3.897 +
   3.898 +#, python-format
   3.899 +msgid "spliced in %s as parents of %s\n"
   3.900 +msgstr ""
   3.901 +
   3.902 +msgid "scanning source...\n"
   3.903 +msgstr ""
   3.904 +
   3.905 +msgid "sorting...\n"
   3.906 +msgstr ""
   3.907 +
   3.908 +msgid "converting...\n"
   3.909 +msgstr ""
   3.910 +
   3.911 +#, python-format
   3.912 +msgid "source: %s\n"
   3.913 +msgstr ""
   3.914 +
   3.915 +#, python-format
   3.916 +msgid "assuming destination %s\n"
   3.917 +msgstr ""
   3.918 +
   3.919 +msgid "more than one sort mode specified"
   3.920 +msgstr ""
   3.921 +
   3.922 +msgid "--sourcesort is not supported by this data source"
   3.923 +msgstr ""
   3.924 +
   3.925 +msgid ""
   3.926 +"warning: support for external cvsps is deprecated and will be removed in "
   3.927 +"Mercurial 1.4\n"
   3.928 +msgstr ""
   3.929 +
   3.930 +#, python-format
   3.931 +msgid "revision %s is not a patchset number or date"
   3.932 +msgstr ""
   3.933 +
   3.934 +msgid "using builtin cvsps\n"
   3.935 +msgstr ""
   3.936 +
   3.937 +#, python-format
   3.938 +msgid "connecting to %s\n"
   3.939 +msgstr ""
   3.940 +
   3.941 +msgid "CVS pserver authentication failed"
   3.942 +msgstr ""
   3.943 +
   3.944 +msgid "server sucks"
   3.945 +msgstr ""
   3.946 +
   3.947 +#, python-format
   3.948 +msgid "%d bytes missing from remote file"
   3.949 +msgstr ""
   3.950 +
   3.951 +#, python-format
   3.952 +msgid "cvs server: %s\n"
   3.953 +msgstr ""
   3.954 +
   3.955 +#, python-format
   3.956 +msgid "unknown CVS response: %s"
   3.957 +msgstr ""
   3.958 +
   3.959 +msgid "collecting CVS rlog\n"
   3.960 +msgstr ""
   3.961 +
   3.962 +#, python-format
   3.963 +msgid "reading cvs log cache %s\n"
   3.964 +msgstr ""
   3.965 +
   3.966 +#, python-format
   3.967 +msgid "cache has %d log entries\n"
   3.968 +msgstr ""
   3.969 +
   3.970 +#, python-format
   3.971 +msgid "error reading cache: %r\n"
   3.972 +msgstr ""
   3.973 +
   3.974 +#, python-format
   3.975 +msgid "running %s\n"
   3.976 +msgstr "εκτέλεση %s\n"
   3.977 +
   3.978 +#, python-format
   3.979 +msgid "prefix=%r directory=%r root=%r\n"
   3.980 +msgstr "πρόθεμα=%r κατάλογος=%r αρχικός-κατάλογος=%r\n"
   3.981 +
   3.982 +msgid "RCS file must be followed by working file"
   3.983 +msgstr "το αρχείο RCS πρέπει να ακολουθείται από ένα αρχείο εργασίας"
   3.984 +
   3.985 +msgid "must have at least some revisions"
   3.986 +msgstr "πρέπει να υπάρχουν κάποιες εκδόσεις αρχείων"
   3.987 +
   3.988 +msgid "expected revision number"
   3.989 +msgstr "αναμένεται αριθμός έκδοσης αρχείου"
   3.990 +
   3.991 +msgid "revision must be followed by date line"
   3.992 +msgstr "η έκδοση αρχείου πρέπει να ακολουθείται από γραμμή ημερομηνίας"
   3.993 +
   3.994 +#, fuzzy, python-format
   3.995 +msgid "found synthetic revision in %s: %r\n"
   3.996 +msgstr ""
   3.997 +
   3.998 +#, python-format
   3.999 +msgid "writing cvs log cache %s\n"
  3.1000 +msgstr "αποθήκευση προσωρινού αντιγράφου cvs log %s\n"
  3.1001 +
  3.1002 +#, python-format
  3.1003 +msgid "%d log entries\n"
  3.1004 +msgstr "%d εκδόσεις αρχείων\n"
  3.1005 +
  3.1006 +msgid "creating changesets\n"
  3.1007 +msgstr "δημιουργία αλλαγών\n"
  3.1008 +
  3.1009 +msgid "synthetic changeset cannot have multiple parents"
  3.1010 +msgstr ""
  3.1011 +
  3.1012 +#, python-format
  3.1013 +msgid ""
  3.1014 +"warning: CVS commit message references non-existent branch %r:\n"
  3.1015 +"%s\n"
  3.1016 +msgstr ""
  3.1017 +
  3.1018 +#, python-format
  3.1019 +msgid "%d changeset entries\n"
  3.1020 +msgstr "%d αλλαγές\n"
  3.1021 +
  3.1022 +msgid "Python ElementTree module is not available"
  3.1023 +msgstr "δεν είναι διαθέσιμο το άρθρωμα ElementTree της Python"
  3.1024 +
  3.1025 +#, python-format
  3.1026 +msgid "cleaning up %s\n"
  3.1027 +msgstr "καθαρισμός %s\n"
  3.1028 +
  3.1029 +msgid "internal calling inconsistency"
  3.1030 +msgstr "εσωτερικό πρόβλημα κλήσης"
  3.1031 +
  3.1032 +msgid "errors in filemap"
  3.1033 +msgstr "λάθη στο filemap"
  3.1034 +
  3.1035 +#, python-format
  3.1036 +msgid "%s:%d: %r already in %s list\n"
  3.1037 +msgstr "%s:%d: η εγγραφή %r υπάρχει ήδη στη λίστα %s\n"
  3.1038 +
  3.1039 +#, python-format
  3.1040 +msgid "%s:%d: unknown directive %r\n"
  3.1041 +msgstr "%s:%d: άγνωστη εντολή %r\n"
  3.1042 +
  3.1043 +msgid "source repository doesn't support --filemap"
  3.1044 +msgstr "το αποθετήριο πηγής δεν υποστηρίζει την επιλογή --filemap"
  3.1045 +
  3.1046 +#, python-format
  3.1047 +msgid "%s does not look like a GNU Arch repo"
  3.1048 +msgstr "το %s δε φαίνεται να είναι αποθετήριο Arch"
  3.1049 +
  3.1050 +msgid "cannot find a GNU Arch tool"
  3.1051 +msgstr "δεν είναι διαθέσιμο το εργαλείο GNU Arch"
  3.1052 +
  3.1053 +#, python-format
  3.1054 +msgid "analyzing tree version %s...\n"
  3.1055 +msgstr "ανάλυση καταλόγου αρχείων για την έκδοση %s...\n"
  3.1056 +
  3.1057 +#, python-format
  3.1058 +msgid ""
  3.1059 +"tree analysis stopped because it points to an unregistered archive %s...\n"
  3.1060 +msgstr ""
  3.1061 +"η ανάλυση καταλόγου διακόπηκε επειδή περιέχει αναφορά στην συλλογή αρχείων %"
  3.1062 +"s, η οποία δεν υπάρχει ή δεν είναι διαθέσιμη...\n"
  3.1063 +
  3.1064 +#, python-format
  3.1065 +msgid "applying revision %s...\n"
  3.1066 +msgstr ""
  3.1067 +
  3.1068 +#, python-format
  3.1069 +msgid "computing changeset between %s and %s...\n"
  3.1070 +msgstr ""
  3.1071 +
  3.1072 +#, python-format
  3.1073 +msgid "obtaining revision %s...\n"
  3.1074 +msgstr ""
  3.1075 +
  3.1076 +#, fuzzy, python-format
  3.1077 +msgid "analyzing revision %s...\n"
  3.1078 +msgstr "ανάλυση καταλόγου αρχείων για την έκδοση %s...\n"
  3.1079 +
  3.1080 +#, python-format
  3.1081 +msgid "could not parse cat-log of %s"
  3.1082 +msgstr ""
  3.1083 +
  3.1084 +#, python-format
  3.1085 +msgid "%s is not a local Mercurial repo"
  3.1086 +msgstr ""
  3.1087 +
  3.1088 +#, python-format
  3.1089 +msgid "initializing destination %s repository\n"
  3.1090 +msgstr ""
  3.1091 +
  3.1092 +msgid "run hg sink pre-conversion action\n"
  3.1093 +msgstr ""
  3.1094 +
  3.1095 +msgid "run hg sink post-conversion action\n"
  3.1096 +msgstr ""
  3.1097 +
  3.1098 +#, python-format
  3.1099 +msgid "pulling from %s into %s\n"
  3.1100 +msgstr ""
  3.1101 +
  3.1102 +msgid "filtering out empty revision\n"
  3.1103 +msgstr ""
  3.1104 +
  3.1105 +msgid "updating tags\n"
  3.1106 +msgstr ""
  3.1107 +
  3.1108 +#, python-format
  3.1109 +msgid "%s is not a valid start revision"
  3.1110 +msgstr ""
  3.1111 +
  3.1112 +#, python-format
  3.1113 +msgid "ignoring: %s\n"
  3.1114 +msgstr ""
  3.1115 +
  3.1116 +msgid "run hg source pre-conversion action\n"
  3.1117 +msgstr ""
  3.1118 +
  3.1119 +msgid "run hg source post-conversion action\n"
  3.1120 +msgstr ""
  3.1121 +
  3.1122 +#, python-format
  3.1123 +msgid "%s does not look like a monotone repo"
  3.1124 +msgstr ""
  3.1125 +
  3.1126 +#, python-format
  3.1127 +msgid "copying file in renamed directory from '%s' to '%s'"
  3.1128 +msgstr ""
  3.1129 +
  3.1130 +#, fuzzy
  3.1131 +msgid "reading p4 views\n"
  3.1132 +msgstr "καθαρισμός %s\n"
  3.1133 +
  3.1134 +#, fuzzy
  3.1135 +msgid "collecting p4 changelists\n"
  3.1136 +msgstr "δημιουργία αλλαγών\n"
  3.1137 +
  3.1138 +msgid "Subversion python bindings could not be loaded"
  3.1139 +msgstr ""
  3.1140 +
  3.1141 +#, python-format
  3.1142 +msgid "Subversion python bindings %d.%d found, 1.4 or later required"
  3.1143 +msgstr ""
  3.1144 +
  3.1145 +msgid "Subversion python bindings are too old, 1.4 or later required"
  3.1146 +msgstr ""
  3.1147 +
  3.1148 +#, python-format
  3.1149 +msgid "svn: revision %s is not an integer"
  3.1150 +msgstr ""
  3.1151 +
  3.1152 +#, python-format
  3.1153 +msgid "svn: start revision %s is not an integer"
  3.1154 +msgstr ""
  3.1155 +
  3.1156 +#, python-format
  3.1157 +msgid "no revision found in module %s"
  3.1158 +msgstr ""
  3.1159 +
  3.1160 +#, python-format
  3.1161 +msgid "expected %s to be at %r, but not found"
  3.1162 +msgstr ""
  3.1163 +
  3.1164 +#, python-format
  3.1165 +msgid "found %s at %r\n"
  3.1166 +msgstr ""
  3.1167 +
  3.1168 +#, python-format
  3.1169 +msgid "ignoring empty branch %s\n"
  3.1170 +msgstr ""
  3.1171 +
  3.1172 +#, python-format
  3.1173 +msgid "found branch %s at %d\n"
  3.1174 +msgstr ""
  3.1175 +
  3.1176 +msgid "svn: start revision is not supported with more than one branch"
  3.1177 +msgstr ""
  3.1178 +
  3.1179 +#, python-format
  3.1180 +msgid "svn: no revision found after start revision %d"
  3.1181 +msgstr ""
  3.1182 +
  3.1183 +#, python-format
  3.1184 +msgid "no tags found at revision %d\n"
  3.1185 +msgstr ""
  3.1186 +
  3.1187 +#, python-format
  3.1188 +msgid "ignoring foreign branch %r\n"
  3.1189 +msgstr ""
  3.1190 +
  3.1191 +#, python-format
  3.1192 +msgid "%s not found up to revision %d"
  3.1193 +msgstr ""
  3.1194 +
  3.1195 +#, python-format
  3.1196 +msgid "branch renamed from %s to %s at %d\n"
  3.1197 +msgstr ""
  3.1198 +
  3.1199 +#, python-format
  3.1200 +msgid "reparent to %s\n"
  3.1201 +msgstr ""
  3.1202 +
  3.1203 +#, python-format
  3.1204 +msgid "copied to %s from %s@%s\n"
  3.1205 +msgstr ""
  3.1206 +
  3.1207 +#, python-format
  3.1208 +msgid "gone from %s\n"
  3.1209 +msgstr ""
  3.1210 +
  3.1211 +#, python-format
  3.1212 +msgid "found parent directory %s\n"
  3.1213 +msgstr ""
  3.1214 +
  3.1215 +#, python-format
  3.1216 +msgid "base, entry %s %s\n"
  3.1217 +msgstr ""
  3.1218 +
  3.1219 +msgid "munge-o-matic\n"
  3.1220 +msgstr ""
  3.1221 +
  3.1222 +#, python-format
  3.1223 +msgid "info: %s %s %s %s\n"
  3.1224 +msgstr ""
  3.1225 +
  3.1226 +#, python-format
  3.1227 +msgid "unknown path in revision %d: %s\n"
  3.1228 +msgstr ""
  3.1229 +
  3.1230 +#, python-format
  3.1231 +msgid "mark %s came from %s:%d\n"
  3.1232 +msgstr ""
  3.1233 +
  3.1234 +#, python-format
  3.1235 +msgid "parsing revision %d (%d changes)\n"
  3.1236 +msgstr ""
  3.1237 +
  3.1238 +#, python-format
  3.1239 +msgid "found parent of branch %s at %d: %s\n"
  3.1240 +msgstr ""
  3.1241 +
  3.1242 +msgid "no copyfrom path, don't know what to do.\n"
  3.1243 +msgstr ""
  3.1244 +
  3.1245 +#, python-format
  3.1246 +msgid "fetching revision log for \"%s\" from %d to %d\n"
  3.1247 +msgstr ""
  3.1248 +
  3.1249 +#, python-format
  3.1250 +msgid "skipping blacklisted revision %d\n"
  3.1251 +msgstr ""
  3.1252 +
  3.1253 +#, python-format
  3.1254 +msgid "revision %d has no entries\n"
  3.1255 +msgstr ""
  3.1256 +
  3.1257 +#, python-format
  3.1258 +msgid "svn: branch has no revision %s"
  3.1259 +msgstr ""
  3.1260 +
  3.1261 +#, python-format
  3.1262 +msgid "%r is not under %r, ignoring\n"
  3.1263 +msgstr ""
  3.1264 +
  3.1265 +#, python-format
  3.1266 +msgid "initializing svn repo %r\n"
  3.1267 +msgstr ""
  3.1268 +
  3.1269 +#, python-format
  3.1270 +msgid "initializing svn wc %r\n"
  3.1271 +msgstr ""
  3.1272 +
  3.1273 +msgid "unexpected svn output:\n"
  3.1274 +msgstr ""
  3.1275 +
  3.1276 +msgid "unable to cope with svn output"
  3.1277 +msgstr ""
  3.1278 +
  3.1279 +msgid "XXX TAGS NOT IMPLEMENTED YET\n"
  3.1280 +msgstr ""
  3.1281 +
  3.1282 +msgid ""
  3.1283 +"\n"
  3.1284 +"The `extdiff' Mercurial extension allows you to use external programs\n"
  3.1285 +"to compare revisions, or revision with working directory. The external diff\n"
  3.1286 +"programs are called with a configurable set of options and two\n"
  3.1287 +"non-option arguments: paths to directories containing snapshots of\n"
  3.1288 +"files to compare.\n"
  3.1289 +"\n"
  3.1290 +"To enable this extension:\n"
  3.1291 +"\n"
  3.1292 +"  [extensions]\n"
  3.1293 +"  hgext.extdiff =\n"
  3.1294 +"\n"
  3.1295 +"The `extdiff' extension also allows to configure new diff commands, so\n"
  3.1296 +"you do not need to type \"hg extdiff -p kdiff3\" always.\n"
  3.1297 +"\n"
  3.1298 +"  [extdiff]\n"
  3.1299 +"  # add new command that runs GNU diff(1) in 'context diff' mode\n"
  3.1300 +"  cdiff = gdiff -Nprc5\n"
  3.1301 +"  ## or the old way:\n"
  3.1302 +"  #cmd.cdiff = gdiff\n"
  3.1303 +"  #opts.cdiff = -Nprc5\n"
  3.1304 +"\n"
  3.1305 +"  # add new command called vdiff, runs kdiff3\n"
  3.1306 +"  vdiff = kdiff3\n"
  3.1307 +"\n"
  3.1308 +"  # add new command called meld, runs meld (no need to name twice)\n"
  3.1309 +"  meld =\n"
  3.1310 +"\n"
  3.1311 +"  # add new command called vimdiff, runs gvimdiff with DirDiff plugin\n"
  3.1312 +"  # (see http://www.vim.org/scripts/script.php?script_id=102)\n"
  3.1313 +"  # Non English user, be sure to put \"let g:DirDiffDynamicDiffText = 1\" "
  3.1314 +"in\n"
  3.1315 +"  # your .vimrc\n"
  3.1316 +"  vimdiff = gvim -f '+next' '+execute \"DirDiff\" argv(0) argv(1)'\n"
  3.1317 +"\n"
  3.1318 +"You can use -I/-X and list of file or directory names like normal \"hg\n"
  3.1319 +"diff\" command. The `extdiff' extension makes snapshots of only needed\n"
  3.1320 +"files, so running the external diff program will actually be pretty\n"
  3.1321 +"fast (at least faster than having to compare the entire tree).\n"
  3.1322 +msgstr ""
  3.1323 +
  3.1324 +#, python-format
  3.1325 +msgid "making snapshot of %d files from rev %s\n"
  3.1326 +msgstr ""
  3.1327 +
  3.1328 +#, python-format
  3.1329 +msgid "making snapshot of %d files from working directory\n"
  3.1330 +msgstr ""
  3.1331 +
  3.1332 +msgid "cannot specify --rev and --change at the same time"
  3.1333 +msgstr ""
  3.1334 +
  3.1335 +#, python-format
  3.1336 +msgid "running %r in %s\n"
  3.1337 +msgstr ""
  3.1338 +
  3.1339 +#, python-format
  3.1340 +msgid "file changed while diffing. Overwriting: %s (src: %s)\n"
  3.1341 +msgstr ""
  3.1342 +
  3.1343 +msgid "cleaning up temp directory\n"
  3.1344 +msgstr ""
  3.1345 +
  3.1346 +msgid ""
  3.1347 +"use external program to diff repository (or selected files)\n"
  3.1348 +"\n"
  3.1349 +"    Show differences between revisions for the specified files, using\n"
  3.1350 +"    an external program. The default program used is diff, with\n"
  3.1351 +"    default options \"-Npru\".\n"
  3.1352 +"\n"
  3.1353 +"    To select a different program, use the -p/--program option. The\n"
  3.1354 +"    program will be passed the names of two directories to compare. To\n"
  3.1355 +"    pass additional options to the program, use -o/--option. These\n"
  3.1356 +"    will be passed before the names of the directories to compare.\n"
  3.1357 +"\n"
  3.1358 +"    When two revision arguments are given, then changes are shown\n"
  3.1359 +"    between those revisions. If only one revision is specified then\n"
  3.1360 +"    that revision is compared to the working directory, and, when no\n"
  3.1361 +"    revisions are specified, the working directory files are compared\n"
  3.1362 +"    to its parent."
  3.1363 +msgstr ""
  3.1364 +
  3.1365 +msgid "comparison program to run"
  3.1366 +msgstr ""
  3.1367 +
  3.1368 +msgid "pass option to comparison program"
  3.1369 +msgstr ""
  3.1370 +
  3.1371 +msgid "change made by revision"
  3.1372 +msgstr ""
  3.1373 +
  3.1374 +msgid "hg extdiff [OPT]... [FILE]..."
  3.1375 +msgstr ""
  3.1376 +
  3.1377 +#, python-format
  3.1378 +msgid "hg %s [OPTION]... [FILE]..."
  3.1379 +msgstr ""
  3.1380 +
  3.1381 +msgid "pulling, updating and merging in one command"
  3.1382 +msgstr ""
  3.1383 +
  3.1384 +msgid ""
  3.1385 +"pull changes from a remote repository, merge new changes if needed.\n"
  3.1386 +"\n"
  3.1387 +"    This finds all changes from the repository at the specified path\n"
  3.1388 +"    or URL and adds them to the local repository.\n"
  3.1389 +"\n"
  3.1390 +"    If the pulled changes add a new branch head, the head is\n"
  3.1391 +"    automatically merged, and the result of the merge is committed.\n"
  3.1392 +"    Otherwise, the working directory is updated to include the new\n"
  3.1393 +"    changes.\n"
  3.1394 +"\n"
  3.1395 +"    When a merge occurs, the newly pulled changes are assumed to be\n"
  3.1396 +"    \"authoritative\". The head of the new changes is used as the first\n"
  3.1397 +"    parent, with local changes as the second. To switch the merge\n"
  3.1398 +"    order, use --switch-parent.\n"
  3.1399 +"\n"
  3.1400 +"    See 'hg help dates' for a list of formats valid for -d/--date.\n"
  3.1401 +"    "
  3.1402 +msgstr ""
  3.1403 +
  3.1404 +msgid ""
  3.1405 +"working dir not at branch tip (use \"hg update\" to check out branch tip)"
  3.1406 +msgstr ""
  3.1407 +
  3.1408 +msgid "outstanding uncommitted merge"
  3.1409 +msgstr ""
  3.1410 +
  3.1411 +msgid "outstanding uncommitted changes"
  3.1412 +msgstr "υπάρχουν τοπικές αλλαγές ακόμη"
  3.1413 +
  3.1414 +msgid "working directory is missing some files"
  3.1415 +msgstr "λείπουν ορισμένα αρχεία από το χώρο εργασίας"
  3.1416 +
  3.1417 +msgid ""
  3.1418 +"multiple heads in this branch (use \"hg heads .\" and \"hg merge\" to merge)"
  3.1419 +msgstr ""
  3.1420 +
  3.1421 +#, python-format
  3.1422 +msgid "pulling from %s\n"
  3.1423 +msgstr ""
  3.1424 +
  3.1425 +msgid ""
  3.1426 +"Other repository doesn't support revision lookup, so a rev cannot be "
  3.1427 +"specified."
  3.1428 +msgstr ""
  3.1429 +
  3.1430 +#, python-format
  3.1431 +msgid ""
  3.1432 +"not merging with %d other new branch heads (use \"hg heads .\" and \"hg merge"
  3.1433 +"\" to merge them)\n"
  3.1434 +msgstr ""
  3.1435 +
  3.1436 +#, python-format
  3.1437 +msgid "updating to %d:%s\n"
  3.1438 +msgstr ""
  3.1439 +
  3.1440 +#, python-format
  3.1441 +msgid "merging with %d:%s\n"
  3.1442 +msgstr ""
  3.1443 +
  3.1444 +#, python-format
  3.1445 +msgid "Automated merge with %s"
  3.1446 +msgstr ""
  3.1447 +
  3.1448 +#, python-format
  3.1449 +msgid "new changeset %d:%s merges remote changes with local\n"
  3.1450 +msgstr ""
  3.1451 +
  3.1452 +msgid "a specific revision you would like to pull"
  3.1453 +msgstr ""
  3.1454 +
  3.1455 +msgid "edit commit message"
  3.1456 +msgstr ""
  3.1457 +
  3.1458 +msgid "edit commit message (DEPRECATED)"
  3.1459 +msgstr ""
  3.1460 +
  3.1461 +msgid "switch parents when merging"
  3.1462 +msgstr ""
  3.1463 +
  3.1464 +msgid "hg fetch [SOURCE]"
  3.1465 +msgstr ""
  3.1466 +
  3.1467 +msgid "error while verifying signature"
  3.1468 +msgstr ""
  3.1469 +
  3.1470 +#, python-format
  3.1471 +msgid "%s Bad signature from \"%s\"\n"
  3.1472 +msgstr ""
  3.1473 +
  3.1474 +#, python-format
  3.1475 +msgid "%s Note: Signature has expired (signed by: \"%s\")\n"
  3.1476 +msgstr ""
  3.1477 +
  3.1478 +#, python-format
  3.1479 +msgid "%s Note: This key has expired (signed by: \"%s\")\n"
  3.1480 +msgstr ""
  3.1481 +
  3.1482 +msgid "list signed changesets"
  3.1483 +msgstr ""
  3.1484 +
  3.1485 +#, python-format
  3.1486 +msgid "%s:%d node does not exist\n"
  3.1487 +msgstr ""
  3.1488 +
  3.1489 +msgid "verify all the signatures there may be for a particular revision"
  3.1490 +msgstr ""
  3.1491 +
  3.1492 +#, python-format
  3.1493 +msgid "No valid signature for %s\n"
  3.1494 +msgstr ""
  3.1495 +
  3.1496 +msgid ""
  3.1497 +"add a signature for the current or given revision\n"
  3.1498 +"\n"
  3.1499 +"    If no revision is given, the parent of the working directory is used,\n"
  3.1500 +"    or tip if no revision is checked out.\n"
  3.1501 +"\n"
  3.1502 +"    See 'hg help dates' for a list of formats valid for -d/--date.\n"
  3.1503 +"    "
  3.1504 +msgstr ""
  3.1505 +
  3.1506 +msgid "uncommitted merge - please provide a specific revision"
  3.1507 +msgstr ""
  3.1508 +
  3.1509 +msgid "Error while signing"
  3.1510 +msgstr ""
  3.1511 +
  3.1512 +msgid ""
  3.1513 +"working copy of .hgsigs is changed (please commit .hgsigs manually or use --"
  3.1514 +"force)"
  3.1515 +msgstr ""
  3.1516 +
  3.1517 +#, python-format
  3.1518 +msgid "Added signature for changeset %s"
  3.1519 +msgstr ""
  3.1520 +
  3.1521 +msgid "unknown signature version"
  3.1522 +msgstr ""
  3.1523 +
  3.1524 +msgid "make the signature local"
  3.1525 +msgstr ""
  3.1526 +
  3.1527 +msgid "sign even if the sigfile is modified"
  3.1528 +msgstr ""
  3.1529 +
  3.1530 +msgid "do not commit the sigfile after signing"
  3.1531 +msgstr ""
  3.1532 +
  3.1533 +msgid "the key id to sign with"
  3.1534 +msgstr ""
  3.1535 +
  3.1536 +msgid "commit message"
  3.1537 +msgstr ""
  3.1538 +
  3.1539 +msgid "hg sign [OPTION]... [REVISION]..."
  3.1540 +msgstr ""
  3.1541 +
  3.1542 +msgid "hg sigcheck REVISION"
  3.1543 +msgstr ""
  3.1544 +
  3.1545 +msgid "hg sigs"
  3.1546 +msgstr ""
  3.1547 +
  3.1548 +msgid ""
  3.1549 +"show revision graphs in terminal windows\n"
  3.1550 +"\n"
  3.1551 +"This extension adds a --graph option to the incoming, outgoing and log\n"
  3.1552 +"commands. When this options is given, an ASCII representation of the\n"
  3.1553 +"revision graph is also shown.\n"
  3.1554 +msgstr ""
  3.1555 +
  3.1556 +#, python-format
  3.1557 +msgid "--graph option is incompatible with --%s"
  3.1558 +msgstr ""
  3.1559 +
  3.1560 +msgid ""
  3.1561 +"show revision history alongside an ASCII revision graph\n"
  3.1562 +"\n"
  3.1563 +"    Print a revision history alongside a revision graph drawn with\n"
  3.1564 +"    ASCII characters.\n"
  3.1565 +"\n"
  3.1566 +"    Nodes printed as an @ character are parents of the working\n"
  3.1567 +"    directory.\n"
  3.1568 +"    "
  3.1569 +msgstr ""
  3.1570 +
  3.1571 +#, python-format
  3.1572 +msgid "comparing with %s\n"
  3.1573 +msgstr "σύγκριση με %s\n"
  3.1574 +
  3.1575 +msgid "no changes found\n"
  3.1576 +msgstr "δεν υπάρχουν αλλαγές\n"
  3.1577 +
  3.1578 +msgid "show the revision DAG"
  3.1579 +msgstr ""
  3.1580 +
  3.1581 +msgid "limit number of changes displayed"
  3.1582 +msgstr ""
  3.1583 +
  3.1584 +msgid "show patch"
  3.1585 +msgstr "προβολή patch"
  3.1586 +
  3.1587 +msgid "show the specified revision or range"
  3.1588 +msgstr ""
  3.1589 +
  3.1590 +msgid "hg glog [OPTION]... [FILE]"
  3.1591 +msgstr ""
  3.1592 +
  3.1593 +msgid ""
  3.1594 +"CIA notification\n"
  3.1595 +"\n"
  3.1596 +"This is meant to be run as a changegroup or incoming hook.\n"
  3.1597 +"To configure it, set the following options in your hgrc:\n"
  3.1598 +"\n"
  3.1599 +"[cia]\n"
  3.1600 +"# your registered CIA user name\n"
  3.1601 +"user = foo\n"
  3.1602 +"# the name of the project in CIA\n"
  3.1603 +"project = foo\n"
  3.1604 +"# the module (subproject) (optional)\n"
  3.1605 +"#module = foo\n"
  3.1606 +"# Append a diffstat to the log message (optional)\n"
  3.1607 +"#diffstat = False\n"
  3.1608 +"# Template to use for log messages (optional)\n"
  3.1609 +"#template = {desc}\\n{baseurl}/rev/{node}-- {diffstat}\n"
  3.1610 +"# Style to use (optional)\n"
  3.1611 +"#style = foo\n"
  3.1612 +"# The URL of the CIA notification service (optional)\n"
  3.1613 +"# You can use mailto: URLs to send by email, eg\n"
  3.1614 +"# mailto:cia@cia.vc\n"
  3.1615 +"# Make sure to set email.from if you do this.\n"
  3.1616 +"#url = http://cia.vc/\n"
  3.1617 +"# print message instead of sending it (optional)\n"
  3.1618 +"#test = False\n"
  3.1619 +"\n"
  3.1620 +"[hooks]\n"
  3.1621 +"# one of these:\n"
  3.1622 +"changegroup.cia = python:hgcia.hook\n"
  3.1623 +"#incoming.cia = python:hgcia.hook\n"
  3.1624 +"\n"
  3.1625 +"[web]\n"
  3.1626 +"# If you want hyperlinks (optional)\n"
  3.1627 +"baseurl = http://server/path/to/repo\n"
  3.1628 +msgstr ""
  3.1629 +
  3.1630 +#, python-format
  3.1631 +msgid "hgcia: sending update to %s\n"
  3.1632 +msgstr ""
  3.1633 +
  3.1634 +msgid "email.from must be defined when sending by email"
  3.1635 +msgstr ""
  3.1636 +
  3.1637 +msgid "cia: no user specified"
  3.1638 +msgstr ""
  3.1639 +
  3.1640 +msgid "cia: no project specified"
  3.1641 +msgstr ""
  3.1642 +
  3.1643 +msgid ""
  3.1644 +"browsing the repository in a graphical way\n"
  3.1645 +"\n"
  3.1646 +"The hgk extension allows browsing the history of a repository in a\n"
  3.1647 +"graphical way. It requires Tcl/Tk version 8.4 or later. (Tcl/Tk is not\n"
  3.1648 +"distributed with Mercurial.)\n"
  3.1649 +"\n"
  3.1650 +"hgk consists of two parts: a Tcl script that does the displaying and\n"
  3.1651 +"querying of information, and an extension to Mercurial named hgk.py,\n"
  3.1652 +"which provides hooks for hgk to get information. hgk can be found in\n"
  3.1653 +"the contrib directory, and hgk.py can be found in the hgext directory.\n"
  3.1654 +"\n"
  3.1655 +"To load the hgext.py extension, add it to your .hgrc file (you have to\n"
  3.1656 +"use your global $HOME/.hgrc file, not one in a repository). You can\n"
  3.1657 +"specify an absolute path:\n"
  3.1658 +"\n"
  3.1659 +"  [extensions]\n"
  3.1660 +"  hgk=/usr/local/lib/hgk.py\n"
  3.1661 +"\n"
  3.1662 +"Mercurial can also scan the default python library path for a file\n"
  3.1663 +"named 'hgk.py' if you set hgk empty:\n"
  3.1664 +"\n"
  3.1665 +"  [extensions]\n"
  3.1666 +"  hgk=\n"
  3.1667 +"\n"
  3.1668 +"The hg view command will launch the hgk Tcl script. For this command\n"
  3.1669 +"to work, hgk must be in your search path. Alternately, you can specify\n"
  3.1670 +"the path to hgk in your .hgrc file:\n"
  3.1671 +"\n"
  3.1672 +"  [hgk]\n"
  3.1673 +"  path=/location/of/hgk\n"
  3.1674 +"\n"
  3.1675 +"hgk can make use of the extdiff extension to visualize revisions.\n"
  3.1676 +"Assuming you had already configured extdiff vdiff command, just add:\n"
  3.1677 +"\n"
  3.1678 +"  [hgk]\n"
  3.1679 +"  vdiff=vdiff\n"
  3.1680 +"\n"
  3.1681 +"Revisions context menu will now display additional entries to fire\n"
  3.1682 +"vdiff on hovered and selected revisions."
  3.1683 +msgstr ""
  3.1684 +
  3.1685 +msgid "diff trees from two commits"
  3.1686 +msgstr ""
  3.1687 +
  3.1688 +msgid "output common ancestor information"
  3.1689 +msgstr ""
  3.1690 +
  3.1691 +msgid "cat a specific revision"
  3.1692 +msgstr ""
  3.1693 +
  3.1694 +msgid "cat-file: type or revision not supplied\n"
  3.1695 +msgstr ""
  3.1696 +
  3.1697 +msgid "aborting hg cat-file only understands commits\n"
  3.1698 +msgstr ""
  3.1699 +
  3.1700 +msgid "parse given revisions"
  3.1701 +msgstr ""
  3.1702 +
  3.1703 +msgid "print revisions"
  3.1704 +msgstr ""
  3.1705 +
  3.1706 +msgid "print extension options"
  3.1707 +msgstr ""
  3.1708 +
  3.1709 +msgid "start interactive history viewer"
  3.1710 +msgstr ""
  3.1711 +
  3.1712 +msgid "hg view [-l LIMIT] [REVRANGE]"
  3.1713 +msgstr ""
  3.1714 +
  3.1715 +msgid "generate patch"
  3.1716 +msgstr ""
  3.1717 +
  3.1718 +msgid "recursive"
  3.1719 +msgstr ""
  3.1720 +
  3.1721 +msgid "pretty"
  3.1722 +msgstr ""
  3.1723 +
  3.1724 +msgid "stdin"
  3.1725 +msgstr ""
  3.1726 +
  3.1727 +msgid "detect copies"
  3.1728 +msgstr ""
  3.1729 +
  3.1730 +msgid "search"
  3.1731 +msgstr ""
  3.1732 +
  3.1733 +msgid "hg git-diff-tree [OPTION]... NODE1 NODE2 [FILE]..."
  3.1734 +msgstr ""
  3.1735 +
  3.1736 +msgid "hg debug-cat-file [OPTION]... TYPE FILE"
  3.1737 +msgstr ""
  3.1738 +
  3.1739 +msgid "hg debug-config"
  3.1740 +msgstr ""
  3.1741 +
  3.1742 +msgid "hg debug-merge-base node node"
  3.1743 +msgstr ""
  3.1744 +
  3.1745 +msgid "ignored"
  3.1746 +msgstr ""
  3.1747 +
  3.1748 +msgid "hg debug-rev-parse REV"
  3.1749 +msgstr ""
  3.1750 +
  3.1751 +msgid "header"
  3.1752 +msgstr ""
  3.1753 +
  3.1754 +msgid "topo-order"
  3.1755 +msgstr ""
  3.1756 +
  3.1757 +msgid "parents"
  3.1758 +msgstr ""
  3.1759 +
  3.1760 +msgid "max-count"
  3.1761 +msgstr ""
  3.1762 +
  3.1763 +msgid "hg debug-rev-list [options] revs"
  3.1764 +msgstr ""
  3.1765 +
  3.1766 +msgid ""
  3.1767 +"syntax highlighting in hgweb, based on Pygments\n"
  3.1768 +"\n"
  3.1769 +"It depends on the Pygments syntax highlighting library:\n"
  3.1770 +"http://pygments.org/\n"
  3.1771 +"\n"
  3.1772 +"To enable the extension add this to hgrc:\n"
  3.1773 +"\n"
  3.1774 +"[extensions]\n"
  3.1775 +"hgext.highlight =\n"
  3.1776 +"\n"
  3.1777 +"There is a single configuration option:\n"
  3.1778 +"\n"
  3.1779 +"[web]\n"
  3.1780 +"pygments_style = <style>\n"
  3.1781 +"\n"
  3.1782 +"The default is 'colorful'.\n"
  3.1783 +"\n"
  3.1784 +"-- Adam Hupp <adam@hupp.org>\n"
  3.1785 +msgstr ""
  3.1786 +
  3.1787 +msgid "inotify-based status acceleration for Linux systems\n"
  3.1788 +msgstr ""
  3.1789 +
  3.1790 +msgid "start an inotify server for this repository"
  3.1791 +msgstr ""
  3.1792 +
  3.1793 +msgid ""
  3.1794 +"debugging information for inotify extension\n"
  3.1795 +"\n"
  3.1796 +"    Prints the list of directories being watched by the inotify server.\n"
  3.1797 +"    "
  3.1798 +msgstr ""
  3.1799 +
  3.1800 +msgid "directories being watched:\n"
  3.1801 +msgstr ""
  3.1802 +
  3.1803 +msgid "run server in background"
  3.1804 +msgstr ""
  3.1805 +
  3.1806 +msgid "used internally by daemon mode"
  3.1807 +msgstr ""
  3.1808 +
  3.1809 +msgid "minutes to sit idle before exiting"
  3.1810 +msgstr ""
  3.1811 +
  3.1812 +msgid "name of file to write process ID to"
  3.1813 +msgstr ""
  3.1814 +
  3.1815 +msgid "hg inserve [OPT]..."
  3.1816 +msgstr ""
  3.1817 +
  3.1818 +msgid "(found dead inotify server socket; removing it)\n"
  3.1819 +msgstr ""
  3.1820 +
  3.1821 +msgid "(starting inotify server)\n"
  3.1822 +msgstr ""
  3.1823 +
  3.1824 +#, python-format
  3.1825 +msgid "could not start inotify server: %s\n"
  3.1826 +msgstr ""
  3.1827 +
  3.1828 +#, python-format
  3.1829 +msgid "could not talk to new inotify server: %s\n"
  3.1830 +msgstr ""
  3.1831 +
  3.1832 +msgid "(inotify server not running)\n"
  3.1833 +msgstr ""
  3.1834 +
  3.1835 +#, python-format
  3.1836 +msgid "failed to contact inotify server: %s\n"
  3.1837 +msgstr ""
  3.1838 +
  3.1839 +msgid "received empty answer from inotify server"
  3.1840 +msgstr ""
  3.1841 +
  3.1842 +#, python-format
  3.1843 +msgid "(inotify: received response from incompatible server version %d)\n"
  3.1844 +msgstr ""
  3.1845 +
  3.1846 +#, python-format
  3.1847 +msgid "(inotify: received '%s' response when expecting '%s')\n"
  3.1848 +msgstr ""
  3.1849 +
  3.1850 +msgid "this system does not seem to support inotify"
  3.1851 +msgstr ""
  3.1852 +
  3.1853 +#, python-format
  3.1854 +msgid "*** the current per-user limit on the number of inotify watches is %s\n"
  3.1855 +msgstr ""
  3.1856 +
  3.1857 +msgid "*** this limit is too low to watch every directory in this repository\n"
  3.1858 +msgstr ""
  3.1859 +
  3.1860 +msgid "*** counting directories: "
  3.1861 +msgstr ""
  3.1862 +
  3.1863 +#, python-format
  3.1864 +msgid "found %d\n"
  3.1865 +msgstr ""
  3.1866 +
  3.1867 +#, python-format
  3.1868 +msgid "*** to raise the limit from %d to %d (run as root):\n"
  3.1869 +msgstr ""
  3.1870 +
  3.1871 +#, python-format
  3.1872 +msgid "***  echo %d > %s\n"
  3.1873 +msgstr ""
  3.1874 +
  3.1875 +#, python-format
  3.1876 +msgid "cannot watch %s until inotify watch limit is raised"
  3.1877 +msgstr ""
  3.1878 +
  3.1879 +#, python-format
  3.1880 +msgid "inotify service not available: %s"
  3.1881 +msgstr ""
  3.1882 +
  3.1883 +#, python-format
  3.1884 +msgid "watching %r\n"
  3.1885 +msgstr ""
  3.1886 +
  3.1887 +#, python-format
  3.1888 +msgid "watching directories under %r\n"
  3.1889 +msgstr ""
  3.1890 +
  3.1891 +#, python-format
  3.1892 +msgid "status: %r dir(%d) -> %s\n"
  3.1893 +msgstr ""
  3.1894 +
  3.1895 +#, python-format
  3.1896 +msgid "status: %r %s -> %s\n"
  3.1897 +msgstr ""
  3.1898 +
  3.1899 +#, python-format
  3.1900 +msgid "%s dirstate reload\n"
  3.1901 +msgstr ""
  3.1902 +
  3.1903 +#, python-format
  3.1904 +msgid "%s end dirstate reload\n"
  3.1905 +msgstr ""
  3.1906 +
  3.1907 +msgid "rescanning due to .hgignore change\n"
  3.1908 +msgstr ""
  3.1909 +
  3.1910 +#, python-format
  3.1911 +msgid "%s event: created %s\n"
  3.1912 +msgstr ""
  3.1913 +
  3.1914 +#, python-format
  3.1915 +msgid "%s event: deleted %s\n"
  3.1916 +msgstr ""
  3.1917 +
  3.1918 +#, python-format
  3.1919 +msgid "%s event: modified %s\n"
  3.1920 +msgstr ""
  3.1921 +
  3.1922 +#, python-format
  3.1923 +msgid "filesystem containing %s was unmounted\n"
  3.1924 +msgstr ""
  3.1925 +
  3.1926 +#, python-format
  3.1927 +msgid "%s readable: %d bytes\n"
  3.1928 +msgstr ""
  3.1929 +
  3.1930 +#, python-format
  3.1931 +msgid "%s below threshold - unhooking\n"
  3.1932 +msgstr ""
  3.1933 +
  3.1934 +#, python-format
  3.1935 +msgid "%s reading %d events\n"
  3.1936 +msgstr ""
  3.1937 +
  3.1938 +#, python-format
  3.1939 +msgid "%s hooking back up with %d bytes readable\n"
  3.1940 +msgstr ""
  3.1941 +
  3.1942 +#, python-format
  3.1943 +msgid "could not start server: %s"
  3.1944 +msgstr ""
  3.1945 +
  3.1946 +#, python-format
  3.1947 +msgid "answering query for %r\n"
  3.1948 +msgstr ""
  3.1949 +
  3.1950 +#, python-format
  3.1951 +msgid "received query from incompatible client version %d\n"
  3.1952 +msgstr ""
  3.1953 +
  3.1954 +#, python-format
  3.1955 +msgid "unrecognized query type: %s\n"
  3.1956 +msgstr ""
  3.1957 +
  3.1958 +msgid "finished setup\n"
  3.1959 +msgstr ""
  3.1960 +
  3.1961 +msgid ""
  3.1962 +"expand expressions into changelog and summaries\n"
  3.1963 +"\n"
  3.1964 +"This extension allows the use of a special syntax in summaries,\n"
  3.1965 +"which will be automatically expanded into links or any other\n"
  3.1966 +"arbitrary expression, much like InterWiki does.\n"
  3.1967 +"\n"
  3.1968 +"To enable this extension, add the following lines to your hgrc:\n"
  3.1969 +"\n"
  3.1970 +"  [extensions]\n"
  3.1971 +"  interhg =\n"
  3.1972 +"\n"
  3.1973 +"A few example patterns (link to bug tracking, etc.):\n"
  3.1974 +"\n"
  3.1975 +"  [interhg]\n"
  3.1976 +"  issues = s!issue(\\d+)!<a href=\"http://bts/issue\\1\">issue\\1</a>!\n"
  3.1977 +"  bugzilla = s!((?:bug|b=|(?=#?\\d{4,}))(?:\\s*#?)(\\d+))!<a..=\\2\">\\1</a>!"
  3.1978 +"i\n"
  3.1979 +"  boldify = s!(^|\\s)#(\\d+)\\b! <b>#\\2</b>!\n"
  3.1980 +msgstr ""
  3.1981 +
  3.1982 +#, python-format
  3.1983 +msgid "interhg: invalid pattern for %s: %s\n"
  3.1984 +msgstr ""
  3.1985 +
  3.1986 +#, python-format
  3.1987 +msgid "interhg: invalid regexp for %s: %s\n"
  3.1988 +msgstr ""
  3.1989 +
  3.1990 +msgid ""
  3.1991 +"keyword expansion in tracked files\n"
  3.1992 +"\n"
  3.1993 +"This extension expands RCS/CVS-like or self-customized $Keywords$ in\n"
  3.1994 +"tracked text files selected by your configuration.\n"
  3.1995 +"\n"
  3.1996 +"Keywords are only expanded in local repositories and not stored in the\n"
  3.1997 +"change history. The mechanism can be regarded as a convenience for the\n"
  3.1998 +"current user or for archive distribution.\n"
  3.1999 +"\n"
  3.2000 +"Configuration is done in the [keyword] and [keywordmaps] sections of\n"
  3.2001 +"hgrc files.\n"
  3.2002 +"\n"
  3.2003 +"Example:\n"
  3.2004 +"\n"
  3.2005 +"    [keyword]\n"
  3.2006 +"    # expand keywords in every python file except those matching \"x*\"\n"
  3.2007 +"    **.py =\n"
  3.2008 +"    x*    = ignore\n"
  3.2009 +"\n"
  3.2010 +"Note: the more specific you are in your filename patterns\n"
  3.2011 +"      the less you lose speed in huge repositories.\n"
  3.2012 +"\n"
  3.2013 +"For [keywordmaps] template mapping and expansion demonstration and\n"
  3.2014 +"control run \"hg kwdemo\".\n"
  3.2015 +"\n"
  3.2016 +"An additional date template filter {date|utcdate} is provided.\n"
  3.2017 +"\n"
  3.2018 +"The default template mappings (view with \"hg kwdemo -d\") can be\n"
  3.2019 +"replaced with customized keywords and templates. Again, run \"hg\n"
  3.2020 +"kwdemo\" to control the results of your config changes.\n"
  3.2021 +"\n"
  3.2022 +"Before changing/disabling active keywords, run \"hg kwshrink\" to avoid\n"
  3.2023 +"the risk of inadvertently storing expanded keywords in the change\n"
  3.2024 +"history.\n"
  3.2025 +"\n"
  3.2026 +"To force expansion after enabling it, or a configuration change, run\n"
  3.2027 +"\"hg kwexpand\".\n"
  3.2028 +"\n"
  3.2029 +"Also, when committing with the record extension or using mq's qrecord,\n"
  3.2030 +"be aware that keywords cannot be updated. Again, run \"hg kwexpand\" on\n"
  3.2031 +"the files in question to update keyword expansions after all changes\n"
  3.2032 +"have been checked in.\n"
  3.2033 +"\n"
  3.2034 +"Expansions spanning more than one line and incremental expansions,\n"
  3.2035 +"like CVS' $Log$, are not supported. A keyword template map\n"
  3.2036 +"\"Log = {desc}\" expands to the first line of the changeset description.\n"
  3.2037 +msgstr ""
  3.2038 +
  3.2039 +#, python-format
  3.2040 +msgid "overwriting %s expanding keywords\n"
  3.2041 +msgstr ""
  3.2042 +
  3.2043 +#, python-format
  3.2044 +msgid "overwriting %s shrinking keywords\n"
  3.2045 +msgstr ""
  3.2046 +
  3.2047 +msgid "[keyword] patterns cannot match"
  3.2048 +msgstr ""
  3.2049 +
  3.2050 +msgid "no [keyword] patterns configured"
  3.2051 +msgstr ""
  3.2052 +
  3.2053 +msgid ""
  3.2054 +"print [keywordmaps] configuration and an expansion example\n"
  3.2055 +"\n"
  3.2056 +"    Show current, custom, or default keyword template maps and their\n"
  3.2057 +"    expansions.\n"
  3.2058 +"\n"
  3.2059 +"    Extend current configuration by specifying maps as arguments and\n"
  3.2060 +"    optionally by reading from an additional hgrc file.\n"
  3.2061 +"\n"
  3.2062 +"    Override current keyword template maps with \"default\" option.\n"
  3.2063 +"    "
  3.2064 +msgstr ""
  3.2065 +
  3.2066 +#, python-format
  3.2067 +msgid ""
  3.2068 +"\n"
  3.2069 +"\t%s\n"
  3.2070 +msgstr ""
  3.2071 +
  3.2072 +#, fuzzy, python-format
  3.2073 +msgid "creating temporary repository at %s\n"
  3.2074 +msgstr "δημιουργία αποθετηρίου για το queue"
  3.2075 +
  3.2076 +#, python-format
  3.2077 +msgid ""
  3.2078 +"\n"
  3.2079 +"%s keywords written to %s:\n"
  3.2080 +msgstr ""
  3.2081 +
  3.2082 +msgid "unhooked all commit hooks\n"
  3.2083 +msgstr ""
  3.2084 +
  3.2085 +#, python-format
  3.2086 +msgid ""
  3.2087 +"\n"
  3.2088 +"removing temporary repository %s\n"
  3.2089 +msgstr ""
  3.2090 +
  3.2091 +msgid ""
  3.2092 +"expand keywords in the working directory\n"
  3.2093 +"\n"
  3.2094 +"    Run after (re)enabling keyword expansion.\n"
  3.2095 +"\n"
  3.2096 +"    kwexpand refuses to run if given files contain local changes.\n"
  3.2097 +"    "
  3.2098 +msgstr ""
  3.2099 +
  3.2100 +msgid ""
  3.2101 +"print files currently configured for keyword expansion\n"
  3.2102 +"\n"
  3.2103 +"    Crosscheck which files in working directory are potential targets\n"
  3.2104 +"    for keyword expansion. That is, files matched by [keyword] config\n"
  3.2105 +"    patterns but not symlinks.\n"
  3.2106 +"    "
  3.2107 +msgstr ""
  3.2108 +
  3.2109 +msgid ""
  3.2110 +"revert expanded keywords in the working directory\n"
  3.2111 +"\n"
  3.2112 +"    Run before changing/disabling active keywords or if you experience\n"
  3.2113 +"    problems with \"hg import\" or \"hg merge\".\n"
  3.2114 +"\n"
  3.2115 +"    kwshrink refuses to run if given files contain local changes.\n"
  3.2116 +"    "
  3.2117 +msgstr ""
  3.2118 +
  3.2119 +msgid "show default keyword template maps"
  3.2120 +msgstr ""
  3.2121 +
  3.2122 +msgid "read maps from rcfile"
  3.2123 +msgstr ""
  3.2124 +
  3.2125 +msgid "hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]..."
  3.2126 +msgstr ""
  3.2127 +
  3.2128 +msgid "hg kwexpand [OPTION]... [FILE]..."
  3.2129 +msgstr ""
  3.2130 +
  3.2131 +msgid "show keyword status flags of all files"
  3.2132 +msgstr ""
  3.2133 +
  3.2134 +msgid "show files excluded from expansion"
  3.2135 +msgstr ""
  3.2136 +
  3.2137 +msgid "additionally show untracked files"
  3.2138 +msgstr ""
  3.2139 +
  3.2140 +msgid "hg kwfiles [OPTION]... [FILE]..."
  3.2141 +msgstr ""
  3.2142 +
  3.2143 +msgid "hg kwshrink [OPTION]... [FILE]..."
  3.2144 +msgstr ""
  3.2145 +
  3.2146 +#, fuzzy
  3.2147 +msgid ""
  3.2148 +"patch management and development\n"
  3.2149 +"\n"
  3.2150 +"This extension lets you work with a stack of patches in a Mercurial\n"
  3.2151 +"repository. It manages two stacks of patches - all known patches, and\n"
  3.2152 +"applied patches (subset of known patches).\n"
  3.2153 +"\n"
  3.2154 +"Known patches are represented as patch files in the .hg/patches\n"
  3.2155 +"directory. Applied patches are both patch files and changesets.\n"
  3.2156 +"\n"
  3.2157 +"Common tasks (use \"hg help command\" for more details):\n"
  3.2158 +"\n"
  3.2159 +"prepare repository to work with patches   qinit\n"
  3.2160 +"create new patch                          qnew\n"
  3.2161 +"import existing patch                     qimport\n"
  3.2162 +"\n"
  3.2163 +"print patch series                        qseries\n"
  3.2164 +"print applied patches                     qapplied\n"
  3.2165 +"print name of top applied patch           qtop\n"
  3.2166 +"\n"
  3.2167 +"add known patch to applied stack          qpush\n"
  3.2168 +"remove patch from applied stack           qpop\n"
  3.2169 +"refresh contents of top applied patch     qrefresh\n"
  3.2170 +msgstr ""
  3.2171 +"udvikling og håndtering af patches\n"
  3.2172 +"\n"
  3.2173 +"Denne udvidelse lader dig arbejde med en stak af patches i et\n"
  3.2174 +"Mercurial repository. Den håndterer to stakke af patches - alle kendte\n"
  3.2175 +"patches og alle anvendte patches (en delmængde af de kendte patches).\n"
  3.2176 +"\n"
  3.2177 +"Kendte patches er repræsenteret som patch-filer i .hg/patches\n"
  3.2178 +"biblioteket. Anvendte patches er både patch-filer og Mercurial\n"
  3.2179 +"ændringer.\n"
  3.2180 +"\n"
  3.2181 +"Almindelige opgaver (brug \"hg help kommado\" for flere detaljer):\n"
  3.2182 +"\n"
  3.2183 +"forbered repository til at arbejde med patches   qinit\n"
  3.2184 +"opret ny patch                                   qnew\n"
  3.2185 +"importer eksisterende patch                      qimport\n"
  3.2186 +"\n"
  3.2187 +"list patch-serien                                qseries\n"
  3.2188 +"list anvendte patches                            qapplied\n"
  3.2189 +"list navnet på den øverste patch                 qtop\n"
  3.2190 +"\n"
  3.2191 +"anvend og put patch på stakken                   qpush\n"
  3.2192 +"fjern patch fra stakken                          qpop\n"
  3.2193 +"genopfrisk indholdet af den øverste patch        qrefresh\n"
  3.2194 +
  3.2195 +#, python-format
  3.2196 +msgid "%s appears more than once in %s"
  3.2197 +msgstr ""
  3.2198 +
  3.2199 +msgid "guard cannot be an empty string"
  3.2200 +msgstr ""
  3.2201 +
  3.2202 +#, python-format
  3.2203 +msgid "guard %r starts with invalid character: %r"
  3.2204 +msgstr ""
  3.2205 +
  3.2206 +#, python-format
  3.2207 +msgid "invalid character in guard %r: %r"
  3.2208 +msgstr ""
  3.2209 +
  3.2210 +#, python-format
  3.2211 +msgid "active guards: %s\n"
  3.2212 +msgstr ""
  3.2213 +
  3.2214 +#, python-format
  3.2215 +msgid "guard %r too short"
  3.2216 +msgstr ""
  3.2217 +
  3.2218 +#, python-format
  3.2219 +msgid "guard %r starts with invalid char"
  3.2220 +msgstr ""
  3.2221 +
  3.2222 +#, python-format
  3.2223 +msgid "allowing %s - no guards in effect\n"
  3.2224 +msgstr ""
  3.2225 +
  3.2226 +#, python-format
  3.2227 +msgid "allowing %s - no matching negative guards\n"
  3.2228 +msgstr ""
  3.2229 +
  3.2230 +#, python-format
  3.2231 +msgid "allowing %s - guarded by %r\n"
  3.2232 +msgstr ""
  3.2233 +
  3.2234 +#, python-format
  3.2235 +msgid "skipping %s - guarded by %r\n"
  3.2236 +msgstr ""
  3.2237 +
  3.2238 +#, python-format
  3.2239 +msgid "skipping %s - no matching guards\n"
  3.2240 +msgstr ""
  3.2241 +
  3.2242 +#, python-format
  3.2243 +msgid "error removing undo: %s\n"
  3.2244 +msgstr ""
  3.2245 +
  3.2246 +#, python-format
  3.2247 +msgid "apply failed for patch %s"
  3.2248 +msgstr ""
  3.2249 +
  3.2250 +#, python-format
  3.2251 +msgid "patch didn't work out, merging %s\n"
  3.2252 +msgstr ""
  3.2253 +
  3.2254 +#, python-format
  3.2255 +msgid "update returned %d"
  3.2256 +msgstr ""
  3.2257 +
  3.2258 +msgid "repo commit failed"
  3.2259 +msgstr ""
  3.2260 +
  3.2261 +#, python-format
  3.2262 +msgid "unable to read %s"
  3.2263 +msgstr ""
  3.2264 +
  3.2265 +#, python-format
  3.2266 +msgid "patch %s does not exist\n"
  3.2267 +msgstr ""
  3.2268 +
  3.2269 +#, python-format
  3.2270 +msgid "patch %s is not applied\n"
  3.2271 +msgstr ""
  3.2272 +
  3.2273 +msgid "patch failed, unable to continue (try -v)\n"
  3.2274 +msgstr ""
  3.2275 +
  3.2276 +#, python-format
  3.2277 +msgid "applying %s\n"
  3.2278 +msgstr ""
  3.2279 +
  3.2280 +#, python-format
  3.2281 +msgid "Unable to read %s\n"
  3.2282 +msgstr ""
  3.2283 +
  3.2284 +#, python-format
  3.2285 +msgid "imported patch %s\n"
  3.2286 +msgstr ""
  3.2287 +
  3.2288 +#, python-format
  3.2289 +msgid ""
  3.2290 +"\n"
  3.2291 +"imported patch %s"
  3.2292 +msgstr ""
  3.2293 +
  3.2294 +#, python-format
  3.2295 +msgid "patch %s is empty\n"
  3.2296 +msgstr ""
  3.2297 +
  3.2298 +msgid "patch failed, rejects left in working dir\n"
  3.2299 +msgstr ""
  3.2300 +
  3.2301 +msgid "fuzz found when applying patch, stopping\n"
  3.2302 +msgstr ""
  3.2303 +
  3.2304 +#, python-format
  3.2305 +msgid "revision %d is not managed"
  3.2306 +msgstr ""
  3.2307 +
  3.2308 +#, python-format
  3.2309 +msgid "cannot delete revision %d above applied patches"
  3.2310 +msgstr ""
  3.2311 +
  3.2312 +msgid "qdelete requires at least one revision or patch name"
  3.2313 +msgstr ""
  3.2314 +
  3.2315 +#, python-format
  3.2316 +msgid "cannot delete applied patch %s"
  3.2317 +msgstr ""
  3.2318 +
  3.2319 +#, python-format
  3.2320 +msgid "patch %s not in series file"
  3.2321 +msgstr ""
  3.2322 +
  3.2323 +msgid "no patches applied"
  3.2324 +msgstr ""
  3.2325 +
  3.2326 +msgid "working directory revision is not qtip"
  3.2327 +msgstr ""
  3.2328 +
  3.2329 +msgid "local changes found, refresh first"
  3.2330 +msgstr ""
  3.2331 +
  3.2332 +msgid "local changes found"
  3.2333 +msgstr ""
  3.2334 +
  3.2335 +#, python-format
  3.2336 +msgid "\"%s\" cannot be used as the name of a patch"
  3.2337 +msgstr ""
  3.2338 +
  3.2339 +#, python-format
  3.2340 +msgid "patch \"%s\" already exists"
  3.2341 +msgstr ""
  3.2342 +
  3.2343 +#, python-format
  3.2344 +msgid "error unlinking %s\n"
  3.2345 +msgstr ""
  3.2346 +
  3.2347 +#, python-format
  3.2348 +msgid "patch name \"%s\" is ambiguous:\n"
  3.2349 +msgstr ""
  3.2350 +
  3.2351 +#, python-format
  3.2352 +msgid "patch %s not in series"
  3.2353 +msgstr ""
  3.2354 +
  3.2355 +#, fuzzy
  3.2356 +msgid "(working directory not at a head)\n"
  3.2357 +msgstr "χώρος εργασίας του %s"
  3.2358 +
  3.2359 +msgid "no patches in series\n"
  3.2360 +msgstr ""
  3.2361 +
  3.2362 +#, python-format
  3.2363 +msgid "cannot push to a previous patch: %s"
  3.2364 +msgstr ""
  3.2365 +
  3.2366 +#, python-format
  3.2367 +msgid "qpush: %s is already at the top\n"
  3.2368 +msgstr ""
  3.2369 +
  3.2370 +#, python-format
  3.2371 +msgid "guarded by %r"
  3.2372 +msgstr ""
  3.2373 +
  3.2374 +msgid "no matching guards"
  3.2375 +msgstr ""
  3.2376 +
  3.2377 +#, python-format
  3.2378 +msgid "cannot push '%s' - %s\n"
  3.2379 +msgstr ""
  3.2380 +
  3.2381 +msgid "all patches are currently applied\n"
  3.2382 +msgstr ""
  3.2383 +
  3.2384 +msgid "patch series already fully applied\n"
  3.2385 +msgstr ""
  3.2386 +
  3.2387 +msgid "cleaning up working directory..."
  3.2388 +msgstr ""
  3.2389 +
  3.2390 +#, python-format
  3.2391 +msgid "errors during apply, please fix and refresh %s\n"
  3.2392 +msgstr ""
  3.2393 +
  3.2394 +#, python-format
  3.2395 +msgid "now at: %s\n"
  3.2396 +msgstr "τώρα στο: %s\n"
  3.2397 +
  3.2398 +#, python-format
  3.2399 +msgid "patch %s is not applied"
  3.2400 +msgstr ""
  3.2401 +
  3.2402 +msgid "no patches applied\n"
  3.2403 +msgstr ""
  3.2404 +
  3.2405 +#, python-format
  3.2406 +msgid "qpop: %s is already at the top\n"
  3.2407 +msgstr ""
  3.2408 +
  3.2409 +msgid "qpop: forcing dirstate update\n"
  3.2410 +msgstr ""
  3.2411 +
  3.2412 +#, python-format
  3.2413 +msgid "trying to pop unknown node %s"
  3.2414 +msgstr ""
  3.2415 +
  3.2416 +msgid "popping would remove a revision not managed by this patch queue"
  3.2417 +msgstr ""
  3.2418 +
  3.2419 +msgid "deletions found between repo revs"
  3.2420 +msgstr ""
  3.2421 +
  3.2422 +msgid "patch queue now empty\n"
  3.2423 +msgstr ""
  3.2424 +
  3.2425 +msgid "cannot refresh a revision with children"
  3.2426 +msgstr ""
  3.2427 +
  3.2428 +msgid ""
  3.2429 +"refresh interrupted while patch was popped! (revert --all, qpush to "
  3.2430 +"recover)\n"
  3.2431 +msgstr ""
  3.2432 +
  3.2433 +msgid "patch queue directory already exists"
  3.2434 +msgstr ""
  3.2435 +
  3.2436 +#, python-format
  3.2437 +msgid "patch %s is not in series file"
  3.2438 +msgstr ""
  3.2439 +
  3.2440 +msgid "No saved patch data found\n"
  3.2441 +msgstr ""
  3.2442 +
  3.2443 +#, python-format
  3.2444 +msgid "restoring status: %s\n"
  3.2445 +msgstr ""
  3.2446 +
  3.2447 +msgid "save entry has children, leaving it alone\n"
  3.2448 +msgstr ""
  3.2449 +
  3.2450 +#, python-format
  3.2451 +msgid "removing save entry %s\n"
  3.2452 +msgstr ""
  3.2453 +
  3.2454 +#, python-format
  3.2455 +msgid "saved queue repository parents: %s %s\n"
  3.2456 +msgstr ""
  3.2457 +
  3.2458 +msgid "queue directory updating\n"
  3.2459 +msgstr ""
  3.2460 +
  3.2461 +msgid "Unable to load queue repository\n"
  3.2462 +msgstr ""
  3.2463 +
  3.2464 +msgid "save: no patches applied, exiting\n"
  3.2465 +msgstr ""
  3.2466 +
  3.2467 +msgid "status is already saved\n"
  3.2468 +msgstr ""
  3.2469 +
  3.2470 +msgid "hg patches saved state"
  3.2471 +msgstr ""
  3.2472 +
  3.2473 +msgid "repo commit failed\n"
  3.2474 +msgstr ""
  3.2475 +
  3.2476 +#, python-format
  3.2477 +msgid "patch %s is already in the series file"
  3.2478 +msgstr ""
  3.2479 +
  3.2480 +msgid "option \"-r\" not valid when importing files"
  3.2481 +msgstr ""
  3.2482 +
  3.2483 +msgid "option \"-n\" not valid when importing multiple patches"
  3.2484 +msgstr ""
  3.2485 +
  3.2486 +#, python-format
  3.2487 +msgid "revision %d is the root of more than one branch"
  3.2488 +msgstr ""
  3.2489 +
  3.2490 +#, python-format
  3.2491 +msgid "revision %d is already managed"
  3.2492 +msgstr ""
  3.2493 +
  3.2494 +#, python-format
  3.2495 +msgid "revision %d is not the parent of the queue"
  3.2496 +msgstr ""
  3.2497 +
  3.2498 +#, python-format
  3.2499 +msgid "revision %d has unmanaged children"
  3.2500 +msgstr ""
  3.2501 +
  3.2502 +#, python-format
  3.2503 +msgid "cannot import merge revision %d"
  3.2504 +msgstr ""
  3.2505 +
  3.2506 +#, python-format
  3.2507 +msgid "revision %d is not the parent of %d"
  3.2508 +msgstr ""
  3.2509 +
  3.2510 +msgid "-e is incompatible with import from -"
  3.2511 +msgstr ""
  3.2512 +
  3.2513 +#, python-format
  3.2514 +msgid "patch %s does not exist"
  3.2515 +msgstr ""
  3.2516 +
  3.2517 +msgid "need --name to import a patch from -"
  3.2518 +msgstr ""
  3.2519 +
  3.2520 +#, python-format
  3.2521 +msgid "adding %s to series file\n"
  3.2522 +msgstr ""
  3.2523 +
  3.2524 +msgid ""
  3.2525 +"remove patches from queue\n"
  3.2526 +"\n"
  3.2527 +"    The patches must not be applied, unless they are arguments to the\n"
  3.2528 +"    -r/--rev parameter. At least one patch or revision is required.\n"
  3.2529 +"\n"
  3.2530 +"    With --rev, mq will stop managing the named revisions (converting\n"
  3.2531 +"    them to regular Mercurial changesets). The qfinish command should\n"
  3.2532 +"    be used as an alternative for qdelete -r, as the latter option is\n"
  3.2533 +"    deprecated.\n"
  3.2534 +"\n"
  3.2535 +"    With -k/--keep, the patch files are preserved in the patch\n"
  3.2536 +"    directory."
  3.2537 +msgstr ""
  3.2538 +
  3.2539 +msgid "print the patches already applied"
  3.2540 +msgstr ""
  3.2541 +
  3.2542 +msgid "print the patches not yet applied"
  3.2543 +msgstr ""
  3.2544 +
  3.2545 +msgid ""
  3.2546 +"import a patch\n"
  3.2547 +"\n"
  3.2548 +"    The patch is inserted into the series after the last applied\n"
  3.2549 +"    patch. If no patches have been applied, qimport prepends the patch\n"
  3.2550 +"    to the series.\n"
  3.2551 +"\n"
  3.2552 +"    The patch will have the same name as its source file unless you\n"
  3.2553 +"    give it a new one with -n/--name.\n"
  3.2554 +"\n"
  3.2555 +"    You can register an existing patch inside the patch directory with\n"
  3.2556 +"    the -e/--existing flag.\n"
  3.2557 +"\n"
  3.2558 +"    With -f/--force, an existing patch of the same name will be\n"
  3.2559 +"    overwritten.\n"
  3.2560 +"\n"
  3.2561 +"    An existing changeset may be placed under mq control with -r/--rev\n"
  3.2562 +"    (e.g. qimport --rev tip -n patch will place tip under mq control).\n"
  3.2563 +"    With -g/--git, patches imported with --rev will use the git diff\n"
  3.2564 +"    format. See the diffs help topic for information on why this is\n"
  3.2565 +"    important for preserving rename/copy information and permission\n"
  3.2566 +"    changes.\n"
  3.2567 +"\n"
  3.2568 +"    To import a patch from standard input, pass - as the patch file.\n"
  3.2569 +"    When importing from standard input, a patch name must be specified\n"
  3.2570 +"    using the --name flag.\n"
  3.2571 +"    "
  3.2572 +msgstr ""
  3.2573 +
  3.2574 +msgid ""
  3.2575 +"init a new queue repository\n"
  3.2576 +"\n"
  3.2577 +"    The queue repository is unversioned by default. If\n"
  3.2578 +"    -c/--create-repo is specified, qinit will create a separate nested\n"
  3.2579 +"    repository for patches (qinit -c may also be run later to convert\n"
  3.2580 +"    an unversioned patch repository into a versioned one). You can use\n"
  3.2581 +"    qcommit to commit changes to this queue repository."
  3.2582 +msgstr ""
  3.2583 +
  3.2584 +msgid ""
  3.2585 +"clone main and patch repository at same time\n"
  3.2586 +"\n"
  3.2587 +"    If source is local, destination will have no patches applied. If\n"
  3.2588 +"    source is remote, this command can not check if patches are\n"
  3.2589 +"    applied in source, so cannot guarantee that patches are not\n"
  3.2590 +"    applied in destination. If you clone remote repository, be sure\n"
  3.2591 +"    before that it has no patches applied.\n"
  3.2592 +"\n"
  3.2593 +"    Source patch repository is looked for in <src>/.hg/patches by\n"
  3.2594 +"    default. Use -p <url> to change.\n"
  3.2595 +"\n"
  3.2596 +"    The patch directory must be a nested Mercurial repository, as\n"
  3.2597 +"    would be created by qinit -c.\n"
  3.2598 +"    "
  3.2599 +msgstr ""
  3.2600 +
  3.2601 +msgid "versioned patch repository not found (see qinit -c)"
  3.2602 +msgstr ""
  3.2603 +
  3.2604 +#, fuzzy
  3.2605 +msgid "cloning main repository\n"
  3.2606 +msgstr ""
  3.2607 +
  3.2608 +#, fuzzy
  3.2609 +msgid "cloning patch repository\n"
  3.2610 +msgstr "δε μπορεί να δημιουργηθεί ένα νέο αποθετήριο μέσω http"
  3.2611 +
  3.2612 +msgid "stripping applied patches from destination repository\n"
  3.2613 +msgstr ""
  3.2614 +
  3.2615 +#, fuzzy
  3.2616 +msgid "updating destination repository\n"
  3.2617 +msgstr ""
  3.2618 +
  3.2619 +msgid "commit changes in the queue repository"
  3.2620 +msgstr ""
  3.2621 +
  3.2622 +msgid "print the entire series file"
  3.2623 +msgstr ""
  3.2624 +
  3.2625 +msgid "print the name of the current patch"
  3.2626 +msgstr ""
  3.2627 +
  3.2628 +msgid "print the name of the next patch"
  3.2629 +msgstr ""
  3.2630 +
  3.2631 +msgid "all patches applied\n"
  3.2632 +msgstr "όλα τα patches έχουν εφαρμοστεί\n"
  3.2633 +
  3.2634 +msgid "print the name of the previous patch"
  3.2635 +msgstr "προβολή του ονόματος του προηγούμενου patch"
  3.2636 +
  3.2637 +msgid "only one patch applied\n"
  3.2638 +msgstr "μόνο ένα patch έχει εφαρμοστεί\n"
  3.2639 +
  3.2640 +msgid ""
  3.2641 +"create a new patch\n"
  3.2642 +"\n"
  3.2643 +"    qnew creates a new patch on top of the currently-applied patch (if\n"
  3.2644 +"    any). It will refuse to run if there are any outstanding changes\n"
  3.2645 +"    unless -f/--force is specified, in which case the patch will be\n"
  3.2646 +"    initialized with them. You may also use -I/--include,\n"
  3.2647 +"    -X/--exclude, and/or a list of files after the patch name to add\n"
  3.2648 +"    only changes to matching files to the new patch, leaving the rest\n"
  3.2649 +"    as uncommitted modifications.\n"
  3.2650 +"\n"
  3.2651 +"    -u/--user and -d/--date can be used to set the (given) user and\n"
  3.2652 +"    date, respectively. -U/--currentuser and -D/--currentdate set user\n"
  3.2653 +"    to current user and date to current date.\n"
  3.2654 +"\n"
  3.2655 +"    -e/--edit, -m/--message or -l/--logfile set the patch header as\n"
  3.2656 +"    well as the commit message. If none is specified, the header is\n"
  3.2657 +"    empty and the commit message is '[mq]: PATCH'.\n"
  3.2658 +"\n"
  3.2659 +"    Use the -g/--git option to keep the patch in the git extended diff\n"
  3.2660 +"    format. Read the diffs help topic for more information on why this\n"
  3.2661 +"    is important for preserving permission changes and copy/rename\n"
  3.2662 +"    information.\n"
  3.2663 +"    "
  3.2664 +msgstr ""
  3.2665 +
  3.2666 +msgid ""
  3.2667 +"update the current patch\n"
  3.2668 +"\n"
  3.2669 +"    If any file patterns are provided, the refreshed patch will\n"
  3.2670 +"    contain only the modifications that match those patterns; the\n"
  3.2671 +"    remaining modifications will remain in the working directory.\n"
  3.2672 +"\n"
  3.2673 +"    If -s/--short is specified, files currently included in the patch\n"
  3.2674 +"    will be refreshed just like matched files and remain in the patch.\n"
  3.2675 +"\n"
  3.2676 +"    hg add/remove/copy/rename work as usual, though you might want to\n"
  3.2677 +"    use git-style patches (-g/--git or [diff] git=1) to track copies\n"
  3.2678 +"    and renames. See the diffs help topic for more information on the\n"
  3.2679 +"    git diff format.\n"
  3.2680 +"    "
  3.2681 +msgstr ""
  3.2682 +
  3.2683 +msgid "option \"-e\" incompatible with \"-m\" or \"-l\""
  3.2684 +msgstr ""
  3.2685 +
  3.2686 +msgid ""
  3.2687 +"diff of the current patch and subsequent modifications\n"
  3.2688 +"\n"
  3.2689 +"    Shows a diff which includes the current patch as well as any\n"
  3.2690 +"    changes which have been made in the working directory since the\n"
  3.2691 +"    last refresh (thus showing what the current patch would become\n"
  3.2692 +"    after a qrefresh).\n"
  3.2693 +"\n"
  3.2694 +"    Use 'hg diff' if you only want to see the changes made since the\n"
  3.2695 +"    last qrefresh, or 'hg export qtip' if you want to see changes made\n"
  3.2696 +"    by the current patch without including changes made since the\n"
  3.2697 +"    qrefresh.\n"
  3.2698 +"    "
  3.2699 +msgstr ""
  3.2700 +
  3.2701 +msgid ""
  3.2702 +"fold the named patches into the current patch\n"
  3.2703 +"\n"
  3.2704 +"    Patches must not yet be applied. Each patch will be successively\n"
  3.2705 +"    applied to the current patch in the order given. If all the\n"
  3.2706 +"    patches apply successfully, the current patch will be refreshed\n"
  3.2707 +"    with the new cumulative patch, and the folded patches will be\n"
  3.2708 +"    deleted. With -k/--keep, the folded patch files will not be\n"
  3.2709 +"    removed afterwards.\n"
  3.2710 +"\n"
  3.2711 +"    The header for each folded patch will be concatenated with the\n"
  3.2712 +"    current patch header, separated by a line of '* * *'."
  3.2713 +msgstr ""
  3.2714 +
  3.2715 +msgid "qfold requires at least one patch name"
  3.2716 +msgstr ""
  3.2717 +
  3.2718 +msgid "No patches applied"
  3.2719 +msgstr ""
  3.2720 +
  3.2721 +#, python-format
  3.2722 +msgid "Skipping already folded patch %s"
  3.2723 +msgstr ""
  3.2724 +
  3.2725 +#, python-format
  3.2726 +msgid "qfold cannot fold already applied patch %s"
  3.2727 +msgstr ""
  3.2728 +
  3.2729 +#, python-format
  3.2730 +msgid "Error folding patch %s"
  3.2731 +msgstr ""
  3.2732 +
  3.2733 +msgid "push or pop patches until named patch is at top of stack"
  3.2734 +msgstr ""
  3.2735 +
  3.2736 +msgid ""
  3.2737 +"set or print guards for a patch\n"
  3.2738 +"\n"
  3.2739 +"    Guards control whether a patch can be pushed. A patch with no\n"
  3.2740 +"    guards is always pushed. A patch with a positive guard (\"+foo\") is\n"
  3.2741 +"    pushed only if the qselect command has activated it. A patch with\n"
  3.2742 +"    a negative guard (\"-foo\") is never pushed if the qselect command\n"
  3.2743 +"    has activated it.\n"
  3.2744 +"\n"
  3.2745 +"    With no arguments, print the currently active guards.\n"
  3.2746 +"    With arguments, set guards for the named patch.\n"
  3.2747 +"    NOTE: Specifying negative guards now requires '--'.\n"
  3.2748 +"\n"
  3.2749 +"    To set guards on another patch:\n"
  3.2750 +"      hg qguard -- other.patch +2.6.17 -stable\n"
  3.2751 +"    "
  3.2752 +msgstr ""
  3.2753 +
  3.2754 +msgid "cannot mix -l/--list with options or arguments"
  3.2755 +msgstr ""
  3.2756 +
  3.2757 +msgid "no patch to work with"
  3.2758 +msgstr ""
  3.2759 +
  3.2760 +#, python-format
  3.2761 +msgid "no patch named %s"
  3.2762 +msgstr ""
  3.2763 +
  3.2764 +msgid "print the header of the topmost or specified patch"
  3.2765 +msgstr ""
  3.2766 +
  3.2767 +msgid ""
  3.2768 +"push the next patch onto the stack\n"
  3.2769 +"\n"
  3.2770 +"    When -f/--force is applied, all local changes in patched files\n"
  3.2771 +"    will be lost.\n"
  3.2772 +"    "
  3.2773 +msgstr ""
  3.2774 +
  3.2775 +msgid "no saved queues found, please use -n\n"
  3.2776 +msgstr ""
  3.2777 +
  3.2778 +#, python-format
  3.2779 +msgid "merging with queue at: %s\n"
  3.2780 +msgstr ""
  3.2781 +
  3.2782 +msgid ""
  3.2783 +"pop the current patch off the stack\n"
  3.2784 +"\n"
  3.2785 +"    By default, pops off the top of the patch stack. If given a patch\n"
  3.2786 +"    name, keeps popping off patches until the named patch is at the\n"
  3.2787 +"    top of the stack.\n"
  3.2788 +"    "
  3.2789 +msgstr ""
  3.2790 +
  3.2791 +#, python-format
  3.2792 +msgid "using patch queue: %s\n"
  3.2793 +msgstr ""
  3.2794 +
  3.2795 +msgid ""
  3.2796 +"rename a patch\n"
  3.2797 +"\n"
  3.2798 +"    With one argument, renames the current patch to PATCH1.\n"
  3.2799 +"    With two arguments, renames PATCH1 to PATCH2."
  3.2800 +msgstr ""
  3.2801 +
  3.2802 +#, python-format
  3.2803 +msgid "%s already exists"
  3.2804 +msgstr ""
  3.2805 +
  3.2806 +#, python-format
  3.2807 +msgid "A patch named %s already exists in the series file"
  3.2808 +msgstr ""
  3.2809 +
  3.2810 +msgid "restore the queue state saved by a revision"
  3.2811 +msgstr ""
  3.2812 +
  3.2813 +msgid "save current queue state"
  3.2814 +msgstr ""
  3.2815 +
  3.2816 +#, python-format
  3.2817 +msgid "destination %s exists and is not a directory"
  3.2818 +msgstr ""
  3.2819 +
  3.2820 +#, python-format
  3.2821 +msgid "destination %s exists, use -f to force"
  3.2822 +msgstr ""
  3.2823 +
  3.2824 +#, python-format
  3.2825 +msgid "copy %s to %s\n"
  3.2826 +msgstr ""
  3.2827 +
  3.2828 +msgid ""
  3.2829 +"strip a revision and all its descendants from the repository\n"
  3.2830 +"\n"
  3.2831 +"    If one of the working directory's parent revisions is stripped, the\n"
  3.2832 +"    working directory will be updated to the parent of the stripped\n"
  3.2833 +"    revision.\n"
  3.2834 +"    "
  3.2835 +msgstr ""
  3.2836 +
  3.2837 +msgid ""
  3.2838 +"set or print guarded patches to push\n"
  3.2839 +"\n"
  3.2840 +"    Use the qguard command to set or print guards on patch, then use\n"
  3.2841 +"    qselect to tell mq which guards to use. A patch will be pushed if\n"
  3.2842 +"    it has no guards or any positive guards match the currently\n"
  3.2843 +"    selected guard, but will not be pushed if any negative guards\n"
  3.2844 +"    match the current guard. For example:\n"
  3.2845 +"\n"
  3.2846 +"        qguard foo.patch -stable    (negative guard)\n"
  3.2847 +"        qguard bar.patch +stable    (positive guard)\n"
  3.2848 +"        qselect stable\n"
  3.2849 +"\n"
  3.2850 +"    This activates the \"stable\" guard. mq will skip foo.patch (because\n"
  3.2851 +"    it has a negative match) but push bar.patch (because it has a\n"
  3.2852 +"    positive match).\n"
  3.2853 +"\n"
  3.2854 +"    With no arguments, prints the currently active guards.\n"
  3.2855 +"    With one argument, sets the active guard.\n"
  3.2856 +"\n"
  3.2857 +"    Use -n/--none to deactivate guards (no other arguments needed).\n"
  3.2858 +"    When no guards are active, patches with positive guards are\n"
  3.2859 +"    skipped and patches with negative guards are pushed.\n"
  3.2860 +"\n"
  3.2861 +"    qselect can change the guards on applied patches. It does not pop\n"
  3.2862 +"    guarded patches by default. Use --pop to pop back to the last\n"
  3.2863 +"    applied patch that is not guarded. Use --reapply (which implies\n"
  3.2864 +"    --pop) to push back to the current patch afterwards, but skip\n"
  3.2865 +"    guarded patches.\n"
  3.2866 +"\n"
  3.2867 +"    Use -s/--series to print a list of all guards in the series file\n"
  3.2868 +"    (no other arguments needed). Use -v for more information."
  3.2869 +msgstr ""
  3.2870 +
  3.2871 +msgid "guards deactivated\n"
  3.2872 +msgstr ""
  3.2873 +
  3.2874 +#, python-format
  3.2875 +msgid "number of unguarded, unapplied patches has changed from %d to %d\n"
  3.2876 +msgstr ""
  3.2877 +
  3.2878 +#, python-format
  3.2879 +msgid "number of guarded, applied patches has changed from %d to %d\n"
  3.2880 +msgstr ""
  3.2881 +
  3.2882 +msgid "guards in series file:\n"
  3.2883 +msgstr ""
  3.2884 +
  3.2885 +msgid "no guards in series file\n"
  3.2886 +msgstr ""
  3.2887 +
  3.2888 +msgid "active guards:\n"
  3.2889 +msgstr ""
  3.2890 +
  3.2891 +msgid "no active guards\n"
  3.2892 +msgstr ""
  3.2893 +
  3.2894 +msgid "popping guarded patches\n"
  3.2895 +msgstr ""
  3.2896 +
  3.2897 +msgid "reapplying unguarded patches\n"
  3.2898 +msgstr ""
  3.2899 +
  3.2900 +msgid ""
  3.2901 +"move applied patches into repository history\n"
  3.2902 +"\n"
  3.2903 +"    Finishes the specified revisions (corresponding to applied\n"
  3.2904 +"    patches) by moving them out of mq control into regular repository\n"
  3.2905 +"    history.\n"
  3.2906 +"\n"
  3.2907 +"    Accepts a revision range or the -a/--applied option. If --applied\n"
  3.2908 +"    is specified, all applied mq revisions are removed from mq\n"
  3.2909 +"    control. Otherwise, the given revisions must be at the base of the\n"
  3.2910 +"    stack of applied patches.\n"
  3.2911 +"\n"
  3.2912 +"    This can be especially useful if your changes have been applied to\n"
  3.2913 +"    an upstream repository, or if you are about to push your changes\n"
  3.2914 +"    to upstream.\n"
  3.2915 +"    "
  3.2916 +msgstr ""
  3.2917 +
  3.2918 +msgid "no revisions specified"
  3.2919 +msgstr ""
  3.2920 +
  3.2921 +msgid "cannot commit over an applied mq patch"
  3.2922 +msgstr ""
  3.2923 +
  3.2924 +msgid "source has mq patches applied"
  3.2925 +msgstr ""
  3.2926 +
  3.2927 +#, python-format
  3.2928 +msgid "mq status file refers to unknown node %s\n"
  3.2929 +msgstr ""
  3.2930 +
  3.2931 +#, python-format
  3.2932 +msgid "Tag %s overrides mq patch of the same name\n"
  3.2933 +msgstr ""
  3.2934 +
  3.2935 +msgid "cannot import over an applied patch"
  3.2936 +msgstr ""
  3.2937 +
  3.2938 +msgid "print first line of patch header"
  3.2939 +msgstr ""
  3.2940 +
  3.2941 +msgid "hg qapplied [-s] [PATCH]"
  3.2942 +msgstr ""
  3.2943 +
  3.2944 +msgid "use pull protocol to copy metadata"
  3.2945 +msgstr ""
  3.2946 +
  3.2947 +msgid "do not update the new working directories"
  3.2948 +msgstr ""
  3.2949 +
  3.2950 +msgid "use uncompressed transfer (fast over LAN)"
  3.2951 +msgstr ""
  3.2952 +
  3.2953 +#, fuzzy
  3.2954 +msgid "location of source patch repository"
  3.2955 +msgstr "δε μπορεί να δημιουργηθεί ένα νέο αποθετήριο μέσω http"
  3.2956 +
  3.2957 +msgid "hg qclone [OPTION]... SOURCE [DEST]"
  3.2958 +msgstr ""
  3.2959 +
  3.2960 +msgid "hg qcommit [OPTION]... [FILE]..."
  3.2961 +msgstr ""
  3.2962 +
  3.2963 +msgid "hg qdiff [OPTION]... [FILE]..."
  3.2964 +msgstr ""
  3.2965 +
  3.2966 +msgid "keep patch file"
  3.2967 +msgstr ""
  3.2968 +
  3.2969 +msgid "stop managing a revision"
  3.2970 +msgstr ""
  3.2971 +
  3.2972 +msgid "hg qdelete [-k] [-r REV]... [PATCH]..."
  3.2973 +msgstr ""
  3.2974 +
  3.2975 +msgid "edit patch header"
  3.2976 +msgstr ""
  3.2977 +
  3.2978 +msgid "keep folded patch files"
  3.2979 +msgstr ""
  3.2980 +
  3.2981 +msgid "hg qfold [-e] [-k] [-m TEXT] [-l FILE] PATCH..."
  3.2982 +msgstr ""
  3.2983 +
  3.2984 +msgid "overwrite any local changes"
  3.2985 +msgstr ""
  3.2986 +
  3.2987 +msgid "hg qgoto [OPTION]... PATCH"
  3.2988 +msgstr ""
  3.2989 +
  3.2990 +msgid "list all patches and guards"
  3.2991 +msgstr ""
  3.2992 +
  3.2993 +msgid "drop all guards"
  3.2994 +msgstr ""
  3.2995 +
  3.2996 +msgid "hg qguard [-l] [-n] -- [PATCH] [+GUARD]... [-GUARD]..."
  3.2997 +msgstr ""
  3.2998 +
  3.2999 +msgid "hg qheader [PATCH]"
  3.3000 +msgstr ""
  3.3001 +
  3.3002 +msgid "import file in patch directory"
  3.3003 +msgstr ""
  3.3004 +
  3.3005 +#, fuzzy
  3.3006 +msgid "name of patch file"
  3.3007 +msgstr ""
  3.3008 +
  3.3009 +msgid "overwrite existing files"
  3.3010 +msgstr ""
  3.3011 +
  3.3012 +msgid "place existing revisions under mq control"
  3.3013 +msgstr ""
  3.3014 +
  3.3015 +msgid "use git extended diff format"
  3.3016 +msgstr "χρήση των επεκτάσεων του git για τα αρχεία diff"
  3.3017 +
  3.3018 +msgid "qpush after importing"
  3.3019 +msgstr ""
  3.3020 +
  3.3021 +msgid "hg qimport [-e] [-n NAME] [-f] [-g] [-P] [-r REV]... FILE..."
  3.3022 +msgstr ""
  3.3023 +
  3.3024 +msgid "create queue repository"
  3.3025 +msgstr "δημιουργία αποθετηρίου για το queue"
  3.3026 +
  3.3027 +msgid "hg qinit [-c]"
  3.3028 +msgstr ""
  3.3029 +
  3.3030 +msgid "import uncommitted changes into patch"
  3.3031 +msgstr "ενσωμάτωση τοπικών αλλαγών στο patch"
  3.3032 +
  3.3033 +msgid "add \"From: <current user>\" to patch"
  3.3034 +msgstr ""
  3.3035 +
  3.3036 +msgid "add \"From: <given user>\" to patch"
  3.3037 +msgstr ""
  3.3038 +
  3.3039 +msgid "add \"Date: <current date>\" to patch"
  3.3040 +msgstr ""
  3.3041 +
  3.3042 +msgid "add \"Date: <given date>\" to patch"
  3.3043 +msgstr ""
  3.3044 +
  3.3045 +msgid "hg qnew [-e] [-m TEXT] [-l FILE] [-f] PATCH [FILE]..."
  3.3046 +msgstr ""
  3.3047 +
  3.3048 +msgid "hg qnext [-s]"
  3.3049 +msgstr ""
  3.3050 +
  3.3051 +msgid "hg qprev [-s]"
  3.3052 +msgstr ""
  3.3053 +
  3.3054 +msgid "pop all patches"
  3.3055 +msgstr "αφαίρεση όλων των patches"
  3.3056 +
  3.3057 +msgid "queue name to pop"
  3.3058 +msgstr ""
  3.3059 +
  3.3060 +msgid "forget any local changes"
  3.3061 +msgstr "ακύρωση όλων των τοπικών αλλαγών"
  3.3062 +
  3.3063 +msgid "hg qpop [-a] [-n NAME] [-f] [PATCH | INDEX]"
  3.3064 +msgstr ""
  3.3065 +
  3.3066 +msgid "apply if the patch has rejects"
  3.3067 +msgstr ""
  3.3068 +
  3.3069 +msgid "list patch name in commit text"
  3.3070 +msgstr ""
  3.3071 +
  3.3072 +msgid "apply all patches"
  3.3073 +msgstr ""
  3.3074 +
  3.3075 +msgid "merge from another queue"
  3.3076 +msgstr ""
  3.3077 +
  3.3078 +msgid "merge queue name"
  3.3079 +msgstr ""
  3.3080 +
  3.3081 +msgid "hg qpush [-f] [-l] [-a] [-m] [-n NAME] [PATCH | INDEX]"
  3.3082 +msgstr ""
  3.3083 +
  3.3084 +msgid "refresh only files already in the patch and specified files"
  3.3085 +msgstr ""
  3.3086 +
  3.3087 +msgid "add/update \"From: <current user>\" in patch"
  3.3088 +msgstr ""
  3.3089 +
  3.3090 +msgid "add/update \"From: <given user>\" in patch"
  3.3091 +msgstr ""
  3.3092 +
  3.3093 +msgid "update \"Date: <current date>\" in patch (if present)"
  3.3094 +msgstr ""
  3.3095 +
  3.3096 +msgid "update \"Date: <given date>\" in patch (if present)"
  3.3097 +msgstr ""
  3.3098 +
  3.3099 +msgid "hg qrefresh [-I] [-X] [-e] [-m TEXT] [-l FILE] [-s] [FILE]..."
  3.3100 +msgstr ""
  3.3101 +
  3.3102 +msgid "hg qrename PATCH1 [PATCH2]"
  3.3103 +msgstr ""
  3.3104 +
  3.3105 +msgid "delete save entry"
  3.3106 +msgstr ""
  3.3107 +
  3.3108 +#, fuzzy
  3.3109 +msgid "update queue working directory"
  3.3110 +msgstr "χώρος εργασίας του %s"
  3.3111 +
  3.3112 +msgid "hg qrestore [-d] [-u] REV"
  3.3113 +msgstr ""
  3.3114 +
  3.3115 +msgid "copy patch directory"
  3.3116 +msgstr ""
  3.3117 +
  3.3118 +msgid "copy directory name"
  3.3119 +msgstr ""
  3.3120 +
  3.3121 +msgid "clear queue status file"
  3.3122 +msgstr ""
  3.3123 +
  3.3124 +msgid "force copy"
  3.3125 +msgstr ""
  3.3126 +
  3.3127 +msgid "hg qsave [-m TEXT] [-l FILE] [-c] [-n NAME] [-e] [-f]"
  3.3128 +msgstr ""
  3.3129 +
  3.3130 +msgid "disable all guards"
  3.3131 +msgstr ""
  3.3132 +
  3.3133 +msgid "list all guards in series file"
  3.3134 +msgstr ""
  3.3135 +
  3.3136 +msgid "pop to before first guarded applied patch"
  3.3137 +msgstr ""
  3.3138 +
  3.3139 +msgid "pop, then reapply patches"
  3.3140 +msgstr ""
  3.3141 +
  3.3142 +msgid "hg qselect [OPTION]... [GUARD]..."
  3.3143 +msgstr ""
  3.3144 +
  3.3145 +msgid "print patches not in series"
  3.3146 +msgstr ""
  3.3147 +
  3.3148 +msgid "hg qseries [-ms]"
  3.3149 +msgstr ""
  3.3150 +
  3.3151 +msgid "force removal with local changes"
  3.3152 +msgstr ""
  3.3153 +
  3.3154 +msgid "bundle unrelated changesets"
  3.3155 +msgstr ""
  3.3156 +
  3.3157 +msgid "no backups"
  3.3158 +msgstr ""
  3.3159 +
  3.3160 +msgid "hg strip [-f] [-b] [-n] REV"
  3.3161 +msgstr ""
  3.3162 +
  3.3163 +msgid "hg qtop [-s]"
  3.3164 +msgstr ""
  3.3165 +
  3.3166 +msgid "hg qunapplied [-s] [PATCH]"
  3.3167 +msgstr ""
  3.3168 +
  3.3169 +msgid "finish all applied changesets"
  3.3170 +msgstr ""
  3.3171 +
  3.3172 +msgid "hg qfinish [-a] [REV...]"
  3.3173 +msgstr ""
  3.3174 +
  3.3175 +msgid ""
  3.3176 +"hook extension to email notifications on commits/pushes\n"
  3.3177 +"\n"
  3.3178 +"Subscriptions can be managed through hgrc. Default mode is to print\n"
  3.3179 +"messages to stdout, for testing and configuring.\n"
  3.3180 +"\n"
  3.3181 +"To use, configure notify extension and enable in hgrc like this:\n"
  3.3182 +"\n"
  3.3183 +"   [extensions]\n"
  3.3184 +"   hgext.notify =\n"
  3.3185 +"\n"
  3.3186 +"   [hooks]\n"
  3.3187 +"   # one email for each incoming changeset\n"
  3.3188 +"   incoming.notify = python:hgext.notify.hook\n"
  3.3189 +"   # batch emails when many changesets incoming at one time\n"
  3.3190 +"   changegroup.notify = python:hgext.notify.hook\n"
  3.3191 +"\n"
  3.3192 +"   [notify]\n"
  3.3193 +"   # config items go in here\n"
  3.3194 +"\n"
  3.3195 +" config items:\n"
  3.3196 +"\n"
  3.3197 +" REQUIRED:\n"
  3.3198 +"   config = /path/to/file # file containing subscriptions\n"
  3.3199 +"\n"
  3.3200 +" OPTIONAL:\n"
  3.3201 +"   test = True            # print messages to stdout for testing\n"
  3.3202 +"   strip = 3              # number of slashes to strip for url paths\n"
  3.3203 +"   domain = example.com   # domain to use if committer missing domain\n"
  3.3204 +"   style = ...            # style file to use when formatting email\n"
  3.3205 +"   template = ...         # template to use when formatting email\n"
  3.3206 +"   incoming = ...         # template to use when run as incoming hook\n"
  3.3207 +"   changegroup = ...      # template when run as changegroup hook\n"
  3.3208 +"   maxdiff = 300          # max lines of diffs to include (0=none, -1=all)\n"
  3.3209 +"   maxsubject = 67        # truncate subject line longer than this\n"
  3.3210 +"   diffstat = True        # add a diffstat before the diff content\n"
  3.3211 +"   sources = serve        # notify if source of incoming changes in this "
  3.3212 +"list\n"
  3.3213 +"                          # (serve == ssh or http, push, pull, bundle)\n"
  3.3214 +"   [email]\n"
  3.3215 +"   from = user@host.com   # email address to send as if none given\n"
  3.3216 +"   [web]\n"
  3.3217 +"   baseurl = http://hgserver/... # root of hg web site for browsing commits\n"
  3.3218 +"\n"
  3.3219 +" notify config file has same format as regular hgrc. it has two\n"
  3.3220 +" sections so you can express subscriptions in whatever way is handier\n"
  3.3221 +" for you.\n"
  3.3222 +"\n"
  3.3223 +"   [usersubs]\n"
  3.3224 +"   # key is subscriber email, value is \",\"-separated list of glob "
  3.3225 +"patterns\n"
  3.3226 +"   user@host = pattern\n"
  3.3227 +"\n"
  3.3228 +"   [reposubs]\n"
  3.3229 +"   # key is glob pattern, value is \",\"-separated list of subscriber "
  3.3230 +"emails\n"
  3.3231 +"   pattern = user@host\n"
  3.3232 +"\n"
  3.3233 +" glob patterns are matched against path to repository root.\n"
  3.3234 +"\n"
  3.3235 +" if you like, you can put notify config file in repository that users\n"
  3.3236 +" can push changes to, they can manage their own subscriptions."
  3.3237 +msgstr ""
  3.3238 +
  3.3239 +#, python-format
  3.3240 +msgid "%s: %d new changesets"
  3.3241 +msgstr ""
  3.3242 +
  3.3243 +#, python-format
  3.3244 +msgid "notify: sending %d subscribers %d changes\n"
  3.3245 +msgstr ""
  3.3246 +
  3.3247 +#, python-format
  3.3248 +msgid ""
  3.3249 +"\n"
  3.3250 +"diffs (truncated from %d to %d lines):\n"
  3.3251 +"\n"
  3.3252 +msgstr ""
  3.3253 +
  3.3254 +#, python-format
  3.3255 +msgid ""
  3.3256 +"\n"
  3.3257 +"diffs (%d lines):\n"
  3.3258 +"\n"
  3.3259 +msgstr ""
  3.3260 +
  3.3261 +#, python-format
  3.3262 +msgid "notify: no subscribers to repository %s\n"
  3.3263 +msgstr ""
  3.3264 +
  3.3265 +#, python-format
  3.3266 +msgid "notify: changes have source \"%s\" - skipping\n"
  3.3267 +msgstr ""
  3.3268 +
  3.3269 +msgid ""
  3.3270 +"browse command output with external pager\n"
  3.3271 +"\n"
  3.3272 +"To set the pager that should be used, set the application variable:\n"
  3.3273 +"\n"
  3.3274 +"  [pager]\n"
  3.3275 +"  pager = LESS='FSRX' less\n"
  3.3276 +"\n"
  3.3277 +"If no pager is set, the pager extensions uses the environment variable\n"
  3.3278 +"$PAGER. If neither pager.pager, nor $PAGER is set, no pager is used.\n"
  3.3279 +"\n"
  3.3280 +"If you notice \"BROKEN PIPE\" error messages, you can disable them by\n"
  3.3281 +"setting:\n"
  3.3282 +"\n"
  3.3283 +"  [pager]\n"
  3.3284 +"  quiet = True\n"
  3.3285 +"\n"
  3.3286 +"You can disable the pager for certain commands by adding them to the\n"
  3.3287 +"pager.ignore list:\n"
  3.3288 +"\n"
  3.3289 +"  [pager]\n"
  3.3290 +"  ignore = version, help, update\n"
  3.3291 +"\n"
  3.3292 +"You can also enable the pager only for certain commands using\n"
  3.3293 +"pager.attend:\n"
  3.3294 +"\n"
  3.3295 +"  [pager]\n"
  3.3296 +"  attend = log\n"
  3.3297 +"\n"
  3.3298 +"If pager.attend is present, pager.ignore will be ignored.\n"
  3.3299 +"\n"
  3.3300 +"To ignore global commands like \"hg version\" or \"hg help\", you have to\n"
  3.3301 +"specify them in the global .hgrc\n"
  3.3302 +msgstr ""
  3.3303 +
  3.3304 +msgid ""
  3.3305 +"use suffixes to refer to ancestor revisions\n"
  3.3306 +"\n"
  3.3307 +"This extension allows you to use git-style suffixes to refer to the\n"
  3.3308 +"ancestors of a specific revision.\n"
  3.3309 +"\n"
  3.3310 +"For example, if you can refer to a revision as \"foo\", then:\n"
  3.3311 +"\n"
  3.3312 +"- foo^N = Nth parent of foo\n"
  3.3313 +"  foo^0 = foo\n"
  3.3314 +"  foo^1 = first parent of foo\n"
  3.3315 +"  foo^2 = second parent of foo\n"
  3.3316 +"  foo^  = foo^1\n"
  3.3317 +"\n"
  3.3318 +"- foo~N = Nth first grandparent of foo\n"
  3.3319 +"  foo~0 = foo\n"
  3.3320 +"  foo~1 = foo^1 = foo^ = first parent of foo\n"
  3.3321 +"  foo~2 = foo^1^1 = foo^^ = first parent of first parent of foo\n"
  3.3322 +msgstr ""
  3.3323 +
  3.3324 +msgid ""
  3.3325 +"sending Mercurial changesets as a series of patch emails\n"
  3.3326 +"\n"
  3.3327 +"The series is started off with a \"[PATCH 0 of N]\" introduction, which\n"
  3.3328 +"describes the series as a whole.\n"
  3.3329 +"\n"
  3.3330 +"Each patch email has a Subject line of \"[PATCH M of N] ...\", using the\n"
  3.3331 +"first line of the changeset description as the subject text. The\n"
  3.3332 +"message contains two or three body parts:\n"
  3.3333 +"\n"
  3.3334 +"  The changeset description.\n"
  3.3335 +"\n"
  3.3336 +"  [Optional] The result of running diffstat on the patch.\n"
  3.3337 +"\n"
  3.3338 +"  The patch itself, as generated by \"hg export\".\n"
  3.3339 +"\n"
  3.3340 +"Each message refers to the first in the series using the In-Reply-To\n"
  3.3341 +"and References headers, so they will show up as a sequence in threaded\n"
  3.3342 +"mail and news readers, and in mail archives.\n"
  3.3343 +"\n"
  3.3344 +"With the -d/--diffstat option, you will be prompted for each changeset\n"
  3.3345 +"with a diffstat summary and the changeset summary, so you can be sure\n"
  3.3346 +"you are sending the right changes.\n"
  3.3347 +"\n"
  3.3348 +"To enable this extension:\n"
  3.3349 +"\n"
  3.3350 +"  [extensions]\n"
  3.3351 +"  hgext.patchbomb =\n"
  3.3352 +"\n"
  3.3353 +"To configure other defaults, add a section like this to your hgrc\n"
  3.3354 +"file:\n"
  3.3355 +"\n"
  3.3356 +"  [email]\n"
  3.3357 +"  from = My Name <my@email>\n"
  3.3358 +"  to = recipient1, recipient2, ...\n"
  3.3359 +"  cc = cc1, cc2, ...\n"
  3.3360 +"  bcc = bcc1, bcc2, ...\n"
  3.3361 +"\n"
  3.3362 +"Then you can use the \"hg email\" command to mail a series of changesets\n"
  3.3363 +"as a patchbomb.\n"
  3.3364 +"\n"
  3.3365 +"To avoid sending patches prematurely, it is a good idea to first run\n"
  3.3366 +"the \"email\" command with the \"-n\" option (test only). You will be\n"
  3.3367 +"prompted for an email recipient address, a subject and an introductory\n"
  3.3368 +"message describing the patches of your patchbomb. Then when all is\n"
  3.3369 +"done, patchbomb messages are displayed. If the PAGER environment\n"
  3.3370 +"variable is set, your pager will be fired up once for each patchbomb\n"
  3.3371 +"message, so you can verify everything is alright.\n"
  3.3372 +"\n"
  3.3373 +"The -m/--mbox option is also very useful. Instead of previewing each\n"
  3.3374 +"patchbomb message in a pager or sending the messages directly, it will\n"
  3.3375 +"create a UNIX mailbox file with the patch emails. This mailbox file\n"
  3.3376 +"can be previewed with any mail user agent which supports UNIX mbox\n"
  3.3377 +"files, e.g. with mutt:\n"
  3.3378 +"\n"
  3.3379 +"  % mutt -R -f mbox\n"
  3.3380 +"\n"
  3.3381 +"When you are previewing the patchbomb messages, you can use `formail'\n"
  3.3382 +"(a utility that is commonly installed as part of the procmail\n"
  3.3383 +"package), to send each message out:\n"
  3.3384 +"\n"
  3.3385 +"  % formail -s sendmail -bm -t < mbox\n"
  3.3386 +"\n"
  3.3387 +"That should be all. Now your patchbomb is on its way out.\n"
  3.3388 +"\n"
  3.3389 +"You can also either configure the method option in the email section\n"
  3.3390 +"to be a sendmail compatible mailer or fill out the [smtp] section so\n"
  3.3391 +"that the patchbomb extension can automatically send patchbombs\n"
  3.3392 +"directly from the commandline. See the [email] and [smtp] sections in\n"
  3.3393 +"hgrc(5) for details."
  3.3394 +msgstr ""
  3.3395 +
  3.3396 +msgid "Please enter a valid value.\n"
  3.3397 +msgstr ""
  3.3398 +
  3.3399 +msgid "does the diffstat above look okay? "
  3.3400 +msgstr ""
  3.3401 +
  3.3402 +msgid "diffstat rejected"
  3.3403 +msgstr ""
  3.3404 +
  3.3405 +msgid ""
  3.3406 +"send changesets by email\n"
  3.3407 +"\n"
  3.3408 +"    By default, diffs are sent in the format generated by hg export,\n"
  3.3409 +"    one per message. The series starts with a \"[PATCH 0 of N]\"\n"
  3.3410 +"    introduction, which describes the series as a whole.\n"
  3.3411 +"\n"
  3.3412 +"    Each patch email has a Subject line of \"[PATCH M of N] ...\", using\n"
  3.3413 +"    the first line of the changeset description as the subject text.\n"
  3.3414 +"    The message contains two or three parts. First, the changeset\n"
  3.3415 +"    description. Next, (optionally) if the diffstat program is\n"
  3.3416 +"    installed and -d/--diffstat is used, the result of running\n"
  3.3417 +"    diffstat on the patch. Finally, the patch itself, as generated by\n"
  3.3418 +"    \"hg export\".\n"
  3.3419 +"\n"
  3.3420 +"    By default the patch is included as text in the email body for\n"
  3.3421 +"    easy reviewing. Using the -a/--attach option will instead create\n"
  3.3422 +"    an attachment for the patch. With -i/--inline an inline attachment\n"
  3.3423 +"    will be created.\n"
  3.3424 +"\n"
  3.3425 +"    With -o/--outgoing, emails will be generated for patches not found\n"
  3.3426 +"    in the destination repository (or only those which are ancestors\n"
  3.3427 +"    of the specified revisions if any are provided)\n"
  3.3428 +"\n"
  3.3429 +"    With -b/--bundle, changesets are selected as for --outgoing, but a\n"
  3.3430 +"    single email containing a binary Mercurial bundle as an attachment\n"
  3.3431 +"    will be sent.\n"
  3.3432 +"\n"
  3.3433 +"    Examples:\n"
  3.3434 +"\n"
  3.3435 +"    hg email -r 3000          # send patch 3000 only\n"
  3.3436 +"    hg email -r 3000 -r 3001  # send patches 3000 and 3001\n"
  3.3437 +"    hg email -r 3000:3005     # send patches 3000 through 3005\n"
  3.3438 +"    hg email 3000             # send patch 3000 (deprecated)\n"
  3.3439 +"\n"
  3.3440 +"    hg email -o               # send all patches not in default\n"
  3.3441 +"    hg email -o DEST          # send all patches not in DEST\n"
  3.3442 +"    hg email -o -r 3000       # send all ancestors of 3000 not in default\n"
  3.3443 +"    hg email -o -r 3000 DEST  # send all ancestors of 3000 not in DEST\n"
  3.3444 +"\n"
  3.3445 +"    hg email -b               # send bundle of all patches not in default\n"
  3.3446 +"    hg email -b DEST          # send bundle of all patches not in DEST\n"
  3.3447 +"    hg email -b -r 3000       # bundle of all ancestors of 3000 not in "
  3.3448 +"default\n"
  3.3449 +"    hg email -b -r 3000 DEST  # bundle of all ancestors of 3000 not in DEST\n"
  3.3450 +"\n"
  3.3451 +"    Before using this command, you will need to enable email in your\n"
  3.3452 +"    hgrc. See the [email] section in hgrc(5) for details.\n"
  3.3453 +"    "
  3.3454 +msgstr ""
  3.3455 +
  3.3456 +msgid "specify at least one changeset with -r or -o"
  3.3457 +msgstr "ορίστε τουλάχιστον μια αλλαγή με -r ή -o"
  3.3458 +
  3.3459 +msgid "--outgoing mode always on with --bundle; do not re-specify --outgoing"
  3.3460 +msgstr ""
  3.3461 +
  3.3462 +msgid "too many destinations"
  3.3463 +msgstr "πολύ μεγάλος αριθμός παραληπτών"
  3.3464 +
  3.3465 +msgid "use only one form to specify the revision"
  3.3466 +msgstr ""
  3.3467 +
  3.3468 +msgid ""
  3.3469 +"\n"
  3.3470 +"Write the introductory message for the patch series.\n"
  3.3471 +"\n"
  3.3472 +msgstr ""
  3.3473 +
  3.3474 +#, python-format
  3.3475 +msgid ""
  3.3476 +"This patch series consists of %d patches.\n"
  3.3477 +"\n"
  3.3478 +msgstr ""
  3.3479 +
  3.3480 +msgid "Final summary:\n"
  3.3481 +msgstr ""
  3.3482 +
  3.3483 +msgid "Displaying "
  3.3484 +msgstr ""
  3.3485 +
  3.3486 +msgid "Writing "
  3.3487 +msgstr ""
  3.3488 +
  3.3489 +msgid "Sending "
  3.3490 +msgstr ""
  3.3491 +
  3.3492 +msgid "send patches as attachments"
  3.3493 +msgstr ""
  3.3494 +
  3.3495 +msgid "send patches as inline attachments"
  3.3496 +msgstr ""
  3.3497 +
  3.3498 +msgid "email addresses of blind carbon copy recipients"
  3.3499 +msgstr ""
  3.3500 +
  3.3501 +msgid "email addresses of copy recipients"
  3.3502 +msgstr ""
  3.3503 +
  3.3504 +msgid "add diffstat output to messages"
  3.3505 +msgstr ""
  3.3506 +
  3.3507 +msgid "use the given date as the sending date"
  3.3508 +msgstr ""
  3.3509 +
  3.3510 +msgid "use the given file as the series description"
  3.3511 +msgstr ""
  3.3512 +
  3.3513 +msgid "email address of sender"
  3.3514 +msgstr ""
  3.3515 +
  3.3516 +msgid "print messages that would be sent"
  3.3517 +msgstr ""
  3.3518 +
  3.3519 +msgid "write messages to mbox file instead of sending them"
  3.3520 +msgstr ""
  3.3521 +
  3.3522 +msgid "subject of first message (intro or single patch)"
  3.3523 +msgstr ""
  3.3524 +
  3.3525 +msgid "message identifier to reply to"
  3.3526 +msgstr ""
  3.3527 +
  3.3528 +msgid "email addresses of recipients"
  3.3529 +msgstr ""
  3.3530 +
  3.3531 +msgid "omit hg patch header"
  3.3532 +msgstr ""
  3.3533 +
  3.3534 +msgid "send changes not found in the target repository"
  3.3535 +msgstr ""
  3.3536 +
  3.3537 +msgid "send changes not in target as a binary bundle"
  3.3538 +msgstr ""
  3.3539 +
  3.3540 +msgid "name of the bundle attachment file"
  3.3541 +msgstr ""
  3.3542 +
  3.3543 +msgid "a revision to send"
  3.3544 +msgstr ""
  3.3545 +
  3.3546 +msgid "run even when remote repository is unrelated (with -b/--bundle)"
  3.3547 +msgstr ""
  3.3548 +
  3.3549 +msgid "a base changeset to specify instead of a destination (with -b/--bundle)"
  3.3550 +msgstr ""
  3.3551 +
  3.3552 +msgid "send an introduction email for a single patch"
  3.3553 +msgstr ""
  3.3554 +
  3.3555 +msgid "hg email [OPTION]... [DEST]..."
  3.3556 +msgstr ""
  3.3557 +
  3.3558 +msgid ""
  3.3559 +"removes files not tracked by Mercurial\n"
  3.3560 +"\n"
  3.3561 +"    Delete files not known to Mercurial. This is useful to test local\n"
  3.3562 +"    and uncommitted changes in an otherwise-clean source tree.\n"
  3.3563 +"\n"
  3.3564 +"    This means that purge will delete:\n"
  3.3565 +"     - Unknown files: files marked with \"?\" by \"hg status\"\n"
  3.3566 +"     - Empty directories: in fact Mercurial ignores directories unless\n"
  3.3567 +"       they contain files under source control management\n"
  3.3568 +"    But it will leave untouched:\n"
  3.3569 +"     - Modified and unmodified tracked files\n"
  3.3570 +"     - Ignored files (unless --all is specified)\n"
  3.3571 +"     - New files added to the repository (with \"hg add\")\n"
  3.3572 +"\n"
  3.3573 +"    If directories are given on the command line, only files in these\n"
  3.3574 +"    directories are considered.\n"
  3.3575 +"\n"
  3.3576 +"    Be careful with purge, as you could irreversibly delete some files\n"
  3.3577 +"    you forgot to add to the repository. If you only want to print the\n"
  3.3578 +"    list of files that this program would delete, use the --print\n"
  3.3579 +"    option.\n"
  3.3580 +"    "
  3.3581 +msgstr ""
  3.3582 +
  3.3583 +#, python-format
  3.3584 +msgid "%s cannot be removed"
  3.3585 +msgstr ""
  3.3586 +
  3.3587 +#, python-format
  3.3588 +msgid "warning: %s\n"
  3.3589 +msgstr ""
  3.3590 +
  3.3591 +#, python-format
  3.3592 +msgid "Removing file %s\n"
  3.3593 +msgstr ""
  3.3594 +
  3.3595 +#, python-format
  3.3596 +msgid "Removing directory %s\n"
  3.3597 +msgstr ""
  3.3598 +
  3.3599 +msgid "abort if an error occurs"
  3.3600 +msgstr ""
  3.3601 +
  3.3602 +msgid "purge ignored files too"
  3.3603 +msgstr ""
  3.3604 +
  3.3605 +msgid "print filenames instead of deleting them"
  3.3606 +msgstr ""
  3.3607 +
  3.3608 +msgid "end filenames with NUL, for use with xargs (implies -p/--print)"
  3.3609 +msgstr ""
  3.3610 +
  3.3611 +msgid "hg purge [OPTION]... [DIR]..."
  3.3612 +msgstr ""
  3.3613 +
  3.3614 +msgid ""
  3.3615 +"move sets of revisions to a different ancestor\n"
  3.3616 +"\n"
  3.3617 +"This extension lets you rebase changesets in an existing Mercurial\n"
  3.3618 +"repository.\n"
  3.3619 +"\n"
  3.3620 +"For more information:\n"
  3.3621 +"http://www.selenic.com/mercurial/wiki/index.cgi/RebaseProject\n"
  3.3622 +msgstr ""
  3.3623 +
  3.3624 +msgid "first revision, do not change ancestor\n"
  3.3625 +msgstr ""
  3.3626 +
  3.3627 +msgid ""
  3.3628 +"move changeset (and descendants) to a different branch\n"
  3.3629 +"\n"
  3.3630 +"    Rebase uses repeated merging to graft changesets from one part of\n"
  3.3631 +"    history onto another. This can be useful for linearizing local\n"
  3.3632 +"    changes relative to a master development tree.\n"
  3.3633 +"\n"
  3.3634 +"    If a rebase is interrupted to manually resolve a merge, it can be\n"
  3.3635 +"    continued with --continue/-c or aborted with --abort/-a.\n"
  3.3636 +"    "
  3.3637 +msgstr ""
  3.3638 +
  3.3639 +msgid "cannot use both abort and continue"
  3.3640 +msgstr ""
  3.3641 +
  3.3642 +msgid "cannot use collapse with continue or abort"
  3.3643 +msgstr ""
  3.3644 +
  3.3645 +msgid "abort and continue do not allow specifying revisions"
  3.3646 +msgstr ""
  3.3647 +
  3.3648 +msgid "cannot specify both a revision and a base"
  3.3649 +msgstr ""
  3.3650 +
  3.3651 +msgid "nothing to rebase\n"
  3.3652 +msgstr ""
  3.3653 +
  3.3654 +msgid "cannot use both keepbranches and extrafn"
  3.3655 +msgstr ""
  3.3656 +
  3.3657 +msgid "rebase merging completed\n"
  3.3658 +msgstr ""
  3.3659 +
  3.3660 +msgid "warning: new changesets detected on source branch, not stripping\n"
  3.3661 +msgstr ""
  3.3662 +
  3.3663 +msgid "rebase completed\n"
  3.3664 +msgstr ""
  3.3665 +
  3.3666 +#, python-format
  3.3667 +msgid "%d revisions have been skipped\n"
  3.3668 +msgstr ""
  3.3669 +
  3.3670 +msgid " set parents\n"
  3.3671 +msgstr ""
  3.3672 +
  3.3673 +#, python-format
  3.3674 +msgid "rebasing %d:%s\n"
  3.3675 +msgstr ""
  3.3676 +
  3.3677 +#, python-format
  3.3678 +msgid " future parents are %d and %d\n"
  3.3679 +msgstr ""
  3.3680 +
  3.3681 +#, python-format
  3.3682 +msgid " update to %d:%s\n"
  3.3683 +msgstr " ενημέρωση σε %d:%s\n"
  3.3684 +
  3.3685 +msgid " already in target\n"
  3.3686 +msgstr ""
  3.3687 +
  3.3688 +#, python-format
  3.3689 +msgid " merge against %d:%s\n"
  3.3690 +msgstr ""
  3.3691 +
  3.3692 +msgid "fix unresolved conflicts with hg resolve then run hg rebase --continue"
  3.3693 +msgstr ""
  3.3694 +
  3.3695 +msgid "resuming interrupted rebase\n"
  3.3696 +msgstr ""
  3.3697 +
  3.3698 +#, python-format
  3.3699 +msgid "no changes, revision %d skipped\n"
  3.3700 +msgstr ""
  3.3701 +
  3.3702 +#, python-format
  3.3703 +msgid "next revision set to %s\n"
  3.3704 +msgstr ""
  3.3705 +
  3.3706 +#, python-format
  3.3707 +msgid "cannot use revision %d as base, result would have 3 parents"
  3.3708 +msgstr ""
  3.3709 +
  3.3710 +#, python-format
  3.3711 +msgid "revision %d is an mq patch (%s), finalize it.\n"
  3.3712 +msgstr ""
  3.3713 +
  3.3714 +#, python-format
  3.3715 +msgid "import mq patch %d (%s)\n"
  3.3716 +msgstr ""
  3.3717 +
  3.3718 +msgid "rebase status stored\n"
  3.3719 +msgstr ""
  3.3720 +
  3.3721 +msgid "rebase status resumed\n"
  3.3722 +msgstr ""
  3.3723 +
  3.3724 +msgid "no rebase in progress"
  3.3725 +msgstr ""
  3.3726 +
  3.3727 +msgid "warning: new changesets detected on target branch, not stripping\n"
  3.3728 +msgstr ""
  3.3729 +
  3.3730 +msgid "rebase aborted\n"
  3.3731 +msgstr ""
  3.3732 +
  3.3733 +msgid "cannot rebase onto an applied mq patch"
  3.3734 +msgstr ""
  3.3735 +
  3.3736 +msgid "cannot rebase an ancestor"
  3.3737 +msgstr ""
  3.3738 +
  3.3739 +msgid "cannot rebase a descendant"
  3.3740 +msgstr ""
  3.3741 +
  3.3742 +msgid "already working on current\n"
  3.3743 +msgstr ""
  3.3744 +
  3.3745 +msgid "already working on the current branch\n"
  3.3746 +msgstr ""
  3.3747 +
  3.3748 +#, python-format
  3.3749 +msgid "rebase onto %d starting from %d\n"
  3.3750 +msgstr ""
  3.3751 +
  3.3752 +msgid "unable to collapse, there is more than one external parent"
  3.3753 +msgstr ""
  3.3754 +
  3.3755 +msgid "--update and --rebase are not compatible, ignoring the update flag\n"
  3.3756 +msgstr ""
  3.3757 +
  3.3758 +msgid "rebase working directory to branch head"
  3.3759 +msgstr ""
  3.3760 +
  3.3761 +msgid "rebase from a given revision"
  3.3762 +msgstr ""
  3.3763 +
  3.3764 +msgid "rebase from the base of a given revision"
  3.3765 +msgstr ""
  3.3766 +
  3.3767 +msgid "rebase onto a given revision"
  3.3768 +msgstr ""
  3.3769 +
  3.3770 +msgid "collapse the rebased revisions"
  3.3771 +msgstr ""
  3.3772 +
  3.3773 +msgid "keep original revisions"
  3.3774 +msgstr ""
  3.3775 +
  3.3776 +msgid "keep original branches"
  3.3777 +msgstr ""
  3.3778 +
  3.3779 +msgid "continue an interrupted rebase"
  3.3780 +msgstr ""
  3.3781 +
  3.3782 +msgid "abort an interrupted rebase"
  3.3783 +msgstr ""
  3.3784 +
  3.3785 +msgid ""
  3.3786 +"hg rebase [-s REV | -b REV] [-d REV] [--collapse] [--keep] [--keepbranches] "
  3.3787 +"| [-c] | [-a]"
  3.3788 +msgstr ""
  3.3789 +
  3.3790 +msgid "interactive change selection during commit or qrefresh"
  3.3791 +msgstr ""
  3.3792 +
  3.3793 +msgid "this modifies a binary file (all or nothing)\n"
  3.3794 +msgstr ""
  3.3795 +
  3.3796 +msgid "this is a binary file\n"
  3.3797 +msgstr ""
  3.3798 +
  3.3799 +#, python-format
  3.3800 +msgid "%d hunks, %d lines changed\n"
  3.3801 +msgstr ""
  3.3802 +
  3.3803 +msgid "[Ynsfdaq?]"
  3.3804 +msgstr ""
  3.3805 +
  3.3806 +msgid "&Yes, record this change"
  3.3807 +msgstr ""
  3.3808 +
  3.3809 +msgid "&No, skip this change"
  3.3810 +msgstr ""
  3.3811 +
  3.3812 +msgid "&Skip remaining changes to this file"
  3.3813 +msgstr ""
  3.3814 +
  3.3815 +msgid "Record remaining changes to this &file"
  3.3816 +msgstr ""
  3.3817 +
  3.3818 +msgid "&Done, skip remaining changes and files"
  3.3819 +msgstr ""
  3.3820 +
  3.3821 +msgid "Record &all changes to all remaining files"
  3.3822 +msgstr ""
  3.3823 +
  3.3824 +#, fuzzy
  3.3825 +msgid "&Quit, recording no changes"
  3.3826 +msgstr ""
  3.3827 +
  3.3828 +msgid "&?"
  3.3829 +msgstr ""
  3.3830 +
  3.3831 +msgid "y"
  3.3832 +msgstr ""
  3.3833 +
  3.3834 +msgid "?"
  3.3835 +msgstr ""
  3.3836 +
  3.3837 +msgid "y - record this change"
  3.3838 +msgstr ""
  3.3839 +
  3.3840 +msgid "s"
  3.3841 +msgstr ""
  3.3842 +
  3.3843 +msgid "f"
  3.3844 +msgstr ""
  3.3845 +
  3.3846 +msgid "d"
  3.3847 +msgstr ""
  3.3848 +
  3.3849 +msgid "a"
  3.3850 +msgstr ""
  3.3851 +
  3.3852 +msgid "q"
  3.3853 +msgstr ""
  3.3854 +
  3.3855 +msgid "user quit"
  3.3856 +msgstr ""
  3.3857 +
  3.3858 +#, python-format
  3.3859 +msgid "examine changes to %s?"
  3.3860 +msgstr ""
  3.3861 +
  3.3862 +msgid " and "
  3.3863 +msgstr ""
  3.3864 +
  3.3865 +#, python-format
  3.3866 +msgid "record this change to %r?"
  3.3867 +msgstr ""
  3.3868 +
  3.3869 +#, python-format
  3.3870 +msgid "record change %d/%d to %r?"
  3.3871 +msgstr ""
  3.3872 +
  3.3873 +msgid ""
  3.3874 +"interactively select changes to commit\n"
  3.3875 +"\n"
  3.3876 +"    If a list of files is omitted, all changes reported by \"hg status\"\n"
  3.3877 +"    will be candidates for recording.\n"
  3.3878 +"\n"
  3.3879 +"    See 'hg help dates' for a list of formats valid for -d/--date.\n"
  3.3880 +"\n"
  3.3881 +"    You will be prompted for whether to record changes to each\n"
  3.3882 +"    modified file, and for files with multiple changes, for each\n"
  3.3883 +"    change to use. For each query, the following responses are\n"
  3.3884 +"    possible:\n"
  3.3885 +"\n"
  3.3886 +"    y - record this change\n"
  3.3887 +"    n - skip this change\n"
  3.3888 +"\n"
  3.3889 +"    s - skip remaining changes to this file\n"
  3.3890 +"    f - record remaining changes to this file\n"
  3.3891 +"\n"
  3.3892 +"    d - done, skip remaining changes and files\n"
  3.3893 +"    a - record all changes to all remaining files\n"
  3.3894 +"    q - quit, recording no changes\n"
  3.3895 +"\n"
  3.3896 +"    ? - display help"
  3.3897 +msgstr ""
  3.3898 +
  3.3899 +msgid "'mq' extension not loaded"
  3.3900 +msgstr ""
  3.3901 +
  3.3902 +msgid "running non-interactively, use commit instead"
  3.3903 +msgstr ""
  3.3904 +
  3.3905 +msgid "no changes to record\n"
  3.3906 +msgstr ""
  3.3907 +
  3.3908 +#, python-format
  3.3909 +msgid "backup %r as %r\n"
  3.3910 +msgstr ""
  3.3911 +
  3.3912 +msgid "applying patch\n"
  3.3913 +msgstr ""
  3.3914 +
  3.3915 +msgid "patch failed to apply"
  3.3916 +msgstr ""
  3.3917 +
  3.3918 +#, python-format
  3.3919 +msgid "restoring %r to %r\n"
  3.3920 +msgstr ""
  3.3921 +
  3.3922 +msgid "hg record [OPTION]... [FILE]..."
  3.3923 +msgstr ""
  3.3924 +
  3.3925 +msgid "hg qrecord [OPTION]... PATCH [FILE]..."
  3.3926 +msgstr ""
  3.3927 +
  3.3928 +msgid ""
  3.3929 +"create a new shared repository (experimental)\n"
  3.3930 +"\n"
  3.3931 +"    Initialize a new repository and working directory that shares its\n"
  3.3932 +"    history with another repository.\n"
  3.3933 +"\n"
  3.3934 +"    NOTE: actions that change history such as rollback or moving the\n"
  3.3935 +"    source may confuse sharers.\n"
  3.3936 +"    "
  3.3937 +msgstr ""
  3.3938 +
  3.3939 +#, fuzzy
  3.3940 +msgid "do not create a working copy"
  3.3941 +msgstr "(δώστε 'hg update' για να εξάγετε αντίγραφο εργασίας)\n"
  3.3942 +
  3.3943 +msgid "[-U] SOURCE [DEST]"
  3.3944 +msgstr ""
  3.3945 +
  3.3946 +msgid ""
  3.3947 +"patch transplanting tool\n"
  3.3948 +"\n"
  3.3949 +"This extension allows you to transplant patches from another branch.\n"
  3.3950 +"\n"
  3.3951 +"Transplanted patches are recorded in .hg/transplant/transplants, as a\n"
  3.3952 +"map from a changeset hash to its hash in the source repository.\n"
  3.3953 +msgstr ""
  3.3954 +
  3.3955 +#, python-format
  3.3956 +msgid "skipping already applied revision %s\n"
  3.3957 +msgstr ""
  3.3958 +
  3.3959 +#, python-format
  3.3960 +msgid "skipping merge changeset %s:%s\n"
  3.3961 +msgstr ""
  3.3962 +
  3.3963 +#, python-format
  3.3964 +msgid "%s merged at %s\n"
  3.3965 +msgstr ""
  3.3966 +
  3.3967 +#, python-format
  3.3968 +msgid "%s transplanted to %s\n"
  3.3969 +msgstr ""
  3.3970 +
  3.3971 +#, python-format
  3.3972 +msgid "filtering %s\n"
  3.3973 +msgstr ""
  3.3974 +
  3.3975 +msgid "filter failed"
  3.3976 +msgstr ""
  3.3977 +
  3.3978 +msgid "can only omit patchfile if merging"
  3.3979 +msgstr ""
  3.3980 +
  3.3981 +#, python-format
  3.3982 +msgid "%s: empty changeset"
  3.3983 +msgstr ""
  3.3984 +
  3.3985 +msgid "Fix up the merge and run hg transplant --continue"
  3.3986 +msgstr ""
  3.3987 +
  3.3988 +#, python-format
  3.3989 +msgid "%s transplanted as %s\n"
  3.3990 +msgstr ""
  3.3991 +
  3.3992 +msgid "transplant log file is corrupt"
  3.3993 +msgstr ""
  3.3994 +
  3.3995 +#, python-format
  3.3996 +msgid "working dir not at transplant parent %s"
  3.3997 +msgstr ""
  3.3998 +
  3.3999 +msgid "commit failed"
  3.4000 +msgstr ""
  3.4001 +
  3.4002 +msgid "apply changeset? [ynmpcq?]:"
  3.4003 +msgstr ""
  3.4004 +
  3.4005 +msgid ""
  3.4006 +"transplant changesets from another branch\n"
  3.4007 +"\n"
  3.4008 +"    Selected changesets will be applied on top of the current working\n"
  3.4009 +"    directory with the log of the original changeset. If --log is\n"
  3.4010 +"    specified, log messages will have a comment appended of the form:\n"
  3.4011 +"\n"
  3.4012 +"    (transplanted from CHANGESETHASH)\n"
  3.4013 +"\n"
  3.4014 +"    You can rewrite the changelog message with the --filter option.\n"
  3.4015 +"    Its argument will be invoked with the current changelog message as\n"
  3.4016 +"    $1 and the patch as $2.\n"
  3.4017 +"\n"
  3.4018 +"    If --source/-s is specified, selects changesets from the named\n"
  3.4019 +"    repository. If --branch/-b is specified, selects changesets from\n"
  3.4020 +"    the branch holding the named revision, up to that revision. If\n"
  3.4021 +"    --all/-a is specified, all changesets on the branch will be\n"
  3.4022 +"    transplanted, otherwise you will be prompted to select the\n"
  3.4023 +"    changesets you want.\n"
  3.4024 +"\n"
  3.4025 +"    hg transplant --branch REVISION --all will rebase the selected\n"
  3.4026 +"    branch (up to the named revision) onto your current working\n"
  3.4027 +"    directory.\n"
  3.4028 +"\n"
  3.4029 +"    You can optionally mark selected transplanted changesets as merge\n"
  3.4030 +"    changesets. You will not be prompted to transplant any ancestors\n"
  3.4031 +"    of a merged transplant, and you can merge descendants of them\n"
  3.4032 +"    normally instead of transplanting them.\n"
  3.4033 +"\n"
  3.4034 +"    If no merges or revisions are provided, hg transplant will start\n"
  3.4035 +"    an interactive changeset browser.\n"
  3.4036 +"\n"
  3.4037 +"    If a changeset application fails, you can fix the merge by hand\n"
  3.4038 +"    and then resume where you left off by calling hg transplant\n"
  3.4039 +"    --continue/-c.\n"
  3.4040 +"    "
  3.4041 +msgstr ""
  3.4042 +
  3.4043 +msgid "--continue is incompatible with branch, all or merge"
  3.4044 +msgstr ""
  3.4045 +
  3.4046 +msgid "no source URL, branch tag or revision list provided"
  3.4047 +msgstr ""
  3.4048 +
  3.4049 +msgid "--all requires a branch revision"
  3.4050 +msgstr ""
  3.4051 +
  3.4052 +msgid "--all is incompatible with a revision list"
  3.4053 +msgstr ""
  3.4054 +
  3.4055 +msgid "no revision checked out"
  3.4056 +msgstr ""
  3.4057 +
  3.4058 +msgid "outstanding uncommitted merges"
  3.4059 +msgstr ""
  3.4060 +
  3.4061 +msgid "outstanding local changes"
  3.4062 +msgstr ""
  3.4063 +
  3.4064 +msgid "pull patches from REPOSITORY"
  3.4065 +msgstr ""
  3.4066 +
  3.4067 +msgid "pull patches from branch BRANCH"
  3.4068 +msgstr ""
  3.4069 +
  3.4070 +msgid "pull all changesets up to BRANCH"
  3.4071 +msgstr ""
  3.4072 +
  3.4073 +msgid "skip over REV"
  3.4074 +msgstr ""
  3.4075 +
  3.4076 +msgid "merge at REV"
  3.4077 +msgstr ""
  3.4078 +
  3.4079 +msgid "append transplant info to log message"
  3.4080 +msgstr ""
  3.4081 +
  3.4082 +msgid "continue last transplant session after repair"
  3.4083 +msgstr ""
  3.4084 +
  3.4085 +msgid "filter changesets through FILTER"
  3.4086 +msgstr ""
  3.4087 +
  3.4088 +msgid ""
  3.4089 +"hg transplant [-s REPOSITORY] [-b BRANCH [-a]] [-p REV] [-m REV] [REV]..."
  3.4090 +msgstr ""
  3.4091 +
  3.4092 +msgid ""
  3.4093 +"allow to use MBCS path with problematic encoding.\n"
  3.4094 +"\n"
  3.4095 +"Some MBCS encodings are not good for some path operations (i.e.\n"
  3.4096 +"splitting path, case conversion, etc.) with its encoded bytes. We call\n"
  3.4097 +"such a encoding (i.e. shift_jis and big5) as \"problematic encoding\".\n"
  3.4098 +"This extension can be used to fix the issue with those encodings by\n"
  3.4099 +"wrapping some functions to convert to Unicode string before path\n"
  3.4100 +"operation.\n"
  3.4101 +"\n"
  3.4102 +"This extension is useful for:\n"
  3.4103 +" * Japanese Windows users using shift_jis encoding.\n"
  3.4104 +" * Chinese Windows users using big5 encoding.\n"
  3.4105 +" * All users who use a repository with one of problematic encodings on\n"
  3.4106 +"   case-insensitive file system.\n"
  3.4107 +"\n"
  3.4108 +"This extension is not needed for:\n"
  3.4109 +" * Any user who use only ASCII chars in path.\n"
  3.4110 +" * Any user who do not use any of problematic encodings.\n"
  3.4111 +"\n"
  3.4112 +"Note that there are some limitations on using this extension:\n"
  3.4113 +" * You should use single encoding in one repository.\n"
  3.4114 +" * You should set same encoding for the repository by locale or\n"
  3.4115 +"   HGENCODING.\n"
  3.4116 +"\n"
  3.4117 +"To use this extension, enable the extension in .hg/hgrc or ~/.hgrc:\n"
  3.4118 +"\n"
  3.4119 +"  [extensions]\n"
  3.4120 +"  hgext.win32mbcs =\n"
  3.4121 +"\n"
  3.4122 +"Path encoding conversion are done between Unicode and\n"
  3.4123 +"encoding.encoding which is decided by Mercurial from current locale\n"
  3.4124 +"setting or HGENCODING.\n"
  3.4125 +"\n"
  3.4126 +msgstr ""
  3.4127 +
  3.4128 +#, python-format
  3.4129 +msgid "[win32mbcs] filename conversion fail with %s encoding\n"
  3.4130 +msgstr ""
  3.4131 +
  3.4132 +msgid "[win32mbcs] cannot activate on this platform.\n"
  3.4133 +msgstr ""
  3.4134 +
  3.4135 +#, python-format
  3.4136 +msgid "[win32mbcs] activated with encoding: %s\n"
  3.4137 +msgstr ""
  3.4138 +
  3.4139 +#, python-format
  3.4140 +msgid ""
  3.4141 +"WARNING: %s already has %s line endings\n"
  3.4142 +"and does not need EOL conversion by the win32text plugin.\n"
  3.4143 +"Before your next commit, please reconsider your encode/decode settings in \n"
  3.4144 +"Mercurial.ini or %s.\n"
  3.4145 +msgstr ""
  3.4146 +
  3.4147 +#, python-format
  3.4148 +msgid "Attempt to commit or push text file(s) using %s line endings\n"
  3.4149 +msgstr ""
  3.4150 +
  3.4151 +#, python-format
  3.4152 +msgid "in %s: %s\n"
  3.4153 +msgstr ""
  3.4154 +
  3.4155 +#, python-format
  3.4156 +msgid ""
  3.4157 +"\n"
  3.4158 +"To prevent this mistake in your local repository,\n"
  3.4159 +"add to Mercurial.ini or .hg/hgrc:\n"
  3.4160 +"\n"
  3.4161 +"[hooks]\n"
  3.4162 +"pretxncommit.%s = python:hgext.win32text.forbid%s\n"
  3.4163 +"\n"
  3.4164 +"and also consider adding:\n"
  3.4165 +"\n"
  3.4166 +"[extensions]\n"
  3.4167 +"hgext.win32text =\n"
  3.4168 +"[encode]\n"
  3.4169 +"** = %sencode:\n"
  3.4170 +"[decode]\n"
  3.4171 +"** = %sdecode:\n"
  3.4172 +msgstr ""
  3.4173 +
  3.4174 +msgid ""
  3.4175 +"zeroconf support for Mercurial repositories\n"
  3.4176 +"\n"
  3.4177 +"Zeroconf enabled repositories will be announced in a network without\n"
  3.4178 +"the need to configure a server or a service. They can be discovered\n"
  3.4179 +"without knowing their actual IP address.\n"
  3.4180 +"\n"
  3.4181 +"To use the zeroconf extension add the following entry to your hgrc\n"
  3.4182 +"file:\n"
  3.4183 +"\n"
  3.4184 +"[extensions]\n"
  3.4185 +"hgext.zeroconf =\n"
  3.4186 +"\n"
  3.4187 +"To allow other people to discover your repository using run \"hg serve\"\n"
  3.4188 +"in your repository.\n"
  3.4189 +"\n"
  3.4190 +" $ cd test\n"
  3.4191 +" $ hg serve\n"
  3.4192 +"\n"
  3.4193 +"You can discover zeroconf enabled repositories by running \"hg paths\".\n"
  3.4194 +"\n"
  3.4195 +" $ hg paths\n"
  3.4196 +" zc-test = http://example.com:8000/test\n"
  3.4197 +msgstr ""
  3.4198 +
  3.4199 +msgid "archive prefix contains illegal components"
  3.4200 +msgstr ""
  3.4201 +
  3.4202 +msgid "cannot give prefix when archiving to files"
  3.4203 +msgstr ""
  3.4204 +
  3.4205 +#, python-format
  3.4206 +msgid "unknown archive type '%s'"
  3.4207 +msgstr ""
  3.4208 +
  3.4209 +msgid "invalid changegroup"
  3.4210 +msgstr ""
  3.4211 +
  3.4212 +msgid "unknown parent"
  3.4213 +msgstr ""
  3.4214 +
  3.4215 +#, python-format
  3.4216 +msgid "integrity check failed on %s:%d"
  3.4217 +msgstr ""
  3.4218 +
  3.4219 +#, python-format
  3.4220 +msgid "%s: not a Mercurial bundle file"
  3.4221 +msgstr ""
  3.4222 +
  3.4223 +#, python-format
  3.4224 +msgid "%s: unknown bundle version"
  3.4225 +msgstr ""
  3.4226 +
  3.4227 +#, python-format
  3.4228 +msgid "%s: unknown bundle compression type"
  3.4229 +msgstr ""
  3.4230 +
  3.4231 +msgid "cannot create new bundle repository"
  3.4232 +msgstr ""
  3.4233 +
  3.4234 +#, python-format
  3.4235 +msgid "premature EOF reading chunk (got %d bytes, expected %d)"
  3.4236 +msgstr ""
  3.4237 +
  3.4238 +#, fuzzy
  3.4239 +msgid "empty username"
  3.4240 +msgstr ""
  3.4241 +
  3.4242 +#, python-format
  3.4243 +msgid "username %s contains a newline"
  3.4244 +msgstr ""
  3.4245 +
  3.4246 +msgid "options --message and --logfile are mutually exclusive"
  3.4247 +msgstr ""
  3.4248 +
  3.4249 +#, python-format
  3.4250 +msgid "can't read commit message '%s': %s"
  3.4251 +msgstr ""
  3.4252 +
  3.4253 +msgid "limit must be a positive integer"
  3.4254 +msgstr ""
  3.4255 +
  3.4256 +msgid "limit must be positive"
  3.4257 +msgstr ""
  3.4258 +
  3.4259 +msgid "too many revisions specified"
  3.4260 +msgstr ""
  3.4261 +
  3.4262 +#, python-format
  3.4263 +msgid "invalid format spec '%%%s' in output filename"
  3.4264 +msgstr ""
  3.4265 +
  3.4266 +#, python-format
  3.4267 +msgid "adding %s\n"
  3.4268 +msgstr "προσθήκη του %s\n"
  3.4269 +
  3.4270 +#, python-format
  3.4271 +msgid "removing %s\n"
  3.4272 +msgstr "αφαίρεση του %s\n"
  3.4273 +
  3.4274 +#, python-format
  3.4275 +msgid "recording removal of %s as rename to %s (%d%% similar)\n"
  3.4276 +msgstr ""
  3.4277 +
  3.4278 +#, python-format
  3.4279 +msgid "%s: not copying - file is not managed\n"
  3.4280 +msgstr ""
  3.4281 +
  3.4282 +#, python-format
  3.4283 +msgid "%s: not copying - file has been marked for remove\n"
  3.4284 +msgstr ""
  3.4285 +
  3.4286 +#, python-format
  3.4287 +msgid "%s: not overwriting - %s collides with %s\n"
  3.4288 +msgstr ""
  3.4289 +
  3.4290 +#, python-format
  3.4291 +msgid "%s: not overwriting - file exists\n"
  3.4292 +msgstr ""
  3.4293 +
  3.4294 +#, python-format
  3.4295 +msgid "%s: deleted in working copy\n"
  3.4296 +msgstr ""
  3.4297 +
  3.4298 +#, python-format
  3.4299 +msgid "%s: cannot copy - %s\n"
  3.4300 +msgstr ""
  3.4301 +
  3.4302 +#, python-format
  3.4303 +msgid "moving %s to %s\n"
  3.4304 +msgstr "μετακίνηση του %s στο %s\n"
  3.4305 +
  3.4306 +#, fuzzy, python-format
  3.4307 +msgid "copying %s to %s\n"
  3.4308 +msgstr "μετακίνηση του %s στο %s\n"
  3.4309 +
  3.4310 +#, python-format
  3.4311 +msgid "%s has not been committed yet, so no copy data will be stored for %s.\n"
  3.4312 +msgstr ""
  3.4313 +"%s er endnu ikke comitted, så der vil ikke blive gemt kopieringsdata for %"
  3.4314 +"s.\n"
  3.4315 +
  3.4316 +msgid "no source or destination specified"
  3.4317 +msgstr ""
  3.4318 +
  3.4319 +msgid "no destination specified"
  3.4320 +msgstr ""
  3.4321 +
  3.4322 +msgid "with multiple sources, destination must be an existing directory"
  3.4323 +msgstr ""
  3.4324 +"destinationen skal være en eksisterende mappe når der angivet flere kilder"
  3.4325 +
  3.4326 +#, python-format
  3.4327 +msgid "destination %s is not a directory"
  3.4328 +msgstr ""
  3.4329 +
  3.4330 +msgid "no files to copy"
  3.4331 +msgstr ""
  3.4332 +
  3.4333 +msgid "(consider using --after)\n"
  3.4334 +msgstr ""
  3.4335 +
  3.4336 +#, python-format
  3.4337 +msgid "changeset:   %d:%s\n"
  3.4338 +msgstr ""
  3.4339 +
  3.4340 +#, python-format
  3.4341 +msgid "branch:      %s\n"
  3.4342 +msgstr ""
  3.4343 +
  3.4344 +#, python-format
  3.4345 +msgid "tag:         %s\n"
  3.4346 +msgstr ""
  3.4347 +
  3.4348 +#, python-format
  3.4349 +msgid "parent:      %d:%s\n"
  3.4350 +msgstr ""
  3.4351 +
  3.4352 +#, python-format
  3.4353 +msgid "manifest:    %d:%s\n"
  3.4354 +msgstr ""
  3.4355 +
  3.4356 +#, python-format
  3.4357 +msgid "user:        %s\n"
  3.4358 +msgstr ""
  3.4359 +
  3.4360 +#, python-format
  3.4361 +msgid "date:        %s\n"
  3.4362 +msgstr ""
  3.4363 +
  3.4364 +msgid "files+:"
  3.4365 +msgstr ""
  3.4366 +
  3.4367 +msgid "files-:"
  3.4368 +msgstr ""
  3.4369 +
  3.4370 +msgid "files:"
  3.4371 +msgstr ""
  3.4372 +
  3.4373 +#, python-format
  3.4374 +msgid "files:       %s\n"
  3.4375 +msgstr ""
  3.4376 +
  3.4377 +#, python-format
  3.4378 +msgid "copies:      %s\n"
  3.4379 +msgstr ""
  3.4380 +
  3.4381 +#, python-format
  3.4382 +msgid "extra:       %s=%s\n"
  3.4383 +msgstr ""
  3.4384 +
  3.4385 +msgid "description:\n"
  3.4386 +msgstr ""
  3.4387 +
  3.4388 +#, python-format
  3.4389 +msgid "summary:     %s\n"
  3.4390 +msgstr ""
  3.4391 +
  3.4392 +#, python-format
  3.4393 +msgid "%s: no key named '%s'"
  3.4394 +msgstr ""
  3.4395 +
  3.4396 +#, python-format
  3.4397 +msgid "%s: %s"
  3.4398 +msgstr ""
  3.4399 +
  3.4400 +#, python-format
  3.4401 +msgid "Found revision %s from %s\n"
  3.4402 +msgstr ""
  3.4403 +
  3.4404 +msgid "revision matching date not found"
  3.4405 +msgstr ""
  3.4406 +
  3.4407 +#, python-format
  3.4408 +msgid "cannot follow nonexistent file: \"%s\""
  3.4409 +msgstr ""
  3.4410 +
  3.4411 +#, python-format
  3.4412 +msgid "%s:%s copy source revision cannot be found!\n"
  3.4413 +msgstr ""
  3.4414 +
  3.4415 +msgid "can only follow copies/renames for explicit filenames"
  3.4416 +msgstr ""
  3.4417 +
  3.4418 +msgid "HG: Enter commit message.  Lines beginning with 'HG:' are removed."
  3.4419 +msgstr ""
  3.4420 +
  3.4421 +msgid "HG: Leave message empty to abort commit."
  3.4422 +msgstr ""
  3.4423 +
  3.4424 +#, python-format
  3.4425 +msgid "HG: user: %s"
  3.4426 +msgstr ""
  3.4427 +
  3.4428 +msgid "HG: branch merge"
  3.4429 +msgstr ""
  3.4430 +
  3.4431 +#, python-format
  3.4432 +msgid "HG: branch '%s'"
  3.4433 +msgstr ""
  3.4434 +
  3.4435 +#, python-format
  3.4436 +msgid "HG: added %s"
  3.4437 +msgstr ""
  3.4438 +
  3.4439 +#, fuzzy, python-format
  3.4440 +msgid "HG: changed %s"
  3.4441 +msgstr "προσθήκη αλλαγής %s\n"
  3.4442 +
  3.4443 +#, fuzzy, python-format
  3.4444 +msgid "HG: removed %s"
  3.4445 +msgstr ""
  3.4446 +
  3.4447 +msgid "HG: no files changed"
  3.4448 +msgstr ""
  3.4449 +
  3.4450 +msgid "empty commit message"
  3.4451 +msgstr ""
  3.4452 +
  3.4453 +#, fuzzy
  3.4454 +msgid ""
  3.4455 +"add the specified files on the next commit\n"
  3.4456 +"\n"
  3.4457 +"    Schedule files to be version controlled and added to the\n"
  3.4458 +"    repository.\n"
  3.4459 +"\n"
  3.4460 +"    The files will be added to the repository at the next commit. To\n"
  3.4461 +"    undo an add before that, see hg revert.\n"
  3.4462 +"\n"
  3.4463 +"    If no names are given, add all files to the repository.\n"
  3.4464 +"    "
  3.4465 +msgstr ""
  3.4466 +"tilføj de angivne filer ved næste commit\n"
  3.4467 +"\n"
  3.4468 +"    Opskriv filer til at blive versionsstyret og tilføjet til\n"
  3.4469 +"    repository'et.\n"
  3.4470 +"\n"
  3.4471 +"    Filerne vil bliver tilføjet til repository'et ved næste commit.\n"
  3.4472 +"    For at omgøre en tilføjelse før det, se hg revert.\n"
  3.4473 +"\n"
  3.4474 +"    Hvis der ikke er angivet nogen navne tilføjes alle filer i\n"
  3.4475 +"    repository'et.\n"
  3.4476 +"    "
  3.4477 +
  3.4478 +msgid ""
  3.4479 +"add all new files, delete all missing files\n"
  3.4480 +"\n"
  3.4481 +"    Add all new files and remove all missing files from the\n"
  3.4482 +"    repository.\n"
  3.4483 +"\n"
  3.4484 +"    New files are ignored if they match any of the patterns in\n"
  3.4485 +"    .hgignore. As with add, these changes take effect at the next\n"
  3.4486 +"    commit.\n"
  3.4487 +"\n"
  3.4488 +"    Use the -s/--similarity option to detect renamed files. With a\n"
  3.4489 +"    parameter > 0, this compares every removed file with every added\n"
  3.4490 +"    file and records those similar enough as renames. This option\n"
  3.4491 +"    takes a percentage between 0 (disabled) and 100 (files must be\n"
  3.4492 +"    identical) as its parameter. Detecting renamed files this way can\n"
  3.4493 +"    be expensive.\n"
  3.4494 +"    "
  3.4495 +msgstr ""
  3.4496 +
  3.4497 +msgid "similarity must be a number"
  3.4498 +msgstr ""
  3.4499 +
  3.4500 +msgid "similarity must be between 0 and 100"
  3.4501 +msgstr ""
  3.4502 +
  3.4503 +msgid ""
  3.4504 +"show changeset information by line for each file\n"
  3.4505 +"\n"
  3.4506 +"    List changes in files, showing the revision id responsible for\n"
  3.4507 +"    each line\n"
  3.4508 +"\n"
  3.4509 +"    This command is useful for discovering when a change was made and\n"
  3.4510 +"    by whom.\n"
  3.4511 +"\n"
  3.4512 +"    Without the -a/--text option, annotate will avoid processing files\n"
  3.4513 +"    it detects as binary. With -a, annotate will annotate the file\n"
  3.4514 +"    anyway, although the results will probably be neither useful\n"
  3.4515 +"    nor desirable.\n"
  3.4516 +"    "
  3.4517 +msgstr ""
  3.4518 +
  3.4519 +msgid "at least one filename or pattern is required"
  3.4520 +msgstr ""
  3.4521 +
  3.4522 +msgid "at least one of -n/-c is required for -l"
  3.4523 +msgstr ""
  3.4524 +
  3.4525 +#, python-format
  3.4526 +msgid "%s: binary file\n"
  3.4527 +msgstr ""
  3.4528 +
  3.4529 +msgid ""
  3.4530 +"create an unversioned archive of a repository revision\n"
  3.4531 +"\n"
  3.4532 +"    By default, the revision used is the parent of the working\n"
  3.4533 +"    directory; use -r/--rev to specify a different revision.\n"
  3.4534 +"\n"
  3.4535 +"    To specify the type of archive to create, use -t/--type. Valid\n"
  3.4536 +"    types are:\n"
  3.4537 +"\n"
  3.4538 +"    \"files\" (default): a directory full of files\n"
  3.4539 +"    \"tar\": tar archive, uncompressed\n"
  3.4540 +"    \"tbz2\": tar archive, compressed using bzip2\n"
  3.4541 +"    \"tgz\": tar archive, compressed using gzip\n"
  3.4542 +"    \"uzip\": zip archive, uncompressed\n"
  3.4543 +"    \"zip\": zip archive, compressed using deflate\n"
  3.4544 +"\n"
  3.4545 +"    The exact name of the destination archive or directory is given\n"
  3.4546 +"    using a format string; see 'hg help export' for details.\n"
  3.4547 +"\n"
  3.4548 +"    Each member added to an archive file has a directory prefix\n"
  3.4549 +"    prepended. Use -p/--prefix to specify a format string for the\n"
  3.4550 +"    prefix. The default is the basename of the archive, with suffixes\n"
  3.4551 +"    removed.\n"
  3.4552 +"    "
  3.4553 +msgstr ""
  3.4554 +
  3.4555 +msgid "no working directory: please specify a revision"
  3.4556 +msgstr ""
  3.4557 +
  3.4558 +msgid "repository root cannot be destination"
  3.4559 +msgstr ""
  3.4560 +
  3.4561 +msgid "cannot archive plain files to stdout"
  3.4562 +msgstr ""
  3.4563 +
  3.4564 +msgid ""
  3.4565 +"reverse effect of earlier changeset\n"
  3.4566 +"\n"
  3.4567 +"    Commit the backed out changes as a new changeset. The new\n"
  3.4568 +"    changeset is a child of the backed out changeset.\n"
  3.4569 +"\n"
  3.4570 +"    If you backout a changeset other than the tip, a new head is\n"
  3.4571 +"    created. This head will be the new tip and you should merge this\n"
  3.4572 +"    backout changeset with another head.\n"
  3.4573 +"\n"
  3.4574 +"    The --merge option remembers the parent of the working directory\n"
  3.4575 +"    before starting the backout, then merges the new head with that\n"
  3.4576 +"    changeset afterwards. This saves you from doing the merge by hand.\n"
  3.4577 +"    The result of this merge is not committed, as with a normal merge.\n"
  3.4578 +"\n"
  3.4579 +"    See 'hg help dates' for a list of formats valid for -d/--date.\n"
  3.4580 +"    "
  3.4581 +msgstr ""
  3.4582 +
  3.4583 +msgid "please specify just one revision"
  3.4584 +msgstr "παρακαλώ ορίστε μόνο μία αλλαγή"
  3.4585 +
  3.4586 +msgid "please specify a revision to backout"
  3.4587 +msgstr ""
  3.4588 +
  3.4589 +msgid "cannot backout change on a different branch"
  3.4590 +msgstr ""
  3.4591 +
  3.4592 +msgid "cannot backout a change with no parents"
  3.4593 +msgstr ""
  3.4594 +
  3.4595 +msgid "cannot backout a merge changeset without --parent"
  3.4596 +msgstr ""
  3.4597 +
  3.4598 +#, python-format
  3.4599 +msgid "%s is not a parent of %s"
  3.4600 +msgstr "η αλλαγή %s δεν είναι γονική αλλαγή της %s"
  3.4601 +
  3.4602 +msgid "cannot use --parent on non-merge changeset"
  3.4603 +msgstr ""
  3.4604 +
  3.4605 +#, python-format
  3.4606 +msgid "Backed out changeset %s"
  3.4607 +msgstr ""
  3.4608 +
  3.4609 +#, python-format
  3.4610 +msgid "changeset %s backs out changeset %s\n"
  3.4611 +msgstr ""
  3.4612 +
  3.4613 +#, python-format
  3.4614 +msgid "merging with changeset %s\n"
  3.4615 +msgstr ""
  3.4616 +
  3.4617 +msgid "the backout changeset is a new head - do not forget to merge\n"
  3.4618 +msgstr ""
  3.4619 +
  3.4620 +msgid "(use \"backout --merge\" if you want to auto-merge)\n"
  3.4621 +msgstr ""
  3.4622 +
  3.4623 +msgid ""
  3.4624 +"subdivision search of changesets\n"
  3.4625 +"\n"
  3.4626 +"    This command helps to find changesets which introduce problems. To\n"
  3.4627 +"    use, mark the earliest changeset you know exhibits the problem as\n"
  3.4628 +"    bad, then mark the latest changeset which is free from the problem\n"
  3.4629 +"    as good. Bisect will update your working directory to a revision\n"
  3.4630 +"    for testing (unless the -U/--noupdate option is specified). Once\n"
  3.4631 +"    you have performed tests, mark the working directory as good or\n"
  3.4632 +"    bad, and bisect will either update to another candidate changeset\n"
  3.4633 +"    or announce that it has found the bad revision.\n"
  3.4634 +"\n"
  3.4635 +"    As a shortcut, you can also use the revision argument to mark a\n"
  3.4636 +"    revision as good or bad without checking it out first.\n"
  3.4637 +"\n"
  3.4638 +"    If you supply a command, it will be used for automatic bisection.\n"
  3.4639 +"    Its exit status will be used to mark revisions as good or bad:\n"
  3.4640 +"    status 0 means good, 125 means to skip the revision, 127\n"
  3.4641 +"    (command not found) will abort the bisection, and any other\n"
  3.4642 +"    non-zero exit status means the revision is bad.\n"
  3.4643 +"    "
  3.4644 +msgstr ""
  3.4645 +
  3.4646 +#, fuzzy
  3.4647 +msgid "The first good revision is:\n"
  3.4648 +msgstr "Η πρώτη %s αλλαγή είναι:\n"
  3.4649 +
  3.4650 +#, fuzzy
  3.4651 +msgid "The first bad revision is:\n"
  3.4652 +msgstr "Η πρώτη %s αλλαγή είναι:\n"
  3.4653 +
  3.4654 +msgid "Due to skipped revisions, the first good revision could be any of:\n"
  3.4655 +msgstr ""
  3.4656 +
  3.4657 +msgid "Due to skipped revisions, the first bad revision could be any of:\n"
  3.4658 +msgstr ""
  3.4659 +
  3.4660 +msgid "cannot bisect (no known good revisions)"
  3.4661 +msgstr ""
  3.4662 +
  3.4663 +msgid "cannot bisect (no known bad revisions)"
  3.4664 +msgstr ""
  3.4665 +
  3.4666 +msgid "(use of 'hg bisect <cmd>' is deprecated)\n"
  3.4667 +msgstr ""
  3.4668 +
  3.4669 +msgid "incompatible arguments"
  3.4670 +msgstr ""
  3.4671 +
  3.4672 +#, python-format
  3.4673 +msgid "cannot find executable: %s"
  3.4674 +msgstr ""
  3.4675 +
  3.4676 +#, python-format
  3.4677 +msgid "failed to execute %s"
  3.4678 +msgstr ""
  3.4679 +
  3.4680 +#, python-format
  3.4681 +msgid "%s killed"
  3.4682 +msgstr ""
  3.4683 +
  3.4684 +#, fuzzy, python-format
  3.4685 +msgid "Changeset %d:%s: %s\n"
  3.4686 +msgstr "Αλλαγή: %s: %s\n"
  3.4687 +
  3.4688 +#, python-format
  3.4689 +msgid "Testing changeset %s:%s (%s changesets remaining, ~%s tests)\n"
  3.4690 +msgstr ""
  3.4691 +
  3.4692 +msgid ""
  3.4693 +"set or show the current branch name\n"
  3.4694 +"\n"
  3.4695 +"    With no argument, show the current branch name. With one argument,\n"
  3.4696 +"    set the working directory branch name (the branch will not exist\n"
  3.4697 +"    in the repository until the next commit). Standard practice\n"
  3.4698 +"    recommends that primary development take place on the 'default'\n"
  3.4699 +"    branch.\n"
  3.4700 +"\n"
  3.4701 +"    Unless -f/--force is specified, branch will not let you set a\n"
  3.4702 +"    branch name that already exists, even if it's inactive.\n"
  3.4703 +"\n"
  3.4704 +"    Use -C/--clean to reset the working directory branch to that of\n"
  3.4705 +"    the parent of the working directory, negating a previous branch\n"
  3.4706 +"    change.\n"
  3.4707 +"\n"
  3.4708 +"    Use the command 'hg update' to switch to an existing branch.\n"
  3.4709 +"    "
  3.4710 +msgstr ""
  3.4711 +
  3.4712 +#, python-format
  3.4713 +msgid "reset working directory to branch %s\n"
  3.4714 +msgstr ""
  3.4715 +
  3.4716 +msgid "a branch of the same name already exists (use --force to override)"
  3.4717 +msgstr ""
  3.4718 +
  3.4719 +#, python-format
  3.4720 +msgid "marked working directory as branch %s\n"
  3.4721 +msgstr ""
  3.4722 +
  3.4723 +msgid ""
  3.4724 +"list repository named branches\n"
  3.4725 +"\n"
  3.4726 +"    List the repository's named branches, indicating which ones are\n"
  3.4727 +"    inactive. If active is specified, only show active branches.\n"
  3.4728 +"\n"
  3.4729 +"    A branch is considered active if it contains repository heads.\n"
  3.4730 +"\n"
  3.4731 +"    Use the command 'hg update' to switch to an existing branch.\n"
  3.4732 +"    "
  3.4733 +msgstr ""
  3.4734 +
  3.4735 +msgid ""
  3.4736 +"create a changegroup file\n"
  3.4737 +"\n"
  3.4738 +"    Generate a compressed changegroup file collecting changesets not\n"
  3.4739 +"    known to be in another repository.\n"
  3.4740 +"\n"
  3.4741 +"    If no destination repository is specified the destination is\n"
  3.4742 +"    assumed to have all the nodes specified by one or more --base\n"
  3.4743 +"    parameters. To create a bundle containing all changesets, use\n"
  3.4744 +"    -a/--all (or --base null). To change the compression method\n"
  3.4745 +"    applied, use the -t/--type option (by default, bundles are\n"
  3.4746 +"    compressed using bz2).\n"
  3.4747 +"\n"
  3.4748 +"    The bundle file can then be transferred using conventional means\n"
  3.4749 +"    and applied to another repository with the unbundle or pull\n"
  3.4750 +"    command. This is useful when direct push and pull are not\n"
  3.4751 +"    available or when exporting an entire repository is undesirable.\n"
  3.4752 +"\n"
  3.4753 +"    Applying bundles preserves all changeset contents including\n"
  3.4754 +"    permissions, copy/rename information, and revision history.\n"
  3.4755 +"    "
  3.4756 +msgstr ""
  3.4757 +
  3.4758 +msgid "--base is incompatible with specifying a destination"
  3.4759 +msgstr ""
  3.4760 +
  3.4761 +msgid "unknown bundle type specified with --type"
  3.4762 +msgstr ""
  3.4763 +
  3.4764 +msgid ""
  3.4765 +"output the current or given revision of files\n"
  3.4766 +"\n"
  3.4767 +"    Print the specified files as they were at the given revision. If\n"
  3.4768 +"    no revision is given, the parent of the working directory is used,\n"
  3.4769 +"    or tip if no revision is checked out.\n"
  3.4770 +"\n"
  3.4771 +"    Output may be to a file, in which case the name of the file is\n"
  3.4772 +"    given using a format string. The formatting rules are the same as\n"
  3.4773 +"    for the export command, with the following additions:\n"
  3.4774 +"\n"
  3.4775 +"    %s   basename of file being printed\n"
  3.4776 +"    %d   dirname of file being printed, or '.' if in repository root\n"
  3.4777 +"    %p   root-relative path name of file being printed\n"
  3.4778 +"    "
  3.4779 +msgstr ""
  3.4780 +
  3.4781 +msgid ""
  3.4782 +"make a copy of an existing repository\n"
  3.4783 +"\n"
  3.4784 +"    Create a copy of an existing repository in a new directory.\n"
  3.4785 +"\n"
  3.4786 +"    If no destination directory name is specified, it defaults to the\n"
  3.4787 +"    basename of the source.\n"
  3.4788 +"\n"
  3.4789 +"    The location of the source is added to the new repository's\n"
  3.4790 +"    .hg/hgrc file, as the default to be used for future pulls.\n"
  3.4791 +"\n"
  3.4792 +"    If you use the -r/--rev option to clone up to a specific revision,\n"
  3.4793 +"    no subsequent revisions (including subsequent tags) will be\n"
  3.4794 +"    present in the cloned repository. This option implies --pull, even\n"
  3.4795 +"    on local repositories.\n"
  3.4796 +"\n"
  3.4797 +"    By default, clone will check out the head of the 'default' branch.\n"
  3.4798 +"    If the -U/--noupdate option is used, the new clone will contain\n"
  3.4799 +"    only a repository (.hg) and no working copy (the working copy\n"
  3.4800 +"    parent is the null revision).\n"
  3.4801 +"\n"
  3.4802 +"    See 'hg help urls' for valid source format details.\n"
  3.4803 +"\n"
  3.4804 +"    It is possible to specify an ssh:// URL as the destination, but no\n"
  3.4805 +"    .hg/hgrc and working directory will be created on the remote side.\n"
  3.4806 +"    Please see 'hg help urls' for important details about ssh:// URLs.\n"
  3.4807 +"\n"
  3.4808 +"    For efficiency, hardlinks are used for cloning whenever the source\n"
  3.4809 +"    and destination are on the same filesystem (note this applies only\n"
  3.4810 +"    to the repository data, not to the checked out files). Some\n"
  3.4811 +"    filesystems, such as AFS, implement hardlinking incorrectly, but\n"
  3.4812 +"    do not report errors. In these cases, use the --pull option to\n"
  3.4813 +"    avoid hardlinking.\n"
  3.4814 +"\n"
  3.4815 +"    In some cases, you can clone repositories and checked out files\n"
  3.4816 +"    using full hardlinks with\n"
  3.4817 +"\n"
  3.4818 +"      $ cp -al REPO REPOCLONE\n"
  3.4819 +"\n"
  3.4820 +"    This is the fastest way to clone, but it is not always safe. The\n"
  3.4821 +"    operation is not atomic (making sure REPO is not modified during\n"
  3.4822 +"    the operation is up to you) and you have to make sure your editor\n"
  3.4823 +"    breaks hardlinks (Emacs and most Linux Kernel tools do so). Also,\n"
  3.4824 +"    this is not compatible with certain extensions that place their\n"
  3.4825 +"    metadata under the .hg directory, such as mq.\n"
  3.4826 +"\n"
  3.4827 +"    "
  3.4828 +msgstr ""
  3.4829 +
  3.4830 +msgid ""
  3.4831 +"commit the specified files or all outstanding changes\n"
  3.4832 +"\n"
  3.4833 +"    Commit changes to the given files into the repository. Unlike a\n"
  3.4834 +"    centralized RCS, this operation is a local operation. See hg push\n"
  3.4835 +"    for a way to actively distribute your changes.\n"
  3.4836 +"\n"
  3.4837 +"    If a list of files is omitted, all changes reported by \"hg status\"\n"
  3.4838 +"    will be committed.\n"
  3.4839 +"\n"
  3.4840 +"    If you are committing the result of a merge, do not provide any\n"
  3.4841 +"    filenames or -I/-X filters.\n"
  3.4842 +"\n"
  3.4843 +"    If no commit message is specified, the configured editor is\n"
  3.4844 +"    started to prompt you for a message.\n"
  3.4845 +"\n"
  3.4846 +"    See 'hg help dates' for a list of formats valid for -d/--date.\n"
  3.4847 +"    "
  3.4848 +msgstr ""
  3.4849 +
  3.4850 +msgid "created new head\n"
  3.4851 +msgstr "δημιουργήθηκε νέο παρακλάδι\n"
  3.4852 +
  3.4853 +#, python-format
  3.4854 +msgid "committed changeset %d:%s\n"
  3.4855 +msgstr "αποθηκεύθηκε η αλλαγή %d:%s\n"
  3.4856 +
  3.4857 +msgid ""
  3.4858 +"mark files as copied for the next commit\n"
  3.4859 +"\n"
  3.4860 +"    Mark dest as having copies of source files. If dest is a\n"
  3.4861 +"    directory, copies are put in that directory. If dest is a file,\n"
  3.4862 +"    the source must be a single file.\n"
  3.4863 +"\n"
  3.4864 +"    By default, this command copies the contents of files as they\n"
  3.4865 +"    exist in the working directory. If invoked with -A/--after, the\n"
  3.4866 +"    operation is recorded, but no copying is performed.\n"
  3.4867 +"\n"
  3.4868 +"    This command takes effect with the next commit. To undo a copy\n"
  3.4869 +"    before that, see hg revert.\n"
  3.4870 +"    "
  3.4871 +msgstr ""
  3.4872 +
  3.4873 +msgid "find the ancestor revision of two revisions in a given index"
  3.4874 +msgstr ""
  3.4875 +
  3.4876 +msgid "There is no Mercurial repository here (.hg not found)"
  3.4877 +msgstr "Δεν υπάρχει αποθετήριο Mercurial εδώ (δε βρέθηκε υποκατάλογος .hg)"
  3.4878 +
  3.4879 +msgid "either two or three arguments required"
  3.4880 +msgstr "απαιτούνται είτε δύο ή τρία ορίσματα"
  3.4881 +
  3.4882 +msgid "returns the completion list associated with the given command"
  3.4883 +msgstr ""
  3.4884 +
  3.4885 +msgid "rebuild the dirstate as it would look like for the given revision"
  3.4886 +msgstr ""
  3.4887 +
  3.4888 +msgid "validate the correctness of the current dirstate"
  3.4889 +msgstr ""
  3.4890 +
  3.4891 +#, python-format
  3.4892 +msgid "%s in state %s, but not in manifest1\n"
  3.4893 +msgstr ""
  3.4894 +
  3.4895 +#, python-format
  3.4896 +msgid "%s in state %s, but also in manifest1\n"
  3.4897 +msgstr ""
  3.4898 +
  3.4899 +#, python-format
  3.4900 +msgid "%s in state %s, but not in either manifest\n"
  3.4901 +msgstr ""
  3.4902 +
  3.4903 +#, python-format
  3.4904 +msgid "%s in manifest1, but listed as state %s"
  3.4905 +msgstr ""
  3.4906 +
  3.4907 +msgid ".hg/dirstate inconsistent with current parent's manifest"
  3.4908 +msgstr ""
  3.4909 +
  3.4910 +msgid ""
  3.4911 +"show combined config settings from all hgrc files\n"
  3.4912 +"\n"
  3.4913 +"    With no arguments, print names and values of all config items.\n"
  3.4914 +"\n"
  3.4915 +"    With one argument of the form section.name, print just the value\n"
  3.4916 +"    of that config item.\n"
  3.4917 +"\n"
  3.4918 +"    With multiple arguments, print names and values of all config\n"
  3.4919 +"    items with matching section names.\n"
  3.4920 +"\n"
  3.4921 +"    With --debug, the source (filename and line number) is printed\n"
  3.4922 +"    for each config item.\n"
  3.4923 +"    "
  3.4924 +msgstr ""
  3.4925 +
  3.4926 +msgid "only one config item permitted"
  3.4927 +msgstr ""
  3.4928 +
  3.4929 +msgid ""
  3.4930 +"manually set the parents of the current working directory\n"
  3.4931 +"\n"
  3.4932 +"    This is useful for writing repository conversion tools, but should\n"
  3.4933 +"    be used with care.\n"
  3.4934 +"    "
  3.4935 +msgstr ""
  3.4936 +
  3.4937 +msgid "show the contents of the current dirstate"
  3.4938 +msgstr ""
  3.4939 +
  3.4940 +#, python-format
  3.4941 +msgid "copy: %s -> %s\n"
  3.4942 +msgstr "αντιγραφή: %s -> %s\n"
  3.4943 +
  3.4944 +msgid "dump the contents of a data file revision"
  3.4945 +msgstr ""
  3.4946 +
  3.4947 +#, python-format
  3.4948 +msgid "invalid revision identifier %s"
  3.4949 +msgstr "μη έγκυρο όνομα αλλαγής: %s"
  3.4950 +
  3.4951 +msgid "parse and display a date"
  3.4952 +msgstr ""
  3.4953 +
  3.4954 +msgid "dump the contents of an index file"
  3.4955 +msgstr ""
  3.4956 +
  3.4957 +msgid "dump an index DAG as a graphviz dot file"
  3.4958 +msgstr ""
  3.4959 +
  3.4960 +msgid "test Mercurial installation"
  3.4961 +msgstr ""
  3.4962 +
  3.4963 +#, python-format
  3.4964 +msgid "Checking encoding (%s)...\n"
  3.4965 +msgstr ""
  3.4966 +
  3.4967 +msgid " (check that your locale is properly set)\n"
  3.4968 +msgstr ""
  3.4969 +
  3.4970 +msgid "Checking extensions...\n"
  3.4971 +msgstr ""
  3.4972 +
  3.4973 +msgid " One or more extensions could not be found"
  3.4974 +msgstr ""
  3.4975 +
  3.4976 +msgid " (check that you compiled the extensions)\n"
  3.4977 +msgstr ""
  3.4978 +
  3.4979 +msgid "Checking templates...\n"
  3.4980 +msgstr ""
  3.4981 +
  3.4982 +msgid " (templates seem to have been installed incorrectly)\n"
  3.4983 +msgstr ""
  3.4984 +
  3.4985 +msgid "Checking patch...\n"
  3.4986 +msgstr ""
  3.4987 +
  3.4988 +msgid " patch call failed:\n"
  3.4989 +msgstr ""
  3.4990 +
  3.4991 +msgid " unexpected patch output!\n"
  3.4992 +msgstr ""
  3.4993 +
  3.4994 +msgid " patch test failed!\n"
  3.4995 +msgstr ""
  3.4996 +
  3.4997 +msgid ""
  3.4998 +" (Current patch tool may be incompatible with patch, or misconfigured. "
  3.4999 +"Please check your .hgrc file)\n"
  3.5000 +msgstr ""
  3.5001 +
  3.5002 +msgid ""
  3.5003 +" Internal patcher failure, please report this error to http://www.selenic."
  3.5004 +"com/mercurial/bts\n"
  3.5005 +msgstr ""
  3.5006 +
  3.5007 +msgid "Checking commit editor...\n"
  3.5008 +msgstr ""
  3.5009 +
  3.5010 +msgid " No commit editor set and can't find vi in PATH\n"
  3.5011 +msgstr ""
  3.5012 +
  3.5013 +msgid " (specify a commit editor in your .hgrc file)\n"
  3.5014 +msgstr ""
  3.5015 +
  3.5016 +#, python-format
  3.5017 +msgid " Can't find editor '%s' in PATH\n"
  3.5018 +msgstr ""
  3.5019 +
  3.5020 +msgid "Checking username...\n"
  3.5021 +msgstr ""
  3.5022 +
  3.5023 +msgid " (specify a username in your .hgrc file)\n"
  3.5024 +msgstr ""
  3.5025 +
  3.5026 +msgid "No problems detected\n"
  3.5027 +msgstr "Δε βρέθηκε κανένα πρόβλημα\n"
  3.5028 +
  3.5029 +#, python-format
  3.5030 +msgid "%s problems detected, please check your install!\n"
  3.5031 +msgstr ""
  3.5032 +
  3.5033 +msgid "dump rename information"
  3.5034 +msgstr ""
  3.5035 +
  3.5036 +#, python-format
  3.5037 +msgid "%s renamed from %s:%s\n"
  3.5038 +msgstr "το %s μετονομάστηκε από το %s:%s\n"
  3.5039 +
  3.5040 +#, python-format
  3.5041 +msgid "%s not renamed\n"
  3.5042 +msgstr "το %s δε μετονομάστηκε\n"
  3.5043 +
  3.5044 +msgid "show how files match on given patterns"
  3.5045 +msgstr ""
  3.5046 +
  3.5047 +msgid ""
  3.5048 +"diff repository (or selected files)\n"
  3.5049 +"\n"
  3.5050 +"    Show differences between revisions for the specified files.\n"
  3.5051 +"\n"
  3.5052 +"    Differences between files are shown using the unified diff format.\n"
  3.5053 +"\n"
  3.5054 +"    NOTE: diff may generate unexpected results for merges, as it will\n"
  3.5055 +"    default to comparing against the working directory's first parent\n"
  3.5056 +"    changeset if no revisions are specified.\n"
  3.5057 +"\n"
  3.5058 +"    When two revision arguments are given, then changes are shown\n"
  3.5059 +"    between those revisions. If only one revision is specified then\n"
  3.5060 +"    that revision is compared to the working directory, and, when no\n"
  3.5061 +"    revisions are specified, the working directory files are compared\n"
  3.5062 +"    to its parent.\n"
  3.5063 +"\n"
  3.5064 +"    Without the -a/--text option, diff will avoid generating diffs of\n"
  3.5065 +"    files it detects as binary. With -a, diff will generate a diff\n"
  3.5066 +"    anyway, probably with undesirable results.\n"
  3.5067 +"\n"
  3.5068 +"    Use the -g/--git option to generate diffs in the git extended diff\n"
  3.5069 +"    format. For more information, read 'hg help diffs'.\n"
  3.5070 +"    "
  3.5071 +msgstr ""
  3.5072 +
  3.5073 +msgid ""
  3.5074 +"dump the header and diffs for one or more changesets\n"
  3.5075 +"\n"
  3.5076 +"    Print the changeset header and diffs for one or more revisions.\n"
  3.5077 +"\n"
  3.5078 +"    The information shown in the changeset header is: author,\n"
  3.5079 +"    changeset hash, parent(s) and commit comment.\n"
  3.5080 +"\n"
  3.5081 +"    NOTE: export may generate unexpected diff output for merge\n"
  3.5082 +"    changesets, as it will compare the merge changeset against its\n"
  3.5083 +"    first parent only.\n"
  3.5084 +"\n"
  3.5085 +"    Output may be to a file, in which case the name of the file is\n"
  3.5086 +"    given using a format string. The formatting rules are as follows:\n"
  3.5087 +"\n"
  3.5088 +"    %%   literal \"%\" character\n"
  3.5089 +"    %H   changeset hash (40 bytes of hexadecimal)\n"
  3.5090 +"    %N   number of patches being generated\n"
  3.5091 +"    %R   changeset revision number\n"
  3.5092 +"    %b   basename of the exporting repository\n"
  3.5093 +"    %h   short-form changeset hash (12 bytes of hexadecimal)\n"
  3.5094 +"    %n   zero-padded sequence number, starting at 1\n"
  3.5095 +"    %r   zero-padded changeset revision number\n"
  3.5096 +"\n"
  3.5097 +"    Without the -a/--text option, export will avoid generating diffs\n"
  3.5098 +"    of files it detects as binary. With -a, export will generate a\n"
  3.5099 +"    diff anyway, probably with undesirable results.\n"
  3.5100 +"\n"
  3.5101 +"    Use the -g/--git option to generate diffs in the git extended diff\n"
  3.5102 +"    format. See 'hg help diffs' for more information.\n"
  3.5103 +"\n"
  3.5104 +"    With the --switch-parent option, the diff will be against the\n"
  3.5105 +"    second parent. It can be useful to review a merge.\n"
  3.5106 +"    "
  3.5107 +msgstr ""
  3.5108 +
  3.5109 +msgid "export requires at least one changeset"
  3.5110 +msgstr ""
  3.5111 +
  3.5112 +msgid "exporting patches:\n"
  3.5113 +msgstr ""
  3.5114 +
  3.5115 +msgid "exporting patch:\n"
  3.5116 +msgstr ""
  3.5117 +
  3.5118 +msgid ""
  3.5119 +"search for a pattern in specified files and revisions\n"
  3.5120 +"\n"
  3.5121 +"    Search revisions of files for a regular expression.\n"
  3.5122 +"\n"
  3.5123 +"    This command behaves differently than Unix grep. It only accepts\n"
  3.5124 +"    Python/Perl regexps. It searches repository history, not the\n"
  3.5125 +"    working directory. It always prints the revision number in which a\n"
  3.5126 +"    match appears.\n"
  3.5127 +"\n"
  3.5128 +"    By default, grep only prints output for the first revision of a\n"
  3.5129 +"    file in which it finds a match. To get it to print every revision\n"
  3.5130 +"    that contains a change in match status (\"-\" for a match that\n"
  3.5131 +"    becomes a non-match, or \"+\" for a non-match that becomes a match),\n"
  3.5132 +"    use the --all flag.\n"
  3.5133 +"    "
  3.5134 +msgstr ""
  3.5135 +
  3.5136 +#, python-format
  3.5137 +msgid "grep: invalid match pattern: %s\n"
  3.5138 +msgstr ""
  3.5139 +
  3.5140 +msgid ""
  3.5141 +"show current repository heads or show branch heads\n"
  3.5142 +"\n"
  3.5143 +"    With no arguments, show all repository head changesets.\n"
  3.5144 +"\n"
  3.5145 +"    Repository \"heads\" are changesets that don't have child\n"
  3.5146 +"    changesets. They are where development generally takes place and\n"
  3.5147 +"    are the usual targets for update and merge operations.\n"
  3.5148 +"\n"
  3.5149 +"    If one or more REV is given, the \"branch heads\" will be shown for\n"
  3.5150 +"    the named branch associated with that revision. The name of the\n"
  3.5151 +"    branch is called the revision's branch tag.\n"
  3.5152 +"\n"
  3.5153 +"    Branch heads are revisions on a given named branch that do not have\n"
  3.5154 +"    any children on the same branch. A branch head could be a true head\n"
  3.5155 +"    or it could be the last changeset on a branch before a new branch\n"
  3.5156 +"    was created. If none of the branch heads are true heads, the branch\n"
  3.5157 +"    is considered inactive.\n"
  3.5158 +"\n"
  3.5159 +"    If STARTREV is specified only those heads (or branch heads) that\n"
  3.5160 +"    are descendants of STARTREV will be displayed.\n"
  3.5161 +"    "
  3.5162 +msgstr ""
  3.5163 +
  3.5164 +#, python-format
  3.5165 +msgid "no open branch heads on branch %s\n"
  3.5166 +msgstr ""
  3.5167 +
  3.5168 +#, python-format
  3.5169 +msgid "no changes on branch %s containing %s are reachable from %s\n"
  3.5170 +msgstr ""
  3.5171 +
  3.5172 +#, python-format
  3.5173 +msgid "no changes on branch %s are reachable from %s\n"
  3.5174 +msgstr ""
  3.5175 +
  3.5176 +msgid ""
  3.5177 +"show help for a given topic or a help overview\n"
  3.5178 +"\n"
  3.5179 +"    With no arguments, print a list of commands with short help messages.\n"
  3.5180 +"\n"
  3.5181 +"    Given a topic, extension, or command name, print help for that\n"
  3.5182 +"    topic."
  3.5183 +msgstr ""
  3.5184 +
  3.5185 +msgid "global options:"
  3.5186 +msgstr ""
  3.5187 +
  3.5188 +msgid "use \"hg help\" for the full list of commands"
  3.5189 +msgstr "δείτε τη βοήθεια \"hg help\" για την πλήρη λίστα εντολών"
  3.5190 +
  3.5191 +msgid "use \"hg help\" for the full list of commands or \"hg -v\" for details"
  3.5192 +msgstr ""
  3.5193 +"brug \"hg help\" for den fulde liste af kommandoer eller \"hg -v\" for "
  3.5194 +"detaljer"
  3.5195 +
  3.5196 +#, python-format
  3.5197 +msgid "use \"hg -v help%s\" to show aliases and global options"
  3.5198 +msgstr ""
  3.5199 +"δώστε \"hg -v help%s\" για τη λίστα εικονικών εντολών και κεντρικών επιλογών"
  3.5200 +
  3.5201 +#, python-format
  3.5202 +msgid "use \"hg -v help %s\" to show global options"
  3.5203 +msgstr "δώστε \"hg -v help %s\" για τη λίστα κεντρικών επιλογών"
  3.5204 +
  3.5205 +msgid ""
  3.5206 +"list of commands:\n"
  3.5207 +"\n"
  3.5208 +msgstr ""
  3.5209 +"λίστα εντολών:\n"
  3.5210 +"\n"
  3.5211 +
  3.5212 +#, python-format
  3.5213 +msgid ""
  3.5214 +"\n"
  3.5215 +"aliases: %s\n"
  3.5216 +msgstr ""
  3.5217 +"\n"
  3.5218 +"εικονικές εντολές %s:\n"
  3.5219 +
  3.5220 +msgid "(no help text available)"
  3.5221 +msgstr "(δεν υπάρχει κείμενο βοήθειας)"
  3.5222 +
  3.5223 +msgid "options:\n"
  3.5224 +msgstr "επιλογές:\n"
  3.5225 +
  3.5226 +msgid "no commands defined\n"
  3.5227 +msgstr "δεν έχει οριστεί καμία εντολή\n"
  3.5228 +
  3.5229 +msgid ""
  3.5230 +"\n"
  3.5231 +"enabled extensions:\n"
  3.5232 +"\n"
  3.5233 +msgstr ""
  3.5234 +"\n"
  3.5235 +"ενεργές επεκτάσεις:\n"
  3.5236 +"\n"
  3.5237 +
  3.5238 +#, python-format
  3.5239 +msgid " %s   %s\n"
  3.5240 +msgstr ""
  3.5241 +
  3.5242 +msgid "no help text available"
  3.5243 +msgstr "δεν υπάρχει κείμενο βοήθειας"
  3.5244 +
  3.5245 +#, python-format
  3.5246 +msgid "%s extension - %s\n"
  3.5247 +msgstr ""
  3.5248 +
  3.5249 +msgid "Mercurial Distributed SCM\n"
  3.5250 +msgstr "Mercurial Κατανεμημένο SCM\n"
  3.5251 +
  3.5252 +msgid ""
  3.5253 +"basic commands:\n"
  3.5254 +"\n"
  3.5255 +msgstr ""
  3.5256 +"βασικές εντολές:\n"
  3.5257 +"\n"
  3.5258 +
  3.5259 +msgid ""
  3.5260 +"\n"
  3.5261 +"additional help topics:\n"
  3.5262 +"\n"
  3.5263 +msgstr ""
  3.5264 +"\n"
  3.5265 +"περισσότερα θέματα βοήθειας:\n"
  3.5266 +"\n"
  3.5267 +
  3.5268 +msgid ""
  3.5269 +"identify the working copy or specified revision\n"
  3.5270 +"\n"
  3.5271 +"    With no revision, print a summary of the current state of the\n"
  3.5272 +"    repository.\n"
  3.5273 +"\n"
  3.5274 +"    Specifying a path to a repository root or Mercurial bundle will\n"
  3.5275 +"    cause lookup to operate on that repository/bundle.\n"
  3.5276 +"\n"
  3.5277 +"    This summary identifies the repository state using one or two\n"
  3.5278 +"    parent hash identifiers, followed by a \"+\" if there are\n"
  3.5279 +"    uncommitted changes in the working directory, a list of tags for\n"
  3.5280 +"    this revision and a branch name for non-default branches.\n"
  3.5281 +"    "
  3.5282 +msgstr ""
  3.5283 +
  3.5284 +msgid ""
  3.5285 +"import an ordered set of patches\n"
  3.5286 +"\n"
  3.5287 +"    Import a list of patches and commit them individually.\n"
  3.5288 +"\n"
  3.5289 +"    If there are outstanding changes in the working directory, import\n"
  3.5290 +"    will abort unless given the -f/--force flag.\n"
  3.5291 +"\n"
  3.5292 +"    You can import a patch straight from a mail message. Even patches\n"
  3.5293 +"    as attachments work (to use the body part, it must have type\n"
  3.5294 +"    text/plain or text/x-patch). From and Subject headers of email\n"
  3.5295 +"    message are used as default committer and commit message. All\n"
  3.5296 +"    text/plain body parts before first diff are added to commit\n"
  3.5297 +"    message.\n"
  3.5298 +"\n"
  3.5299 +"    If the imported patch was generated by hg export, user and\n"
  3.5300 +"    description from patch override values from message headers and\n"
  3.5301 +"    body. Values given on command line with -m/--message and -u/--user\n"
  3.5302 +"    override these.\n"
  3.5303 +"\n"
  3.5304 +"    If --exact is specified, import will set the working directory to\n"
  3.5305 +"    the parent of each patch before applying it, and will abort if the\n"
  3.5306 +"    resulting changeset has a different ID than the one recorded in\n"
  3.5307 +"    the patch. This may happen due to character set problems or other\n"
  3.5308 +"    deficiencies in the text patch format.\n"
  3.5309 +"\n"
  3.5310 +"    With -s/--similarity, hg will attempt to discover renames and\n"
  3.5311 +"    copies in the patch in the same way as 'addremove'.\n"
  3.5312 +"\n"
  3.5313 +"    To read a patch from standard input, use \"-\" as the patch name.\n"
  3.5314 +"    See 'hg help dates' for a list of formats valid for -d/--date.\n"
  3.5315 +"    "
  3.5316 +msgstr ""
  3.5317 +
  3.5318 +msgid "applying patch from stdin\n"
  3.5319 +msgstr ""
  3.5320 +
  3.5321 +msgid "no diffs found"
  3.5322 +msgstr ""
  3.5323 +
  3.5324 +#, python-format
  3.5325 +msgid ""
  3.5326 +"message:\n"
  3.5327 +"%s\n"
  3.5328 +msgstr ""
  3.5329 +"meddelse:\n"
  3.5330 +"%s\n"
  3.5331 +
  3.5332 +msgid "not a Mercurial patch"
  3.5333 +msgstr ""
  3.5334 +
  3.5335 +msgid "patch is damaged or loses information"
  3.5336 +msgstr ""
  3.5337 +
  3.5338 +msgid ""
  3.5339 +"show new changesets found in source\n"
  3.5340 +"\n"
  3.5341 +"    Show new changesets found in the specified path/URL or the default\n"
  3.5342 +"    pull location. These are the changesets that would have been pulled\n"
  3.5343 +"    if a pull at the time you issued this command.\n"
  3.5344 +"\n"
  3.5345 +"    For remote repository, using --bundle avoids downloading the\n"
  3.5346 +"    changesets twice if the incoming is followed by a pull.\n"
  3.5347 +"\n"
  3.5348 +"    See pull for valid source format details.\n"
  3.5349 +"    "
  3.5350 +msgstr ""
  3.5351 +
  3.5352 +msgid ""
  3.5353 +"create a new repository in the given directory\n"
  3.5354 +"\n"
  3.5355 +"    Initialize a new repository in the given directory. If the given\n"
  3.5356 +"    directory does not exist, it will be created.\n"
  3.5357 +"\n"
  3.5358 +"    If no directory is given, the current directory is used.\n"
  3.5359 +"\n"
  3.5360 +"    It is possible to specify an ssh:// URL as the destination.\n"
  3.5361 +"    See 'hg help urls' for more information.\n"
  3.5362 +"    "
  3.5363 +msgstr ""
  3.5364 +
  3.5365 +msgid ""
  3.5366 +"locate files matching specific patterns\n"
  3.5367 +"\n"
  3.5368 +"    Print files under Mercurial control in the working directory whose\n"
  3.5369 +"    names match the given patterns.\n"
  3.5370 +"\n"
  3.5371 +"    By default, this command searches all directories in the working\n"
  3.5372 +"    directory. To search just the current directory and its\n"
  3.5373 +"    subdirectories, use \"--include .\".\n"
  3.5374 +"\n"
  3.5375 +"    If no patterns are given to match, this command prints the names\n"
  3.5376 +"    of all files under Mercurial control in the working directory.\n"
  3.5377 +"\n"
  3.5378 +"    If you want to feed the output of this command into the \"xargs\"\n"
  3.5379 +"    command, use the -0 option to both this command and \"xargs\". This\n"
  3.5380 +"    will avoid the problem of \"xargs\" treating single filenames that\n"
  3.5381 +"    contain whitespace as multiple filenames.\n"
  3.5382 +"    "
  3.5383 +msgstr ""
  3.5384 +
  3.5385 +msgid ""
  3.5386 +"show revision history of entire repository or files\n"
  3.5387 +"\n"
  3.5388 +"    Print the revision history of the specified files or the entire\n"
  3.5389 +"    project.\n"
  3.5390 +"\n"
  3.5391 +"    File history is shown without following rename or copy history of\n"
  3.5392 +"    files. Use -f/--follow with a filename to follow history across\n"
  3.5393 +"    renames and copies. --follow without a filename will only show\n"
  3.5394 +"    ancestors or descendants of the starting revision. --follow-first\n"
  3.5395 +"    only follows the first parent of merge revisions.\n"
  3.5396 +"\n"
  3.5397 +"    If no revision range is specified, the default is tip:0 unless\n"
  3.5398 +"    --follow is set, in which case the working directory parent is\n"
  3.5399 +"    used as the starting revision.\n"
  3.5400 +"\n"
  3.5401 +"    See 'hg help dates' for a list of formats valid for -d/--date.\n"
  3.5402 +"\n"
  3.5403 +"    By default this command prints revision number and changeset id,\n"
  3.5404 +"    tags, non-trivial parents, user, date and time, and a summary for\n"
  3.5405 +"    each commit. When the -v/--verbose switch is used, the list of\n"
  3.5406 +"    changed files and full commit message are shown.\n"
  3.5407 +"\n"
  3.5408 +"    NOTE: log -p/--patch may generate unexpected diff output for merge\n"
  3.5409 +"    changesets, as it will only compare the merge changeset against\n"
  3.5410 +"    its first parent. Also, only files different from BOTH parents\n"
  3.5411 +"    will appear in files:.\n"
  3.5412 +"    "
  3.5413 +msgstr ""
  3.5414 +
  3.5415 +msgid ""
  3.5416 +"output the current or given revision of the project manifest\n"
  3.5417 +"\n"
  3.5418 +"    Print a list of version controlled files for the given revision.\n"
  3.5419 +"    If no revision is given, the first parent of the working directory\n"
  3.5420 +"    is used, or the null revision if no revision is checked out.\n"
  3.5421 +"\n"
  3.5422 +"    With -v, print file permissions, symlink and executable bits.\n"
  3.5423 +"    With --debug, print file revision hashes.\n"
  3.5424 +"    "
  3.5425 +msgstr ""
  3.5426 +
  3.5427 +msgid ""
  3.5428 +"merge working directory with another revision\n"
  3.5429 +"\n"
  3.5430 +"    The current working directory is updated with all changes made in\n"
  3.5431 +"    the requested revision since the last common predecessor revision.\n"
  3.5432 +"\n"
  3.5433 +"    Files that changed between either parent are marked as changed for\n"
  3.5434 +"    the next commit and a commit must be performed before any further\n"
  3.5435 +"    updates to the repository are allowed. The next commit will have\n"
  3.5436 +"    two parents.\n"
  3.5437 +"\n"
  3.5438 +"    If no revision is specified, the working directory's parent is a\n"
  3.5439 +"    head revision, and the current branch contains exactly one other\n"
  3.5440 +"    head, the other head is merged with by default. Otherwise, an\n"
  3.5441 +"    explicit revision with which to merge with must be provided.\n"
  3.5442 +"    "
  3.5443 +msgstr ""
  3.5444 +
  3.5445 +#, python-format
  3.5446 +msgid "branch '%s' has %d heads - please merge with an explicit rev"
  3.5447 +msgstr ""
  3.5448 +
  3.5449 +#, python-format
  3.5450 +msgid "branch '%s' has one head - please merge with an explicit rev"
  3.5451 +msgstr ""
  3.5452 +
  3.5453 +msgid "there is nothing to merge"
  3.5454 +msgstr ""
  3.5455 +
  3.5456 +#, python-format
  3.5457 +msgid "%s - use \"hg update\" instead"
  3.5458 +msgstr "%s - δώστε \"hg update\" καλύτερα"
  3.5459 +
  3.5460 +msgid ""
  3.5461 +"working dir not at a head rev - use \"hg update\" or merge with an explicit "
  3.5462 +"rev"
  3.5463 +msgstr ""
  3.5464 +
  3.5465 +msgid ""
  3.5466 +"show changesets not found in destination\n"
  3.5467 +"\n"
  3.5468 +"    Show changesets not found in the specified destination repository\n"
  3.5469 +"    or the default push location. These are the changesets that would\n"
  3.5470 +"    be pushed if a push was requested.\n"
  3.5471 +"\n"
  3.5472 +"    See pull for valid destination format details.\n"
  3.5473 +"    "
  3.5474 +msgstr ""
  3.5475 +
  3.5476 +msgid ""
  3.5477 +"show the parents of the working directory or revision\n"
  3.5478 +"\n"
  3.5479 +"    Print the working directory's parent revisions. If a revision is\n"
  3.5480 +"    given via -r/--rev, the parent of that revision will be printed.\n"
  3.5481 +"    If a file argument is given, the revision in which the file was\n"
  3.5482 +"    last changed (before the working directory revision or the\n"
  3.5483 +"    argument to --rev if given) is printed.\n"
  3.5484 +"    "
  3.5485 +msgstr ""
  3.5486 +
  3.5487 +msgid "can only specify an explicit filename"
  3.5488 +msgstr ""
  3.5489 +
  3.5490 +#, python-format
  3.5491 +msgid "'%s' not found in manifest!"
  3.5492 +msgstr ""
  3.5493 +
  3.5494 +msgid ""
  3.5495 +"show aliases for remote repositories\n"
  3.5496 +"\n"
  3.5497 +"    Show definition of symbolic path name NAME. If no name is given,\n"
  3.5498 +"    show definition of all available names.\n"
  3.5499 +"\n"
  3.5500 +"    Path names are defined in the [paths] section of /etc/mercurial/hgrc\n"
  3.5501 +"    and $HOME/.hgrc. If run inside a repository, .hg/hgrc is used, too.\n"
  3.5502 +"\n"
  3.5503 +"    See 'hg help urls' for more information.\n"
  3.5504 +"    "
  3.5505 +msgstr ""
  3.5506 +
  3.5507 +msgid "not found!\n"
  3.5508 +msgstr "δε βρέθηκε!\n"
  3.5509 +
  3.5510 +msgid "not updating, since new heads added\n"
  3.5511 +msgstr "δεν εξάγεται κάποια αλλαγή, επειδή δημιουργήθηκε νέο παρακλάδι\n"
  3.5512 +
  3.5513 +msgid "(run 'hg heads' to see heads, 'hg merge' to merge)\n"
  3.5514 +msgstr ""
  3.5515 +"(δώστε 'hg heads' για να δείτε τα παρακλάδια, 'hg merge' για συγχώνευση)\n"
  3.5516 +
  3.5517 +msgid "(run 'hg update' to get a working copy)\n"
  3.5518 +msgstr "(δώστε 'hg update' για να εξάγετε αντίγραφο εργασίας)\n"
  3.5519 +
  3.5520 +msgid ""
  3.5521 +"pull changes from the specified source\n"
  3.5522 +"\n"
  3.5523 +"    Pull changes from a remote repository to a local one.\n"
  3.5524 +"\n"
  3.5525 +"    This finds all changes from the repository at the specified path\n"
  3.5526 +"    or URL and adds them to a local repository (the current one unless\n"
  3.5527 +"    -R is specified). By default, this does not update the copy of the\n"
  3.5528 +"    project in the working directory.\n"
  3.5529 +"\n"
  3.5530 +"    Use hg incoming if you want to see what would have been added by a\n"
  3.5531 +"    pull at the time you issued this command. If you then decide to\n"
  3.5532 +"    added those changes to the repository, you should use pull -r X\n"
  3.5533 +"    where X is the last changeset listed by hg incoming.\n"
  3.5534 +"\n"
  3.5535 +"    If SOURCE is omitted, the 'default' path will be used.\n"
  3.5536 +"    See 'hg help urls' for more information.\n"
  3.5537 +"    "
  3.5538 +msgstr ""
  3.5539 +
  3.5540 +msgid ""
  3.5541 +"push changes to the specified destination\n"
  3.5542 +"\n"
  3.5543 +"    Push changes from the local repository to the given destination.\n"
  3.5544 +"\n"
  3.5545 +"    This is the symmetrical operation for pull. It moves changes from\n"
  3.5546 +"    the current repository to a different one. If the destination is\n"
  3.5547 +"    local this is identical to a pull in that directory from the\n"
  3.5548 +"    current one.\n"
  3.5549 +"\n"
  3.5550 +"    By default, push will refuse to run if it detects the result would\n"
  3.5551 +"    increase the number of remote heads. This generally indicates the\n"
  3.5552 +"    user forgot to pull and merge before pushing.\n"
  3.5553 +"\n"
  3.5554 +"    If -r/--rev is used, the named revision and all its ancestors will\n"
  3.5555 +"    be pushed to the remote repository.\n"
  3.5556 +"\n"
  3.5557 +"    Please see 'hg help urls' for important details about ssh://\n"
  3.5558 +"    URLs. If DESTINATION is omitted, a default path will be used.\n"
  3.5559 +"    See 'hg help urls' for more information.\n"
  3.5560 +"    "
  3.5561 +msgstr ""
  3.5562 +
  3.5563 +#, python-format
  3.5564 +msgid "pushing to %s\n"
  3.5565 +msgstr ""
  3.5566 +
  3.5567 +msgid ""
  3.5568 +"roll back an interrupted transaction\n"
  3.5569 +"\n"
  3.5570 +"    Recover from an interrupted commit or pull.\n"
  3.5571 +"\n"
  3.5572 +"    This command tries to fix the repository status after an\n"
  3.5573 +"    interrupted operation. It should only be necessary when Mercurial\n"
  3.5574 +"    suggests it.\n"
  3.5575 +"    "
  3.5576 +msgstr ""
  3.5577 +
  3.5578 +msgid ""
  3.5579 +"remove the specified files on the next commit\n"
  3.5580 +"\n"
  3.5581 +"    Schedule the indicated files for removal from the repository.\n"
  3.5582 +"\n"
  3.5583 +"    This only removes files from the current branch, not from the\n"
  3.5584 +"    entire project history. -A/--after can be used to remove only\n"
  3.5585 +"    files that have already been deleted, -f/--force can be used to\n"
  3.5586 +"    force deletion, and -Af can be used to remove files from the next\n"
  3.5587 +"    revision without deleting them from the working directory.\n"
  3.5588 +"\n"
  3.5589 +"    The following table details the behavior of remove for different\n"
  3.5590 +"    file states (columns) and option combinations (rows). The file\n"
  3.5591 +"    states are Added [A], Clean [C], Modified [M] and Missing [!]\n"
  3.5592 +"    (as reported by hg status). The actions are Warn, Remove (from\n"
  3.5593 +"    branch) and Delete (from disk).\n"
  3.5594 +"\n"
  3.5595 +"           A  C  M  !\n"
  3.5596 +"    none   W  RD W  R\n"
  3.5597 +"    -f     R  RD RD R\n"
  3.5598 +"    -A     W  W  W  R\n"
  3.5599 +"    -Af    R  R  R  R\n"
  3.5600 +"\n"
  3.5601 +"    This command schedules the files to be removed at the next commit.\n"
  3.5602 +"    To undo a remove before that, see hg revert.\n"
  3.5603 +"    "
  3.5604 +msgstr ""
  3.5605 +
  3.5606 +msgid "no files specified"
  3.5607 +msgstr ""
  3.5608 +
  3.5609 +#, python-format
  3.5610 +msgid "not removing %s: file is untracked\n"
  3.5611 +msgstr ""
  3.5612 +
  3.5613 +#, python-format
  3.5614 +msgid "not removing %s: file %s (use -f to force removal)\n"
  3.5615 +msgstr ""
  3.5616 +
  3.5617 +msgid "still exists"
  3.5618 +msgstr "υπάρχει ακόμη"
  3.5619 +
  3.5620 +msgid "is modified"
  3.5621 +msgstr "έχει τροποποιηθεί"
  3.5622 +
  3.5623 +msgid "has been marked for add"
  3.5624 +msgstr "έχει σημειωθεί για προσθήκη"
  3.5625 +
  3.5626 +msgid ""
  3.5627 +"rename files; equivalent of copy + remove\n"
  3.5628 +"\n"
  3.5629 +"    Mark dest as copies of sources; mark sources for deletion. If dest\n"
  3.5630 +"    is a directory, copies are put in that directory. If dest is a\n"
  3.5631 +"    file, there can only be one source.\n"
  3.5632 +"\n"
  3.5633 +"    By default, this command copies the contents of files as they\n"
  3.5634 +"    exist in the working directory. If invoked with -A/--after, the\n"
  3.5635 +"    operation is recorded, but no copying is performed.\n"
  3.5636 +"\n"
  3.5637 +"    This command takes effect at the next commit. To undo a rename\n"
  3.5638 +"    before that, see hg revert.\n"
  3.5639 +"    "
  3.5640 +msgstr ""
  3.5641 +
  3.5642 +msgid ""
  3.5643 +"retry file merges from a merge or update\n"
  3.5644 +"\n"
  3.5645 +"    This command will cleanly retry unresolved file merges using file\n"
  3.5646 +"    revisions preserved from the last update or merge. To attempt to\n"
  3.5647 +"    resolve all unresolved files, use the -a/--all switch.\n"
  3.5648 +"\n"
  3.5649 +"    If a conflict is resolved manually, please note that the changes\n"
  3.5650 +"    will be overwritten if the merge is retried with resolve. The\n"
  3.5651 +"    -m/--mark switch should be used to mark the file as resolved.\n"
  3.5652 +"\n"
  3.5653 +"    This command also allows listing resolved files and manually\n"
  3.5654 +"    indicating whether or not files are resolved. All files must be\n"
  3.5655 +"    marked as resolved before a commit is permitted.\n"
  3.5656 +"\n"
  3.5657 +"    The codes used to show the status of files are:\n"
  3.5658 +"    U = unresolved\n"
  3.5659 +"    R = resolved\n"
  3.5660 +"    "
  3.5661 +msgstr ""
  3.5662 +
  3.5663 +msgid "too many options specified"
  3.5664 +msgstr ""
  3.5665 +
  3.5666 +msgid "can't specify --all and patterns"
  3.5667 +msgstr ""
  3.5668 +
  3.5669 +msgid "no files or directories specified; use --all to remerge all files"
  3.5670 +msgstr ""
  3.5671 +"ingen filer eller mapper specificeret; brug --all for at gen-sammenføje alle "
  3.5672 +"filerne"
  3.5673 +
  3.5674 +msgid ""
  3.5675 +"restore individual files or directories to an earlier state\n"
  3.5676 +"\n"
  3.5677 +"    (Use update -r to check out earlier revisions, revert does not\n"
  3.5678 +"    change the working directory parents.)\n"
  3.5679 +"\n"
  3.5680 +"    With no revision specified, revert the named files or directories\n"
  3.5681 +"    to the contents they had in the parent of the working directory.\n"
  3.5682 +"    This restores the contents of the affected files to an unmodified\n"
  3.5683 +"    state and unschedules adds, removes, copies, and renames. If the\n"
  3.5684 +"    working directory has two parents, you must explicitly specify the\n"
  3.5685 +"    revision to revert to.\n"
  3.5686 +"\n"
  3.5687 +"    Using the -r/--rev option, revert the given files or directories\n"
  3.5688 +"    to their contents as of a specific revision. This can be helpful\n"
  3.5689 +"    to \"roll back\" some or all of an earlier change. See 'hg help\n"
  3.5690 +"    dates' for a list of formats valid for -d/--date.\n"
  3.5691 +"\n"
  3.5692 +"    Revert modifies the working directory. It does not commit any\n"
  3.5693 +"    changes, or change the parent of the working directory. If you\n"
  3.5694 +"    revert to a revision other than the parent of the working\n"
  3.5695 +"    directory, the reverted files will thus appear modified\n"
  3.5696 +"    afterwards.\n"
  3.5697 +"\n"
  3.5698 +"    If a file has been deleted, it is restored. If the executable mode\n"
  3.5699 +"    of a file was changed, it is reset.\n"
  3.5700 +"\n"
  3.5701 +"    If names are given, all files matching the names are reverted.\n"
  3.5702 +"    If no arguments are given, no files are reverted.\n"
  3.5703 +"\n"
  3.5704 +"    Modified files are saved with a .orig suffix before reverting.\n"
  3.5705 +"    To disable these backups, use --no-backup.\n"
  3.5706 +"    "
  3.5707 +msgstr ""
  3.5708 +
  3.5709 +msgid "you can't specify a revision and a date"
  3.5710 +msgstr "δεν επιτρέπεται η χρήση αλλαγής και ημερομηνίας ταυτόχρονα"
  3.5711 +
  3.5712 +msgid "no files or directories specified; use --all to revert the whole repo"
  3.5713 +msgstr ""
  3.5714 +
  3.5715 +#, python-format
  3.5716 +msgid "forgetting %s\n"
  3.5717 +msgstr ""
  3.5718 +
  3.5719 +#, python-format
  3.5720 +msgid "reverting %s\n"
  3.5721 +msgstr "επαναφορά %s\n"
  3.5722 +
  3.5723 +#, python-format
  3.5724 +msgid "undeleting %s\n"
  3.5725 +msgstr "επανάκτηση %s\n"
  3.5726 +
  3.5727 +#, python-format
  3.5728 +msgid "saving current version of %s as %s\n"
  3.5729 +msgstr ""
  3.5730 +
  3.5731 +#, python-format
  3.5732 +msgid "file not managed: %s\n"
  3.5733 +msgstr ""
  3.5734 +
  3.5735 +#, python-format
  3.5736 +msgid "no changes needed to %s\n"
  3.5737 +msgstr ""
  3.5738 +
  3.5739 +msgid ""
  3.5740 +"roll back the last transaction\n"
  3.5741 +"\n"
  3.5742 +"    This command should be used with care. There is only one level of\n"
  3.5743 +"    rollback, and there is no way to undo a rollback. It will also\n"
  3.5744 +"    restore the dirstate at the time of the last transaction, losing\n"
  3.5745 +"    any dirstate changes since that time.\n"
  3.5746 +"\n"
  3.5747 +"    Transactions are used to encapsulate the effects of all commands\n"
  3.5748 +"    that create new changesets or propagate existing changesets into a\n"
  3.5749 +"    repository. For example, the following commands are transactional,\n"
  3.5750 +"    and their effects can be rolled back:\n"
  3.5751 +"\n"
  3.5752 +"      commit\n"
  3.5753 +"      import\n"
  3.5754 +"      pull\n"
  3.5755 +"      push (with this repository as destination)\n"
  3.5756 +"      unbundle\n"
  3.5757 +"\n"
  3.5758 +"    This command is not intended for use on public repositories. Once\n"
  3.5759 +"    changes are visible for pull by other users, rolling a transaction\n"
  3.5760 +"    back locally is ineffective (someone else may already have pulled\n"
  3.5761 +"    the changes). Furthermore, a race is possible with readers of the\n"
  3.5762 +"    repository; for example an in-progress pull from the repository\n"
  3.5763 +"    may fail if a rollback is performed.\n"
  3.5764 +"    "
  3.5765 +msgstr ""
  3.5766 +
  3.5767 +msgid ""
  3.5768 +"print the root (top) of the current working directory\n"
  3.5769 +"\n"
  3.5770 +"    Print the root directory of the current repository.\n"
  3.5771 +"    "
  3.5772 +msgstr ""
  3.5773 +
  3.5774 +msgid ""
  3.5775 +"export the repository via HTTP\n"
  3.5776 +"\n"
  3.5777 +"    Start a local HTTP repository browser and pull server.\n"
  3.5778 +"\n"
  3.5779 +"    By default, the server logs accesses to stdout and errors to\n"
  3.5780 +"    stderr. Use the -A/--accesslog and -E/--errorlog options to log to\n"
  3.5781 +"    files.\n"
  3.5782 +"    "
  3.5783 +msgstr ""
  3.5784 +
  3.5785 +#, python-format
  3.5786 +msgid "listening at http://%s%s/%s (bound to %s:%d)\n"
  3.5787 +msgstr ""
  3.5788 +
  3.5789 +msgid ""
  3.5790 +"show changed files in the working directory\n"
  3.5791 +"\n"
  3.5792 +"    Show status of files in the repository. If names are given, only\n"
  3.5793 +"    files that match are shown. Files that are clean or ignored or\n"
  3.5794 +"    the source of a copy/move operation, are not listed unless\n"
  3.5795 +"    -c/--clean, -i/--ignored, -C/--copies or -A/--all are given.\n"
  3.5796 +"    Unless options described with \"show only ...\" are given, the\n"
  3.5797 +"    options -mardu are used.\n"
  3.5798 +"\n"
  3.5799 +"    Option -q/--quiet hides untracked (unknown and ignored) files\n"
  3.5800 +"    unless explicitly requested with -u/--unknown or -i/--ignored.\n"
  3.5801 +"\n"
  3.5802 +"    NOTE: status may appear to disagree with diff if permissions have\n"
  3.5803 +"    changed or a merge has occurred. The standard diff format does not\n"
  3.5804 +"    report permission changes and diff only reports changes relative\n"
  3.5805 +"    to one merge parent.\n"
  3.5806 +"\n"
  3.5807 +"    If one revision is given, it is used as the base revision.\n"
  3.5808 +"    If two revisions are given, the differences between them are\n"
  3.5809 +"    shown.\n"
  3.5810 +"\n"
  3.5811 +"    The codes used to show the status of files are:\n"
  3.5812 +"    M = modified\n"
  3.5813 +"    A = added\n"
  3.5814 +"    R = removed\n"
  3.5815 +"    C = clean\n"
  3.5816 +"    ! = missing (deleted by non-hg command, but still tracked)\n"
  3.5817 +"    ? = not tracked\n"
  3.5818 +"    I = ignored\n"
  3.5819 +"      = origin of the previous file listed as A (added)\n"
  3.5820 +"    "
  3.5821 +msgstr ""
  3.5822 +
  3.5823 +#, fuzzy
  3.5824 +msgid ""
  3.5825 +"add one or more tags for the current or given revision\n"
  3.5826 +"\n"
  3.5827 +"    Name a particular revision using <name>.\n"
  3.5828 +"\n"
  3.5829 +"    Tags are used to name particular revisions of the repository and are\n"
  3.5830 +"    very useful to compare different revisions, to go back to significant\n"
  3.5831 +"    earlier versions or to mark branch points as releases, etc.\n"
  3.5832 +"\n"
  3.5833 +"    If no revision is given, the parent of the working directory is\n"
  3.5834 +"    used, or tip if no revision is checked out.\n"
  3.5835 +"\n"
  3.5836 +"    To facilitate version control, distribution, and merging of tags,\n"
  3.5837 +"    they are stored as a file named \".hgtags\" which is managed\n"
  3.5838 +"    similarly to other project files and can be hand-edited if\n"
  3.5839 +"    necessary. The file '.hg/localtags' is used for local tags (not\n"
  3.5840 +"    shared among repositories).\n"
  3.5841 +"\n"
  3.5842 +"    See 'hg help dates' for a list of formats valid for -d/--date.\n"
  3.5843 +"    "
  3.5844 +msgstr ""
  3.5845 +"προσθήκη μιας ή περισσότερων ετικετών για την τρέχουσα ή κάποια άλλη έκδοση\n"
  3.5846 +"\n"
  3.5847 +"    Ονομασία μιας συγκεκριμένης αλλαγής με ένα νέο <όνομα>.\n"
  3.5848 +"\n"
  3.5849 +"    Οι ετικέτες μπορούν να χρησιμοποιηθούν ως συμβολικά ονόματα των αλλαγών\n"
  3.5850 +"    ενός αποθετηρίου και είναι πολύ χρήσιμες για την προβολή των διαφορών\n"
  3.5851 +"    μεταξύ δύο σημαντικών εκδόσεων, για να επιστρέφει κανείς σε πιο παλιές\n"
  3.5852 +"    εκδόσεις ή για την καταγραφή της αρχής ενός κλάδου, του σημείου στο\n"
  3.5853 +"    οποίο έγινε μια επίσημη έκδοση, κλπ.\n"
  3.5854 +"\n"
  3.5855 +"    Οταν δεν έχει οριστεί συγκεκριμένη αλλαγή, τότε η νέα ετικέτα τίθεται\n"
  3.5856 +"    στη γονική αλλαγή του χώρου εργασίας, ή στο tip όταν δεν υπάρχουν στο\n"
  3.5857 +"    χώρο εργασίας τα αρχεία κάποιας έκδοσης.\n"
  3.5858 +"\n"
  3.5859 +"    Για να διατηρείται το ιστορικό των ετικετών, να διανέμονται σε άλλους\n"
  3.5860 +"    κλώνους του αποθετηρίου και να μπορεί να γίνει συγχώνευσή τους, όλες\n"
  3.5861 +"    οι ετικέτες αποθηκεύονται σε ένα αρχείο με το όνομα \".hgtags\", το\n"
  3.5862 +"    οποίο συντηρείται όπως και κάθε άλλο αρχείο του αποθετηρίου και μπορεί\n"
  3.5863 +"    να το επεξεργαστεί κανείς ως απλό αρχείο κειμένου αν χρειαστεί.  Το\n"
  3.5864 +"    αρχείο '.hg/localtags' χρησιμοποιείται για τις τοπικές ετικέτες\n"
  3.5865 +"    (αυτές που δε διανέμονται σε άλλους κλώνους του αποθετηρίου).\n"
  3.5866 +"\n"
  3.5867 +"    Δείτε επίσης: 'hg help dates' για μια λίστα μορφών ημερομηνίας τις\n"
  3.5868 +"    οποίες δέχονται οι επιλογές -d/--date.\n"
  3.5869 +"    "
  3.5870 +
  3.5871 +msgid "tag names must be unique"
  3.5872 +msgstr ""
  3.5873 +
  3.5874 +#, python-format
  3.5875 +msgid "the name '%s' is reserved"
  3.5876 +msgstr ""
  3.5877 +
  3.5878 +msgid "--rev and --remove are incompatible"
  3.5879 +msgstr ""
  3.5880 +
  3.5881 +#, python-format
  3.5882 +msgid "tag '%s' does not exist"
  3.5883 +msgstr ""
  3.5884 +
  3.5885 +#, python-format
  3.5886 +msgid "tag '%s' is not a global tag"
  3.5887 +msgstr ""
  3.5888 +
  3.5889 +#, python-format
  3.5890 +msgid "tag '%s' is not a local tag"
  3.5891 +msgstr ""
  3.5892 +
  3.5893 +#, python-format
  3.5894 +msgid "Removed tag %s"
  3.5895 +msgstr ""
  3.5896 +
  3.5897 +#, python-format
  3.5898 +msgid "tag '%s' already exists (use -f to force)"
  3.5899 +msgstr ""
  3.5900 +
  3.5901 +#, python-format
  3.5902 +msgid "Added tag %s for changeset %s"
  3.5903 +msgstr ""
  3.5904 +
  3.5905 +msgid ""
  3.5906 +"list repository tags\n"
  3.5907 +"\n"
  3.5908 +"    This lists both regular and local tags. When the -v/--verbose\n"
  3.5909 +"    switch is used, a third column \"local\" is printed for local tags.\n"
  3.5910 +"    "
  3.5911 +msgstr ""
  3.5912 +
  3.5913 +msgid ""
  3.5914 +"show the tip revision\n"
  3.5915 +"\n"
  3.5916 +"    The tip revision (usually just called the tip) is the changeset\n"
  3.5917 +"    most recently added to the repository (and therefore the most\n"
  3.5918 +"    recently changed head).\n"
  3.5919 +"\n"
  3.5920 +"    If you have just made a commit, that commit will be the tip. If\n"
  3.5921 +"    you have just pulled changes from another repository, the tip of\n"
  3.5922 +"    that repository becomes the current tip. The \"tip\" tag is special\n"
  3.5923 +"    and cannot be renamed or assigned to a different changeset.\n"
  3.5924 +"    "
  3.5925 +msgstr ""
  3.5926 +
  3.5927 +msgid ""
  3.5928 +"apply one or more changegroup files\n"
  3.5929 +"\n"
  3.5930 +"    Apply one or more compressed changegroup files generated by the\n"
  3.5931 +"    bundle command.\n"
  3.5932 +"    "
  3.5933 +msgstr ""
  3.5934 +
  3.5935 +msgid ""
  3.5936 +"update working directory\n"
  3.5937 +"\n"
  3.5938 +"    Update the repository's working directory to the specified\n"
  3.5939 +"    revision, or the tip of the current branch if none is specified.\n"
  3.5940 +"    Use null as the revision to remove the working copy (like 'hg\n"
  3.5941 +"    clone -U').\n"
  3.5942 +"\n"
  3.5943 +"    When the working directory contains no uncommitted changes, it\n"
  3.5944 +"    will be replaced by the state of the requested revision from the\n"
  3.5945 +"    repository. When the requested revision is on a different branch,\n"
  3.5946 +"    the working directory will additionally be switched to that\n"
  3.5947 +"    branch.\n"
  3.5948 +"\n"
  3.5949 +"    When there are uncommitted changes, use option -C/--clean to\n"
  3.5950 +"    discard them, forcibly replacing the state of the working\n"
  3.5951 +"    directory with the requested revision.\n"
  3.5952 +"\n"
  3.5953 +"    When there are uncommitted changes and option -C/--clean is not\n"
  3.5954 +"    used, and the parent revision and requested revision are on the\n"
  3.5955 +"    same branch, and one of them is an ancestor of the other, then the\n"
  3.5956 +"    new working directory will contain the requested revision merged\n"
  3.5957 +"    with the uncommitted changes. Otherwise, the update will fail with\n"
  3.5958 +"    a suggestion to use 'merge' or 'update -C' instead.\n"
  3.5959 +"\n"
  3.5960 +"    If you want to update just one file to an older revision, use\n"
  3.5961 +"    revert.\n"
  3.5962 +"\n"
  3.5963 +"    See 'hg help dates' for a list of formats valid for -d/--date.\n"
  3.5964 +"    "
  3.5965 +msgstr ""
  3.5966 +
  3.5967 +msgid ""
  3.5968 +"verify the integrity of the repository\n"
  3.5969 +"\n"
  3.5970 +"    Verify the integrity of the current repository.\n"
  3.5971 +"\n"
  3.5972 +"    This will perform an extensive check of the repository's\n"
  3.5973 +"    integrity, validating the hashes and checksums of each entry in\n"
  3.5974 +"    the changelog, manifest, and tracked files, as well as the\n"
  3.5975 +"    integrity of their crosslinks and indices.\n"
  3.5976 +"    "
  3.5977 +msgstr ""
  3.5978 +
  3.5979 +msgid "output version and copyright information"
  3.5980 +msgstr ""
  3.5981 +
  3.5982 +#, python-format
  3.5983 +msgid "Mercurial Distributed SCM (version %s)\n"
  3.5984 +msgstr "Mercurial Κατανεμημένο SCM (version %s)\n"
  3.5985 +
  3.5986 +msgid ""
  3.5987 +"\n"
  3.5988 +"Copyright (C) 2005-2009 Matt Mackall <mpm@selenic.com> and others\n"
  3.5989 +"This is free software; see the source for copying conditions. There is NO\n"
  3.5990 +"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  3.5991 +msgstr ""
  3.5992 +
  3.5993 +msgid "repository root directory or symbolic path name"
  3.5994 +msgstr ""
  3.5995 +
  3.5996 +msgid "change working directory"
  3.5997 +msgstr ""
  3.5998 +
  3.5999 +msgid "do not prompt, assume 'yes' for any required answers"
  3.6000 +msgstr ""
  3.6001 +
  3.6002 +msgid "suppress output"
  3.6003 +msgstr ""
  3.6004 +
  3.6005 +msgid "enable additional output"
  3.6006 +msgstr ""
  3.6007 +
  3.6008 +msgid "set/override config option"
  3.6009 +msgstr ""
  3.6010 +
  3.6011 +msgid "enable debugging output"
  3.6012 +msgstr ""
  3.6013 +
  3.6014 +msgid "start debugger"
  3.6015 +msgstr ""
  3.6016 +
  3.6017 +msgid "set the charset encoding"
  3.6018 +msgstr ""
  3.6019 +
  3.6020 +msgid "set the charset encoding mode"
  3.6021 +msgstr ""
  3.6022 +
  3.6023 +msgid "print traceback on exception"
  3.6024 +msgstr ""
  3.6025 +
  3.6026 +msgid "time how long the command takes"
  3.6027 +msgstr ""
  3.6028 +
  3.6029 +msgid "print command execution profile"
  3.6030 +msgstr ""
  3.6031 +
  3.6032 +msgid "output version information and exit"
  3.6033 +msgstr ""
  3.6034 +
  3.6035 +msgid "display help and exit"
  3.6036 +msgstr ""
  3.6037 +
  3.6038 +msgid "do not perform actions, just print output"
  3.6039 +msgstr ""
  3.6040 +
  3.6041 +msgid "specify ssh command to use"
  3.6042 +msgstr ""
  3.6043 +
  3.6044 +msgid "specify hg command to run on the remote side"
  3.6045 +msgstr ""
  3.6046 +
  3.6047 +msgid "include names matching the given patterns"
  3.6048 +msgstr ""
  3.6049 +
  3.6050 +msgid "exclude names matching the given patterns"
  3.6051 +msgstr ""
  3.6052 +
  3.6053 +msgid "use <text> as commit message"
  3.6054 +msgstr ""
  3.6055 +
  3.6056 +msgid "read commit message from <file>"
  3.6057 +msgstr ""
  3.6058 +
  3.6059 +msgid "record datecode as commit date"
  3.6060 +msgstr ""
  3.6061 +
  3.6062 +msgid "record the specified user as committer"
  3.6063 +msgstr ""
  3.6064 +
  3.6065 +msgid "display using template map file"
  3.6066 +msgstr ""
  3.6067 +
  3.6068 +msgid "display with template"
  3.6069 +msgstr ""
  3.6070 +
  3.6071 +msgid "do not show merges"
  3.6072 +msgstr ""
  3.6073 +
  3.6074 +msgid "treat all files as text"
  3.6075 +msgstr ""
  3.6076 +
  3.6077 +msgid "don't include dates in diff headers"
  3.6078 +msgstr ""
  3.6079 +
  3.6080 +msgid "show which function each change is in"
  3.6081 +msgstr ""
  3.6082 +
  3.6083 +msgid "ignore white space when comparing lines"
  3.6084 +msgstr ""
  3.6085 +
  3.6086 +msgid "ignore changes in the amount of white space"
  3.6087 +msgstr ""
  3.6088 +
  3.6089 +msgid "ignore changes whose lines are all blank"
  3.6090 +msgstr ""
  3.6091 +
  3.6092 +msgid "number of lines of context to show"
  3.6093 +msgstr ""
  3.6094 +
  3.6095 +msgid "guess renamed files by similarity (0<=s<=100)"
  3.6096 +msgstr ""
  3.6097 +
  3.6098 +msgid "[OPTION]... [FILE]..."
  3.6099 +msgstr ""
  3.6100 +
  3.6101 +msgid "annotate the specified revision"
  3.6102 +msgstr ""
  3.6103 +
  3.6104 +msgid "follow file copies and renames"
  3.6105 +msgstr ""
  3.6106 +
  3.6107 +msgid "list the author (long with -v)"
  3.6108 +msgstr ""
  3.6109 +
  3.6110 +msgid "list the date (short with -q)"
  3.6111 +msgstr ""
  3.6112 +
  3.6113 +msgid "list the revision number (default)"
  3.6114 +msgstr ""
  3.6115 +
  3.6116 +msgid "list the changeset"
  3.6117 +msgstr ""
  3.6118 +
  3.6119 +msgid "show line number at the first appearance"
  3.6120 +msgstr ""
  3.6121 +
  3.6122 +msgid "[-r REV] [-f] [-a] [-u] [-d] [-n] [-c] [-l] FILE..."
  3.6123 +msgstr ""
  3.6124 +
  3.6125 +msgid "do not pass files through decoders"
  3.6126 +msgstr ""
  3.6127 +
  3.6128 +msgid "directory prefix for files in archive"
  3.6129 +msgstr ""
  3.6130 +
  3.6131 +msgid "revision to distribute"
  3.6132 +msgstr ""
  3.6133 +
  3.6134 +msgid "type of distribution to create"
  3.6135 +msgstr ""
  3.6136 +
  3.6137 +msgid "[OPTION]... DEST"
  3.6138 +msgstr ""
  3.6139 +
  3.6140 +msgid "merge with old dirstate parent after backout"
  3.6141 +msgstr ""
  3.6142 +
  3.6143 +msgid "parent to choose when backing out merge"
  3.6144 +msgstr ""
  3.6145 +
  3.6146 +msgid "revision to backout"
  3.6147 +msgstr ""
  3.6148 +
  3.6149 +msgid "[OPTION]... [-r] REV"
  3.6150 +msgstr ""
  3.6151 +
  3.6152 +msgid "reset bisect state"
  3.6153 +msgstr ""
  3.6154 +
  3.6155 +msgid "mark changeset good"
  3.6156 +msgstr ""
  3.6157 +
  3.6158 +msgid "mark changeset bad"
  3.6159 +msgstr ""
  3.6160 +
  3.6161 +msgid "skip testing changeset"
  3.6162 +msgstr ""
  3.6163 +
  3.6164 +msgid "use command to check changeset state"
  3.6165 +msgstr ""
  3.6166 +
  3.6167 +msgid "do not update to target"
  3.6168 +msgstr ""
  3.6169 +
  3.6170 +msgid "[-gbsr] [-c CMD] [REV]"
  3.6171 +msgstr ""
  3.6172 +
  3.6173 +msgid "set branch name even if it shadows an existing branch"
  3.6174 +msgstr ""
  3.6175 +
  3.6176 +msgid "reset branch name to parent branch name"
  3.6177 +msgstr ""
  3.6178 +
  3.6179 +msgid "[-fC] [NAME]"
  3.6180 +msgstr ""
  3.6181 +
  3.6182 +msgid "show only branches that have unmerged heads"
  3.6183 +msgstr ""
  3.6184 +
  3.6185 +msgid "[-a]"
  3.6186 +msgstr ""
  3.6187 +
  3.6188 +msgid "run even when remote repository is unrelated"
  3.6189 +msgstr ""
  3.6190 +
  3.6191 +msgid "a changeset up to which you would like to bundle"
  3.6192 +msgstr ""
  3.6193 +
  3.6194 +msgid "a base changeset to specify instead of a destination"
  3.6195 +msgstr ""
  3.6196 +
  3.6197 +msgid "bundle all changesets in the repository"
  3.6198 +msgstr ""
  3.6199 +
  3.6200 +msgid "bundle compression type to use"
  3.6201 +msgstr ""
  3.6202 +
  3.6203 +msgid "[-f] [-a] [-r REV]... [--base REV]... FILE [DEST]"
  3.6204 +msgstr ""
  3.6205 +
  3.6206 +msgid "print output to file with formatted name"
  3.6207 +msgstr ""
  3.6208 +
  3.6209 +msgid "print the given revision"
  3.6210 +msgstr ""
  3.6211 +
  3.6212 +msgid "apply any matching decode filter"
  3.6213 +msgstr ""
  3.6214 +
  3.6215 +msgid "[OPTION]... FILE..."
  3.6216 +msgstr ""
  3.6217 +
  3.6218 +msgid "the clone will only contain a repository (no working copy)"
  3.6219 +msgstr ""
  3.6220 +
  3.6221 +msgid "a changeset you would like to have after cloning"
  3.6222 +msgstr ""
  3.6223 +
  3.6224 +msgid "[OPTION]... SOURCE [DEST]"
  3.6225 +msgstr ""
  3.6226 +
  3.6227 +msgid "mark new/missing files as added/removed before committing"
  3.6228 +msgstr ""
  3.6229 +
  3.6230 +msgid "mark a branch as closed, hiding it from the branch list"
  3.6231 +msgstr ""
  3.6232 +
  3.6233 +msgid "record a copy that has already occurred"
  3.6234 +msgstr ""
  3.6235 +
  3.6236 +msgid "forcibly copy over an existing managed file"
  3.6237 +msgstr ""
  3.6238 +
  3.6239 +msgid "[OPTION]... [SOURCE]... DEST"
  3.6240 +msgstr ""
  3.6241 +
  3.6242 +msgid "[INDEX] REV1 REV2"
  3.6243 +msgstr ""
  3.6244 +
  3.6245 +#, fuzzy
  3.6246 +msgid "[COMMAND]"
  3.6247 +msgstr "ΕΝΤΟΛΕΣ"
  3.6248 +
  3.6249 +msgid "show the command options"
  3.6250 +msgstr ""
  3.6251 +
  3.6252 +msgid "[-o] CMD"
  3.6253 +msgstr ""
  3.6254 +
  3.6255 +msgid "try extended date formats"
  3.6256 +msgstr ""
  3.6257 +
  3.6258 +msgid "[-e] DATE [RANGE]"
  3.6259 +msgstr ""
  3.6260 +
  3.6261 +msgid "FILE REV"
  3.6262 +msgstr ""
  3.6263 +
  3.6264 +msgid "[PATH]"
  3.6265 +msgstr ""
  3.6266 +
  3.6267 +msgid "FILE"
  3.6268 +msgstr ""
  3.6269 +
  3.6270 +msgid "revision to rebuild to"
  3.6271 +msgstr ""
  3.6272 +
  3.6273 +msgid "[-r REV] [REV]"
  3.6274 +msgstr ""
  3.6275 +
  3.6276 +msgid "revision to debug"
  3.6277 +msgstr ""
  3.6278 +
  3.6279 +msgid "[-r REV] FILE"
  3.6280 +msgstr ""
  3.6281 +
  3.6282 +msgid "REV1 [REV2]"
  3.6283 +msgstr ""
  3.6284 +
  3.6285 +msgid "do not display the saved mtime"
  3.6286 +msgstr ""
  3.6287 +
  3.6288 +msgid "[OPTION]..."
  3.6289 +msgstr ""
  3.6290 +
  3.6291 +#, fuzzy
  3.6292 +msgid "revision to check"
  3.6293 +msgstr "αλλαγή"
  3.6294 +
  3.6295 +msgid "[OPTION]... [-r REV1 [-r REV2]] [FILE]..."
  3.6296 +msgstr ""
  3.6297 +
  3.6298 +msgid "diff against the second parent"
  3.6299 +msgstr ""
  3.6300 +
  3.6301 +msgid "[OPTION]... [-o OUTFILESPEC] REV..."
  3.6302 +msgstr ""
  3.6303 +
  3.6304 +msgid "end fields with NUL"
  3.6305 +msgstr ""
  3.6306 +
  3.6307 +msgid "print all revisions that match"
  3.6308 +msgstr ""
  3.6309 +
  3.6310 +msgid "follow changeset history, or file history across copies and renames"
  3.6311 +msgstr ""
  3.6312 +
  3.6313 +msgid "ignore case when matching"
  3.6314 +msgstr ""
  3.6315 +
  3.6316 +msgid "print only filenames and revisions that match"
  3.6317 +msgstr ""
  3.6318 +
  3.6319 +msgid "print matching line numbers"
  3.6320 +msgstr ""
  3.6321 +
  3.6322 +msgid "search in given revision range"
  3.6323 +msgstr ""
  3.6324 +
  3.6325 +msgid "[OPTION]... PATTERN [FILE]..."
  3.6326 +msgstr ""
  3.6327 +
  3.6328 +msgid "show only heads which are descendants of REV"
  3.6329 +msgstr ""
  3.6330 +
  3.6331 +msgid "show only the active heads from open branches"
  3.6332 +msgstr ""
  3.6333 +
  3.6334 +msgid "show normal and closed heads"
  3.6335 +msgstr ""
  3.6336 +
  3.6337 +msgid "[-r STARTREV] [REV]..."
  3.6338 +msgstr ""
  3.6339 +
  3.6340 +msgid "[TOPIC]"
  3.6341 +msgstr ""
  3.6342 +
  3.6343 +#, fuzzy
  3.6344 +msgid "identify the specified revision"
  3.6345 +msgstr ""
  3.6346 +
  3.6347 +msgid "show local revision number"
  3.6348 +msgstr ""
  3.6349 +
  3.6350 +msgid "show global revision id"
  3.6351 +msgstr ""
  3.6352 +
  3.6353 +msgid "show branch"
  3.6354 +msgstr ""
  3.6355 +
  3.6356 +msgid "show tags"
  3.6357 +msgstr ""
  3.6358 +
  3.6359 +msgid "[-nibt] [-r REV] [SOURCE]"
  3.6360 +msgstr ""
  3.6361 +
  3.6362 +msgid ""
  3.6363 +"directory strip option for patch. This has the same meaning as the "
  3.6364 +"corresponding patch option"
  3.6365 +msgstr ""
  3.6366 +
  3.6367 +msgid "base path"
  3.6368 +msgstr ""
  3.6369 +
  3.6370 +msgid "skip check for outstanding uncommitted changes"
  3.6371 +msgstr ""
  3.6372 +
  3.6373 +msgid "don't commit, just update the working directory"
  3.6374 +msgstr ""
  3.6375 +
  3.6376 +msgid "apply patch to the nodes from which it was generated"
  3.6377 +msgstr ""
  3.6378 +
  3.6379 +msgid "use any branch information in patch (implied by --exact)"
  3.6380 +msgstr ""
  3.6381 +
  3.6382 +msgid "[OPTION]... PATCH..."
  3.6383 +msgstr ""
  3.6384 +
  3.6385 +msgid "show newest record first"
  3.6386 +msgstr ""
  3.6387 +
  3.6388 +msgid "file to store the bundles into"
  3.6389 +msgstr ""
  3.6390 +
  3.6391 +msgid "a specific revision up to which you would like to pull"
  3.6392 +msgstr ""
  3.6393 +
  3.6394 +msgid "[-p] [-n] [-M] [-f] [-r REV]... [--bundle FILENAME] [SOURCE]"
  3.6395 +msgstr ""
  3.6396 +
  3.6397 +msgid "[-e CMD] [--remotecmd CMD] [DEST]"
  3.6398 +msgstr ""
  3.6399 +
  3.6400 +msgid "search the repository as it stood at REV"
  3.6401 +msgstr ""
  3.6402 +
  3.6403 +msgid "end filenames with NUL, for use with xargs"
  3.6404 +msgstr ""
  3.6405 +
  3.6406 +msgid "print complete paths from the filesystem root"
  3.6407 +msgstr ""
  3.6408 +
  3.6409 +msgid "[OPTION]... [PATTERN]..."
  3.6410 +msgstr ""
  3.6411 +
  3.6412 +msgid "only follow the first parent of merge changesets"
  3.6413 +msgstr ""
  3.6414 +
  3.6415 +#, fuzzy
  3.6416 +msgid "show revisions matching date spec"
  3.6417 +msgstr ""
  3.6418 +
  3.6419 +msgid "show copied files"
  3.6420 +msgstr ""
  3.6421 +
  3.6422 +msgid "do case-insensitive search for a keyword"
  3.6423 +msgstr ""
  3.6424 +
  3.6425 +msgid "include revisions where files were removed"
  3.6426 +msgstr ""
  3.6427 +
  3.6428 +msgid "show only merges"
  3.6429 +msgstr ""
  3.6430 +
  3.6431 +msgid "revisions committed by user"
  3.6432 +msgstr ""
  3.6433 +
  3.6434 +msgid "show only changesets within the given named branch"
  3.6435 +msgstr ""
  3.6436 +
  3.6437 +msgid "do not display revision or any of its ancestors"
  3.6438 +msgstr ""
  3.6439 +
  3.6440 +msgid "[OPTION]... [FILE]"
  3.6441 +msgstr ""
  3.6442 +
  3.6443 +msgid "revision to display"
  3.6444 +msgstr ""
  3.6445 +
  3.6446 +msgid "[-r REV]"
  3.6447 +msgstr ""
  3.6448 +
  3.6449 +msgid "force a merge with outstanding changes"
  3.6450 +msgstr ""
  3.6451 +
  3.6452 +msgid "revision to merge"
  3.6453 +msgstr ""
  3.6454 +
  3.6455 +msgid "review revisions to merge (no merge is performed)"
  3.6456 +msgstr ""
  3.6457 +
  3.6458 +msgid "[-f] [[-r] REV]"
  3.6459 +msgstr ""
  3.6460 +
  3.6461 +msgid "a specific revision up to which you would like to push"
  3.6462 +msgstr ""
  3.6463 +
  3.6464 +msgid "[-M] [-p] [-n] [-f] [-r REV]... [DEST]"
  3.6465 +msgstr ""
  3.6466 +
  3.6467 +#, fuzzy
  3.6468 +msgid "show parents from the specified revision"
  3.6469 +msgstr ""
  3.6470 +
  3.6471 +#, fuzzy
  3.6472 +msgid "[-r REV] [FILE]"
  3.6473 +msgstr "[-r ΕΚΔΟΣΗ] [ΑΡΧΕΙΟ]"
  3.6474 +
  3.6475 +msgid "[NAME]"
  3.6476 +msgstr ""
  3.6477 +
  3.6478 +msgid "update to new tip if changesets were pulled"
  3.6479 +msgstr ""
  3.6480 +
  3.6481 +msgid "[-u] [-f] [-r REV]... [-e CMD] [--remotecmd CMD] [SOURCE]"
  3.6482 +msgstr ""
  3.6483 +
  3.6484 +msgid "force push"
  3.6485 +msgstr ""
  3.6486 +
  3.6487 +msgid "[-f] [-r REV]... [-e CMD] [--remotecmd CMD] [DEST]"
  3.6488 +msgstr ""
  3.6489 +
  3.6490 +msgid "record delete for missing files"
  3.6491 +msgstr ""
  3.6492 +
  3.6493 +msgid "remove (and delete) file even if added or modified"
  3.6494 +msgstr ""
  3.6495 +
  3.6496 +msgid "record a rename that has already occurred"
  3.6497 +msgstr ""
  3.6498 +
  3.6499 +msgid "[OPTION]... SOURCE... DEST"
  3.6500 +msgstr ""
  3.6501 +
  3.6502 +msgid "remerge all unresolved files"
  3.6503 +msgstr ""
  3.6504 +
  3.6505 +msgid "list state of files needing merge"
  3.6506 +msgstr ""
  3.6507 +
  3.6508 +msgid "mark files as resolved"
  3.6509 +msgstr ""
  3.6510 +
  3.6511 +msgid "unmark files as resolved"
  3.6512 +msgstr ""
  3.6513 +
  3.6514 +msgid "revert all changes when no arguments given"
  3.6515 +msgstr ""
  3.6516 +
  3.6517 +msgid "tipmost revision matching date"
  3.6518 +msgstr ""
  3.6519 +
  3.6520 +msgid "revision to revert to"
  3.6521 +msgstr ""
  3.6522 +
  3.6523 +msgid "do not save backup copies of files"
  3.6524 +msgstr ""
  3.6525 +
  3.6526 +msgid "[OPTION]... [-r REV] [NAME]..."
  3.6527 +msgstr ""
  3.6528 +
  3.6529 +msgid "name of access log file to write to"
  3.6530 +msgstr ""
  3.6531 +
  3.6532 +msgid "name of error log file to write to"
  3.6533 +msgstr ""
  3.6534 +
  3.6535 +msgid "port to listen on (default: 8000)"
  3.6536 +msgstr ""
  3.6537 +
  3.6538 +msgid "address to listen on (default: all interfaces)"
  3.6539 +msgstr ""
  3.6540 +
  3.6541 +msgid "prefix path to serve from (default: server root)"
  3.6542 +msgstr ""
  3.6543 +
  3.6544 +msgid "name to show in web pages (default: working directory)"
  3.6545 +msgstr ""
  3.6546 +
  3.6547 +msgid "name of the webdir config file (serve more than one repository)"
  3.6548 +msgstr ""
  3.6549 +
  3.6550 +msgid "for remote clients"
  3.6551 +msgstr ""
  3.6552 +
  3.6553 +msgid "web templates to use"
  3.6554 +msgstr ""
  3.6555 +
  3.6556 +msgid "template style to use"
  3.6557 +msgstr ""
  3.6558 +
  3.6559 +msgid "use IPv6 in addition to IPv4"
  3.6560 +msgstr ""
  3.6561 +
  3.6562 +msgid "SSL certificate file"
  3.6563 +msgstr ""
  3.6564 +
  3.6565 +msgid "show untrusted configuration options"
  3.6566 +msgstr ""
  3.6567 +
  3.6568 +msgid "[-u] [NAME]..."
  3.6569 +msgstr ""
  3.6570 +
  3.6571 +msgid "show status of all files"
  3.6572 +msgstr ""
  3.6573 +
  3.6574 +msgid "show only modified files"
  3.6575 +msgstr ""
  3.6576 +
  3.6577 +msgid "show only added files"
  3.6578 +msgstr ""
  3.6579 +
  3.6580 +msgid "show only removed files"
  3.6581 +msgstr ""
  3.6582 +
  3.6583 +msgid "show only deleted (but tracked) files"
  3.6584 +msgstr ""
  3.6585 +
  3.6586 +msgid "show only files without changes"
  3.6587 +msgstr ""
  3.6588 +
  3.6589 +msgid "show only unknown (not tracked) files"
  3.6590 +msgstr ""
  3.6591 +
  3.6592 +msgid "show only ignored files"
  3.6593 +msgstr ""
  3.6594 +
  3.6595 +msgid "hide status prefix"
  3.6596 +msgstr ""
  3.6597 +
  3.6598 +msgid "show source of copied files"
  3.6599 +msgstr ""
  3.6600 +
  3.6601 +msgid "show difference from revision"
  3.6602 +msgstr ""
  3.6603 +
  3.6604 +msgid "replace existing tag"
  3.6605 +msgstr ""
  3.6606 +
  3.6607 +msgid "make the tag local"
  3.6608 +msgstr ""
  3.6609 +
  3.6610 +msgid "revision to tag"
  3.6611 +msgstr ""
  3.6612 +
  3.6613 +msgid "remove a tag"
  3.6614 +msgstr ""
  3.6615 +
  3.6616 +msgid "[-l] [-m TEXT] [-d DATE] [-u USER] [-r REV] NAME..."
  3.6617 +msgstr ""
  3.6618 +
  3.6619 +msgid "[-p]"
  3.6620 +msgstr ""
  3.6621 +
  3.6622 +msgid "update to new tip if changesets were unbundled"
  3.6623 +msgstr ""
  3.6624 +
  3.6625 +msgid "[-u] FILE..."
  3.6626 +msgstr ""
  3.6627 +
  3.6628 +msgid "overwrite locally modified files (no backup)"
  3.6629 +msgstr ""
  3.6630 +
  3.6631 +msgid "[-C] [-d DATE] [[-r] REV]"
  3.6632 +msgstr ""
  3.6633 +
  3.6634 +#, fuzzy, python-format
  3.6635 +msgid "config error at %s:%d: '%s'"
  3.6636 +msgstr ""
  3.6637 +
  3.6638 +msgid "not found in manifest"
  3.6639 +msgstr ""
  3.6640 +
  3.6641 +msgid "branch name not in UTF-8!"
  3.6642 +msgstr ""
  3.6643 +
  3.6644 +#, python-format
  3.6645 +msgid "  searching for copies back to rev %d\n"
  3.6646 +msgstr ""
  3.6647 +
  3.6648 +#, python-format
  3.6649 +msgid ""
  3.6650 +"  unmatched files in local:\n"
  3.6651 +"   %s\n"
  3.6652 +msgstr ""
  3.6653 +
  3.6654 +#, python-format
  3.6655 +msgid ""
  3.6656 +"  unmatched files in other:\n"
  3.6657 +"   %s\n"
  3.6658 +msgstr ""
  3.6659 +
  3.6660 +msgid "  all copies found (* = to merge, ! = divergent):\n"
  3.6661 +msgstr ""
  3.6662 +
  3.6663 +msgid "  checking for directory renames\n"
  3.6664 +msgstr ""
  3.6665 +
  3.6666 +#, python-format
  3.6667 +msgid "  dir %s -> %s\n"
  3.6668 +msgstr ""
  3.6669 +
  3.6670 +#, python-format
  3.6671 +msgid "  file %s -> %s\n"
  3.6672 +msgstr ""
  3.6673 +
  3.6674 +#, fuzzy
  3.6675 +msgid "working directory state appears damaged!"
  3.6676 +msgstr "χώρος εργασίας του %s"
  3.6677 +
  3.6678 +#, python-format
  3.6679 +msgid "'\\n' and '\\r' disallowed in filenames: %r"
  3.6680 +msgstr ""
  3.6681 +
  3.6682 +#, python-format
  3.6683 +msgid "directory %r already in dirstate"
  3.6684 +msgstr ""
  3.6685 +
  3.6686 +#, python-format
  3.6687 +msgid "file %r in dirstate clashes with %r"
  3.6688 +msgstr ""
  3.6689 +
  3.6690 +#, python-format
  3.6691 +msgid "not in dirstate: %s\n"
  3.6692 +msgstr ""
  3.6693 +
  3.6694 +msgid "unknown"
  3.6695 +msgstr ""
  3.6696 +
  3.6697 +msgid "character device"
  3.6698 +msgstr ""
  3.6699 +
  3.6700 +msgid "block device"
  3.6701 +msgstr ""
  3.6702 +
  3.6703 +msgid "fifo"
  3.6704 +msgstr ""
  3.6705 +
  3.6706 +msgid "socket"
  3.6707 +msgstr ""
  3.6708 +
  3.6709 +msgid "directory"
  3.6710 +msgstr ""
  3.6711 +
  3.6712 +#, python-format
  3.6713 +msgid "unsupported file type (type is %s)"
  3.6714 +msgstr ""
  3.6715 +
  3.6716 +#, python-format
  3.6717 +msgid "abort: %s\n"
  3.6718 +msgstr ""
  3.6719 +
  3.6720 +#, python-format
  3.6721 +msgid ""
  3.6722 +"hg: command '%s' is ambiguous:\n"
  3.6723 +"    %s\n"
  3.6724 +msgstr ""
  3.6725 +"hg: kommandoen '%s' is tvetydig:\n"
  3.6726 +"    %s\n"
  3.6727 +
  3.6728 +#, python-format
  3.6729 +msgid "hg: %s\n"
  3.6730 +msgstr ""
  3.6731 +
  3.6732 +#, python-format
  3.6733 +msgid "timed out waiting for lock held by %s"
  3.6734 +msgstr ""
  3.6735 +
  3.6736 +#, python-format
  3.6737 +msgid "lock held by %s"
  3.6738 +msgstr ""
  3.6739 +
  3.6740 +#, python-format
  3.6741 +msgid "abort: %s: %s\n"
  3.6742 +msgstr ""
  3.6743 +
  3.6744 +#, python-format
  3.6745 +msgid "abort: could not lock %s: %s\n"
  3.6746 +msgstr ""
  3.6747 +
  3.6748 +#, python-format
  3.6749 +msgid "hg %s: %s\n"
  3.6750 +msgstr ""
  3.6751 +
  3.6752 +#, python-format
  3.6753 +msgid "abort: %s!\n"
  3.6754 +msgstr ""
  3.6755 +
  3.6756 +#, python-format
  3.6757 +msgid "abort: %s"
  3.6758 +msgstr ""
  3.6759 +
  3.6760 +msgid " empty string\n"
  3.6761 +msgstr ""
  3.6762 +
  3.6763 +msgid "killed!\n"
  3.6764 +msgstr ""
  3.6765 +
  3.6766 +#, python-format
  3.6767 +msgid "hg: unknown command '%s'\n"
  3.6768 +msgstr ""
  3.6769 +
  3.6770 +#, python-format
  3.6771 +msgid "abort: could not import module %s!\n"
  3.6772 +msgstr ""
  3.6773 +
  3.6774 +msgid "(did you forget to compile extensions?)\n"
  3.6775 +msgstr ""
  3.6776 +
  3.6777 +msgid "(is your Python install correct?)\n"
  3.6778 +msgstr ""
  3.6779 +
  3.6780 +#, python-format
  3.6781 +msgid "abort: error: %s\n"
  3.6782 +msgstr ""
  3.6783 +
  3.6784 +msgid "broken pipe\n"
  3.6785 +msgstr ""
  3.6786 +
  3.6787 +msgid "interrupted!\n"
  3.6788 +msgstr ""
  3.6789 +
  3.6790 +msgid ""
  3.6791 +"\n"
  3.6792 +"broken pipe\n"
  3.6793 +msgstr ""
  3.6794 +
  3.6795 +msgid "abort: out of memory\n"
  3.6796 +msgstr ""
  3.6797 +
  3.6798 +msgid "** unknown exception encountered, details follow\n"
  3.6799 +msgstr ""
  3.6800 +
  3.6801 +msgid "** report bug details to http://www.selenic.com/mercurial/bts\n"
  3.6802 +msgstr ""
  3.6803 +
  3.6804 +msgid "** or mercurial@selenic.com\n"
  3.6805 +msgstr ""
  3.6806 +
  3.6807 +#, python-format
  3.6808 +msgid "** Mercurial Distributed SCM (version %s)\n"
  3.6809 +msgstr "** Mercurial Κατανεμημένο SCM (έκδοση %s)\n"
  3.6810 +
  3.6811 +#, python-format
  3.6812 +msgid "** Extensions loaded: %s\n"
  3.6813 +msgstr "** Ενεργές επεκτάσεις: %s\n"
  3.6814 +
  3.6815 +#, python-format
  3.6816 +msgid "no definition for alias '%s'\n"
  3.6817 +msgstr ""
  3.6818 +
  3.6819 +#, fuzzy, python-format
  3.6820 +msgid "alias '%s' resolves to unknown command '%s'\n"
  3.6821 +msgstr "η αλλαγή αναφέρεται σε άγνωστο manifest %s"
  3.6822 +
  3.6823 +#, python-format
  3.6824 +msgid "alias '%s' resolves to ambiguous command '%s'\n"
  3.6825 +msgstr ""
  3.6826 +
  3.6827 +#, fuzzy, python-format
  3.6828 +msgid "alias '%s' shadows command\n"
  3.6829 +msgstr ""
  3.6830 +"λίστα εντολών:\n"
  3.6831 +"\n"
  3.6832 +
  3.6833 +#, python-format
  3.6834 +msgid "malformed --config option: %s"
  3.6835 +msgstr ""
  3.6836 +
  3.6837 +#, python-format
  3.6838 +msgid "extension '%s' overrides commands: %s\n"
  3.6839 +msgstr ""
  3.6840 +
  3.6841 +msgid "Option --config may not be abbreviated!"
  3.6842 +msgstr ""
  3.6843 +
  3.6844 +msgid "Option --cwd may not be abbreviated!"
  3.6845 +msgstr ""
  3.6846 +
  3.6847 +msgid ""
  3.6848 +"Option -R has to be separated from other options (e.g. not -qR) and --"
  3.6849 +"repository may only be abbreviated as --repo!"
  3.6850 +msgstr ""
  3.6851 +
  3.6852 +#, python-format
  3.6853 +msgid "Time: real %.3f secs (user %.3f+%.3f sys %.3f+%.3f)\n"
  3.6854 +msgstr ""
  3.6855 +
  3.6856 +#, python-format
  3.6857 +msgid "repository '%s' is not local"
  3.6858 +msgstr ""
  3.6859 +
  3.6860 +msgid "invalid arguments"
  3.6861 +msgstr ""
  3.6862 +
  3.6863 +#, python-format
  3.6864 +msgid "unrecognized profiling format '%s' - Ignored\n"
  3.6865 +msgstr ""
  3.6866 +
  3.6867 +msgid ""
  3.6868 +"lsprof not available - install from http://codespeak.net/svn/user/arigo/hack/"
  3.6869 +"misc/lsprof/"
  3.6870 +msgstr ""
  3.6871 +
  3.6872 +#, python-format
  3.6873 +msgid "*** failed to import extension %s from %s: %s\n"
  3.6874 +msgstr ""
  3.6875 +
  3.6876 +#, python-format
  3.6877 +msgid "*** failed to import extension %s: %s\n"
  3.6878 +msgstr ""
  3.6879 +
  3.6880 +#, python-format
  3.6881 +msgid "couldn't find merge tool %s\n"
  3.6882 +msgstr ""
  3.6883 +
  3.6884 +#, python-format
  3.6885 +msgid "tool %s can't handle symlinks\n"
  3.6886 +msgstr ""
  3.6887 +
  3.6888 +#, python-format
  3.6889 +msgid "tool %s can't handle binary\n"
  3.6890 +msgstr ""
  3.6891 +
  3.6892 +#, python-format
  3.6893 +msgid "tool %s requires a GUI\n"
  3.6894 +msgstr ""
  3.6895 +
  3.6896 +#, python-format
  3.6897 +msgid "picked tool '%s' for %s (binary %s symlink %s)\n"
  3.6898 +msgstr ""
  3.6899 +
  3.6900 +#, python-format
  3.6901 +msgid ""
  3.6902 +" no tool found to merge %s\n"
  3.6903 +"keep (l)ocal or take (o)ther?"
  3.6904 +msgstr ""
  3.6905 +
  3.6906 +msgid "&Local"
  3.6907 +msgstr ""
  3.6908 +
  3.6909 +msgid "&Other"
  3.6910 +msgstr ""
  3.6911 +
  3.6912 +msgid "l"
  3.6913 +msgstr ""
  3.6914 +
  3.6915 +#, python-format
  3.6916 +msgid "merging %s and %s to %s\n"
  3.6917 +msgstr ""
  3.6918 +
  3.6919 +#, python-format
  3.6920 +msgid "merging %s\n"
  3.6921 +msgstr ""
  3.6922 +
  3.6923 +#, python-format
  3.6924 +msgid "my %s other %s ancestor %s\n"
  3.6925 +msgstr ""
  3.6926 +
  3.6927 +msgid " premerge successful\n"
  3.6928 +msgstr ""
  3.6929 +
  3.6930 +#, python-format
  3.6931 +msgid ""
  3.6932 +" output file %s appears unchanged\n"
  3.6933 +"was merge successful (yn)?"
  3.6934 +msgstr ""
  3.6935 +
  3.6936 +msgid "&No"
  3.6937 +msgstr ""
  3.6938 +
  3.6939 +msgid "&Yes"
  3.6940 +msgstr ""
  3.6941 +
  3.6942 +msgid "n"
  3.6943 +msgstr ""
  3.6944 +
  3.6945 +#, python-format
  3.6946 +msgid "merging %s failed!\n"
  3.6947 +msgstr ""
  3.6948 +
  3.6949 +#, python-format
  3.6950 +msgid "Inconsistent state, %s:%s is good and bad"
  3.6951 +msgstr ""
  3.6952 +
  3.6953 +#, python-format
  3.6954 +msgid "unknown bisect kind %s"
  3.6955 +msgstr ""
  3.6956 +
  3.6957 +msgid "Date Formats"
  3.6958 +msgstr ""
  3.6959 +
  3.6960 +#, fuzzy
  3.6961 +msgid ""
  3.6962 +"\n"
  3.6963 +"    Some commands allow the user to specify a date, e.g.:\n"
  3.6964 +"    * backout, commit, import, tag: Specify the commit date.\n"
  3.6965 +"    * log, revert, update: Select revision(s) by date.\n"
  3.6966 +"\n"
  3.6967 +"    Many date formats are valid. Here are some examples:\n"
  3.6968 +"\n"
  3.6969 +"    \"Wed Dec 6 13:18:29 2006\" (local timezone assumed)\n"
  3.6970 +"    \"Dec 6 13:18 -0600\" (year assumed, time offset provided)\n"
  3.6971 +"    \"Dec 6 13:18 UTC\" (UTC and GMT are aliases for +0000)\n"
  3.6972 +"    \"Dec 6\" (midnight)\n"
  3.6973 +"    \"13:18\" (today assumed)\n"
  3.6974 +"    \"3:39\" (3:39AM assumed)\n"
  3.6975 +"    \"3:39pm\" (15:39)\n"
  3.6976 +"    \"2006-12-06 13:18:29\" (ISO 8601 format)\n"
  3.6977 +"    \"2006-12-6 13:18\"\n"
  3.6978 +"    \"2006-12-6\"\n"
  3.6979 +"    \"12-6\"\n"
  3.6980 +"    \"12/6\"\n"
  3.6981 +"    \"12/6/6\" (Dec 6 2006)\n"
  3.6982 +"\n"
  3.6983 +"    Lastly, there is Mercurial's internal format:\n"
  3.6984 +"\n"
  3.6985 +"    \"1165432709 0\" (Wed Dec 6 13:18:29 2006 UTC)\n"
  3.6986 +"\n"
  3.6987 +"    This is the internal representation format for dates. unixtime is\n"
  3.6988 +"    the number of seconds since the epoch (1970-01-01 00:00 UTC).\n"
  3.6989 +"    offset is the offset of the local timezone, in seconds west of UTC\n"
  3.6990 +"    (negative if the timezone is east of UTC).\n"
  3.6991 +"\n"
  3.6992 +"    The log command also accepts date ranges:\n"
  3.6993 +"\n"
  3.6994 +"    \"<{datetime}\" - at or before a given date/time\n"
  3.6995 +"    \">{datetime}\" - on or after a given date/time\n"
  3.6996 +"    \"{datetime} to {datetime}\" - a date range, inclusive\n"
  3.6997 +"    \"-{days}\" - within a given number of days of today\n"
  3.6998 +"    "
  3.6999 +msgstr ""
  3.7000 +"\n"
  3.7001 +"    Nogle kommandoer tillader brugeren at specificere en dato:\n"
  3.7002 +"    backout, commit, import, tag: specificer commit-datøn.\n"
  3.7003 +"    log, revert, update: vælg revisioner eftre dato.\n"
  3.7004 +"\n"
  3.7005 +"    Der er mange gyldige datoformater. Her er nogle eksempler:\n"
  3.7006 +"\n"
  3.7007 +"    \"Wed Dec 6 13:18:29 2006\" (antager lokal tidszone)\n"
  3.7008 +"    \"Dec 6 13:18 -0600\" (antager år, tidszone er angivet)\n"
  3.7009 +"    \"Dec 6 13:18 UTC\" (UTC og GMT er aliaser for +0000)\n"
  3.7010 +"    \"Dec 6\" (midnat)\n"
  3.7011 +"    \"13:18\" (antager dags dato)\n"
  3.7012 +"    \"3:39\"\n"
  3.7013 +"    \"3:39pm\" (15:39)\n"
  3.7014 +"    \"2006-12-06 13:18:29\" (ISO 8601 format)\n"
  3.7015 +"    \"2006-12-6 13:18\"\n"
  3.7016 +"    \"2006-12-6\"\n"
  3.7017 +"    \"12-6\"\n"
  3.7018 +"    \"12/6\"\n"
  3.7019 +"    \"12/6/6\" (6. dec. 2006)\n"
  3.7020 +"\n"
  3.7021 +"    Endelig er der Mercurials interne format:\n"
  3.7022 +"\n"
  3.7023 +"    \"1165432709 0\" (Ons 6. dec. 13:18:29 2006 UTC)\n"
  3.7024 +"\n"
  3.7025 +"    Dette er den interne representation af datoer. unixtime er\n"
  3.7026 +"    antallet af sekunder siden begyndelsen af epoken (1970-01-01 00:00\n"
  3.7027 +"    UTC). offset er den lokale tidszone, angivet i antal sekunder vest\n"
  3.7028 +"    for UTC (negativ hvis tidszonen er øst for UTC).\n"
  3.7029 +"\n"
  3.7030 +"    Kommandoen log accepterer også datointervaller:\n"
  3.7031 +"\n"
  3.7032 +"    \"<{date}\" - på eller før den angivne dato\n"
  3.7033 +"    \">{date}\" - på eller efter den angivne dato\n"
  3.7034 +"    \"{date} to {date}\" - et datointerval, inklusiv endepunkterne\n"
  3.7035 +"    \"-{days}\" - indenfor et angivet antal date, fra dags dato\n"
  3.7036 +"    "
  3.7037 +
  3.7038 +msgid "File Name Patterns"
  3.7039 +msgstr ""
  3.7040 +
  3.7041 +msgid ""
  3.7042 +"\n"
  3.7043 +"    Mercurial accepts several notations for identifying one or more\n"
  3.7044 +"    files at a time.\n"
  3.7045 +"\n"
  3.7046 +"    By default, Mercurial treats filenames as shell-style extended\n"
  3.7047 +"    glob patterns.\n"
  3.7048 +"\n"
  3.7049 +"    Alternate pattern notations must be specified explicitly.\n"
  3.7050 +"\n"
  3.7051 +"    To use a plain path name without any pattern matching, start it\n"
  3.7052 +"    with \"path:\". These path names must completely match starting at\n"
  3.7053 +"    the current repository root.\n"
  3.7054 +"\n"
  3.7055 +"    To use an extended glob, start a name with \"glob:\". Globs are\n"
  3.7056 +"    rooted at the current directory; a glob such as \"*.c\" will only\n"
  3.7057 +"    match files in the current directory ending with \".c\".\n"
  3.7058 +"\n"
  3.7059 +"    The supported glob syntax extensions are \"**\" to match any string\n"
  3.7060 +"    across path separators and \"{a,b}\" to mean \"a or b\".\n"
  3.7061 +"\n"
  3.7062 +"    To use a Perl/Python regular expression, start a name with \"re:\".\n"
  3.7063 +"    Regexp pattern matching is anchored at the root of the repository.\n"
  3.7064 +"\n"
  3.7065 +"    Plain examples:\n"
  3.7066 +"\n"
  3.7067 +"    path:foo/bar   a name bar in a directory named foo in the root of\n"
  3.7068 +"                   the repository\n"
  3.7069 +"    path:path:name a file or directory named \"path:name\"\n"
  3.7070 +"\n"
  3.7071 +"    Glob examples:\n"
  3.7072 +"\n"
  3.7073 +"    glob:*.c       any name ending in \".c\" in the current directory\n"
  3.7074 +"    *.c            any name ending in \".c\" in the current directory\n"
  3.7075 +"    **.c           any name ending in \".c\" in any subdirectory of the\n"
  3.7076 +"                   current directory including itself.\n"
  3.7077 +"    foo/*.c        any name ending in \".c\" in the directory foo\n"
  3.7078 +"    foo/**.c       any name ending in \".c\" in any subdirectory of foo\n"
  3.7079 +"                   including itself.\n"
  3.7080 +"\n"
  3.7081 +"    Regexp examples:\n"
  3.7082 +"\n"
  3.7083 +"    re:.*\\.c$      any name ending in \".c\", anywhere in the repository\n"
  3.7084 +"\n"
  3.7085 +"    "
  3.7086 +msgstr ""
  3.7087 +
  3.7088 +msgid "Environment Variables"
  3.7089 +msgstr ""
  3.7090 +
  3.7091 +msgid ""
  3.7092 +"\n"
  3.7093 +"HG::\n"
  3.7094 +"    Path to the 'hg' executable, automatically passed when running\n"
  3.7095 +"    hooks, extensions or external tools. If unset or empty, this is\n"
  3.7096 +"    the hg executable's name if it's frozen, or an executable named\n"
  3.7097 +"    'hg' (with %PATHEXT% [defaulting to COM/EXE/BAT/CMD] extensions on\n"
  3.7098 +"    Windows) is searched.\n"
  3.7099 +"\n"
  3.7100 +"HGEDITOR::\n"
  3.7101 +"    This is the name of the editor to run when committing. See EDITOR.\n"
  3.7102 +"\n"
  3.7103 +"    (deprecated, use .hgrc)\n"
  3.7104 +"\n"
  3.7105 +"HGENCODING::\n"
  3.7106 +"    This overrides the default locale setting detected by Mercurial.\n"
  3.7107 +"    This setting is used to convert data including usernames,\n"
  3.7108 +"    changeset descriptions, tag names, and branches. This setting can\n"
  3.7109 +"    be overridden with the --encoding command-line option.\n"
  3.7110 +"\n"
  3.7111 +"HGENCODINGMODE::\n"
  3.7112 +"    This sets Mercurial's behavior for handling unknown characters\n"
  3.7113 +"    while transcoding user input. The default is \"strict\", which\n"
  3.7114 +"    causes Mercurial to abort if it can't map a character. Other\n"
  3.7115 +"    settings include \"replace\", which replaces unknown characters, and\n"
  3.7116 +"    \"ignore\", which drops them. This setting can be overridden with\n"
  3.7117 +"    the --encodingmode command-line option.\n"
  3.7118 +"\n"
  3.7119 +"HGMERGE::\n"
  3.7120 +"    An executable to use for resolving merge conflicts. The program\n"
  3.7121 +"    will be executed with three arguments: local file, remote file,\n"
  3.7122 +"    ancestor file.\n"
  3.7123 +"\n"
  3.7124 +"    (deprecated, use .hgrc)\n"
  3.7125 +"\n"
  3.7126 +"HGRCPATH::\n"
  3.7127 +"    A list of files or directories to search for hgrc files. Item\n"
  3.7128 +"    separator is \":\" on Unix, \";\" on Windows. If HGRCPATH is not set,\n"
  3.7129 +"    platform default search path is used. If empty, only the .hg/hgrc\n"
  3.7130 +"    from the current repository is read.\n"
  3.7131 +"\n"
  3.7132 +"    For each element in HGRCPATH:\n"
  3.7133 +"    * if it's a directory, all files ending with .rc are added\n"
  3.7134 +"    * otherwise, the file itself will be added\n"
  3.7135 +"\n"
  3.7136 +"HGUSER::\n"
  3.7137 +"    This is the string used as the author of a commit. If not set,\n"
  3.7138 +"    available values will be considered in this order:\n"
  3.7139 +"\n"
  3.7140 +"    * HGUSER (deprecated)\n"
  3.7141 +"    * hgrc files from the HGRCPATH\n"
  3.7142 +"    * EMAIL\n"
  3.7143 +"    * interactive prompt\n"
  3.7144 +"    * LOGNAME (with '@hostname' appended)\n"
  3.7145 +"\n"
  3.7146 +"    (deprecated, use .hgrc)\n"
  3.7147 +"\n"
  3.7148 +"EMAIL::\n"
  3.7149 +"    May be used as the author of a commit; see HGUSER.\n"
  3.7150 +"\n"
  3.7151 +"LOGNAME::\n"
  3.7152 +"    May be used as the author of a commit; see HGUSER.\n"
  3.7153 +"\n"
  3.7154 +"VISUAL::\n"
  3.7155 +"    This is the name of the editor to use when committing. See EDITOR.\n"
  3.7156 +"\n"
  3.7157 +"EDITOR::\n"
  3.7158 +"    Sometimes Mercurial needs to open a text file in an editor for a\n"
  3.7159 +"    user to modify, for example when writing commit messages. The\n"
  3.7160 +"    editor it uses is determined by looking at the environment\n"
  3.7161 +"    variables HGEDITOR, VISUAL and EDITOR, in that order. The first\n"
  3.7162 +"    non-empty one is chosen. If all of them are empty, the editor\n"
  3.7163 +"    defaults to 'vi'.\n"
  3.7164 +"\n"
  3.7165 +"PYTHONPATH::\n"
  3.7166 +"    This is used by Python to find imported modules and may need to be\n"
  3.7167 +"    set appropriately if this Mercurial is not installed system-wide.\n"
  3.7168 +"    "
  3.7169 +msgstr ""
  3.7170 +
  3.7171 +msgid "Specifying Single Revisions"
  3.7172 +msgstr ""
  3.7173 +
  3.7174 +msgid ""
  3.7175 +"\n"
  3.7176 +"    Mercurial supports several ways to specify individual revisions.\n"
  3.7177 +"\n"
  3.7178 +"    A plain integer is treated as a revision number. Negative integers\n"
  3.7179 +"    are treated as topological offsets from the tip, with -1 denoting\n"
  3.7180 +"    the tip. As such, negative numbers are only useful if you've\n"
  3.7181 +"    memorized your local tree numbers and want to save typing a single\n"
  3.7182 +"    digit. This editor suggests copy and paste.\n"
  3.7183 +"\n"
  3.7184 +"    A 40-digit hexadecimal string is treated as a unique revision\n"
  3.7185 +"    identifier.\n"
  3.7186 +"\n"
  3.7187 +"    A hexadecimal string less than 40 characters long is treated as a\n"
  3.7188 +"    unique revision identifier, and referred to as a short-form\n"
  3.7189 +&qu