Skip to content
Snippets Groups Projects
sv.po 567 KiB
Newer Older
#, python-format
msgid ""
"revision %s not found in destination repository (lookups with "
"clonebranches=true are not implemented)"
msgstr ""

#, python-format
msgid "%s is not a valid start revision"
msgstr ""

#, python-format
msgid "ignoring: %s\n"
msgstr "ignorerar: %s\n"

#, python-format
msgid "%s does not look like a monotone repository"
msgstr "%s verkar inte vara ett monotone-arkiv"
msgid "bad mtn packet - no end of commandnbr"
msgstr ""

#, python-format
msgid "bad mtn packet - bad stream type %s"
msgstr ""

msgid "bad mtn packet - no divider before size"
msgstr ""

msgid "bad mtn packet - no end of packet size"
msgstr ""

#, python-format
msgid "bad mtn packet - bad packet size %s"
msgstr ""

#, python-format
msgid "bad mtn packet - unable to read full packet read %s of %s"
msgstr ""

#, python-format
msgid "mtn command '%s' returned %s"
msgstr "mtn-kommandot '%s' returnerade %s"

#, python-format
msgid "copying file in renamed directory from '%s' to '%s'"
msgstr ""

msgid "unable to determine mtn automate interface version"
msgstr ""

#, python-format
msgid "mtn automate stdio header unexpected: %s"
msgstr ""

msgid "failed to reach end of mtn automate stdio headers"
msgstr ""

#, python-format
msgid "%s does not look like a P4 repository"
msgstr "%s verkar inte vara ett P4-arkiv"

msgid "reading p4 views\n"
msgstr ""

msgid "collecting p4 changelists\n"
msgstr ""

msgid "debugsvnlog could not load Subversion python bindings"
msgstr ""

msgid "Mercurial failed to run itself, check hg executable is in PATH"
msgstr ""

#, python-format
msgid "log stream exception '%s'"
msgstr ""

msgid ""
"svn: cannot probe remote repository, assume it could be a subversion "
"repository. Use --source-type if you know better.\n"
msgstr ""

#, python-format
msgid "%s does not look like a Subversion repository"
msgstr "%s verkar inte vara ett Subversion-arkiv"
msgid "could not load Subversion python bindings"
msgstr ""

#, python-format
msgid "Subversion python bindings %d.%d found, 1.4 or later required"
msgstr ""

msgid "Subversion python bindings are too old, 1.4 or later required"
msgstr ""

#, python-format
msgid "svn: revision %s is not an integer"
msgstr ""

#, python-format
msgid "svn: start revision %s is not an integer"
msgstr ""

#, python-format
msgid "no revision found in module %s"
msgstr ""

#, python-format
msgid "expected %s to be at %r, but not found"
msgstr ""

#, python-format
msgid "found %s at %r\n"
msgstr ""

#, python-format
msgid "ignoring empty branch %s\n"
msgstr ""

#, python-format
msgid "found branch %s at %d\n"
msgstr ""

msgid "svn: start revision is not supported with more than one branch"
msgstr ""

#, python-format
msgid "svn: no revision found after start revision %d"
msgstr ""

#, python-format
msgid "svn: revision %s not found"
msgstr "svn: revisionen %s hittades inte"

#, python-format
msgid "%s not found up to revision %d"
msgstr ""

msgid "scanning paths"
msgstr "skannar sökvägar"

#, python-format
msgid "found parent of branch %s at %d: %s\n"
msgstr ""

#, python-format
msgid "fetching revision log for \"%s\" from %d to %d\n"
msgstr ""

#, python-format
msgid "svn: branch has no revision %s"
msgstr ""

#, python-format
msgid "initializing svn repository %r\n"
msgstr "initialiserar svn-arkivet %r\n"

#, python-format
msgid "initializing svn working copy %r\n"
msgstr "initialiserar svn-arbetskopia %r\n"

msgid "unexpected svn output:\n"
msgstr ""

msgid "unable to cope with svn output"
msgstr ""

msgid "writing Subversion tags is not yet implemented\n"
#, python-format
msgid ""
"splice map revision %s not found in subversion child map (revision lookups "
"are not implemented)"
msgstr ""

msgid "automatically manage newlines in repository files"
msgstr ""

