Newer
Older
14001
14002
14003
14004
14005
14006
14007
14008
14009
14010
14011
14012
14013
14014
14015
14016
14017
14018
14019
14020
14021
14022
14023
14024
14025
14026
14027
14028
14029
14030
14031
14032
14033
14034
14035
14036
14037
14038
14039
14040
14041
14042
14043
#~ " The result of this merge is not committed, as with a normal merge."
#~ msgstr ""
#~ " L'opzione --merge ricorda il genitore della directory di lavoro\n"
#~ " prima di avviare il backout, poi fa il merge della nuova head con\n"
#~ " quel changeset. Questo evita di fare il merge a mano. Non viene\n"
#~ " effettuato il commit del risultato di questo merge, come per un\n"
#~ " merge normale."
#, fuzzy
#~ msgid ""
#~ " If no commit message is specified, the configured editor is\n"
#~ " started to prompt you for a message."
#~ msgstr ""
#~ " Se non è specificato nessun messaggio di commit, l'editor\n"
#~ " configurato viene lanciato per inserire un messaggio."
#~ msgid "still exists"
#~ msgstr "esiste ancora"
#~ msgid "is modified"
#~ msgstr "è modificato"
#~ msgid "has been marked for add"
#~ msgstr "è stato marcato per l'aggiunta"
#~ msgid "unmark files as resolved"
#~ msgstr "smarca i file come risolti"
#~ msgid "replace existing tag"
#~ msgstr "rimpiazza tag esistente"
#, fuzzy
#~ msgid "check for uncommitted changes"
#~ msgstr ""
#~ "salta il controllo di modifiche pendenti di cui non si è effettuato il "
#~ "commit"
#~ msgid "** report bug details to http://mercurial.selenic.com/bts/\n"
#~ msgstr ""
#~ "** riportare dettagli del bug a http://www.selenic.com/mercurial/bts/\n"
#, fuzzy
#~ msgid "bundling changes"
#~ msgstr "sto aggiungendo i changeset"
#, fuzzy
#~ msgid "bundling manifests"
#~ msgstr "sto aggiungendo i manifesti"
#~ msgid "unsynced changes"
#~ msgstr "modifiche non sincronizzate"
#~ msgid "error expanding '%s%%%s'"
#~ msgstr "errore nell'espansione di '%s%%%s'"
#~ msgid "unknown filter '%s'"
#~ msgstr "filtro sconosciuto '%s'"
#~ msgid "user name not available - set USERNAME environment variable"
#~ msgstr ""
#~ "nome utente non disponibile - impostare la variabile d'ambiente USERNAME"
14062
14063
14064
14065
14066
14067
14068
14069
14070
14071
14072
14073
14074
14075
14076
14077
14078
14079
14080
14081
14082
14083
14084
14085
14086
14087
14088
14089
14090
14091
14092
14093
14094
14095
14096
14097
14098
14099
14100
14101
14102
14103
14104
14105
14106
14107
14108
14109
14110
14111
14112
14113
14114
14115
14116
14117
14118
14119
14120
14121
14122
14123
14124
14125
14126
14127
14128
14129
14130
14131
14132
14133
14134
14135
14136
14137
14138
14139
14140
14141
14142
14143
14144
14145
14146
14147
14148
14149
14150
14151
14152
14153
14154
14155
14156
14157
14158
14159
14160
14161
14162
14163
14164
14165
14166
14167
14168
14169
14170
14171
14172
14173
14174
14175
14176
14177
14178
14179
14180
14181
14182
14183
14184
14185
14186
14187
14188
14189
14190
14191
14192
14193
14194
14195
14196
14197
14198
14199
14200
14201
14202
14203
14204
14205
14206
14207
14208
14209
14210
14211
14212
14213
14214
14215
14216
14217
14218
14219
14220
14221
14222
14223
14224
14225
14226
14227
14228
14229
14230
14231
#~ msgid "COMMANDS"
#~ msgstr "COMANDI"
#~ msgid "generating stats: %d%%"
#~ msgstr "sto generando le statistiche: %d%%"
#~ msgid "show progress"
#~ msgstr "mostra progresso"
#~ msgid "don't colorize output (DEPRECATED)"
#~ msgstr "non colorare l'output (DEPRECATO)"
#~ msgid "no tags found at revision %d\n"
#~ msgstr "nessuna tag trovata alla revisione %d\n"
#, fuzzy
#~ msgid "show keyword status flags of all files (DEPRECATED)"
#~ msgstr "mostra lo stato di tutti i file"
#~ msgid ""
#~ "\n"
#~ "imported patch %s"
#~ msgstr ""
#~ "\n"
#~ "patch %s importata"
#~ msgid "force removal with local changes"
#~ msgstr "forza la rimozione con modifiche locali"
#~ msgid "rebase from a given revision"
#~ msgstr "rebase da una data revisione"
#~ msgid "rebase from the base of a given revision"
#~ msgstr "rebase dalla base di una data revisione"
#~ msgid "rebase onto a given revision"
#~ msgstr "rebase su una data revisione"
#~ msgid "y - record this change"
#~ msgstr "y - registra questa modifica"
#~ msgid "y"
#~ msgstr "y"
#~ msgid "%s: %s"
#~ msgstr "%s: %s"
#, fuzzy
#~ msgid ""
#~ " This is the symmetrical operation for pull. It moves changes from\n"
#~ " the current repository to a different one. If the destination is\n"
#~ " local this is identical to a pull in that directory from the\n"
#~ " current one."
#~ msgstr ""
#~ " Questa è l'operazione simmetrica di pull. Aiuta a spostare modifiche\n"
#~ " dal repository corrente in un altro. Se la destinazione è locale "
#~ "questo\n"
#~ " è identico ad un pull in quella directory verso questa."
#, fuzzy
#~ msgid ""
#~ " By default, push will refuse to run if it detects the result would\n"
#~ " increase the number of remote heads. This generally indicates the\n"
#~ " user forgot to pull and merge before pushing."
#~ msgstr ""
#~ " Di default, il push verrà rifiutato se viene rivelato che aumenterà "
#~ "il\n"
#~ " numerdo di head remote. Questo generalmente indica che il client ha\n"
#~ " dimenticato di fare pull e merge prima del push."
#, fuzzy
#~ msgid ""
#~ " (Use update -r to check out earlier revisions, revert does not\n"
#~ " change the working directory parents.)"
#~ msgstr ""
#~ " (usare update -r per effettuare il checkout di revisioni\n"
#~ " precedenti, revert non cambia i genitori della directory di\n"
#~ " lavoro)"
#, fuzzy
#~ msgid "export the repository via HTTP"
#~ msgstr "esporta il repository via HTTP"
#, fuzzy
#~ msgid " Start a local HTTP repository browser and pull server."
#~ msgstr " Avvia un server HTTP locale per il pull e la navigazione."
#, fuzzy
#~ msgid ""
#~ " When the working directory contains no uncommitted changes, it\n"
#~ " will be replaced by the state of the requested revision from the\n"
#~ " repository. When the requested revision is on a different branch,\n"
#~ " the working directory will additionally be switched to that\n"
#~ " branch."
#~ msgstr ""
#~ " Quando la directory di lavoro non contiene modifiche di cui non si\n"
#~ " è eseguito il commit, sarà rimpiazzata dallo stato della revisione\n"
#~ " richiesta dal repository. Quando la revisione richiesta è su una\n"
#~ " branch differente, la directory di lavoro verrà inoltre spostata\n"
#~ " su quella branch."
#, fuzzy
#~ msgid ""
#~ " When there are uncommitted changes, use option -C/--clean to\n"
#~ " discard them, forcibly replacing the state of the working\n"
#~ " directory with the requested revision. Alternately, use -c/--check\n"
#~ " to abort."
#~ msgstr ""
#~ " Quandi ci sono modifiche di cui non si è eseguito il commit, usare\n"
#~ " l'opzione -C per scartarle, forzando la sostituzione dello stato\n"
#~ " della directory di lavoro con la revisione richiesta."
#, fuzzy
#~ msgid ""
#~ " When there are uncommitted changes and option -C/--clean is not\n"
#~ " used, and the parent revision and requested revision are on the\n"
#~ " same branch, and one of them is an ancestor of the other, then the\n"
#~ " new working directory will contain the requested revision merged\n"
#~ " with the uncommitted changes. Otherwise, the update will fail with\n"
#~ " a suggestion to use 'merge' or 'update -C' instead."
#~ msgstr ""
#~ " Quando ci sono modifiche di cui non si è eseguito il commit,\n"
#~ " l'opzione -C non è usata, la revisione del genitore e di quella\n"
#~ " richiesta sono sulla stessa branch e una di queste è un antenato\n"
#~ " dell'altro, allora la nuova directory di lavoro conterrà la\n"
#~ " revisione richiesta unita con le modifiche non salvate. Altrimenti\n"
#~ " l'aggiornamento fallirà con un suggerimento di usare invece\n"
#~ " 'merge' o 'update -C'."
#~ msgid "a changeset up to which you would like to bundle"
#~ msgstr "un changeset fino al quale si desidera effettuare il bundle"
#~ msgid "a changeset you would like to have after cloning"
#~ msgstr "un changeset che si desidera avere dopo il clone"
#, fuzzy
#~ msgid "show only the active branch heads from open branches"
#~ msgstr "mostra solo le head attive dalle branch aperte"
#, fuzzy
#~ msgid "[-r STARTREV] [REV]..."
#~ msgstr "[-r REV] [REV]..."
#~ msgid "a specific revision up to which you would like to pull"
#~ msgstr "una specifica revisione fino alla quale si desidera fare il pull"
#~ msgid "a specific revision up to which you would like to push"
#~ msgstr ""
#~ "una specifica revisione fino alla quale si desidera effettuare il push"
#~ msgid "revision to revert to"
#~ msgstr "revisione a cui annullare"
#~ msgid "overwrite locally modified files (no backup)"
#~ msgstr "sovrascrivi file modificati localmente (nessun backup)"
#~ msgid "abort: could not import module %s!\n"
#~ msgstr "abortito: non è stato possibile importare %s!\n"
#~ msgid "journal already exists - run hg recover"
#~ msgstr "il journal esiste già - eseguire hg recover"
#~ msgid ""
#~ "%s: files over 10MB may cause memory and performance problems\n"
#~ "(use 'hg revert %s' to unadd the file)\n"
#~ msgstr ""
#~ "%s: file oltre i 10MB potrebbero causare problemi di memoria\n"
#~ "e performance (usare 'hg revert %s' per annullare l'aggiunta\n"
#~ "del file)\n"