git-gui / po / glossary / it.poon commit Merge branch 'tz/notes-error-to-stderr' (c5e7630)
   1# Translation of git-gui glossary to Italian
   2# Copyright (C) 2007 Shawn Pearce, et al.
   3# This file is distributed under the same license as the git package.
   4# Christian Stimming <stimming@tuhh.de>, 2007
   5#
   6msgid ""
   7msgstr ""
   8"Project-Id-Version: git-gui glossary\n"
   9"POT-Creation-Date: 2007-10-19 21:43+0200\n"
  10"PO-Revision-Date: 2007-10-10 15:24+0200\n"
  11"Last-Translator: Michele Ballabio <barra_cuda@katamail.com>\n"
  12"Language-Team: Italian \n"
  13"MIME-Version: 1.0\n"
  14"Content-Type: text/plain; charset=UTF-8\n"
  15"Content-Transfer-Encoding: 8bit\n"
  16
  17#. "English Definition (Dear translator: This file will never be visible to the user! It should only serve as a tool for you, the translator. Nothing more.)"
  18msgid ""
  19"English Term (Dear translator: This file will never be visible to the user!)"
  20msgstr ""
  21"Traduzione italiana.\n"
  22"Altri SCM in italiano:\n"
  23"  http://tortoisesvn.tigris.org/svn/tortoisesvn/trunk/Languages/Tortoise_it."
  24"po (username=guest, password empty),\n"
  25"  http://tortoisecvs.cvs.sourceforge.net/tortoisecvs/po/TortoiseCVS/it_IT.po?"
  26"view=markup ,\n"
  27"  http://rapidsvn.tigris.org/svn/rapidsvn/trunk/src/locale/it_IT/rapidsvn.po "
  28"(username=guest, password empty)"
  29
  30#. ""
  31msgid "amend"
  32msgstr "correggere, correzione"
  33
  34#. ""
  35msgid "annotate"
  36msgstr "annotare, annotazione"
  37
  38#. "A 'branch' is an active line of development."
  39msgid "branch [noun]"
  40msgstr "ramo, diramazione, ramificazione"
  41
  42#. ""
  43msgid "branch [verb]"
  44msgstr "creare ramo, ramificare, diramare"
  45
  46#. ""
  47msgid "checkout [noun]"
  48msgstr "attivazione, checkout, revisione attiva, prelievo (TortoiseCVS)?"
  49
  50#. "The action of updating the working tree to a revision which was stored in the object database."
  51msgid "checkout [verb]"
  52msgstr ""
  53"attivare, effettuare un checkout, attivare revisione, prelevare "
  54"(TortoiseCVS), ritirare (TSVN)?"
  55
  56#. ""
  57msgid "clone [verb]"
  58msgstr "clonare"
  59
  60#. "A single point in the git history."
  61msgid "commit [noun]"
  62msgstr "revisione, commit, deposito (TortoiseCVS), invio (TSVN)?"
  63
  64#. "The action of storing a new snapshot of the project's state in the git history."
  65msgid "commit [verb]"
  66msgstr ""
  67"creare una nuova revisione, archiviare, effettuare un commit, depositare "
  68"(nel server), fare un deposito (TortoiseCVS), inviare (TSVN)?"
  69
  70#. ""
  71msgid "diff [noun]"
  72msgstr "differenza, confronto, comparazione, raffronto"
  73
  74#. ""
  75msgid "diff [verb]"
  76msgstr "confronta, mostra le differenze"
  77
  78#. "A fast-forward is a special type of merge where you have a revision and you are merging another branch's changes that happen to be a descendant of what you have."
  79msgid "fast forward merge"
  80msgstr "fusione in 'fast-forward', fusione in avanti veloce"
  81
  82#. "Fetching a branch means to get the branch's head from a remote repository, to find out which objects are missing from the local object database, and to get them, too."
  83msgid "fetch"
  84msgstr "recuperare, prelevare, prendere da, recuperare (TSVN)"
  85
  86#. "A collection of files. The index is a stored version of your working tree."
  87msgid "index (in git-gui: staging area)"
  88msgstr "indice"
  89
  90#. "A successful merge results in the creation of a new commit representing the result of the merge."
  91msgid "merge [noun]"
  92msgstr "fusione, unione"
  93
  94#. "To bring the contents of another branch into the current branch."
  95msgid "merge [verb]"
  96msgstr "effettuare la fusione, unire, fondere, eseguire la fusione"
  97
  98#. ""
  99msgid "message"
 100msgstr "messaggio, commento"
 101
 102#. "Deletes all stale tracking branches under <name>. These stale branches have already been removed from the remote repository referenced by <name>, but are still locally available in 'remotes/<name>'."
 103msgid "prune"
 104msgstr "potatura"
 105
 106#. "Pulling a branch means to fetch it and merge it."
 107msgid "pull"
 108msgstr ""
 109"prendi (recupera) e fondi (unisci)? (in pratica una traduzione di fetch + "
 110"merge)"
 111
 112#. "Pushing a branch means to get the branch's head ref from a remote repository, and ... (well, can someone please explain it for mere mortals?)"
 113msgid "push"
 114msgstr "propaga"
 115
 116#. ""
 117msgid "redo"
 118msgstr "ripeti, rifai"
 119
 120#. "An other repository ('remote'). One might have a set of remotes whose branches one tracks."
 121msgid "remote"
 122msgstr "remoto"
 123
 124#. "A collection of refs (?) together with an object database containing all objects which are reachable from the refs... (oops, you've lost me here. Again, please an explanation for mere mortals?)"
 125msgid "repository"
 126msgstr "archivio, repository, database? deposito (rapidsvn)?"
 127
 128#. ""
 129msgid "reset"
 130msgstr "ripristinare, annullare, azzerare, ripristinare"
 131
 132#. ""
 133msgid "revert"
 134msgstr ""
 135"annullare, inverti (rapidsvn), ritorna allo stato precedente, annulla le "
 136"modifiche della revisione"
 137
 138#. "A particular state of files and directories which was stored in the object database."
 139msgid "revision"
 140msgstr "revisione (TortoiseSVN)"
 141
 142#. ""
 143msgid "sign off"
 144msgstr "sign off, firma"
 145
 146#. ""
 147msgid "staging area"
 148msgstr ""
 149"area di preparazione, zona di preparazione, modifiche in preparazione? "
 150"modifiche in allestimento?"
 151
 152#. ""
 153msgid "status"
 154msgstr "stato"
 155
 156#. "A ref pointing to a tag or commit object"
 157msgid "tag [noun]"
 158msgstr "etichetta, etichettatura (TortoiseCVS)"
 159
 160#. ""
 161msgid "tag [verb]"
 162msgstr "etichettare"
 163
 164#. "A regular git branch that is used to follow changes from another repository."
 165msgid "tracking branch"
 166msgstr ""
 167"duplicato locale di ramo remoto, ramo in 'tracking', ramo inseguitore? ramo "
 168"di {inseguimento,allineamento,rilevamento,puntamento}?"
 169
 170#. ""
 171msgid "undo"
 172msgstr "annulla"
 173
 174#. ""
 175msgid "update"
 176msgstr "aggiornamento, aggiornare"
 177
 178#. ""
 179msgid "verify"
 180msgstr "verifica, verificare"
 181
 182#. "The tree of actual checked out files."
 183msgid "working copy, working tree"
 184msgstr "directory di lavoro, copia di lavoro"