msgid ""
"This extension allows you to manage the type of line endings (CRLF or\n"
"LF) that are used in the repository and in the local working\n"
"directory. That way you can get CRLF line endings on Windows and LF on\n"
"Unix/Mac, thereby letting everybody use their OS native line endings."
msgstr ""

msgid ""
"The extension reads its configuration from a versioned ``.hgeol``\n"
"configuration file found in the root of the working copy. The\n"
"``.hgeol`` file use the same syntax as all other Mercurial\n"
"configuration files. It uses two sections, ``[patterns]`` and\n"
"``[repository]``."
msgstr ""

msgid ""
"The ``[patterns]`` section specifies how line endings should be\n"
"converted between the working copy and the repository. The format is\n"
"specified by a file pattern. The first match is used, so put more\n"
"specific patterns first. The available line endings are ``LF``,\n"
"``CRLF``, and ``BIN``."
msgstr ""

msgid ""
"Files with the declared format of ``CRLF`` or ``LF`` are always\n"
"checked out and stored in the repository in that format and files\n"
"declared to be binary (``BIN``) are left unchanged. Additionally,\n"
"``native`` is an alias for checking out in the platform's default line\n"
"ending: ``LF`` on Unix (including Mac OS X) and ``CRLF`` on\n"
"Windows. Note that ``BIN`` (do nothing to line endings) is Mercurial's\n"
"default behaviour; it is only needed if you need to override a later,\n"
"more general pattern."
msgstr ""

msgid ""
"The optional ``[repository]`` section specifies the line endings to\n"
"use for files stored in the repository. It has a single setting,\n"
"``native``, which determines the storage line endings for files\n"
"declared as ``native`` in the ``[patterns]`` section. It can be set to\n"
"``LF`` or ``CRLF``. The default is ``LF``. For example, this means\n"
"that on Windows, files configured as ``native`` (``CRLF`` by default)\n"
"will be converted to ``LF`` when stored in the repository. Files\n"
"declared as ``LF``, ``CRLF``, or ``BIN`` in the ``[patterns]`` section\n"
"are always stored as-is in the repository."
msgstr ""

msgid "Example versioned ``.hgeol`` file::"
msgstr ""

msgid ""
"  [patterns]\n"
"  **.py = native\n"
"  **.vcproj = CRLF\n"
"  **.txt = native\n"
"  Makefile = LF\n"
"  **.jpg = BIN"
msgstr ""

msgid ""
"  [repository]\n"
"  native = LF"
msgstr ""

msgid ""
".. note::\n"
"   The rules will first apply when files are touched in the working\n"
"   copy, e.g. by updating to null and back to tip to touch all files."
msgstr ""

msgid ""
"The extension uses an optional ``[eol]`` section read from both the\n"
"normal Mercurial configuration files and the ``.hgeol`` file, with the\n"
"latter overriding the former. You can use that section to control the\n"
"overall behavior. There are three settings:"
msgstr ""

msgid ""
"- ``eol.native`` (default ``os.linesep``) can be set to ``LF`` or\n"
"  ``CRLF`` to override the default interpretation of ``native`` for\n"
"  checkout. This can be used with :hg:`archive` on Unix, say, to\n"
"  generate an archive where files have line endings for Windows."
msgstr ""

msgid ""
"- ``eol.only-consistent`` (default True) can be set to False to make\n"
"  the extension convert files with inconsistent EOLs. Inconsistent\n"
"  means that there is both ``CRLF`` and ``LF`` present in the file.\n"
"  Such files are normally not touched under the assumption that they\n"
"  have mixed EOLs on purpose."
msgstr ""

msgid ""
"- ``eol.fix-trailing-newline`` (default False) can be set to True to\n"
"  ensure that converted files end with a EOL character (either ``\\n``\n"
"  or ``\\r\\n`` as per the configured patterns)."
msgstr ""

msgid ""
"The extension provides ``cleverencode:`` and ``cleverdecode:`` filters\n"
"like the deprecated win32text extension does. This means that you can\n"
"disable win32text and enable eol and your filters will still work. You\n"
"only need to these filters until you have prepared a ``.hgeol`` file."
msgstr ""

msgid ""
"The ``win32text.forbid*`` hooks provided by the win32text extension\n"
"have been unified into a single hook named ``eol.checkheadshook``. The\n"
"hook will lookup the expected line endings from the ``.hgeol`` file,\n"
"which means you must migrate to a ``.hgeol`` file first before using\n"
"the hook. ``eol.checkheadshook`` only checks heads, intermediate\n"
"invalid revisions will be pushed. To forbid them completely, use the\n"
"``eol.checkallhook`` hook. These hooks are best used as\n"
"``pretxnchangegroup`` hooks."
"See :hg:`help patterns` for more information about the glob patterns\n"
"used.\n"
msgstr ""
"Se :hg:`help patterns` för mer information om de använda glob-mönstren.\n"

#, python-format
msgid "ignoring unknown EOL style '%s' from %s\n"
msgstr "ignorerar okänd EOL-stil '%s' från %s\n"

#, python-format
msgid "warning: ignoring .hgeol file due to parse error at %s: %s\n"
msgstr "varning: ignorerar .hgeol-fil, parsningsfel vid %s: %s\n"

#, python-format
msgid "  %s in %s should not have %s line endings"
msgstr "  %s i %s borde inte ha %s-radslut"

msgid "end-of-line check failed:\n"
msgstr "radslutskontroll misslyckades:\n"

msgid "the eol extension is incompatible with the win32text extension\n"
msgstr "eol-utökningen är inkompatibel med win32text-utökningen\n"

#, python-format
msgid "inconsistent newline style in %s\n"
msgstr "inkonsekvent radslutsstil i %s\n"
msgid "command to allow external programs to compare revisions"
msgstr ""

msgid ""
"The extdiff Mercurial extension allows you to use external programs\n"
"to compare revisions, or revision with working directory. The external\n"
"diff programs are called with a configurable set of options and two\n"
"non-option arguments: paths to directories containing snapshots of\n"
"files to compare."
msgstr ""

msgid ""
"The extdiff extension also allows you to configure new diff commands, so\n"
"you do not need to type :hg:`extdiff -p kdiff3` always. ::"
"  [extdiff]\n"
"  # add new command that runs GNU diff(1) in 'context diff' mode\n"
"  cdiff = gdiff -Nprc5\n"
"  ## or the old way:\n"
"  #cmd.cdiff = gdiff\n"
"  #opts.cdiff = -Nprc5"
msgstr ""

msgid ""
"  # add new command called vdiff, runs kdiff3\n"
"  vdiff = kdiff3"
msgstr ""

msgid ""
"  # add new command called meld, runs meld (no need to name twice)\n"
"  # add new command called vimdiff, runs gvimdiff with DirDiff plugin\n"
"  # (see http://www.vim.org/scripts/script.php?script_id=102) Non\n"
"  # English user, be sure to put \"let g:DirDiffDynamicDiffText = 1\" in\n"
"  # your .vimrc\n"
"  vimdiff = gvim -f \"+next\" \\\n"
"            \"+execute 'DirDiff' fnameescape(argv(0)) fnameescape(argv(1))\""
msgid "Tool arguments can include variables that are expanded at runtime::"
msgstr ""

msgid ""
"  $parent1, $plabel1 - filename, descriptive label of first parent\n"
"  $child,   $clabel  - filename, descriptive label of child revision\n"
"  $parent2, $plabel2 - filename, descriptive label of second parent\n"
"  $root              - repository root\n"
"  $parent is an alias for $parent1."
msgstr ""

msgid ""
"The extdiff extension will look in your [diff-tools] and [merge-tools]\n"
"sections for diff tool arguments, when none are specified in [extdiff]."
msgstr ""

msgid ""
"  [extdiff]\n"
"  kdiff3 ="
msgstr ""

msgid ""
"  [diff-tools]\n"
"  kdiff3.diffargs=--L1 '$plabel1' --L2 '$clabel' $parent $child"
msgstr ""

msgid ""
"You can use -I/-X and list of file or directory names like normal\n"
":hg:`diff` command. The extdiff extension makes snapshots of only\n"
"needed files, so running the external diff program will actually be\n"
"pretty fast (at least faster than having to compare the entire tree).\n"
msgstr ""

#, python-format
msgid "making snapshot of %d files from rev %s\n"
msgstr ""

#, python-format
msgid "making snapshot of %d files from working directory\n"
msgstr ""

msgid "cannot specify --rev and --change at the same time"
msgstr ""

msgid "cleaning up temp directory\n"
msgstr ""

msgid "use external program to diff repository (or selected files)"
msgstr ""

msgid ""
"    Show differences between revisions for the specified files, using\n"
"    an external program. The default program used is diff, with\n"
"    default options \"-Npru\"."
msgstr ""

msgid ""
"    To select a different program, use the -p/--program option. The\n"
"    program will be passed the names of two directories to compare. To\n"
"    pass additional options to the program, use -o/--option. These\n"
"    will be passed before the names of the directories to compare."
msgstr ""

msgid ""
"    When two revision arguments are given, then changes are shown\n"
"    between those revisions. If only one revision is specified then\n"
"    that revision is compared to the working directory, and, when no\n"
"    revisions are specified, the working directory files are compared\n"
"    to its parent."
msgstr ""
"    När två revisionsargument ges, kommer ändringar mellan revisionerna\n"
"    att visas. Om bara en revision anges så jämförs den revisionen med\n"
"    arbetskatalogen, och, när ingen revision anges, jämförs arbetskatalogen\n"
"    med dess förälder."
msgstr "KMD"
msgid "comparison program to run"
msgstr ""

msgid "pass option to comparison program"
msgstr ""

msgid "revision"
msgstr "revision"

msgid "change made by revision"
msgstr "ändring gjord av revision"

msgid "hg extdiff [OPT]... [FILE]..."
msgstr ""

#, python-format
msgid "use %(path)s to diff repository (or selected files)"
msgstr ""

#, python-format
msgid ""
"    Show differences between revisions for the specified files, using\n"
"    the %(path)s program."
msgstr ""

#, python-format
msgid "hg %s [OPTION]... [FILE]..."
msgstr ""

msgid "http authentication with factotum"
msgstr ""

msgid ""
"This extension allows the factotum(4) facility on Plan 9 from Bell Labs\n"
"platforms to provide authentication information for HTTP access. "
"Configuration\n"
"entries specified in the auth section as well as authentication information\n"
"provided in the repository URL are fully supported. If no prefix is "
"specified,\n"
"a value of \"*\" will be assumed."
msgstr ""

msgid "By default, keys are specified as::"
msgstr ""

msgid ""
"  proto=pass service=hg prefix=<prefix> user=<username> !password=<password>"
msgstr ""

msgid ""
"If the factotum extension is unable to read the required key, one will be\n"
"requested interactively."
msgstr ""

msgid ""
"A configuration section is available to customize runtime behavior. By\n"
"default, these entries are::"
msgstr ""

msgid ""
"  [factotum]\n"
"  executable = /bin/auth/factotum\n"
"  mountpoint = /mnt/factotum\n"
"  service = hg"
msgstr ""

msgid ""
"The executable entry defines the full path to the factotum binary. The\n"
"mountpoint entry defines the path to the factotum file service. Lastly, the\n"
"service entry controls the service name used when reading keys."
msgstr ""

msgid "factotum not interactive"
msgstr ""

msgid "factotum not responding"
msgstr ""

msgid "pull, update and merge in one command (DEPRECATED)"
msgid "pull changes from a remote repository, merge new changes if needed."
msgstr ""

msgid ""
"    This finds all changes from the repository at the specified path\n"
"    or URL and adds them to the local repository."
msgstr ""

msgid ""
"    If the pulled changes add a new branch head, the head is\n"
"    automatically merged, and the result of the merge is committed.\n"
"    Otherwise, the working directory is updated to include the new\n"
"    changes."
msgstr ""

msgid ""
"    When a merge is needed, the working directory is first updated to\n"
"    the newly pulled changes. Local changes are then merged into the\n"
"    pulled changes. To switch the merge order, use --switch-parent."
msgid "    See :hg:`help dates` for a list of formats valid for -d/--date."
msgstr "    Se :hg:`help dates` för en lista med giltiga format för -d/--date."

msgid ""
"    Returns 0 on success.\n"
"    Returnerar 0 om kommandot lyckades.\n"
"    "

msgid ""
"working dir not at branch tip (use \"hg update\" to check out branch tip)"
"arbetskatalogen är inte på grentoppen (använd \"hg update\" för att hämta ut "
"grentoppen)"

msgid "outstanding uncommitted merge"
msgstr "kvarvarande oarkiverad sammanfogning"

msgid "outstanding uncommitted changes"
msgstr "kvarvarande oarkiverade ändringar"

msgid "working directory is missing some files"
msgstr "arbetskatalogen saknar några filer"
msgid ""
"multiple heads in this branch (use \"hg heads .\" and \"hg merge\" to merge)"
"flera huvuden i denna gren (använd \"hg heads .\" och \"hg merge\" för att "
"sammanfoga)"

#, python-format
msgid "pulling from %s\n"
msgstr "drar från %s\n"
"other repository doesn't support revision lookup, so a rev cannot be "
"specified."
msgstr ""
"det andra arkivet stödjer inte revisionsuppslag, så en revision kan inte "
"anges."

#, python-format
msgid ""
"not merging with %d other new branch heads (use \"hg heads .\" and \"hg merge"
"\" to merge them)\n"
"sammanfogar inte med %d andra nya grenhuvuden (använd \"hg heads .\" och "
"\"hg merge\" för att sammanfoga dem)\n"

#, python-format
msgid "updating to %d:%s\n"
msgstr "uppdaterar till %d:%s\n"

#, python-format
msgid "merging with %d:%s\n"
msgstr "sammanfogar med %d:%s\n"

#, python-format
msgid "new changeset %d:%s merges remote changes with local\n"
msgstr "nya ändringen %d:%s sammanfogar fjärrändringar med lokala\n"

msgid "a specific revision you would like to pull"
msgstr "en specifik revision som du vill dra"

msgid "edit commit message"
msgstr "redigera arkiveringsmeddelande"

msgid "edit commit message (DEPRECATED)"
msgstr "redigera arkiveringsmeddelande (FÖRÅLDRAD)"

msgid "switch parents when merging"
msgstr "byt föräldrar vid sammanfogning"

msgid "hg fetch [SOURCE]"
msgstr "hg fetch [KÄLLA]"

msgid "commands to sign and verify changesets"
msgstr "kommandon för att signera och verifiera ändringar"

msgid "error while verifying signature"
msgstr "fel vid verifiering av signatur"

#, python-format
msgid "%s Bad signature from \"%s\"\n"
msgstr "%s Dålig signatur från \"%s\"\n"

#, python-format
msgid "%s Note: Signature has expired (signed by: \"%s\")\n"
msgstr "%s Notera: Signaturen har gått ut (signerad av: \"%s\")\n"

#, python-format
msgid "%s Note: This key has expired (signed by: \"%s\")\n"
msgstr "%s Notera: Den här nyckenl har gått ut (signerad av: \"%s\")\n"
msgid "hg sigs"
msgstr "hg sigs"

msgid "list signed changesets"
msgstr "visa signerade ändringar"

#, python-format
msgid "%s:%d node does not exist\n"
msgstr "%s:%d noden existerar inte\n"
msgid "hg sigcheck REV"
msgstr "hg sigcheck REV"
msgid "verify all the signatures there may be for a particular revision"
msgstr "verifiera alla signaturerna som finns för en viss revision"

#, python-format
msgid "no valid signature for %s\n"
msgstr "ingen giltig signatur för %s\n"
msgid "make the signature local"
msgstr "gör signaturen lokal"

msgid "sign even if the sigfile is modified"
msgstr "signera även om signaturfilen är modifierad"

msgid "do not commit the sigfile after signing"
msgstr "arkivera inte signaturfilen efter signering"

msgid "ID"
msgstr "ID"

msgid "the key id to sign with"
msgstr "nyckel-ID att signera med"

msgid "TEXT"
msgstr "TEXT"

msgid "commit message"
msgstr "arkiveringsmeddelande"

msgid "hg sign [OPTION]... [REV]..."
msgstr "hg sign [FLAGGA]... [REV]..."
msgid "add a signature for the current or given revision"
msgstr "lägg till en signatur för den aktuella eller angivna revisionen"
"    If no revision is given, the parent of the working directory is used,\n"
"    or tip if no revision is checked out."
"    Om ingen revision anges, så används arbetskatalogens föräldern, eller\n"
"    toppen om ingen revision är uthämtad."

msgid ""
"    See :hg:`help dates` for a list of formats valid for -d/--date.\n"
"    "
msgstr ""
"    Se :hg:`help dates` för en lista med giltiga format för -d/--date.\n"
"    "

msgid "uncommitted merge - please provide a specific revision"
msgstr "oarkiverad sammanfogning - ange en specifik revision"
#, python-format
msgid "signing %d:%s\n"
msgstr "signerar %d:%s\n"
msgid "error while signing"
msgstr "fel vid signering"
msgid ""
"working copy of .hgsigs is changed (please commit .hgsigs manually or use --"
"force)"
"arbetskopian av .hgsigs är ändrad (arkivera .hgsigs manuellt eller använd\n"
"--force)"

msgid "unknown signature version"
msgstr "okänd signaturversion"
msgid "command to view revision graphs from a shell"
msgstr "kommando för att se revisionsgrafer i ett skal"

msgid ""
"This extension adds a --graph option to the incoming, outgoing and log\n"
"commands. When this options is given, an ASCII representation of the\n"
"revision graph is also shown.\n"
msgstr ""
"Denna utökning lägger till flaggan --graph till kommandona incoming,\n"
"outgoing och log. När flaggan anges, visas också en ASCII-version av\n"
"revisionsgrafen.\n"
msgid "follow changeset history, or file history across copies and renames"
msgstr ""
"följ ändringshistorik, eller filhistorik över kopieringar och namnbyten"

msgid "only follow the first parent of merge changesets (DEPRECATED)"
msgstr "följ bara den första föräldern vid sammanfogningar (FÖRÅLDRAD)"

msgid "show revisions matching date spec"
msgstr "visa revisioner som matchar datumspecen"

msgid "show copied files"
msgstr "visa kopierade filer"

msgid "do case-insensitive search for a given text"
msgstr "gör versalokänslig sökning efter en given text"

msgid "show the specified revision or range"
msgstr "visa den specifika revisionen eller serien"

msgid "include revisions where files were removed"
msgstr "inkludera revisioner där filer togs bort"

msgid "show only merges (DEPRECATED)"
msgstr "visa bara sammanfogningar (FÖRÅLDRAD)"

msgid "USER"
msgstr "ANVÄNDARE"

msgid "revisions committed by user"
msgstr "revisioner arkiverade av användare"

msgid "show only changesets within the given named branch (DEPRECATED)"
msgstr "visa bara ändringar i den namngivna grenen (FÖRÅLDRAD)"

msgid "BRANCH"
msgstr "GREN"

msgid "show changesets within the given named branch"
msgstr "visa ändringar i den namngivna grenen"

msgid "do not display revision or any of its ancestors"
msgstr "visa inte revision eller någon av dess föräldrar"

msgid "show hidden changesets (DEPRECATED)"
msgstr "visa dolda ändringar (FÖRÅLDRAD)"

msgid "[OPTION]... [FILE]"
msgstr "[FLAGGA]... [FIL]"
msgid "show revision history alongside an ASCII revision graph"
msgstr "visa revisionshistorik vid sidan av en ASCII-revisionsgraf"

msgid ""
"    Print a revision history alongside a revision graph drawn with\n"
"    ASCII characters."
msgstr ""
"    Visa en revisionshistorik bredvid en revisionsgraf ritad med\n"
"    ASCII-tecken."

msgid ""
"    Nodes printed as an @ character are parents of the working\n"
"    directory.\n"
"    "
msgstr ""
"    Noder visade som ett @-tecken är föräldrar till arbetskatalogen.\n"
"    "
msgid "hooks for integrating with the CIA.vc notification service"
msgstr ""

msgid ""
"This is meant to be run as a changegroup or incoming hook. To\n"
"configure it, set the following options in your hgrc::"
msgstr ""

msgid ""
"  [cia]\n"
"  # your registered CIA user name\n"
"  user = foo\n"
"  # the name of the project in CIA\n"
"  project = foo\n"
"  # the module (subproject) (optional)\n"
"  #module = foo\n"
"  # Append a diffstat to the log message (optional)\n"
"  #diffstat = False\n"
"  # Template to use for log messages (optional)\n"
"  #template = {desc}\\n{baseurl}{webroot}/rev/{node}-- {diffstat}\n"
"  # Style to use (optional)\n"
"  #style = foo\n"
"  # The URL of the CIA notification service (optional)\n"
"  # You can use mailto: URLs to send by email, eg\n"
"  # mailto:cia@cia.vc\n"
"  # Make sure to set email.from if you do this.\n"
"  #url = http://cia.vc/\n"
"  # print message instead of sending it (optional)\n"
"  #test = False\n"
"  # number of slashes to strip for url paths\n"
"  #strip = 0"
"  [hooks]\n"
"  # one of these:\n"
"  changegroup.cia = python:hgcia.hook\n"
"  #incoming.cia = python:hgcia.hook"
msgstr ""

msgid ""
"  [web]\n"
"  # If you want hyperlinks (optional)\n"
"  baseurl = http://server/path/to/repo\n"
msgstr ""

#, python-format
msgid "%s returned an error: %s"
msgstr "%s returnerade ett fel: %s"

#, python-format
msgid "hgcia: sending update to %s\n"
msgstr ""

msgid "email.from must be defined when sending by email"
msgstr ""

msgid "browse the repository in a graphical way"
msgstr ""

msgid ""
"The hgk extension allows browsing the history of a repository in a\n"
"graphical way. It requires Tcl/Tk version 8.4 or later. (Tcl/Tk is not\n"
"distributed with Mercurial.)"
msgstr ""

msgid ""
"hgk consists of two parts: a Tcl script that does the displaying and\n"
"querying of information, and an extension to Mercurial named hgk.py,\n"
"which provides hooks for hgk to get information. hgk can be found in\n"
"the contrib directory, and the extension is shipped in the hgext\n"
"repository, and needs to be enabled."
msgstr ""

msgid ""
"The :hg:`view` command will launch the hgk Tcl script. For this command\n"
"to work, hgk must be in your search path. Alternately, you can specify\n"
"the path to hgk in your configuration file::"
"  [hgk]\n"
"  path=/location/of/hgk"
msgstr ""

msgid ""
"hgk can make use of the extdiff extension to visualize revisions.\n"
"Assuming you had already configured extdiff vdiff command, just add::"
msgstr ""

msgid ""
"  [hgk]\n"
"  vdiff=vdiff"
msgstr ""

msgid ""
"Revisions context menu will now display additional entries to fire\n"
"vdiff on hovered and selected revisions.\n"
msgstr ""

msgid "diff trees from two commits"
msgstr ""

msgid "output common ancestor information"
msgstr ""

msgid "cat a specific revision"
msgstr ""

msgid "cat-file: type or revision not supplied\n"
msgstr ""

msgid "aborting hg cat-file only understands commits\n"
msgstr ""

msgid "parse given revisions"
msgstr ""

msgid "print revisions"
msgstr ""

msgid "print extension options"
msgstr ""

msgid "start interactive history viewer"
msgstr ""

msgid "NUM"
msgstr "NUM"

msgid "limit number of changes displayed"
msgstr "begränsa antalet visade ändringar"

msgid "hg view [-l LIMIT] [REVRANGE]"
msgstr ""

msgid "generate patch"
msgstr ""

msgid "recursive"
msgstr ""

msgid "pretty"
msgstr ""

msgid "stdin"
msgstr ""

msgid "detect copies"
msgstr ""

msgid "search"
msgstr ""

msgid "hg git-diff-tree [OPTION]... NODE1 NODE2 [FILE]..."
msgstr ""

msgid "hg debug-cat-file [OPTION]... TYPE FILE"
msgstr ""

msgid "hg debug-config"
msgstr ""

msgid "hg debug-merge-base REV REV"
msgstr ""

#. i18n: bisect changeset status
msgid "ignored"
msgstr "ignorerad"

msgid "hg debug-rev-parse REV"
msgstr ""

msgid "header"
msgstr ""

msgid "topo-order"
msgstr ""

msgid "parents"
msgstr ""

msgid "max-count"
msgstr ""

msgid "hg debug-rev-list [OPTION]... REV..."
msgstr ""

msgid "syntax highlighting for hgweb (requires Pygments)"
msgstr "syntaxfärgning för hgweb (kräver Pygments)"
"It depends on the Pygments syntax highlighting library:\n"
"http://pygments.org/"
msgstr ""