l10n: it: update the Italian translation

Signed-off-by: Alessandro Menti <alessandro.menti@alessandromenti.it>

Alessandro Menti committed Feb 17, 2019 at 18:04 UTC bb236fb44afb38d0ed4000f584cdd9ace1712852
2 files changed +20564 -3740
po/TEAMS
+2 -3
@@ -33,9 +33,8 @@ Language: is (Icelandic)
33 Leader: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
34
35 Language: it (Italian)
36 -Repository: https://github.com/quizzlo/git-po-it/
37 -Leader: Marco Paolone <marcopaolone AT gmail.com>
38 -Members: Stefano Lattarini <stefano.lattarini AT gmail.com>
36 +Repository: https://github.com/AlessandroMenti/git-po
37 +Leader: Alessandro Menti <alessandro.menti@alessandromenti.it>
38
39 Language: ko (Korean)
40 Repository: https://github.com/git-l10n-ko/git-l10n-ko/
po/it.po
+20562 -3737
@@ -1,5362 +1,22187 @@
1 # Italian translations for Git.
2 # Copyright (C) 2012 Marco Paolone <marcopaolone@gmail.com>
3 +# Copyright © 2018-2019 Alessandro Menti <alessandro.menti@alessandromenti.it>
4 # This file is distributed under the same license as the Git package.
5 +#
6 +# Thanks to the former translators, Marco Paolone <marcopaolone AT gmail.com>
7 +# and Stefano Lattarini <stefano.lattarini AT gmail.com>, for their
8 +# contributions.
9 msgid ""
10 msgstr ""
11 "Project-Id-Version: Git\n"
12 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
8 -"POT-Creation-Date: 2012-06-08 10:20+0800\n"
9 -"PO-Revision-Date: 2012-06-14 14:13+0200\n"
10 -"Last-Translator: Marco Paolone <marcopaolone@gmail.com>\n"
11 -"Language-Team: Italian\n"
13 +"POT-Creation-Date: 2019-02-15 10:09+0800\n"
14 +"PO-Revision-Date: 2019-02-16 14:52+0100\n"
15 +"Last-Translator: Alessandro Menti <alessandro.menti@alessandromenti.it>\n"
16 +"Language-Team: Italian <>\n"
17 "Language: it\n"
18 "MIME-Version: 1.0\n"
19 "Content-Type: text/plain; charset=UTF-8\n"
20 "Content-Transfer-Encoding: 8bit\n"
21 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22 +"X-Generator: Lokalize 18.12.2\n"
23
18 -#: advice.c:40
24 +#: advice.c:101
25 #, c-format
20 -msgid "hint: %.*s\n"
21 -msgstr "suggerimento: %.*s\n"
26 +msgid "%shint: %.*s%s\n"
27 +msgstr "%ssuggerimento: %.*s%s\n"
28
23 -#.
24 -#. * Message used both when 'git commit' fails and when
25 -#. * other commands doing a merge do.
26 -#.
27 -#: advice.c:70
28 -msgid ""
29 -"Fix them up in the work tree,\n"
30 -"and then use 'git add/rm <file>' as\n"
31 -"appropriate to mark resolution and make a commit,\n"
32 -"or use 'git commit -a'."
29 +#: advice.c:154
30 +msgid "Cherry-picking is not possible because you have unmerged files."
31 msgstr ""
32 +"Il cherry picking non è possibile perché ci sono file di cui non è stato "
33 +"eseguito il merge."
34
35 -#: bundle.c:36
36 -#, c-format
37 -msgid "'%s' does not look like a v2 bundle file"
35 +#: advice.c:156
36 +msgid "Committing is not possible because you have unmerged files."
37 msgstr ""
38 +"Il commit non è possibile perché ci sono file di cui non è stato eseguito il "
39 +"merge."
40
40 -#: bundle.c:63
41 -#, c-format
42 -msgid "unrecognized header: %s%s (%d)"
43 -msgstr "header non riconosciuto: %s%s (%d)"
44 -
45 -#: bundle.c:89 builtin/commit.c:696
46 -#, c-format
47 -msgid "could not open '%s'"
48 -msgstr "non è stato possibile aprire '%s'"
49 -
50 -#: bundle.c:140
51 -msgid "Repository lacks these prerequisite commits:"
41 +#: advice.c:158
42 +msgid "Merging is not possible because you have unmerged files."
43 msgstr ""
44 +"Il merge non è possibile perché ci sono file di cui non è stato eseguito il "
45 +"merge."
46
54 -#: bundle.c:164 sequencer.c:550 sequencer.c:982 builtin/log.c:289
55 -#: builtin/log.c:720 builtin/log.c:1309 builtin/log.c:1528 builtin/merge.c:347
56 -#: builtin/shortlog.c:181
57 -msgid "revision walk setup failed"
47 +#: advice.c:160
48 +msgid "Pulling is not possible because you have unmerged files."
49 msgstr ""
50 +"Il pull non è possibile perché ci sono file di cui non è stato eseguito il "
51 +"merge."
52
60 -#: bundle.c:186
61 -#, c-format
62 -msgid "The bundle contains %d ref"
63 -msgid_plural "The bundle contains %d refs"
64 -msgstr[0] ""
65 -msgstr[1] ""
53 +#: advice.c:162
54 +msgid "Reverting is not possible because you have unmerged files."
55 +msgstr ""
56 +"Il revert non è possibile perché ci sono file di cui non è stato eseguito il "
57 +"merge."
58
67 -#: bundle.c:192
59 +#: advice.c:164
60 #, c-format
69 -msgid "The bundle requires this ref"
70 -msgid_plural "The bundle requires these %d refs"
71 -msgstr[0] ""
72 -msgstr[1] ""
61 +msgid "It is not possible to %s because you have unmerged files."
62 +msgstr ""
63 +"Impossibile eseguire il %s perché ci sono file di cui non è stato eseguito "
64 +"il merge."
65
74 -#: bundle.c:290
75 -msgid "rev-list died"
66 +#: advice.c:172
67 +msgid ""
68 +"Fix them up in the work tree, and then use 'git add/rm <file>'\n"
69 +"as appropriate to mark resolution and make a commit."
70 msgstr ""
71 +"Correggili nell'albero di lavoro, quindi usa 'git add/rm <file>...' come "
72 +"appropriato per risolverli ed esegui un commit."
73
78 -#: bundle.c:296 builtin/log.c:1205 builtin/shortlog.c:284
79 -#, c-format
80 -msgid "unrecognized argument: %s"
81 -msgstr "argomento non riconosciuto: %s"
74 +#: advice.c:180
75 +msgid "Exiting because of an unresolved conflict."
76 +msgstr "Esco a causa di un conflitto non risolto."
77
83 -#: bundle.c:331
84 -#, c-format
85 -msgid "ref '%s' is excluded by the rev-list options"
86 -msgstr "il ref '%s' è escluso dalle opzioni di rev-list"
78 +#: advice.c:185 builtin/merge.c:1290
79 +msgid "You have not concluded your merge (MERGE_HEAD exists)."
80 +msgstr "Il merge non è stato concluso (esiste MERGE_HEAD)."
81
88 -#: bundle.c:376
89 -msgid "Refusing to create empty bundle."
90 -msgstr ""
82 +#: advice.c:187
83 +msgid "Please, commit your changes before merging."
84 +msgstr "Esegui il commit delle modifiche prima di eseguire il merge."
85
92 -#: bundle.c:394
93 -msgid "Could not spawn pack-objects"
94 -msgstr ""
86 +#: advice.c:188
87 +msgid "Exiting because of unfinished merge."
88 +msgstr "Esco a causa di un merge non terminato."
89
96 -#: bundle.c:412
97 -msgid "pack-objects died"
90 +#: advice.c:194
91 +#, c-format
92 +msgid ""
93 +"Note: checking out '%s'.\n"
94 +"\n"
95 +"You are in 'detached HEAD' state. You can look around, make experimental\n"
96 +"changes and commit them, and you can discard any commits you make in this\n"
97 +"state without impacting any branches by performing another checkout.\n"
98 +"\n"
99 +"If you want to create a new branch to retain commits you create, you may\n"
100 +"do so (now or later) by using -b with the checkout command again. Example:\n"
101 +"\n"
102 +" git checkout -b <new-branch-name>\n"
103 +"\n"
104 msgstr ""
105 +"Nota: eseguo il checkout di '%s'.\n"
106 +"\n"
107 +"Sei nello stato 'HEAD scollegato'. Puoi dare un'occhiata, apportare "
108 +"modifiche\n"
109 +"sperimentali ed eseguirne il commit, e puoi scartare qualunque commit "
110 +"eseguito\n"
111 +"in questo stato senza che ciò abbia alcuna influenza sugli altri branch "
112 +"eseguendo\n"
113 +"un nuovo checkout.\n"
114 +"\n"
115 +"Se vuoi creare un nuovo branch per mantenere i commit creati, puoi farlo\n"
116 +"(ora o in seguito) rieseguendo il checkout con il parametro -b. Ad esempio:\n"
117 +"\n"
118 +" git checkout -b <nome-nuovo-branch>\n"
119 +"\n"
120
100 -#: bundle.c:415
101 -#, c-format
102 -msgid "cannot create '%s'"
103 -msgstr "impossibile creare '%s'"
121 +#: alias.c:50
122 +#, fuzzy
123 +msgid "cmdline ends with \\"
124 +msgstr "termina le voci con NUL"
125
105 -#: bundle.c:437
106 -msgid "index-pack died"
126 +#: alias.c:51
127 +msgid "unclosed quote"
128 msgstr ""
129
109 -#: commit.c:48
130 +#: apply.c:59
131 #, c-format
111 -msgid "could not parse %s"
112 -msgstr "non è stato possibile analizzare %s"
132 +msgid "unrecognized whitespace option '%s'"
133 +msgstr "opzione spazi bianchi '%s' non riconosciuta"
134
114 -#: commit.c:50
135 +#: apply.c:75
136 #, c-format
116 -msgid "%s %s is not a commit!"
117 -msgstr "%s %s non è un commit!"
137 +msgid "unrecognized whitespace ignore option '%s'"
138 +msgstr "opzione ignora spazi bianchi '%s' non riconosciuta"
139
119 -#: compat/obstack.c:406 compat/obstack.c:408
120 -msgid "memory exhausted"
121 -msgstr "memoria esaurita"
140 +#: apply.c:125
141 +msgid "--reject and --3way cannot be used together."
142 +msgstr "--reject e --3way non possono essere usati insieme."
143
123 -#: connected.c:39
124 -msgid "Could not run 'git rev-list'"
125 -msgstr "Non è stato possibile eseguire 'git-rev-list'"
144 +#: apply.c:127
145 +msgid "--cached and --3way cannot be used together."
146 +msgstr "--cached e --3way non possono essere usati insieme."
147
127 -#: connected.c:48
128 -#, c-format
129 -msgid "failed write to rev-list: %s"
130 -msgstr "scrittura nella rev-list non riuscita: %s"
148 +#: apply.c:130
149 +msgid "--3way outside a repository"
150 +msgstr "--3way al di fuori di un repository"
151
132 -#: connected.c:56
133 -#, c-format
134 -msgid "failed to close rev-list's stdin: %s"
135 -msgstr ""
152 +#: apply.c:141
153 +msgid "--index outside a repository"
154 +msgstr "--index al di fuori di un repository"
155
137 -#: date.c:95
138 -msgid "in the future"
139 -msgstr "in futuro"
156 +#: apply.c:144
157 +msgid "--cached outside a repository"
158 +msgstr "--cached al di fuori di un repository"
159
141 -#: date.c:101
160 +#: apply.c:825
161 #, c-format
143 -msgid "%lu second ago"
144 -msgid_plural "%lu seconds ago"
145 -msgstr[0] "%lu secondo fa"
146 -msgstr[1] "%lu secondi fa"
162 +msgid "Cannot prepare timestamp regexp %s"
163 +msgstr "Impossibile preparare l'espressione regolare timestamp %s"
164
148 -#: date.c:108
165 +#: apply.c:834
166 #, c-format
150 -msgid "%lu minute ago"
151 -msgid_plural "%lu minutes ago"
152 -msgstr[0] "%lu un minuto fa"
153 -msgstr[1] "%lu minuti fa"
167 +msgid "regexec returned %d for input: %s"
168 +msgstr "regexec ha restituito %d per l'input: %s"
169
155 -#: date.c:115
170 +#: apply.c:908
171 #, c-format
157 -msgid "%lu hour ago"
158 -msgid_plural "%lu hours ago"
159 -msgstr[0] "%lu ora fa"
160 -msgstr[1] "%lu ore fa"
172 +msgid "unable to find filename in patch at line %d"
173 +msgstr "impossibile trovare il nome del file nella patch alla riga %d"
174
162 -#: date.c:122
175 +#: apply.c:946
176 #, c-format
164 -msgid "%lu day ago"
165 -msgid_plural "%lu days ago"
166 -msgstr[0] "%lu giorno fa"
167 -msgstr[1] "%lu giorni fa"
177 +msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
178 +msgstr ""
179 +"git apply: git-diff errato - atteso /dev/null, ricevuto %s alla riga %d"
180
169 -#: date.c:128
181 +#: apply.c:952
182 #, c-format
171 -msgid "%lu week ago"
172 -msgid_plural "%lu weeks ago"
173 -msgstr[0] "%lu settimana fa"
174 -msgstr[1] "%lu settimane fa"
183 +msgid "git apply: bad git-diff - inconsistent new filename on line %d"
184 +msgstr ""
185 +"git apply: git-diff errato - nuovo nome del file inconsistente alla riga %d"
186
176 -#: date.c:135
187 +#: apply.c:953
188 #, c-format
178 -msgid "%lu month ago"
179 -msgid_plural "%lu months ago"
180 -msgstr[0] "%lu mese fa"
181 -msgstr[1] "%lu mesi fa"
189 +msgid "git apply: bad git-diff - inconsistent old filename on line %d"
190 +msgstr ""
191 +"git apply: git-diff errato - vecchio nome del file inconsistente alla riga %d"
192
183 -#: date.c:146
193 +#: apply.c:958
194 #, c-format
185 -msgid "%lu year"
186 -msgid_plural "%lu years"
187 -msgstr[0] "%lu anno"
188 -msgstr[1] "%lu anni"
195 +msgid "git apply: bad git-diff - expected /dev/null on line %d"
196 +msgstr "git apply: git-diff errato - atteso /dev/null alla riga %d"
197
190 -#: date.c:149
198 +#: apply.c:987
199 #, c-format
192 -msgid "%s, %lu month ago"
193 -msgid_plural "%s, %lu months ago"
194 -msgstr[0] "%s, %lu mese fa"
195 -msgstr[1] "%s, %lu mesi fa"
200 +msgid "invalid mode on line %d: %s"
201 +msgstr "modalità non valida alla riga %d: %s"
202
197 -#: date.c:154 date.c:159
203 +#: apply.c:1306
204 #, c-format
199 -msgid "%lu year ago"
200 -msgid_plural "%lu years ago"
201 -msgstr[0] "%lu anno fa"
202 -msgstr[1] "%lu anni fa"
205 +msgid "inconsistent header lines %d and %d"
206 +msgstr "righe di intestazione %d e %d inconsistenti"
207
204 -#: diff.c:105
208 +#: apply.c:1478
209 #, c-format
206 -msgid " Failed to parse dirstat cut-off percentage '%.*s'\n"
207 -msgstr ""
210 +msgid "recount: unexpected line: %.*s"
211 +msgstr "recount: riga inattesa: %.*s"
212
209 -#: diff.c:110
213 +#: apply.c:1547
214 #, c-format
211 -msgid " Unknown dirstat parameter '%.*s'\n"
212 -msgstr " Parametro dirstat '%.*s' sconosciuto\n"
215 +msgid "patch fragment without header at line %d: %.*s"
216 +msgstr "frammento di patch senza intestazione alla riga %d: %.*s"
217
214 -#: diff.c:210
218 +#: apply.c:1567
219 #, c-format
220 msgid ""
217 -"Found errors in 'diff.dirstat' config variable:\n"
218 -"%s"
219 -msgstr ""
220 -"Trovati errori nella variabile di configurazione 'diff.dirstat':\n"
221 -"%s"
221 +"git diff header lacks filename information when removing %d leading pathname "
222 +"component (line %d)"
223 +msgid_plural ""
224 +"git diff header lacks filename information when removing %d leading pathname "
225 +"components (line %d)"
226 +msgstr[0] ""
227 +"l'intestazione git diff non riporta le informazioni sul file una volta "
228 +"rimosso %d componente iniziale del percorso (riga %d)"
229 +msgstr[1] ""
230 +"l'intestazione git diff non riporta le informazioni sul file una volta "
231 +"rimossi %d componenti iniziali del percorso (riga %d)"
232
223 -#: diff.c:1400
224 -msgid " 0 files changed\n"
225 -msgstr " 0 file modificati\n"
233 +#: apply.c:1580
234 +#, c-format
235 +msgid "git diff header lacks filename information (line %d)"
236 +msgstr "l'intestazione git diff non riporta le informazioni sul file (riga %d)"
237 +
238 +#: apply.c:1768
239 +msgid "new file depends on old contents"
240 +msgstr "il nuovo file dipende da contenuti precedenti"
241
227 -#: diff.c:1404
242 +#: apply.c:1770
243 +msgid "deleted file still has contents"
244 +msgstr "il file eliminato ha ancora dei contenuti"
245 +
246 +#: apply.c:1804
247 #, c-format
229 -msgid " %d file changed"
230 -msgid_plural " %d files changed"
231 -msgstr[0] " %d file modificato"
232 -msgstr[1] " %d file modificati"
248 +msgid "corrupt patch at line %d"
249 +msgstr "patch corrotta alla riga %d"
250
234 -#: diff.c:1421
251 +#: apply.c:1841
252 #, c-format
236 -msgid ", %d insertion(+)"
237 -msgid_plural ", %d insertions(+)"
238 -msgstr[0] ", %d inserzione(+)"
239 -msgstr[1] ", %d inserzioni(+)"
253 +msgid "new file %s depends on old contents"
254 +msgstr "il nuovo file %s dipende da contenuti precedenti"
255
241 -#: diff.c:1432
256 +#: apply.c:1843
257 #, c-format
243 -msgid ", %d deletion(-)"
244 -msgid_plural ", %d deletions(-)"
245 -msgstr[0] ". %d rimozione(-)"
246 -msgstr[1] ", %d rimozioni(-)"
258 +msgid "deleted file %s still has contents"
259 +msgstr "il file eliminato %s ha ancora dei contenuti"
260
248 -#: diff.c:3478
261 +#: apply.c:1846
262 #, c-format
250 -msgid ""
251 -"Failed to parse --dirstat/-X option parameter:\n"
252 -"%s"
253 -msgstr ""
254 -"Analisi del parametro dell'opzione --dirstat/-X non riuscita:\n"
255 -"%s"
263 +msgid "** warning: file %s becomes empty but is not deleted"
264 +msgstr "** attenzione: il file %s diventa vuoto ma non è eliminato"
265
257 -#: gpg-interface.c:59
258 -msgid "could not run gpg."
259 -msgstr "non è stato possibile eseguire gpg."
266 +#: apply.c:1993
267 +#, c-format
268 +msgid "corrupt binary patch at line %d: %.*s"
269 +msgstr "patch binaria corrotta alla riga %d: %.*s"
270
261 -#: gpg-interface.c:71
262 -msgid "gpg did not accept the data"
263 -msgstr "gpg non ha accettato i dati"
271 +#: apply.c:2030
272 +#, c-format
273 +msgid "unrecognized binary patch at line %d"
274 +msgstr "patch binaria non riconosciuta alla riga %d"
275
265 -#: gpg-interface.c:82
266 -msgid "gpg failed to sign the data"
267 -msgstr "gpg non è riuscito a firmare i dati"
276 +#: apply.c:2192
277 +#, c-format
278 +msgid "patch with only garbage at line %d"
279 +msgstr "patch con soli contenuti garbage alla riga %d"
280
269 -#: grep.c:1320
281 +#: apply.c:2278
282 #, c-format
271 -msgid "'%s': unable to read %s"
272 -msgstr "'%s': impossibile leggere %s"
283 +msgid "unable to read symlink %s"
284 +msgstr "impossibile leggere il collegamento simbolico %s"
285
274 -#: grep.c:1337
286 +#: apply.c:2282
287 #, c-format
276 -msgid "'%s': %s"
277 -msgstr "'%s': %s"
288 +msgid "unable to open or read %s"
289 +msgstr "impossibile aprire o leggere %s"
290
279 -#: grep.c:1348
291 +#: apply.c:2941
292 #, c-format
281 -msgid "'%s': short read %s"
282 -msgstr ""
293 +msgid "invalid start of line: '%c'"
294 +msgstr "inizio della riga non valido: '%c'"
295
284 -#: help.c:207
296 +#: apply.c:3062
297 #, c-format
286 -msgid "available git commands in '%s'"
287 -msgstr "comandi git disponibili in '%s'"
298 +msgid "Hunk #%d succeeded at %d (offset %d line)."
299 +msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
300 +msgstr[0] "Applicazione frammento %d riuscita alla riga %d (offset: %d riga)."
301 +msgstr[1] "Applicazione frammento %d riuscita alla riga %d (offset: %d righe)."
302
289 -#: help.c:214
290 -msgid "git commands available from elsewhere on your $PATH"
291 -msgstr "comandi git disponibili altrove nel tuo $PATH"
303 +#: apply.c:3074
304 +#, c-format
305 +msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
306 +msgstr "Contesto ridotto a (%ld/%ld) per applicare il frammento alla riga %d"
307
293 -#: help.c:270
308 +#: apply.c:3080
309 #, c-format
310 msgid ""
296 -"'%s' appears to be a git command, but we were not\n"
297 -"able to execute it. Maybe git-%s is broken?"
311 +"while searching for:\n"
312 +"%.*s"
313 msgstr ""
299 -"'%s' sembra essere un comando git, ma non è stato\n"
300 -"possibile eseguirlo. Forse git-%s è corrotto?"
314 +"durante la ricerca per:\n"
315 +"%.*s"
316
302 -#: help.c:327
303 -msgid "Uh oh. Your system reports no Git commands at all."
304 -msgstr "Oh oh. Il tuo sistema non riporta alcun comando Git."
317 +#: apply.c:3102
318 +#, c-format
319 +msgid "missing binary patch data for '%s'"
320 +msgstr "dati della patch binaria mancanti per '%s'"
321
306 -#: help.c:349
322 +#: apply.c:3110
323 #, c-format
308 -msgid ""
309 -"WARNING: You called a Git command named '%s', which does not exist.\n"
310 -"Continuing under the assumption that you meant '%s'"
324 +msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
325 msgstr ""
326 +"impossibile applicare una patch binaria al contrario senza l'hunk contrario "
327 +"per '%s'"
328
313 -#: help.c:354
329 +#: apply.c:3157
330 #, c-format
315 -msgid "in %0.1f seconds automatically..."
316 -msgstr "automaticamente tra %0.1f secondi..."
331 +msgid "cannot apply binary patch to '%s' without full index line"
332 +msgstr ""
333 +"impossibile applicare una patch binaria a '%s' senza la riga d'indice "
334 +"completa"
335
318 -#: help.c:361
336 +#: apply.c:3167
337 #, c-format
320 -msgid "git: '%s' is not a git command. See 'git --help'."
321 -msgstr "git: '%s' non è un comando git. Vedi 'git --help'."
322 -
323 -#: help.c:365
338 msgid ""
325 -"\n"
326 -"Did you mean this?"
327 -msgid_plural ""
328 -"\n"
329 -"Did you mean one of these?"
330 -msgstr[0] ""
331 -"\n"
332 -"Intendevi questo?"
333 -msgstr[1] ""
334 -"\n"
335 -"Intendevi uno di questi?"
336 -
337 -#: parse-options.c:493
338 -msgid "..."
339 -msgstr "..."
339 +"the patch applies to '%s' (%s), which does not match the current contents."
340 +msgstr ""
341 +"la patch si applica a '%s' (%s), che non corrisponde ai contenuti attuali "
342 +"del file."
343
341 -#: parse-options.c:511
344 +#: apply.c:3175
345 #, c-format
343 -msgid "usage: %s"
344 -msgstr " uso: %s"
346 +msgid "the patch applies to an empty '%s' but it is not empty"
347 +msgstr "la patch si applica a un file vuoto '%s' ma non è vuoto"
348
346 -#. TRANSLATORS: the colon here should align with the
347 -#. one in "usage: %s" translation
348 -#: parse-options.c:515
349 +#: apply.c:3193
350 #, c-format
350 -msgid " or: %s"
351 -msgstr "oppure: %s"
351 +msgid "the necessary postimage %s for '%s' cannot be read"
352 +msgstr "impossibile leggere la postimmagine %s necessaria per '%s'"
353
353 -#: parse-options.c:518
354 +#: apply.c:3206
355 #, c-format
355 -msgid " %s"
356 -msgstr " %s"
356 +msgid "binary patch does not apply to '%s'"
357 +msgstr "la patch binaria non si applica correttamente a '%s'"
358
358 -#: remote.c:1629
359 +#: apply.c:3212
360 #, c-format
360 -msgid "Your branch is ahead of '%s' by %d commit.\n"
361 -msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
362 -msgstr[0] "Il tuo branch è avanti rispetto a '%s' di %d commit.\n"
363 -msgstr[1] "Il tuo branch è avanti rispetto a '%s' di %d commit.\n"
361 +msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
362 +msgstr ""
363 +"la patch binaria su '%s' crea risultati non corretti (atteso %s, ricevuto %s)"
364
365 -#: remote.c:1635
365 +#: apply.c:3233
366 #, c-format
367 -msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
368 -msgid_plural ""
369 -"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
370 -msgstr[0] ""
371 -msgstr[1] ""
367 +msgid "patch failed: %s:%ld"
368 +msgstr "patch non riuscita: %s:%ld"
369
373 -#: remote.c:1643
370 +#: apply.c:3356
371 #, c-format
375 -msgid ""
376 -"Your branch and '%s' have diverged,\n"
377 -"and have %d and %d different commit each, respectively.\n"
378 -msgid_plural ""
379 -"Your branch and '%s' have diverged,\n"
380 -"and have %d and %d different commits each, respectively.\n"
381 -msgstr[0] ""
382 -msgstr[1] ""
372 +msgid "cannot checkout %s"
373 +msgstr "impossibile eseguire il checkout di '%s'"
374
384 -#: sequencer.c:121 builtin/merge.c:865 builtin/merge.c:978
385 -#: builtin/merge.c:1088 builtin/merge.c:1098
375 +#: apply.c:3408 apply.c:3419 apply.c:3465 midx.c:58 setup.c:278
376 #, c-format
387 -msgid "Could not open '%s' for writing"
388 -msgstr "Non è stato possibile aprire '%s' per la scrittura"
377 +msgid "failed to read %s"
378 +msgstr "lettura di %s non riuscita"
379
390 -#: sequencer.c:123 builtin/merge.c:333 builtin/merge.c:868
391 -#: builtin/merge.c:1090 builtin/merge.c:1103
380 +#: apply.c:3416
381 #, c-format
393 -msgid "Could not write to '%s'"
394 -msgstr "Non è stato possibile scrivere su '%s'"
395 -
396 -#: sequencer.c:144
397 -msgid ""
398 -"after resolving the conflicts, mark the corrected paths\n"
399 -"with 'git add <paths>' or 'git rm <paths>'"
400 -msgstr ""
401 -"dopo aver risolto i conflitti, segna i path corretti\n"
402 -"con 'git add <path>' o 'git rm <path>'"
403 -
404 -#: sequencer.c:147
405 -msgid ""
406 -"after resolving the conflicts, mark the corrected paths\n"
407 -"with 'git add <paths>' or 'git rm <paths>'\n"
408 -"and commit the result with 'git commit'"
409 -msgstr ""
410 -"dopo aver risolto i conflitti, segna i path corretti\n"
411 -"con 'git add <path>' o 'git rm <path>' ed eseguire\n"
412 -"il commit del risultato con 'git commit'"
382 +msgid "reading from '%s' beyond a symbolic link"
383 +msgstr "lettura di '%s' oltre un collegamento simbolico"
384
414 -#: sequencer.c:160 sequencer.c:758 sequencer.c:841
385 +#: apply.c:3445 apply.c:3688
386 #, c-format
416 -msgid "Could not write to %s"
417 -msgstr "Non è stato possibile scrivere su %s"
387 +msgid "path %s has been renamed/deleted"
388 +msgstr "il percorso %s è stato rinominato/eliminato"
389
419 -#: sequencer.c:163
390 +#: apply.c:3531 apply.c:3703
391 #, c-format
421 -msgid "Error wrapping up %s"
422 -msgstr ""
423 -
424 -#: sequencer.c:178
425 -msgid "Your local changes would be overwritten by cherry-pick."
426 -msgstr "Le tue modifiche locali verranno sovrascritte da cherry-pick"
392 +msgid "%s: does not exist in index"
393 +msgstr "%s: non esiste in index"
394
428 -#: sequencer.c:180
429 -msgid "Your local changes would be overwritten by revert."
430 -msgstr "Le tue modifiche locali verranno sovrascritte da revert."
395 +#: apply.c:3540 apply.c:3711
396 +#, c-format
397 +msgid "%s: does not match index"
398 +msgstr "%s: non corrisponde a index"
399
432 -#: sequencer.c:183
433 -msgid "Commit your changes or stash them to proceed."
400 +#: apply.c:3575
401 +msgid "repository lacks the necessary blob to fall back on 3-way merge."
402 msgstr ""
403 +"dal repository manca il blob necessario per ripiegare sul merge a tre vie."
404
436 -#. TRANSLATORS: %s will be "revert" or "cherry-pick"
437 -#: sequencer.c:233
405 +#: apply.c:3578
406 #, c-format
439 -msgid "%s: Unable to write new index file"
440 -msgstr "%s: impossibile scrivere il nuovo index file"
407 +msgid "Falling back to three-way merge...\n"
408 +msgstr "Ripiego sul merge a tre vie...\n"
409
442 -#: sequencer.c:261
443 -msgid "Could not resolve HEAD commit\n"
444 -msgstr "Non è stato possibile risolvere il commit HEAD\n"
445 -
446 -#: sequencer.c:282
447 -msgid "Unable to update cache tree\n"
448 -msgstr ""
410 +#: apply.c:3594 apply.c:3598
411 +#, c-format
412 +msgid "cannot read the current contents of '%s'"
413 +msgstr "impossibile leggere i contenuti attuali di '%s'"
414
450 -#: sequencer.c:324
415 +#: apply.c:3610
416 #, c-format
452 -msgid "Could not parse commit %s\n"
453 -msgstr "Non è stato possibile analizzare il commit %s\n"
417 +msgid "Failed to fall back on three-way merge...\n"
418 +msgstr "Ripiego sul merge a tre vie non riuscito...\n"
419
455 -#: sequencer.c:329
420 +#: apply.c:3624
421 #, c-format
457 -msgid "Could not parse parent commit %s\n"
458 -msgstr ""
422 +msgid "Applied patch to '%s' with conflicts.\n"
423 +msgstr "Patch applicata a '%s' con conflitti.\n"
424
460 -#: sequencer.c:395
461 -msgid "Your index file is unmerged."
462 -msgstr ""
425 +#: apply.c:3629
426 +#, c-format
427 +msgid "Applied patch to '%s' cleanly.\n"
428 +msgstr "Patch '%s' applicata correttamente.\n"
429
464 -#: sequencer.c:398
465 -msgid "You do not have a valid HEAD"
466 -msgstr "Non hai un HEAD valido"
430 +#: apply.c:3655
431 +msgid "removal patch leaves file contents"
432 +msgstr "la rimozione della patch lascia contenuti del file"
433
468 -#: sequencer.c:413
434 +#: apply.c:3728
435 #, c-format
470 -msgid "Commit %s is a merge but no -m option was given."
471 -msgstr "Il commit %s è un merge ma non è stata specificata l'opzione -m."
436 +msgid "%s: wrong type"
437 +msgstr "%s: tipo errato"
438
473 -#: sequencer.c:421
439 +#: apply.c:3730
440 #, c-format
475 -msgid "Commit %s does not have parent %d"
476 -msgstr ""
441 +msgid "%s has type %o, expected %o"
442 +msgstr "%s ha il tipo %o, atteso %o"
443
478 -#: sequencer.c:425
444 +#: apply.c:3881 apply.c:3883 read-cache.c:820 read-cache.c:846
445 +#: read-cache.c:1299
446 #, c-format
480 -msgid "Mainline was specified but commit %s is not a merge."
481 -msgstr ""
447 +msgid "invalid path '%s'"
448 +msgstr "percorso non valido: %s"
449
483 -#. TRANSLATORS: The first %s will be "revert" or
484 -#. "cherry-pick", the second %s a SHA1
485 -#: sequencer.c:436
450 +#: apply.c:3939
451 #, c-format
487 -msgid "%s: cannot parse parent commit %s"
488 -msgstr ""
452 +msgid "%s: already exists in index"
453 +msgstr "%s: esiste già in index"
454
490 -#: sequencer.c:440
455 +#: apply.c:3942
456 #, c-format
492 -msgid "Cannot get commit message for %s"
493 -msgstr "Impossibile ottenere il messaggio di commit per %s"
457 +msgid "%s: already exists in working directory"
458 +msgstr "%s: esiste già nella directory di lavoro"
459
495 -#: sequencer.c:524
460 +#: apply.c:3962
461 #, c-format
497 -msgid "could not revert %s... %s"
498 -msgstr "non è stato possibile eseguire il revert di %s... %s"
462 +msgid "new mode (%o) of %s does not match old mode (%o)"
463 +msgstr ""
464 +"la nuova modalità (%o) di %s non corrisponde alla vecchia modalità (%o)"
465
500 -#: sequencer.c:525
466 +#: apply.c:3967
467 #, c-format
502 -msgid "could not apply %s... %s"
503 -msgstr "non è stato possibile applicare %s... %s"
468 +msgid "new mode (%o) of %s does not match old mode (%o) of %s"
469 +msgstr ""
470 +"la nuova modalità (%o) di %s non corrisponde alla vecchia modalità (%o) di %s"
471
505 -#: sequencer.c:553
506 -msgid "empty commit set passed"
507 -msgstr "è stato passato un set di commit vuoto"
472 +#: apply.c:3987
473 +#, c-format
474 +msgid "affected file '%s' is beyond a symbolic link"
475 +msgstr "il file interessato '%s' si trova oltre un collegamento simbolico"
476
509 -#: sequencer.c:561
477 +#: apply.c:3991
478 #, c-format
511 -msgid "git %s: failed to read the index"
512 -msgstr "git %s: lettura di index non riuscita"
479 +msgid "%s: patch does not apply"
480 +msgstr "%s: la patch non si applica correttamente"
481
514 -#: sequencer.c:566
482 +#: apply.c:4006
483 #, c-format
516 -msgid "git %s: failed to refresh the index"
517 -msgstr "git %s: aggiornamento di index non riuscito"
484 +msgid "Checking patch %s..."
485 +msgstr "Controllo della patch %s in corso..."
486
519 -#: sequencer.c:624
487 +#: apply.c:4098
488 #, c-format
521 -msgid "Cannot %s during a %s"
522 -msgstr ""
489 +msgid "sha1 information is lacking or useless for submodule %s"
490 +msgstr "le informazioni SHA1 per il sottomodulo %s sono mancanti o inutili"
491
524 -#: sequencer.c:646
492 +#: apply.c:4105
493 #, c-format
526 -msgid "Could not parse line %d."
527 -msgstr "Non è stato possibile analizzare la riga %d."
494 +msgid "mode change for %s, which is not in current HEAD"
495 +msgstr "modifica modalità per %s che non è nell'HEAD corrente"
496
529 -#: sequencer.c:651
530 -msgid "No commits parsed."
531 -msgstr "Nessun commit analizzato."
497 +#: apply.c:4108
498 +#, c-format
499 +msgid "sha1 information is lacking or useless (%s)."
500 +msgstr "le informazioni SHA1 sono mancanti o inutili (%s)."
501
533 -#: sequencer.c:664
502 +#: apply.c:4113 builtin/checkout.c:248 builtin/reset.c:143
503 #, c-format
535 -msgid "Could not open %s"
536 -msgstr "Non è stato possibile aprire %s"
504 +msgid "make_cache_entry failed for path '%s'"
505 +msgstr "make_cache_entry non riuscito per il percorso '%s'"
506
538 -#: sequencer.c:668
507 +#: apply.c:4117
508 #, c-format
540 -msgid "Could not read %s."
541 -msgstr "Non è stato possibile leggere %s."
509 +msgid "could not add %s to temporary index"
510 +msgstr "impossibile aggiungere %s all'index temporaneo"
511
543 -#: sequencer.c:675
512 +#: apply.c:4127
513 #, c-format
545 -msgid "Unusable instruction sheet: %s"
546 -msgstr ""
514 +msgid "could not write temporary index to %s"
515 +msgstr "impossibile scrivere l'index temporaneo in %s"
516
548 -#: sequencer.c:703
517 +#: apply.c:4265
518 #, c-format
550 -msgid "Invalid key: %s"
551 -msgstr "Chiave non valida: %s"
519 +msgid "unable to remove %s from index"
520 +msgstr "impossibile rimuovere %s da index"
521
553 -#: sequencer.c:706
522 +#: apply.c:4299
523 #, c-format
555 -msgid "Invalid value for %s: %s"
556 -msgstr "Valore non valido per %s: %s"
524 +msgid "corrupt patch for submodule %s"
525 +msgstr "patch corrotta per il sottomodulo %s"
526
558 -#: sequencer.c:718
527 +#: apply.c:4305
528 #, c-format
560 -msgid "Malformed options sheet: %s"
561 -msgstr ""
529 +msgid "unable to stat newly created file '%s'"
530 +msgstr "impossibile eseguire lo stat del file appena creato '%s'"
531
563 -#: sequencer.c:739
564 -msgid "a cherry-pick or revert is already in progress"
565 -msgstr "è già in corso un'operazione di cherry-pick o di revert"
532 +#: apply.c:4313
533 +#, c-format
534 +msgid "unable to create backing store for newly created file %s"
535 +msgstr "impossibile creare l'archivio di backup per il file appena creato %s"
536
567 -#: sequencer.c:740
568 -msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
569 -msgstr "prova \"git cherry-pick (--continue | --quit | -- abort)\""
537 +#: apply.c:4319 apply.c:4464
538 +#, c-format
539 +msgid "unable to add cache entry for %s"
540 +msgstr "impossibile aggiungere la voce della cache per %s"
541
571 -#: sequencer.c:744
542 +#: apply.c:4362
543 #, c-format
573 -msgid "Could not create sequencer directory %s"
574 -msgstr ""
544 +msgid "failed to write to '%s'"
545 +msgstr "scrittura in '%s' non riuscita"
546
576 -#: sequencer.c:760 sequencer.c:845
547 +#: apply.c:4366
548 #, c-format
578 -msgid "Error wrapping up %s."
579 -msgstr ""
549 +msgid "closing file '%s'"
550 +msgstr "chiusura del file '%s' in corso"
551
581 -#: sequencer.c:779 sequencer.c:913
582 -msgid "no cherry-pick or revert in progress"
583 -msgstr "nessuna operazione di cherry-pick o revert in corso"
552 +#: apply.c:4436
553 +#, c-format
554 +msgid "unable to write file '%s' mode %o"
555 +msgstr "impossibile scrivere il file '%s' in modalità %o"
556
585 -#: sequencer.c:781
586 -msgid "cannot resolve HEAD"
587 -msgstr "impossibile risolvere HEAD"
557 +#: apply.c:4534
558 +#, c-format
559 +msgid "Applied patch %s cleanly."
560 +msgstr "Patch %s applicata correttamente."
561
589 -#: sequencer.c:783
590 -msgid "cannot abort from a branch yet to be born"
591 -msgstr ""
562 +#: apply.c:4542
563 +msgid "internal error"
564 +msgstr "errore interno"
565
593 -#: sequencer.c:805 builtin/apply.c:3697
566 +#: apply.c:4545
567 #, c-format
595 -msgid "cannot open %s: %s"
596 -msgstr "impossibile aprire %s: %s"
568 +msgid "Applying patch %%s with %d reject..."
569 +msgid_plural "Applying patch %%s with %d rejects..."
570 +msgstr[0] "Applicazione della patch %%s con %d frammento respinto..."
571 +msgstr[1] "Applicazione della patch %%s con %d frammenti respinti..."
572
598 -#: sequencer.c:808
573 +#: apply.c:4556
574 #, c-format
600 -msgid "cannot read %s: %s"
601 -msgstr "impossibile leggere %s: %s"
575 +msgid "truncating .rej filename to %.*s.rej"
576 +msgstr "nome file .rej troncato a %.*s.rej"
577
603 -#: sequencer.c:809
604 -msgid "unexpected end of file"
605 -msgstr "fine del file inattesa"
578 +#: apply.c:4564 builtin/fetch.c:837 builtin/fetch.c:1118
579 +#, c-format
580 +msgid "cannot open %s"
581 +msgstr "impossibile aprire %s"
582
607 -#: sequencer.c:815
583 +#: apply.c:4578
584 #, c-format
609 -msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
610 -msgstr ""
585 +msgid "Hunk #%d applied cleanly."
586 +msgstr "Frammento %d applicato correttamente."
587
612 -#: sequencer.c:838
588 +#: apply.c:4582
589 #, c-format
614 -msgid "Could not format %s."
615 -msgstr ""
590 +msgid "Rejected hunk #%d."
591 +msgstr "Frammento %d respinto."
592
617 -#: sequencer.c:1000
618 -msgid "Can't revert as initial commit"
619 -msgstr "Impossibile eseguire il revert come commit iniziale"
593 +#: apply.c:4692
594 +#, c-format
595 +msgid "Skipped patch '%s'."
596 +msgstr "Patch '%s' ignorata."
597
621 -#: sequencer.c:1001
622 -msgid "Can't cherry-pick into empty head"
623 -msgstr ""
598 +#: apply.c:4700
599 +msgid "unrecognized input"
600 +msgstr "input non riconosciuto"
601
625 -#: sha1_name.c:864
626 -msgid "HEAD does not point to a branch"
627 -msgstr "HEAD non punta ad un branch"
602 +#: apply.c:4720
603 +msgid "unable to read index file"
604 +msgstr "impossibile leggere il file index"
605
629 -#: sha1_name.c:867
606 +#: apply.c:4875
607 #, c-format
631 -msgid "No such branch: '%s'"
632 -msgstr "Nessun branch esistente: '%s'"
608 +msgid "can't open patch '%s': %s"
609 +msgstr "impossibile aprire la patch '%s': %s"
610
634 -#: sha1_name.c:869
611 +#: apply.c:4902
612 #, c-format
636 -msgid "No upstream configured for branch '%s'"
637 -msgstr "Nessun upstream configurato per il branch '%s'"
613 +msgid "squelched %d whitespace error"
614 +msgid_plural "squelched %d whitespace errors"
615 +msgstr[0] "%d errore di spazi bianchi soppresso"
616 +msgstr[1] "%d errori di spazi bianchi soppressi"
617
639 -#: sha1_name.c:872
618 +#: apply.c:4908 apply.c:4923
619 #, c-format
641 -msgid "Upstream branch '%s' not stored as a remote-tracking branch"
642 -msgstr ""
620 +msgid "%d line adds whitespace errors."
621 +msgid_plural "%d lines add whitespace errors."
622 +msgstr[0] "%d riga aggiunge errori di spazi bianchi."
623 +msgstr[1] "%d righe aggiungono errori di spazi bianchi."
624
644 -#: wrapper.c:413
625 +#: apply.c:4916
626 #, c-format
646 -msgid "unable to look up current user in the passwd file: %s"
647 -msgstr "impossibile trovare l'utente corrente nel file passwd: %s"
627 +msgid "%d line applied after fixing whitespace errors."
628 +msgid_plural "%d lines applied after fixing whitespace errors."
629 +msgstr[0] "%d riga applicata dopo la correzione di errori di spazi bianchi."
630 +msgstr[1] "%d righe applicate dopo la correzione di errori di spazi bianchi."
631
649 -#: wrapper.c:414
650 -msgid "no such user"
651 -msgstr "utente non esistente"
652 -
653 -#: wt-status.c:135
654 -msgid "Unmerged paths:"
655 -msgstr ""
656 -
657 -#: wt-status.c:141 wt-status.c:158
658 -#, c-format
659 -msgid " (use \"git reset %s <file>...\" to unstage)"
660 -msgstr ""
632 +#: apply.c:4932 builtin/add.c:539 builtin/mv.c:301 builtin/rm.c:390
633 +msgid "Unable to write new index file"
634 +msgstr "Impossibile scrivere il nuovo file index"
635 +
636 +#: apply.c:4959 apply.c:4962 builtin/am.c:2203 builtin/am.c:2206
637 +#: builtin/clone.c:122 builtin/fetch.c:118 builtin/merge.c:263
638 +#: builtin/pull.c:200 builtin/submodule--helper.c:407
639 +#: builtin/submodule--helper.c:1366 builtin/submodule--helper.c:1369
640 +#: builtin/submodule--helper.c:1850 builtin/submodule--helper.c:1853
641 +#: builtin/submodule--helper.c:2092 git-add--interactive.perl:197
642 +msgid "path"
643 +msgstr "percorso"
644
662 -#: wt-status.c:143 wt-status.c:160
663 -msgid " (use \"git rm --cached <file>...\" to unstage)"
664 -msgstr ""
645 +#: apply.c:4960
646 +msgid "don't apply changes matching the given path"
647 +msgstr "non applicare le modifiche corrispondenti al percorso specificato"
648
666 -#: wt-status.c:144
667 -msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
668 -msgstr " (usa \"git add/rm <file>...\" come appropriato per la risoluzione)"
649 +#: apply.c:4963
650 +msgid "apply changes matching the given path"
651 +msgstr "applica le modifiche corrispondenti al percorso specificato"
652
670 -#: wt-status.c:152
671 -msgid "Changes to be committed:"
672 -msgstr ""
653 +#: apply.c:4965 builtin/am.c:2212
654 +msgid "num"
655 +msgstr "num"
656
674 -#: wt-status.c:170
675 -msgid "Changes not staged for commit:"
676 -msgstr ""
657 +#: apply.c:4966
658 +msgid "remove <num> leading slashes from traditional diff paths"
659 +msgstr "rimuovi <num> barre iniziali dai percorsi diff tradizionali"
660
678 -#: wt-status.c:174
679 -msgid " (use \"git add <file>...\" to update what will be committed)"
680 -msgstr ""
661 +#: apply.c:4969
662 +msgid "ignore additions made by the patch"
663 +msgstr "ignora le aggiunte create dalla patch"
664
682 -#: wt-status.c:176
683 -msgid " (use \"git add/rm <file>...\" to update what will be committed)"
684 -msgstr ""
665 +#: apply.c:4971
666 +msgid "instead of applying the patch, output diffstat for the input"
667 +msgstr "invece di applicare la patch, mostra l'output di diffstat per l'input"
668
686 -#: wt-status.c:177
687 -msgid ""
688 -" (use \"git checkout -- <file>...\" to discard changes in working directory)"
689 -msgstr ""
669 +#: apply.c:4975
670 +msgid "show number of added and deleted lines in decimal notation"
671 +msgstr "mostra il numero di righe aggiunte ed eliminate in notazione decimale"
672
691 -#: wt-status.c:179
692 -msgid " (commit or discard the untracked or modified content in submodules)"
693 -msgstr ""
673 +#: apply.c:4977
674 +msgid "instead of applying the patch, output a summary for the input"
675 +msgstr "invece di applicare la patch, mostra un riassunto per l'input"
676
695 -#: wt-status.c:188
696 -#, c-format
697 -msgid "%s files:"
698 -msgstr "%s file:"
677 +#: apply.c:4979
678 +msgid "instead of applying the patch, see if the patch is applicable"
679 +msgstr "invece di applicare la patch, verifica se può essere applicata"
680
700 -#: wt-status.c:191
701 -#, c-format
702 -msgid " (use \"git %s <file>...\" to include in what will be committed)"
703 -msgstr ""
681 +#: apply.c:4981
682 +msgid "make sure the patch is applicable to the current index"
683 +msgstr "assicura che la patch sia applicabile all'index attuale"
684
705 -#: wt-status.c:208
706 -msgid "bug"
707 -msgstr "bug"
685 +#: apply.c:4983
686 +msgid "mark new files with `git add --intent-to-add`"
687 +msgstr "contrassegna i nuovi file con `git add --intent-to-add`"
688
709 -#: wt-status.c:213
710 -msgid "both deleted:"
711 -msgstr "entrambi eliminati:"
689 +#: apply.c:4985
690 +msgid "apply a patch without touching the working tree"
691 +msgstr "applica una patch senza modificare l'albero di lavoro"
692
713 -#: wt-status.c:214
714 -msgid "added by us:"
715 -msgstr "aggiunto da noi:"
693 +#: apply.c:4987
694 +msgid "accept a patch that touches outside the working area"
695 +msgstr ""
696 +"accetta una patch che apporta modifiche al di fuori dell'area di lavoro"
697
717 -#: wt-status.c:215
718 -msgid "deleted by them:"
719 -msgstr "eliminato da loro:"
698 +#: apply.c:4990
699 +msgid "also apply the patch (use with --stat/--summary/--check)"
700 +msgstr "applica anche la patch (da usare con --stat/--summary/--check)"
701
721 -#: wt-status.c:216
722 -msgid "added by them:"
723 -msgstr "aggiunto da loro:"
702 +#: apply.c:4992
703 +msgid "attempt three-way merge if a patch does not apply"
704 +msgstr "prova un merge a tre vie se la patch non si applica correttamente"
705
725 -#: wt-status.c:217
726 -msgid "deleted by us:"
727 -msgstr "eliminato da noi:"
706 +#: apply.c:4994
707 +msgid "build a temporary index based on embedded index information"
708 +msgstr "compila un index temporaneo basato sulle informazioni index incluse"
709
729 -#: wt-status.c:218
730 -msgid "both added:"
731 -msgstr "entrambi aggiunti:"
710 +#: apply.c:4997 builtin/checkout-index.c:173 builtin/ls-files.c:524
711 +msgid "paths are separated with NUL character"
712 +msgstr "i percorsi sono separati con un carattere NUL"
713
733 -#: wt-status.c:219
734 -msgid "both modified:"
735 -msgstr "entrambi modificati:"
714 +#: apply.c:4999
715 +msgid "ensure at least <n> lines of context match"
716 +msgstr "assicura almeno <n> righe di contesto corrispondente"
717
737 -#: wt-status.c:249
738 -msgid "new commits, "
739 -msgstr "nuovi commit, "
718 +#: apply.c:5000 builtin/am.c:2191 builtin/interpret-trailers.c:97
719 +#: builtin/interpret-trailers.c:99 builtin/interpret-trailers.c:101
720 +#: builtin/pack-objects.c:3314 builtin/rebase.c:1065
721 +msgid "action"
722 +msgstr "azione"
723
741 -#: wt-status.c:251
742 -msgid "modified content, "
743 -msgstr "contenuto modificato, "
724 +#: apply.c:5001
725 +msgid "detect new or modified lines that have whitespace errors"
726 +msgstr "rileva righe nuove o modificate che hanno errori di spazi bianchi"
727
745 -#: wt-status.c:253
746 -msgid "untracked content, "
747 -msgstr ""
728 +#: apply.c:5004 apply.c:5007
729 +msgid "ignore changes in whitespace when finding context"
730 +msgstr "ignora modifiche agli spazi bianchi durante la ricerca dei contesti"
731
749 -#: wt-status.c:267
750 -#, c-format
751 -msgid "new file: %s"
752 -msgstr "nuovo file: %s"
732 +#: apply.c:5010
733 +msgid "apply the patch in reverse"
734 +msgstr "applica la patch in maniera inversa"
735
754 -#: wt-status.c:270
755 -#, c-format
756 -msgid "copied: %s -> %s"
757 -msgstr "copiato: %s -> %s"
736 +#: apply.c:5012
737 +msgid "don't expect at least one line of context"
738 +msgstr "non aspettare almeno una riga di contesto"
739
759 -#: wt-status.c:273
760 -#, c-format
761 -msgid "deleted: %s"
762 -msgstr "eliminato: %s"
740 +#: apply.c:5014
741 +msgid "leave the rejected hunks in corresponding *.rej files"
742 +msgstr "lascia i frammenti respinti nei file *.rej corrispondenti"
743
764 -#: wt-status.c:276
765 -#, c-format
766 -msgid "modified: %s"
767 -msgstr "modificato: %s"
744 +#: apply.c:5016
745 +msgid "allow overlapping hunks"
746 +msgstr "consenti la sovrapposizione dei frammenti"
747
769 -#: wt-status.c:279
770 -#, c-format
771 -msgid "renamed: %s -> %s"
772 -msgstr "rinominato: %s -> %s"
748 +#: apply.c:5017 builtin/add.c:291 builtin/check-ignore.c:22
749 +#: builtin/commit.c:1312 builtin/count-objects.c:98 builtin/fsck.c:724
750 +#: builtin/log.c:2037 builtin/mv.c:123 builtin/read-tree.c:128
751 +#: builtin/rebase--interactive.c:159
752 +msgid "be verbose"
753 +msgstr "visualizza ulteriori dettagli"
754
774 -#: wt-status.c:282
775 -#, c-format
776 -msgid "typechange: %s"
755 +#: apply.c:5019
756 +msgid "tolerate incorrectly detected missing new-line at the end of file"
757 msgstr ""
758 +"tollera carattere fine riga rilevato erroneamente come mancante alla fine "
759 +"del file"
760
779 -#: wt-status.c:285
780 -#, c-format
781 -msgid "unknown: %s"
782 -msgstr "sconosciuto: %s"
783 -
784 -#: wt-status.c:288
785 -#, c-format
786 -msgid "unmerged: %s"
761 +#: apply.c:5022
762 +msgid "do not trust the line counts in the hunk headers"
763 msgstr ""
764 +"non fare affidamento sul numero di righe nelle intestazioni dei frammenti"
765
789 -#: wt-status.c:291
790 -#, c-format
791 -msgid "bug: unhandled diff status %c"
792 -msgstr ""
766 +#: apply.c:5024 builtin/am.c:2200
767 +msgid "root"
768 +msgstr "radice"
769
794 -#: wt-status.c:737
795 -msgid "On branch "
796 -msgstr "Sul branch "
770 +#: apply.c:5025
771 +msgid "prepend <root> to all filenames"
772 +msgstr "anteponi <root> a tutti i nomi file"
773
798 -#: wt-status.c:744
799 -msgid "Not currently on any branch."
800 -msgstr ""
774 +#: archive.c:14
775 +msgid "git archive [<options>] <tree-ish> [<path>...]"
776 +msgstr "git archive [<opzioni>] <albero> [<percorso>...]"
777
802 -#: wt-status.c:755
803 -msgid "Initial commit"
804 -msgstr "Commit iniziale"
778 +#: archive.c:15
779 +msgid "git archive --list"
780 +msgstr "git archive --list"
781
806 -#: wt-status.c:769
807 -msgid "Untracked"
782 +#: archive.c:16
783 +msgid ""
784 +"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
785 msgstr ""
786 +"git archive --remote <repository> [--exec <comando>] [<opzioni>] <albero> "
787 +"[<percorso>...]"
788
810 -#: wt-status.c:771
811 -msgid "Ignored"
812 -msgstr "Ignorato"
789 +#: archive.c:17
790 +msgid "git archive --remote <repo> [--exec <cmd>] --list"
791 +msgstr "git archive --remote <repository> [--exec <comando>] --list"
792
814 -#: wt-status.c:773
793 +#: archive.c:372 builtin/add.c:177 builtin/add.c:515 builtin/rm.c:299
794 #, c-format
816 -msgid "Untracked files not listed%s"
817 -msgstr ""
795 +msgid "pathspec '%s' did not match any files"
796 +msgstr "lo specificatore percorso '%s' non corrisponde ad alcun file"
797
819 -#: wt-status.c:775
820 -msgid " (use -u option to show untracked files)"
821 -msgstr ""
798 +#: archive.c:396
799 +#, fuzzy, c-format
800 +msgid "no such ref: %.*s"
801 +msgstr "Remote non esistente: %s"
802
823 -#: wt-status.c:781
824 -msgid "No changes"
825 -msgstr "Nessuna modifica"
803 +#: archive.c:401
804 +#, fuzzy, c-format
805 +msgid "not a valid object name: %s"
806 +msgstr "Non è il nome di un oggetto valido %s"
807
827 -#: wt-status.c:785
828 -#, c-format
829 -msgid "no changes added to commit%s\n"
830 -msgstr "nessuna modifica aggiunta al commit%s\n"
808 +#: archive.c:414
809 +#, fuzzy, c-format
810 +msgid "not a tree object: %s"
811 +msgstr "oggetto albero %s non valido"
812 +
813 +#: archive.c:424
814 +#, fuzzy
815 +msgid "current working directory is untracked"
816 +msgstr "impossibile ottenere la directory di lavoro corrente"
817 +
818 +#: archive.c:455
819 +msgid "fmt"
820 +msgstr "fmt"
821 +
822 +#: archive.c:455
823 +msgid "archive format"
824 +msgstr "formato archivio"
825 +
826 +#: archive.c:456 builtin/log.c:1549
827 +msgid "prefix"
828 +msgstr "prefisso"
829 +
830 +#: archive.c:457
831 +msgid "prepend prefix to each pathname in the archive"
832 +msgstr "anteponi <prefisso> a ogni nome percorso nell'archivio"
833 +
834 +#: archive.c:458 builtin/blame.c:820 builtin/blame.c:821 builtin/config.c:129
835 +#: builtin/fast-export.c:1091 builtin/fast-export.c:1093 builtin/grep.c:895
836 +#: builtin/hash-object.c:105 builtin/ls-files.c:560 builtin/ls-files.c:563
837 +#: builtin/notes.c:412 builtin/notes.c:578 builtin/read-tree.c:123
838 +#: parse-options.h:162
839 +msgid "file"
840 +msgstr "file"
841
832 -#: wt-status.c:787
833 -msgid " (use \"git add\" and/or \"git commit -a\")"
834 -msgstr " (usa \"git add\" e/o \"git commit -a\")"
842 +#: archive.c:459 builtin/archive.c:90
843 +msgid "write the archive to this file"
844 +msgstr "scrivi l'archivio in questo file"
845
836 -#: wt-status.c:789
837 -#, c-format
838 -msgid "nothing added to commit but untracked files present%s\n"
839 -msgstr ""
846 +#: archive.c:461
847 +msgid "read .gitattributes in working directory"
848 +msgstr "leggi il file .gitattributes nella directory di lavoro"
849
841 -#: wt-status.c:791
842 -msgid " (use \"git add\" to track)"
843 -msgstr ""
850 +#: archive.c:462
851 +msgid "report archived files on stderr"
852 +msgstr "elenca i file archiviati sullo standard error"
853
845 -#: wt-status.c:793 wt-status.c:796 wt-status.c:799
846 -#, c-format
847 -msgid "nothing to commit%s\n"
848 -msgstr ""
854 +#: archive.c:463
855 +msgid "store only"
856 +msgstr "salva solamente"
857
850 -#: wt-status.c:794
851 -msgid " (create/copy files and use \"git add\" to track)"
852 -msgstr ""
858 +#: archive.c:464
859 +msgid "compress faster"
860 +msgstr "comprimi più velocemente"
861
854 -#: wt-status.c:797
855 -msgid " (use -u to show untracked files)"
856 -msgstr ""
862 +#: archive.c:472
863 +msgid "compress better"
864 +msgstr "comprimi meglio"
865
858 -#: wt-status.c:800
859 -msgid " (working directory clean)"
860 -msgstr ""
866 +#: archive.c:475
867 +msgid "list supported archive formats"
868 +msgstr "elenca i formati archivio supportati"
869
862 -#: wt-status.c:908
863 -msgid "HEAD (no branch)"
864 -msgstr "HEAD (nessun branch)"
870 +#: archive.c:477 builtin/archive.c:91 builtin/clone.c:112 builtin/clone.c:115
871 +#: builtin/submodule--helper.c:1378 builtin/submodule--helper.c:1859
872 +msgid "repo"
873 +msgstr "repository"
874
866 -#: wt-status.c:914
867 -msgid "Initial commit on "
868 -msgstr "Commit iniziale su "
875 +#: archive.c:478 builtin/archive.c:92
876 +msgid "retrieve the archive from remote repository <repo>"
877 +msgstr "recupera l'archivio dal repository remoto <repository>"
878
870 -#: wt-status.c:929
871 -msgid "behind "
872 -msgstr "indietro "
879 +#: archive.c:479 builtin/archive.c:93 builtin/difftool.c:715
880 +#: builtin/notes.c:498
881 +msgid "command"
882 +msgstr "comando"
883
874 -#: wt-status.c:932 wt-status.c:935
875 -msgid "ahead "
876 -msgstr "avanti "
884 +#: archive.c:480 builtin/archive.c:94
885 +msgid "path to the remote git-upload-archive command"
886 +msgstr "percorso al comando remoto git-upload-archive"
887
878 -#: wt-status.c:937
879 -msgid ", behind "
880 -msgstr ", indietro "
888 +#: archive.c:487
889 +msgid "Unexpected option --remote"
890 +msgstr "Opzione --remote inattesa"
891
882 -#: builtin/add.c:62
883 -#, c-format
884 -msgid "unexpected diff status %c"
885 -msgstr "status diff %c inatteso"
892 +#: archive.c:489
893 +msgid "Option --exec can only be used together with --remote"
894 +msgstr "L'opzione --exec può essere usata solo con --remote"
895
887 -#: builtin/add.c:67 builtin/commit.c:226
888 -msgid "updating files failed"
889 -msgstr "aggiornamento dei file non riuscito"
896 +#: archive.c:491
897 +msgid "Unexpected option --output"
898 +msgstr "Opzione --output inattesa"
899
891 -#: builtin/add.c:77
900 +#: archive.c:513
901 #, c-format
893 -msgid "remove '%s'\n"
894 -msgstr "elimina '%s'\n"
902 +msgid "Unknown archive format '%s'"
903 +msgstr "Formato archivio '%s' sconosciuto"
904
896 -#: builtin/add.c:176
905 +#: archive.c:520
906 #, c-format
898 -msgid "Path '%s' is in submodule '%.*s'"
899 -msgstr "Il path '%s' è nel sottomodulo '%.*s'"
907 +msgid "Argument not supported for format '%s': -%d"
908 +msgstr "Argomento non supportato per il formato '%s': -%d"
909
901 -#: builtin/add.c:192
902 -msgid "Unstaged changes after refreshing the index:"
903 -msgstr ""
904 -
905 -#: builtin/add.c:195 builtin/add.c:456 builtin/rm.c:186
910 +#: archive-tar.c:125 archive-zip.c:345
911 #, c-format
907 -msgid "pathspec '%s' did not match any files"
908 -msgstr ""
912 +msgid "cannot stream blob %s"
913 +msgstr "impossibile eseguire lo streaming del blob %s"
914
910 -#: builtin/add.c:209
915 +#: archive-tar.c:260 archive-zip.c:363
916 #, c-format
912 -msgid "'%s' is beyond a symbolic link"
913 -msgstr "'%s' si trova oltre un link simbolico"
917 +msgid "unsupported file mode: 0%o (SHA1: %s)"
918 +msgstr "modalità file non supportata: 0%o (SHA1: %s)"
919
915 -#: builtin/add.c:276
916 -msgid "Could not read the index"
917 -msgstr "Non è stato possibile leggere index"
920 +#: archive-tar.c:287 archive-zip.c:353
921 +#, c-format
922 +msgid "cannot read %s"
923 +msgstr "impossibile leggere %s"
924
919 -#: builtin/add.c:286
925 +#: archive-tar.c:458
926 #, c-format
921 -msgid "Could not open '%s' for writing."
922 -msgstr "Non è stato possibile aprire '%s' per la scrittura."
927 +msgid "unable to start '%s' filter"
928 +msgstr "impossibile avviare il filtro '%s'"
929
924 -#: builtin/add.c:290
925 -msgid "Could not write patch"
926 -msgstr "Non è stato possibile scrivere la patch"
930 +#: archive-tar.c:461
931 +msgid "unable to redirect descriptor"
932 +msgstr "impossibile ridirezionare il descrittore"
933
928 -#: builtin/add.c:295
934 +#: archive-tar.c:468
935 #, c-format
930 -msgid "Could not stat '%s'"
931 -msgstr "Non è stato possibile eseguire lo stat di '%s'"
936 +msgid "'%s' filter reported error"
937 +msgstr "il filtro '%s' ha segnalato un errore"
938
933 -#: builtin/add.c:297
934 -msgid "Empty patch. Aborted."
935 -msgstr "Patch vuota. Operazione interrotta."
939 +#: archive-zip.c:314
940 +#, c-format
941 +msgid "path is not valid UTF-8: %s"
942 +msgstr "il percorso non è codificato validamente in UTF-8: %s"
943
937 -#: builtin/add.c:303
944 +#: archive-zip.c:318
945 #, c-format
939 -msgid "Could not apply '%s'"
940 -msgstr "Non è stato possibile applicare '%s'"
946 +msgid "path too long (%d chars, SHA1: %s): %s"
947 +msgstr "percorso troppo lungo (%d caratteri, SHA1: %s): %s"
948
942 -#: builtin/add.c:312
943 -msgid "The following paths are ignored by one of your .gitignore files:\n"
944 -msgstr "I seguenti path sono stati ignorati da uno o più dei tuoi file .gitignore:\n"
949 +#: archive-zip.c:474 builtin/pack-objects.c:225 builtin/pack-objects.c:228
950 +#, c-format
951 +msgid "deflate error (%d)"
952 +msgstr "errore deflate (%d)"
953
946 -#: builtin/add.c:352
954 +#: archive-zip.c:609
955 #, c-format
948 -msgid "Use -f if you really want to add them.\n"
949 -msgstr "Usa -f se vuoi davvero aggiungerli.\n"
950 -
951 -#: builtin/add.c:353
952 -msgid "no files added"
953 -msgstr "nessun file aggiunto"
954 -
955 -#: builtin/add.c:359
956 -msgid "adding files failed"
957 -msgstr "aggiunta dei file non riuscita"
956 +msgid "timestamp too large for this system: %<PRIuMAX>"
957 +msgstr "timestamp troppo grande per questo sistema: %<PRIuMAX>"
958
959 -#: builtin/add.c:391
960 -msgid "-A and -u are mutually incompatible"
961 -msgstr "-A e -u sono reciprocamente incompatibili"
959 +#: attr.c:211
960 +#, c-format
961 +msgid "%.*s is not a valid attribute name"
962 +msgstr "%.*s non è un nome attributo valido"
963
963 -#: builtin/add.c:393
964 -msgid "Option --ignore-missing can only be used together with --dry-run"
965 -msgstr "L'opzione --ignore-missing può essere usata solo con --dry-run"
964 +#: attr.c:368
965 +#, fuzzy, c-format
966 +msgid "%s not allowed: %s:%d"
967 +msgstr "patch non riuscita: %s:%ld"
968
967 -#: builtin/add.c:413
968 -#, c-format
969 -msgid "Nothing specified, nothing added.\n"
969 +#: attr.c:408
970 +msgid ""
971 +"Negative patterns are ignored in git attributes\n"
972 +"Use '\\!' for literal leading exclamation."
973 msgstr ""
974 +"I pattern negativi sono ignorati negli attributi git\n"
975 +"Utilizzare '\\!' per specificare un punto esclamativo iniziale letteralmente."
976
972 -#: builtin/add.c:414
977 +#: bisect.c:468
978 #, c-format
974 -msgid "Maybe you wanted to say 'git add .'?\n"
975 -msgstr "Forse intendevi dire 'git add .'?\n"
979 +msgid "Badly quoted content in file '%s': %s"
980 +msgstr "Contenuto mal racchiuso fra virgolette nel file '%s': %s"
981
977 -#: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:286 builtin/mv.c:82
978 -#: builtin/rm.c:162
979 -msgid "index file corrupt"
980 -msgstr "index file corrotto"
982 +#: bisect.c:678
983 +#, c-format
984 +msgid "We cannot bisect more!\n"
985 +msgstr "Impossibile eseguire un'ulteriore bisezione!\n"
986
982 -#: builtin/add.c:476 builtin/apply.c:4108 builtin/mv.c:229 builtin/rm.c:260
983 -msgid "Unable to write new index file"
984 -msgstr "Impossibile scrivere il nuovo index file"
987 +#: bisect.c:733
988 +#, c-format
989 +msgid "Not a valid commit name %s"
990 +msgstr "%s non è un nome commit valido"
991
986 -#: builtin/apply.c:53
987 -msgid "git apply [options] [<patch>...]"
988 -msgstr "git apply [opzioni] [<patch>...]"
992 +#: bisect.c:758
993 +#, c-format
994 +msgid ""
995 +"The merge base %s is bad.\n"
996 +"This means the bug has been fixed between %s and [%s].\n"
997 +msgstr ""
998 +"La base del merge %s non funziona.\n"
999 +"Ciò significa che il bug è stato corretto fra %s e [%s].\n"
1000
990 -#: builtin/apply.c:106
1001 +#: bisect.c:763
1002 #, c-format
992 -msgid "unrecognized whitespace option '%s'"
1003 +msgid ""
1004 +"The merge base %s is new.\n"
1005 +"The property has changed between %s and [%s].\n"
1006 msgstr ""
1007 +"La base del merge %s è nuova.\n"
1008 +"La proprietà è stata modificata fra %s e [%s].\n"
1009
995 -#: builtin/apply.c:121
1010 +#: bisect.c:768
1011 #, c-format
997 -msgid "unrecognized whitespace ignore option '%s'"
1012 +msgid ""
1013 +"The merge base %s is %s.\n"
1014 +"This means the first '%s' commit is between %s and [%s].\n"
1015 msgstr ""
1016 +"La base del merge %s è %s.\n"
1017 +"Ciò significa che il primo commit '%s' è fra %s e [%s].\n"
1018
1000 -#: builtin/apply.c:815
1019 +#: bisect.c:776
1020 #, c-format
1002 -msgid "Cannot prepare timestamp regexp %s"
1021 +msgid ""
1022 +"Some %s revs are not ancestors of the %s rev.\n"
1023 +"git bisect cannot work properly in this case.\n"
1024 +"Maybe you mistook %s and %s revs?\n"
1025 msgstr ""
1026 +"Alcune revisioni %s non sono antenate della revisione %s.\n"
1027 +"git bisect non può funzionare correttamente in questo caso.\n"
1028 +"Forse hai confuso le revisioni %s con quelle %s?\n"
1029
1005 -#: builtin/apply.c:824
1030 +#: bisect.c:789
1031 #, c-format
1007 -msgid "regexec returned %d for input: %s"
1008 -msgstr "regexec ha restituito %d per l'input: %s"
1032 +msgid ""
1033 +"the merge base between %s and [%s] must be skipped.\n"
1034 +"So we cannot be sure the first %s commit is between %s and %s.\n"
1035 +"We continue anyway."
1036 +msgstr ""
1037 +"la base del merge fra %s e [%s] dev'essere saltata.\n"
1038 +"Non è possibile essere sicuri che il primo commit %s sia fra %s e %s.\n"
1039 +"Continuo comunque."
1040
1010 -#: builtin/apply.c:905
1041 +#: bisect.c:822
1042 #, c-format
1012 -msgid "unable to find filename in patch at line %d"
1013 -msgstr "impossibile trovare il nome del file nella patch alla riga %d"
1043 +msgid "Bisecting: a merge base must be tested\n"
1044 +msgstr "Bisezione: dev'essere testata una base del merge\n"
1045
1015 -#: builtin/apply.c:937
1046 +#: bisect.c:865
1047 #, c-format
1017 -msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
1018 -msgstr "git apply: git-diff errato - atteso /dev/null, ricevuto %s alla riga %d"
1048 +msgid "a %s revision is needed"
1049 +msgstr "è richiesta una revisione %s"
1050
1020 -#: builtin/apply.c:941
1051 +#: bisect.c:884 builtin/notes.c:177 builtin/tag.c:237
1052 #, c-format
1022 -msgid "git apply: bad git-diff - inconsistent new filename on line %d"
1023 -msgstr "git apply: git-diff errato - nuovo nome del file inconsistente alla riga %d"
1053 +msgid "could not create file '%s'"
1054 +msgstr "impossibile creare il file '%s'"
1055
1025 -#: builtin/apply.c:942
1056 +#: bisect.c:937 builtin/merge.c:139
1057 #, c-format
1027 -msgid "git apply: bad git-diff - inconsistent old filename on line %d"
1028 -msgstr "git apply: git-diff errato - vecchio nome del file inconsistente alla riga %d"
1058 +msgid "could not read file '%s'"
1059 +msgstr "impossibile leggere il file '%s'"
1060 +
1061 +#: bisect.c:967
1062 +msgid "reading bisect refs failed"
1063 +msgstr "lettura riferimenti della bisezione non riuscita"
1064
1030 -#: builtin/apply.c:949
1065 +#: bisect.c:986
1066 #, c-format
1032 -msgid "git apply: bad git-diff - expected /dev/null on line %d"
1033 -msgstr "git apply: git-diff errato - atteso /dev/nulla alla riga %d"
1067 +msgid "%s was both %s and %s\n"
1068 +msgstr "%s era sia %s sia %s\n"
1069
1035 -#: builtin/apply.c:1394
1070 +#: bisect.c:994
1071 #, c-format
1037 -msgid "recount: unexpected line: %.*s"
1038 -msgstr "recount: riga inattesa: %.*s"
1072 +msgid ""
1073 +"No testable commit found.\n"
1074 +"Maybe you started with bad path parameters?\n"
1075 +msgstr ""
1076 +"Nessun commit testabile trovato.\n"
1077 +"Forse hai iniziato il procedimento specificando parametri percorso errati?\n"
1078
1040 -#: builtin/apply.c:1451
1079 +#: bisect.c:1013
1080 #, c-format
1042 -msgid "patch fragment without header at line %d: %.*s"
1043 -msgstr "frammento di patch senza intestazione alla riga %d: %.*s"
1081 +msgid "(roughly %d step)"
1082 +msgid_plural "(roughly %d steps)"
1083 +msgstr[0] "(circa %d passo)"
1084 +msgstr[1] "(circa %d passi)"
1085
1045 -#: builtin/apply.c:1468
1086 +#. TRANSLATORS: the last %s will be replaced with "(roughly %d
1087 +#. steps)" translation.
1088 +#.
1089 +#: bisect.c:1019
1090 #, c-format
1047 -msgid ""
1048 -"git diff header lacks filename information when removing %d leading pathname "
1049 -"component (line %d)"
1050 -msgid_plural ""
1051 -"git diff header lacks filename information when removing %d leading pathname "
1052 -"components (line %d)"
1091 +msgid "Bisecting: %d revision left to test after this %s\n"
1092 +msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1093 msgstr[0] ""
1094 +"Bisezione in corso: %d revisione rimanente da testare dopo questa %s\n"
1095 msgstr[1] ""
1096 +"Bisezione in corso: %d revisioni rimanenti da testare dopo questa %s\n"
1097
1056 -#: builtin/apply.c:1628
1057 -msgid "new file depends on old contents"
1058 -msgstr "il nuovo file dipende da contenuti precedenti"
1098 +#: blame.c:1792
1099 +msgid "--contents and --reverse do not blend well."
1100 +msgstr "--contents e --reverse non sono compatibili."
1101
1060 -#: builtin/apply.c:1630
1061 -msgid "deleted file still has contents"
1062 -msgstr "il file eliminato ha ancora dei contenuti"
1102 +#: blame.c:1806
1103 +msgid "cannot use --contents with final commit object name"
1104 +msgstr "impossibile usare --contents con il nome oggetto del commit finale"
1105
1064 -#: builtin/apply.c:1656
1065 -#, c-format
1066 -msgid "corrupt patch at line %d"
1106 +#: blame.c:1827
1107 +msgid "--reverse and --first-parent together require specified latest commit"
1108 msgstr ""
1109 +"le opzioni --reverse e --first-parent se usate insieme richiedono che sia "
1110 +"specificato l'ultimo commit"
1111
1069 -#: builtin/apply.c:1692
1070 -#, c-format
1071 -msgid "new file %s depends on old contents"
1072 -msgstr "il nuovo file %s dipende da contenuti precedenti"
1112 +#: blame.c:1836 bundle.c:164 ref-filter.c:2071 remote.c:1948 sequencer.c:1993
1113 +#: sequencer.c:4064 builtin/commit.c:1004 builtin/log.c:378 builtin/log.c:936
1114 +#: builtin/log.c:1420 builtin/log.c:1796 builtin/log.c:2086 builtin/merge.c:407
1115 +#: builtin/pack-objects.c:3137 builtin/pack-objects.c:3152
1116 +#: builtin/shortlog.c:192
1117 +msgid "revision walk setup failed"
1118 +msgstr "impostazione percorso revisioni non riuscita"
1119 +
1120 +#: blame.c:1854
1121 +msgid ""
1122 +"--reverse --first-parent together require range along first-parent chain"
1123 +msgstr ""
1124 +"le opzioni --reverse e --first-parent se usate insieme richiedono che sia "
1125 +"specificato un intervallo nella catena del primo commit genitore"
1126
1074 -#: builtin/apply.c:1694
1127 +#: blame.c:1865
1128 #, c-format
1076 -msgid "deleted file %s still has contents"
1077 -msgstr "il file eliminato %s ha ancora dei contenuti"
1129 +msgid "no such path %s in %s"
1130 +msgstr "il percorso %s in %s non esiste"
1131
1079 -#: builtin/apply.c:1697
1132 +#: blame.c:1876
1133 #, c-format
1081 -msgid "** warning: file %s becomes empty but is not deleted"
1082 -msgstr "** attenzione: il file %s diventa vuoto ma non è eliminato"
1134 +msgid "cannot read blob %s for path %s"
1135 +msgstr "impossibile leggere il blob %s per il percorso %s"
1136
1084 -#: builtin/apply.c:1843
1137 +#: branch.c:52
1138 #, c-format
1086 -msgid "corrupt binary patch at line %d: %.*s"
1087 -msgstr "patch binaria corrotta alla riga %d: %.*s"
1139 +msgid ""
1140 +"\n"
1141 +"After fixing the error cause you may try to fix up\n"
1142 +"the remote tracking information by invoking\n"
1143 +"\"git branch --set-upstream-to=%s%s%s\"."
1144 +msgstr ""
1145 +"\n"
1146 +"Dopo aver corretto l'errore è possibile provare a correggere\n"
1147 +"le informazioni di tracciamento remoto eseguendo\n"
1148 +"\"git branch --set-upstream-to=%s%s%s\"."
1149
1089 -#. there has to be one hunk (forward hunk)
1090 -#: builtin/apply.c:1872
1150 +#: branch.c:66
1151 #, c-format
1092 -msgid "unrecognized binary patch at line %d"
1093 -msgstr "patch binaria non riconosciuta alla riga %d"
1152 +msgid "Not setting branch %s as its own upstream."
1153 +msgstr "Non imposto il branch %s come upstream di sé stesso."
1154
1095 -#: builtin/apply.c:1958
1155 +#: branch.c:92
1156 #, c-format
1097 -msgid "patch with only garbage at line %d"
1157 +msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1158 msgstr ""
1159 +"Branch '%s' impostato per tracciare il branch remoto '%s' da '%s' tramite "
1160 +"rebase."
1161
1100 -#: builtin/apply.c:2048
1162 +#: branch.c:93
1163 #, c-format
1102 -msgid "unable to read symlink %s"
1103 -msgstr "impossibile leggere il link simbolico %s"
1164 +msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1165 +msgstr "Branch '%s' impostato per tracciare il branch remoto '%s' da '%s'."
1166
1105 -#: builtin/apply.c:2052
1167 +#: branch.c:97
1168 #, c-format
1107 -msgid "unable to open or read %s"
1108 -msgstr "impossibile aprire o leggere %s"
1169 +msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1170 +msgstr ""
1171 +"Branch '%s' impostato per tracciare il branch locale '%s' tramite rebase."
1172
1110 -#: builtin/apply.c:2123
1111 -msgid "oops"
1112 -msgstr "oops"
1173 +#: branch.c:98
1174 +#, c-format
1175 +msgid "Branch '%s' set up to track local branch '%s'."
1176 +msgstr "Branch '%s' impostato per tracciare il branch locale '%s'."
1177
1114 -#: builtin/apply.c:2645
1178 +#: branch.c:103
1179 #, c-format
1116 -msgid "invalid start of line: '%c'"
1117 -msgstr "inizio della riga non valido: '%c'"
1180 +msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1181 +msgstr ""
1182 +"Branch '%s' impostato per tracciare il riferimento remoto '%s' tramite "
1183 +"rebase."
1184
1119 -#: builtin/apply.c:2763
1185 +#: branch.c:104
1186 #, c-format
1121 -msgid "Hunk #%d succeeded at %d (offset %d line)."
1122 -msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
1123 -msgstr[0] ""
1124 -msgstr[1] ""
1187 +msgid "Branch '%s' set up to track remote ref '%s'."
1188 +msgstr "Branch '%s' impostato per tracciare il riferimento remoto '%s'."
1189
1126 -#: builtin/apply.c:2775
1190 +#: branch.c:108
1191 #, c-format
1128 -msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
1192 +msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1193 msgstr ""
1194 +"Branch '%s' impostato per tracciare il riferimento locale '%s' tramite "
1195 +"rebase."
1196
1131 -#: builtin/apply.c:2781
1197 +#: branch.c:109
1198 #, c-format
1133 -msgid ""
1134 -"while searching for:\n"
1135 -"%.*s"
1199 +msgid "Branch '%s' set up to track local ref '%s'."
1200 +msgstr "Branch '%s' impostato per tracciare il riferimento locale '%s'."
1201 +
1202 +#: branch.c:118
1203 +msgid "Unable to write upstream branch configuration"
1204 +msgstr "Impossibile scrivere la configurazione relativa al branch upstream"
1205 +
1206 +#: branch.c:155
1207 +#, c-format
1208 +msgid "Not tracking: ambiguous information for ref %s"
1209 msgstr ""
1137 -"durante la ricerca per:\n"
1138 -"%.*s"
1210 +"Il tracciamento non avverrà: informazioni ambigue per il riferimento %s"
1211
1140 -#: builtin/apply.c:2800
1212 +#: branch.c:188
1213 #, c-format
1142 -msgid "missing binary patch data for '%s'"
1143 -msgstr "dati della patch binaria mancanti per '%s'"
1214 +msgid "'%s' is not a valid branch name."
1215 +msgstr "'%s' non è un nome branch valido."
1216
1145 -#: builtin/apply.c:2903
1217 +#: branch.c:207
1218 #, c-format
1147 -msgid "binary patch does not apply to '%s'"
1148 -msgstr "la patch binaria non può essere applicata a '%s'"
1219 +msgid "A branch named '%s' already exists."
1220 +msgstr "Un branch denominato '%s' esiste già."
1221
1150 -#: builtin/apply.c:2909
1222 +#: branch.c:212
1223 +msgid "Cannot force update the current branch."
1224 +msgstr "Impossibile eseguire un aggiornamento forzato del branch corrente."
1225 +
1226 +#: branch.c:232
1227 #, c-format
1152 -msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
1153 -msgstr "la patch binaria su '%s' crea risultati non corretti (atteso %s, ricevuto %s)"
1228 +msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1229 +msgstr ""
1230 +"Impossibile impostare le informazioni di tracciamento: il punto di partenza "
1231 +"'%s' non è un branch."
1232
1155 -#: builtin/apply.c:2930
1233 +#: branch.c:234
1234 #, c-format
1157 -msgid "patch failed: %s:%ld"
1158 -msgstr "patch non riuscita: %s:%ld"
1235 +msgid "the requested upstream branch '%s' does not exist"
1236 +msgstr "il branch upstream richiesto '%s' non esiste"
1237 +
1238 +#: branch.c:236
1239 +msgid ""
1240 +"\n"
1241 +"If you are planning on basing your work on an upstream\n"
1242 +"branch that already exists at the remote, you may need to\n"
1243 +"run \"git fetch\" to retrieve it.\n"
1244 +"\n"
1245 +"If you are planning to push out a new local branch that\n"
1246 +"will track its remote counterpart, you may want to use\n"
1247 +"\"git push -u\" to set the upstream config as you push."
1248 +msgstr ""
1249 +"\n"
1250 +"Se prevedi di basare il tuo lavoro su un branch\n"
1251 +"upstream già esistente, potresti dover eseguire\n"
1252 +"\"git fetch\" per recuperarlo.\n"
1253 +"\n"
1254 +"Se prevedi di eseguire il push di un nuovo branch locale\n"
1255 +"che traccerà la sua controparte remota, potresti voler\n"
1256 +"utilizzare \"git push -u\" per impostare la configurazione del\n"
1257 +"branch upstream durante il push."
1258
1160 -#: builtin/apply.c:3045
1259 +#: branch.c:280
1260 #, c-format
1162 -msgid "patch %s has been renamed/deleted"
1163 -msgstr "la patch %s è stata rinominata/eliminata"
1261 +msgid "Not a valid object name: '%s'."
1262 +msgstr "Nome oggetto non valido: '%s'."
1263
1165 -#: builtin/apply.c:3052 builtin/apply.c:3069
1264 +#: branch.c:300
1265 #, c-format
1167 -msgid "read of %s failed"
1168 -msgstr "lettura di %s non riuscita"
1266 +msgid "Ambiguous object name: '%s'."
1267 +msgstr "Nome oggetto ambiguo: '%s'."
1268
1170 -#: builtin/apply.c:3084
1171 -msgid "removal patch leaves file contents"
1172 -msgstr "la rimozione della patch lascia contenuti del file"
1269 +#: branch.c:305
1270 +#, c-format
1271 +msgid "Not a valid branch point: '%s'."
1272 +msgstr "Punto di branch non valido: '%s'."
1273
1174 -#: builtin/apply.c:3105
1274 +#: branch.c:359
1275 #, c-format
1176 -msgid "%s: already exists in working directory"
1177 -msgstr "%s: esiste già nella directory di lavoro"
1276 +msgid "'%s' is already checked out at '%s'"
1277 +msgstr "Il checkout di '%s' è già stato eseguito in '%s'"
1278
1179 -#: builtin/apply.c:3143
1279 +#: branch.c:382
1280 #, c-format
1181 -msgid "%s: has been deleted/renamed"
1182 -msgstr "%s: è stata eliminata/rinominata"
1281 +msgid "HEAD of working tree %s is not updated"
1282 +msgstr "L'HEAD dell'albero di lavoro %s non è aggiornato"
1283
1184 -#: builtin/apply.c:3148 builtin/apply.c:3179
1284 +#: bundle.c:36
1285 #, c-format
1186 -msgid "%s: %s"
1187 -msgstr "%s: %s"
1286 +msgid "'%s' does not look like a v2 bundle file"
1287 +msgstr "'%s' non sembra essere un file bundle v2"
1288
1189 -#: builtin/apply.c:3159
1289 +#: bundle.c:64
1290 #, c-format
1191 -msgid "%s: does not exist in index"
1192 -msgstr "%s: non esiste in index"
1291 +msgid "unrecognized header: %s%s (%d)"
1292 +msgstr "intestazione non riconosciuta: %s%s (%d)"
1293
1194 -#: builtin/apply.c:3173
1294 +#: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2215 sequencer.c:2763
1295 +#: builtin/commit.c:776
1296 #, c-format
1196 -msgid "%s: does not match index"
1197 -msgstr "%s: non corrisponde a index"
1297 +msgid "could not open '%s'"
1298 +msgstr "impossibile aprire '%s'"
1299 +
1300 +#: bundle.c:143
1301 +msgid "Repository lacks these prerequisite commits:"
1302 +msgstr "Dal repository mancano questi commit richiesti come prerequisito:"
1303
1199 -#: builtin/apply.c:3190
1304 +#: bundle.c:194
1305 #, c-format
1201 -msgid "%s: wrong type"
1202 -msgstr "%s: tipo errato"
1306 +msgid "The bundle contains this ref:"
1307 +msgid_plural "The bundle contains these %d refs:"
1308 +msgstr[0] "Il bundle contiene questo ref:"
1309 +msgstr[1] "Il bundle contiene questi %d ref:"
1310 +
1311 +#: bundle.c:201
1312 +msgid "The bundle records a complete history."
1313 +msgstr "Il bundle registra una cronologia completa."
1314
1204 -#: builtin/apply.c:3192
1315 +#: bundle.c:203
1316 #, c-format
1206 -msgid "%s has type %o, expected %o"
1207 -msgstr "%s ha il tipo %o, atteso %o"
1317 +msgid "The bundle requires this ref:"
1318 +msgid_plural "The bundle requires these %d refs:"
1319 +msgstr[0] "Il bundle richiede questo ref:"
1320 +msgstr[1] "Il bundle richiede questi %d ref:"
1321 +
1322 +#: bundle.c:269
1323 +msgid "unable to dup bundle descriptor"
1324 +msgstr "impossibile duplicare il descrittore bundle"
1325 +
1326 +#: bundle.c:276
1327 +msgid "Could not spawn pack-objects"
1328 +msgstr "Impossibile avviare pack-objects"
1329 +
1330 +#: bundle.c:287
1331 +msgid "pack-objects died"
1332 +msgstr "comando pack-objects morto"
1333 +
1334 +#: bundle.c:329
1335 +msgid "rev-list died"
1336 +msgstr "comando rev-list morto"
1337
1209 -#: builtin/apply.c:3247
1338 +#: bundle.c:378
1339 #, c-format
1211 -msgid "%s: already exists in index"
1212 -msgstr "%s: esiste già in index"
1340 +msgid "ref '%s' is excluded by the rev-list options"
1341 +msgstr "il ref '%s' è escluso dalle opzioni di rev-list"
1342
1214 -#: builtin/apply.c:3267
1343 +#: bundle.c:457 builtin/log.c:193 builtin/log.c:1701 builtin/shortlog.c:306
1344 #, c-format
1216 -msgid "new mode (%o) of %s does not match old mode (%o)"
1217 -msgstr ""
1345 +msgid "unrecognized argument: %s"
1346 +msgstr "argomento non riconosciuto: %s"
1347 +
1348 +#: bundle.c:465
1349 +msgid "Refusing to create empty bundle."
1350 +msgstr "Mi rifiuto di creare un bundle vuoto."
1351
1219 -#: builtin/apply.c:3272
1352 +#: bundle.c:475
1353 #, c-format
1221 -msgid "new mode (%o) of %s does not match old mode (%o) of %s"
1222 -msgstr ""
1354 +msgid "cannot create '%s'"
1355 +msgstr "impossibile creare '%s'"
1356 +
1357 +#: bundle.c:500
1358 +msgid "index-pack died"
1359 +msgstr "comando index-pack morto"
1360
1224 -#: builtin/apply.c:3280
1361 +#: color.c:296
1362 #, c-format
1226 -msgid "%s: patch does not apply"
1227 -msgstr "%s: la patch non può essere applicata"
1363 +msgid "invalid color value: %.*s"
1364 +msgstr "valore colore non valido: %.*s"
1365
1229 -#: builtin/apply.c:3293
1366 +#: commit.c:50 sequencer.c:2567 builtin/am.c:355 builtin/am.c:399
1367 +#: builtin/am.c:1375 builtin/am.c:2019 builtin/replace.c:376
1368 +#: builtin/replace.c:448
1369 #, c-format
1231 -msgid "Checking patch %s..."
1232 -msgstr "Controllo della patch %s..."
1370 +msgid "could not parse %s"
1371 +msgstr "impossibile analizzare %s"
1372
1234 -#: builtin/apply.c:3348 builtin/checkout.c:212 builtin/reset.c:158
1373 +#: commit.c:52
1374 #, c-format
1236 -msgid "make_cache_entry failed for path '%s'"
1237 -msgstr "make_cache_entry non riuscito per il path '%s'"
1375 +msgid "%s %s is not a commit!"
1376 +msgstr "%s %s non è un commit!"
1377 +
1378 +#: commit.c:193
1379 +msgid ""
1380 +"Support for <GIT_DIR>/info/grafts is deprecated\n"
1381 +"and will be removed in a future Git version.\n"
1382 +"\n"
1383 +"Please use \"git replace --convert-graft-file\"\n"
1384 +"to convert the grafts into replace refs.\n"
1385 +"\n"
1386 +"Turn this message off by running\n"
1387 +"\"git config advice.graftFileDeprecated false\""
1388 +msgstr ""
1389 +"Il supporto per <GIT_DIR>/info/graft è deprecato\n"
1390 +"e sarà rimosso in una versione futura di Git.\n"
1391 +"\n"
1392 +"Utilizzare \"git replace --convert-graft-file\"\n"
1393 +"per convertire i graft in ref sostitutivi.\n"
1394 +"\n"
1395 +"Per disabilitare questo messaggio, eseguire\n"
1396 +"\"git config advice.graftFileDeprecated false\""
1397
1239 -#: builtin/apply.c:3491
1398 +#: commit.c:1122
1399 #, c-format
1241 -msgid "unable to remove %s from index"
1242 -msgstr "impossibile rimuovere %s da index"
1400 +msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
1401 +msgstr "Il commit %s ha una firma GPG non affidabile, presumibilmente di %s."
1402
1244 -#: builtin/apply.c:3518
1403 +#: commit.c:1125
1404 #, c-format
1246 -msgid "corrupt patch for subproject %s"
1247 -msgstr "patch corrotta per il sottoprogetto %s"
1405 +msgid "Commit %s has a bad GPG signature allegedly by %s."
1406 +msgstr "Il commit %s ha una firma GPG non valida presumibilmente di %s."
1407
1249 -#: builtin/apply.c:3522
1408 +#: commit.c:1128
1409 #, c-format
1251 -msgid "unable to stat newly created file '%s'"
1252 -msgstr "impossibile eseguire lo stat del file appena creato '%s'"
1410 +msgid "Commit %s does not have a GPG signature."
1411 +msgstr "Il commit %s non ha una firma GPG."
1412
1254 -#: builtin/apply.c:3527
1413 +#: commit.c:1131
1414 #, c-format
1256 -msgid "unable to create backing store for newly created file %s"
1415 +msgid "Commit %s has a good GPG signature by %s\n"
1416 +msgstr "Il commit %s ha una firma GPG valida di %s\n"
1417 +
1418 +#: commit.c:1385
1419 +msgid ""
1420 +"Warning: commit message did not conform to UTF-8.\n"
1421 +"You may want to amend it after fixing the message, or set the config\n"
1422 +"variable i18n.commitencoding to the encoding your project uses.\n"
1423 msgstr ""
1424 +"Attenzione: il messaggio di commit non è conforme alla codifica UTF-8.\n"
1425 +"Potresti volerlo modificare dopo aver corretto il messaggio, o impostare\n"
1426 +"la variabile di configurazione i18n.commitencoding alla codifica usata\n"
1427 +"dal tuo progetto.\n"
1428
1259 -#: builtin/apply.c:3530
1429 +#: commit-graph.c:101
1430 #, c-format
1261 -msgid "unable to add cache entry for %s"
1262 -msgstr "impossibile aggiungere la voce della cache per %s"
1431 +msgid "graph file %s is too small"
1432 +msgstr "il file grafo %s è troppo piccolo"
1433
1264 -#: builtin/apply.c:3563
1434 +#: commit-graph.c:136
1435 #, c-format
1266 -msgid "closing file '%s'"
1267 -msgstr "chiusura del file '%s'"
1436 +msgid "graph signature %X does not match signature %X"
1437 +msgstr "la firma del grafo %X non corrisponde alla firma %X"
1438
1269 -#: builtin/apply.c:3612
1439 +#: commit-graph.c:143
1440 #, c-format
1271 -msgid "unable to write file '%s' mode %o"
1272 -msgstr "impossibile scrivere il file '%s' in modalità %o"
1441 +msgid "graph version %X does not match version %X"
1442 +msgstr "la versione del grafo %X non corrisponde alla versione %X"
1443
1274 -#: builtin/apply.c:3668
1444 +#: commit-graph.c:150
1445 #, c-format
1276 -msgid "Applied patch %s cleanly."
1277 -msgstr "Patch %s applicata correttamente."
1446 +msgid "hash version %X does not match version %X"
1447 +msgstr "la versione dell'hash %X non corrisponde alla versione %X"
1448
1279 -#: builtin/apply.c:3676
1280 -msgid "internal error"
1281 -msgstr "errore interno"
1449 +#: commit-graph.c:173
1450 +msgid "chunk lookup table entry missing; graph file may be incomplete"
1451 +msgstr ""
1452
1283 -#. Say this even without --verbose
1284 -#: builtin/apply.c:3679
1453 +#: commit-graph.c:184
1454 #, c-format
1286 -msgid "Applying patch %%s with %d reject..."
1287 -msgid_plural "Applying patch %%s with %d rejects..."
1288 -msgstr[0] ""
1289 -msgstr[1] ""
1455 +msgid "improper chunk offset %08x%08x"
1456 +msgstr "offset blocco improprio %08x%08x"
1457
1291 -#: builtin/apply.c:3689
1458 +#: commit-graph.c:221
1459 #, c-format
1293 -msgid "truncating .rej filename to %.*s.rej"
1294 -msgstr ""
1460 +msgid "chunk id %08x appears multiple times"
1461 +msgstr "l'ID del blocco %08x compare più volte"
1462
1296 -#: builtin/apply.c:3710
1463 +#: commit-graph.c:334
1464 #, c-format
1298 -msgid "Hunk #%d applied cleanly."
1299 -msgstr "Frammento #%d applicato correttamente."
1465 +msgid "could not find commit %s"
1466 +msgstr "impossibile trovare il commit %s"
1467
1301 -#: builtin/apply.c:3713
1468 +#: commit-graph.c:671 builtin/pack-objects.c:2646
1469 #, c-format
1303 -msgid "Rejected hunk #%d."
1304 -msgstr "Frammento #%d respinto."
1470 +msgid "unable to get type of object %s"
1471 +msgstr "impossibile recuperare il tipo dell'oggetto %s"
1472
1306 -#: builtin/apply.c:3844
1307 -msgid "unrecognized input"
1308 -msgstr "input non riconosciuto"
1473 +#: commit-graph.c:704
1474 +#, fuzzy
1475 +msgid "Loading known commits in commit graph"
1476 +msgstr "Annotazione commit nel grafo dei commit in corso"
1477
1310 -#: builtin/apply.c:3855
1311 -msgid "unable to read index file"
1312 -msgstr "impossibile leggere index file"
1478 +#: commit-graph.c:720
1479 +#, fuzzy
1480 +msgid "Expanding reachable commits in commit graph"
1481 +msgstr "Annotazione commit nel grafo dei commit in corso"
1482
1314 -#: builtin/apply.c:3970 builtin/apply.c:3973
1315 -msgid "path"
1316 -msgstr "path"
1483 +#: commit-graph.c:732
1484 +#, fuzzy
1485 +msgid "Clearing commit marks in commit graph"
1486 +msgstr "Verifica dei commit nel grafo dei commit in corso"
1487
1318 -#: builtin/apply.c:3971
1319 -msgid "don't apply changes matching the given path"
1320 -msgstr "non applica le modifiche corrispondenti al path specificato"
1488 +#: commit-graph.c:752
1489 +msgid "Computing commit graph generation numbers"
1490 +msgstr "Calcolo numeri generazione del grafo dei commit in corso"
1491
1322 -#: builtin/apply.c:3974
1323 -msgid "apply changes matching the given path"
1324 -msgstr "applica le modifiche corrispondenti al path specificato"
1492 +#: commit-graph.c:869
1493 +#, fuzzy, c-format
1494 +msgid "Finding commits for commit graph in %d pack"
1495 +msgid_plural "Finding commits for commit graph in %d packs"
1496 +msgstr[0] "Ricerca dei commit per il grafo dei commit in corso"
1497 +msgstr[1] "Ricerca dei commit per il grafo dei commit in corso"
1498
1326 -#: builtin/apply.c:3976
1327 -msgid "num"
1328 -msgstr "num"
1499 +#: commit-graph.c:882
1500 +#, c-format
1501 +msgid "error adding pack %s"
1502 +msgstr "errore durante l'aggiunta del pack %s"
1503
1330 -#: builtin/apply.c:3977
1331 -msgid "remove <num> leading slashes from traditional diff paths"
1332 -msgstr ""
1504 +#: commit-graph.c:884
1505 +#, c-format
1506 +msgid "error opening index for %s"
1507 +msgstr "errore durante l'apertura dell'index per %s"
1508
1334 -#: builtin/apply.c:3980
1335 -msgid "ignore additions made by the patch"
1336 -msgstr "ignora le aggiunte create dalla patch"
1509 +#: commit-graph.c:898
1510 +#, fuzzy, c-format
1511 +msgid "Finding commits for commit graph from %d ref"
1512 +msgid_plural "Finding commits for commit graph from %d refs"
1513 +msgstr[0] "Ricerca dei commit per il grafo dei commit in corso"
1514 +msgstr[1] "Ricerca dei commit per il grafo dei commit in corso"
1515
1338 -#: builtin/apply.c:3982
1339 -msgid "instead of applying the patch, output diffstat for the input"
1340 -msgstr "invece di applicare la patch, mostra l'output di diffstat per l'input"
1516 +#: commit-graph.c:930
1517 +#, fuzzy
1518 +msgid "Finding commits for commit graph among packed objects"
1519 +msgstr "Ricerca dei commit per il grafo dei commit in corso"
1520
1342 -#: builtin/apply.c:3986
1343 -msgid "shows number of added and deleted lines in decimal notation"
1344 -msgstr "mostra il numero di righe aggiunte e eliminate in notazione decimale"
1521 +#: commit-graph.c:943
1522 +#, fuzzy
1523 +msgid "Counting distinct commits in commit graph"
1524 +msgstr "Annotazione commit nel grafo dei commit in corso"
1525
1346 -#: builtin/apply.c:3988
1347 -msgid "instead of applying the patch, output a summary for the input"
1348 -msgstr "invece di applicare la patch, mostra un riassunto per l'input"
1526 +#: commit-graph.c:956
1527 +#, c-format
1528 +msgid "the commit graph format cannot write %d commits"
1529 +msgstr ""
1530 +"il formato del grafo dei commit non può essere utilizzato per scrivere %d "
1531 +"commit"
1532
1350 -#: builtin/apply.c:3990
1351 -msgid "instead of applying the patch, see if the patch is applicable"
1352 -msgstr "invece di applicare la patch, verifica se può essere applicata"
1533 +#: commit-graph.c:965
1534 +#, fuzzy
1535 +msgid "Finding extra edges in commit graph"
1536 +msgstr "Ricerca dei commit per il grafo dei commit in corso"
1537
1354 -#: builtin/apply.c:3992
1355 -msgid "make sure the patch is applicable to the current index"
1356 -msgstr "assicura che la patch sia applicabile all'attuale index"
1538 +#: commit-graph.c:989
1539 +msgid "too many commits to write graph"
1540 +msgstr "troppi commit da scrivere nel grafo"
1541
1358 -#: builtin/apply.c:3994
1359 -msgid "apply a patch without touching the working tree"
1360 -msgstr ""
1542 +#: commit-graph.c:996 midx.c:769
1543 +#, c-format
1544 +msgid "unable to create leading directories of %s"
1545 +msgstr "impossibile creare le prime directory di %s"
1546
1362 -#: builtin/apply.c:3996
1363 -msgid "also apply the patch (use with --stat/--summary/--check)"
1364 -msgstr "applica anche la patch (da usare con --stat/--summary/--check)"
1547 +#: commit-graph.c:1036
1548 +#, fuzzy, c-format
1549 +msgid "Writing out commit graph in %d pass"
1550 +msgid_plural "Writing out commit graph in %d passes"
1551 +msgstr[0] "Verifica dei commit nel grafo dei commit in corso"
1552 +msgstr[1] "Verifica dei commit nel grafo dei commit in corso"
1553
1366 -#: builtin/apply.c:3998
1367 -msgid "build a temporary index based on embedded index information"
1554 +#: commit-graph.c:1109
1555 +msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1556 msgstr ""
1557 +"il file del grafo dei commit ha un checksum non corretto e probabilmente è "
1558 +"corrotto"
1559
1370 -#: builtin/apply.c:4000
1371 -msgid "paths are separated with NUL character"
1372 -msgstr "i path sono separati con un carattere NUL"
1560 +#: commit-graph.c:1153
1561 +msgid "Verifying commits in commit graph"
1562 +msgstr "Verifica dei commit nel grafo dei commit in corso"
1563
1374 -#: builtin/apply.c:4003
1375 -msgid "ensure at least <n> lines of context match"
1376 -msgstr "assicura almeno <n> righe di contesto corrispondente"
1564 +#: compat/obstack.c:406 compat/obstack.c:408
1565 +msgid "memory exhausted"
1566 +msgstr "memoria esaurita"
1567
1378 -#: builtin/apply.c:4004
1379 -msgid "action"
1380 -msgstr "azione"
1568 +#: config.c:123
1569 +#, c-format
1570 +msgid ""
1571 +"exceeded maximum include depth (%d) while including\n"
1572 +"\t%s\n"
1573 +"from\n"
1574 +"\t%s\n"
1575 +"This might be due to circular includes."
1576 +msgstr ""
1577 +"profondità massima di inclusione (%d) superata durante l'inclusione di\n"
1578 +"\t%s\n"
1579 +"da\n"
1580 +"\t%s\n"
1581 +"Ciò può essere dovuto a delle inclusioni circolari."
1582
1382 -#: builtin/apply.c:4005
1383 -msgid "detect new or modified lines that have whitespace errors"
1384 -msgstr "rileva righe nuove o modificate che hanno errori di spazi bianchi"
1583 +#: config.c:139
1584 +#, c-format
1585 +msgid "could not expand include path '%s'"
1586 +msgstr "impossibile espandere il percorso di inclusione '%s'"
1587
1386 -#: builtin/apply.c:4008 builtin/apply.c:4011
1387 -msgid "ignore changes in whitespace when finding context"
1588 +#: config.c:150
1589 +msgid "relative config includes must come from files"
1590 +msgstr "le inclusioni configurazione relative devono provenire da file"
1591 +
1592 +#: config.c:190
1593 +msgid "relative config include conditionals must come from files"
1594 msgstr ""
1595 +"i condizionali di inclusione configurazione relativi devono provenire da file"
1596
1390 -#: builtin/apply.c:4014
1391 -msgid "apply the patch in reverse"
1392 -msgstr "applica la patch in maniera inversa"
1393 -
1394 -#: builtin/apply.c:4016
1395 -msgid "don't expect at least one line of context"
1396 -msgstr ""
1397 -
1398 -#: builtin/apply.c:4018
1399 -msgid "leave the rejected hunks in corresponding *.rej files"
1400 -msgstr "lascia i frammenti respinti nei file .rej corrispondenti"
1401 -
1402 -#: builtin/apply.c:4020
1403 -msgid "allow overlapping hunks"
1404 -msgstr "consente la sovrapposizione dei frammenti"
1405 -
1406 -#: builtin/apply.c:4021
1407 -msgid "be verbose"
1408 -msgstr "dettagliato"
1597 +#: config.c:348
1598 +#, c-format
1599 +msgid "key does not contain a section: %s"
1600 +msgstr "la chiave non contiene una sezione: %s"
1601
1410 -#: builtin/apply.c:4023
1411 -msgid "tolerate incorrectly detected missing new-line at the end of file"
1412 -msgstr ""
1602 +#: config.c:354
1603 +#, c-format
1604 +msgid "key does not contain variable name: %s"
1605 +msgstr "la chiave non contiene un nome variabile: %s"
1606
1414 -#: builtin/apply.c:4026
1415 -msgid "do not trust the line counts in the hunk headers"
1416 -msgstr ""
1607 +#: config.c:378 sequencer.c:2330
1608 +#, c-format
1609 +msgid "invalid key: %s"
1610 +msgstr "chiave non valida: %s"
1611
1418 -#: builtin/apply.c:4028
1419 -msgid "root"
1420 -msgstr "radice"
1612 +#: config.c:384
1613 +#, c-format
1614 +msgid "invalid key (newline): %s"
1615 +msgstr "chiave non valida (nuova riga): %s"
1616
1422 -#: builtin/apply.c:4029
1423 -msgid "prepend <root> to all filenames"
1424 -msgstr "antepone <root> a tutti i nomi file"
1617 +#: config.c:420 config.c:432
1618 +#, c-format
1619 +msgid "bogus config parameter: %s"
1620 +msgstr "parametro configurazione fittizio: %s"
1621
1426 -#: builtin/apply.c:4050
1427 -msgid "--index outside a repository"
1428 -msgstr "--index al di fuori di un repository"
1622 +#: config.c:467
1623 +#, c-format
1624 +msgid "bogus format in %s"
1625 +msgstr "formato fittizio in %s"
1626
1430 -#: builtin/apply.c:4053
1431 -msgid "--cached outside a repository"
1432 -msgstr "--cached al di fuori di un repository"
1627 +#: config.c:793
1628 +#, c-format
1629 +msgid "bad config line %d in blob %s"
1630 +msgstr "riga configurazione %d errata nel blob %s"
1631
1434 -#: builtin/apply.c:4069
1632 +#: config.c:797
1633 #, c-format
1436 -msgid "can't open patch '%s'"
1437 -msgstr "impossibile aprire la patch '%s'"
1634 +msgid "bad config line %d in file %s"
1635 +msgstr "riga configurazione %d errata nel file %s"
1636
1439 -#: builtin/apply.c:4083
1637 +#: config.c:801
1638 #, c-format
1441 -msgid "squelched %d whitespace error"
1442 -msgid_plural "squelched %d whitespace errors"
1443 -msgstr[0] ""
1444 -msgstr[1] ""
1639 +msgid "bad config line %d in standard input"
1640 +msgstr "riga configurazione %d errata nello standard input"
1641
1446 -#: builtin/apply.c:4089 builtin/apply.c:4099
1642 +#: config.c:805
1643 #, c-format
1448 -msgid "%d line adds whitespace errors."
1449 -msgid_plural "%d lines add whitespace errors."
1450 -msgstr[0] "%d riga aggiunge errori di spazi bianchi."
1451 -msgstr[1] "%d righe aggiungono errori di spazi bianchi."
1644 +msgid "bad config line %d in submodule-blob %s"
1645 +msgstr "riga configurazione %d errata nel blob sottomodulo %s"
1646
1453 -#: builtin/archive.c:17
1647 +#: config.c:809
1648 #, c-format
1455 -msgid "could not create archive file '%s'"
1456 -msgstr "non è stato possibile creare il file del repository '%s'"
1649 +msgid "bad config line %d in command line %s"
1650 +msgstr "riga configurazione %d errata nella riga di comando %s"
1651
1458 -#: builtin/archive.c:20
1459 -msgid "could not redirect output"
1460 -msgstr "non è stato possibile redirigere l'output"
1652 +#: config.c:813
1653 +#, c-format
1654 +msgid "bad config line %d in %s"
1655 +msgstr "riga configurazione %d errata in %s"
1656
1462 -#: builtin/archive.c:37
1463 -msgid "git archive: Remote with no URL"
1464 -msgstr "git archive: Remote non ha un URL"
1657 +#: config.c:952
1658 +msgid "out of range"
1659 +msgstr "fuori intervallo"
1660
1466 -#: builtin/archive.c:58
1467 -msgid "git archive: expected ACK/NAK, got EOF"
1468 -msgstr "git archive: atteso ACK/NAK, ricevuto EOF"
1661 +#: config.c:952
1662 +msgid "invalid unit"
1663 +msgstr "unità non valida"
1664
1470 -#: builtin/archive.c:63
1665 +#: config.c:958
1666 #, c-format
1472 -msgid "git archive: NACK %s"
1473 -msgstr "git archive: NACK %s"
1667 +msgid "bad numeric config value '%s' for '%s': %s"
1668 +msgstr "valore configurazione numerico '%s' errato per '%s': %s"
1669
1475 -#: builtin/archive.c:65
1670 +#: config.c:963
1671 #, c-format
1477 -msgid "remote error: %s"
1478 -msgstr "errore remoto: %s"
1479 -
1480 -#: builtin/archive.c:66
1481 -msgid "git archive: protocol error"
1482 -msgstr "git archive: errore del protocollo"
1672 +msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1673 +msgstr "valore configurazione numerico '%s' errato per '%s' nel blob %s: %s"
1674
1484 -#: builtin/archive.c:71
1485 -msgid "git archive: expected a flush"
1486 -msgstr "git archive: atteso un flush"
1487 -
1488 -#: builtin/branch.c:144
1675 +#: config.c:966
1676 #, c-format
1490 -msgid ""
1491 -"deleting branch '%s' that has been merged to\n"
1492 -" '%s', but not yet merged to HEAD."
1493 -msgstr ""
1677 +msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1678 +msgstr "valore configurazione numerico '%s' errato per '%s' nel file %s: %s"
1679
1495 -#: builtin/branch.c:148
1680 +#: config.c:969
1681 #, c-format
1497 -msgid ""
1498 -"not deleting branch '%s' that is not yet merged to\n"
1499 -" '%s', even though it is merged to HEAD."
1682 +msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1683 msgstr ""
1684 +"valore configurazione numerico '%s' errato per '%s' nello standard input: %s"
1685
1502 -#: builtin/branch.c:180
1503 -msgid "cannot use -a with -d"
1504 -msgstr "impossibile usare -a con -d"
1505 -
1506 -#: builtin/branch.c:186
1507 -msgid "Couldn't look up commit object for HEAD"
1686 +#: config.c:972
1687 +#, c-format
1688 +msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1689 msgstr ""
1690 +"valore configurazione numerico '%s' errato per '%s' nel blob sottomodulo %s: "
1691 +"%s"
1692
1510 -#: builtin/branch.c:191
1693 +#: config.c:975
1694 #, c-format
1512 -msgid "Cannot delete the branch '%s' which you are currently on."
1695 +msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1696 msgstr ""
1697 +"valore configurazione numerico '%s' errato per '%s' nella riga di comando "
1698 +"%s: %s"
1699
1515 -#: builtin/branch.c:202
1700 +#: config.c:978
1701 #, c-format
1517 -msgid "remote branch '%s' not found."
1518 -msgstr "il branch remoto '%s' non è stato trovato."
1702 +msgid "bad numeric config value '%s' for '%s' in %s: %s"
1703 +msgstr "valore configurazione numerico '%s' errato per '%s' in %s: %s"
1704
1520 -#: builtin/branch.c:203
1705 +#: config.c:1073
1706 #, c-format
1522 -msgid "branch '%s' not found."
1523 -msgstr "branch '%s' non trovato."
1707 +msgid "failed to expand user dir in: '%s'"
1708 +msgstr "espansione directory utente in '%s' non riuscita"
1709
1525 -#: builtin/branch.c:210
1710 +#: config.c:1082
1711 #, c-format
1527 -msgid "Couldn't look up commit object for '%s'"
1528 -msgstr ""
1712 +msgid "'%s' for '%s' is not a valid timestamp"
1713 +msgstr "'%s' per '%s' non è un timestamp valido"
1714
1530 -#: builtin/branch.c:216
1715 +#: config.c:1173
1716 #, c-format
1532 -msgid ""
1533 -"The branch '%s' is not fully merged.\n"
1534 -"If you are sure you want to delete it, run 'git branch -D %s'."
1535 -msgstr ""
1717 +msgid "abbrev length out of range: %d"
1718 +msgstr "lunghezza abbreviazione fuori intervallo: %d"
1719
1537 -#: builtin/branch.c:225
1720 +#: config.c:1187 config.c:1198
1721 #, c-format
1539 -msgid "Error deleting remote branch '%s'"
1540 -msgstr "Errore nella rimozione del branch remoto '%s'"
1722 +msgid "bad zlib compression level %d"
1723 +msgstr "livello compressione zlib %d non valido"
1724
1542 -#: builtin/branch.c:226
1543 -#, c-format
1544 -msgid "Error deleting branch '%s'"
1545 -msgstr "Errore nella rimozione del branch '%s'"
1725 +#: config.c:1290
1726 +msgid "core.commentChar should only be one character"
1727 +msgstr "core.commentChar dovrebbe essere composto da un solo carattere"
1728
1547 -#: builtin/branch.c:233
1729 +#: config.c:1323
1730 #, c-format
1549 -msgid "Deleted remote branch %s (was %s).\n"
1550 -msgstr "Ramo remoto %s eliminato (era %s).\n"
1731 +msgid "invalid mode for object creation: %s"
1732 +msgstr "modalità non valida per la creazione di un oggetto: %s"
1733
1552 -#: builtin/branch.c:234
1734 +#: config.c:1395
1735 #, c-format
1554 -msgid "Deleted branch %s (was %s).\n"
1555 -msgstr "Ramo %s eliminato (era %s).\n"
1556 -
1557 -#: builtin/branch.c:239
1558 -msgid "Update of config-file failed"
1559 -msgstr "Aggiornamento del file di configurazione fallito"
1736 +msgid "malformed value for %s"
1737 +msgstr "valore malformato per %s"
1738
1561 -#: builtin/branch.c:337
1739 +#: config.c:1421
1740 #, c-format
1563 -msgid "branch '%s' does not point at a commit"
1564 -msgstr "il branch '%s' non punta ad un commit"
1741 +msgid "malformed value for %s: %s"
1742 +msgstr "valore malformato per %s: %s"
1743
1566 -#: builtin/branch.c:409
1567 -#, c-format
1568 -msgid "[%s: behind %d]"
1569 -msgstr "[%s: dietro %d]"
1744 +#: config.c:1422
1745 +msgid "must be one of nothing, matching, simple, upstream or current"
1746 +msgstr "dev'essere nothing, matching, simple, upstream o current"
1747
1571 -#: builtin/branch.c:411
1748 +#: config.c:1481 builtin/pack-objects.c:3394
1749 #, c-format
1573 -msgid "[behind %d]"
1574 -msgstr "[dietro %d]"
1750 +msgid "bad pack compression level %d"
1751 +msgstr "livello compressione pack %d non valido"
1752
1576 -#: builtin/branch.c:415
1753 +#: config.c:1602
1754 #, c-format
1578 -msgid "[%s: ahead %d]"
1579 -msgstr "[%s: avanti %d]"
1755 +msgid "unable to load config blob object '%s'"
1756 +msgstr "impossibile caricare l'oggetto blob configurazione '%s'"
1757
1581 -#: builtin/branch.c:417
1758 +#: config.c:1605
1759 #, c-format
1583 -msgid "[ahead %d]"
1584 -msgstr ""
1760 +msgid "reference '%s' does not point to a blob"
1761 +msgstr "il riferimento '%s' non punta ad un blob"
1762
1586 -#: builtin/branch.c:420
1763 +#: config.c:1622
1764 #, c-format
1588 -msgid "[%s: ahead %d, behind %d]"
1589 -msgstr ""
1765 +msgid "unable to resolve config blob '%s'"
1766 +msgstr "impossibile risolvere il blob configurazione '%s'"
1767
1591 -#: builtin/branch.c:423
1768 +#: config.c:1652
1769 #, c-format
1593 -msgid "[ahead %d, behind %d]"
1594 -msgstr ""
1595 -
1596 -#: builtin/branch.c:535
1597 -msgid "(no branch)"
1598 -msgstr "(nessun branch)"
1770 +msgid "failed to parse %s"
1771 +msgstr "analisi di %s non riuscita"
1772
1600 -#: builtin/branch.c:600
1601 -msgid "some refs could not be read"
1602 -msgstr ""
1773 +#: config.c:1705
1774 +msgid "unable to parse command-line config"
1775 +msgstr "impossibile analizzare la configurazione a riga di comando"
1776
1604 -#: builtin/branch.c:613
1605 -msgid "cannot rename the current branch while not on any."
1777 +#: config.c:2037
1778 +msgid "unknown error occurred while reading the configuration files"
1779 msgstr ""
1780 +"si è verificato un errore imprevisto durante la lettura dei file di "
1781 +"configurazione"
1782
1608 -#: builtin/branch.c:623
1783 +#: config.c:2207
1784 #, c-format
1610 -msgid "Invalid branch name: '%s'"
1611 -msgstr "Nome del branch non valido: '%s'"
1785 +msgid "Invalid %s: '%s'"
1786 +msgstr "%s non valido: '%s'"
1787
1613 -#: builtin/branch.c:638
1614 -msgid "Branch rename failed"
1788 +#: config.c:2250
1789 +#, c-format
1790 +msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1791 msgstr ""
1792 +"valore core.untrackedCache '%s' non valido; utilizzerò il valore predefinito "
1793 +"'keep'"
1794
1617 -#: builtin/branch.c:642
1795 +#: config.c:2276
1796 #, c-format
1619 -msgid "Renamed a misnamed branch '%s' away"
1797 +msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1798 msgstr ""
1799 +"il valore splitIndex.maxPercentChange '%d' dovrebbe essere compreso fra 0 e "
1800 +"100"
1801
1622 -#: builtin/branch.c:646
1802 +#: config.c:2322
1803 #, c-format
1624 -msgid "Branch renamed to %s, but HEAD is not updated!"
1625 -msgstr "Ramo rinominato in %s, ma HEAD non è aggiornato!"
1804 +msgid "unable to parse '%s' from command-line config"
1805 +msgstr "impossibile analizzare '%s' dalla configurazione a riga di comando"
1806
1627 -#: builtin/branch.c:653
1628 -msgid "Branch is renamed, but update of config-file failed"
1629 -msgstr ""
1630 -"Il branch è stato rinominato, ma l'aggiornamento del file di configurazione "
1631 -"è fallito"
1807 +#: config.c:2324
1808 +#, c-format
1809 +msgid "bad config variable '%s' in file '%s' at line %d"
1810 +msgstr "variabile configurazione '%s' errata nel file '%s' alla riga %d"
1811
1633 -#: builtin/branch.c:668
1812 +#: config.c:2405
1813 #, c-format
1635 -msgid "malformed object name %s"
1636 -msgstr "nome dell'oggetto %s errato"
1814 +msgid "invalid section name '%s'"
1815 +msgstr "nome sezione '%s' non valido"
1816
1638 -#: builtin/branch.c:692
1817 +#: config.c:2437
1818 #, c-format
1640 -msgid "could not write branch description template: %s"
1641 -msgstr ""
1819 +msgid "%s has multiple values"
1820 +msgstr "%s ha più valori"
1821
1643 -#: builtin/branch.c:783
1644 -msgid "Failed to resolve HEAD as a valid ref."
1645 -msgstr ""
1822 +#: config.c:2466
1823 +#, c-format
1824 +msgid "failed to write new configuration file %s"
1825 +msgstr "scrittura del nuovo file di configurazione %s non riuscita"
1826
1647 -#: builtin/branch.c:788 builtin/clone.c:558
1648 -msgid "HEAD not found below refs/heads!"
1649 -msgstr ""
1827 +#: config.c:2716 config.c:3040
1828 +#, c-format
1829 +msgid "could not lock config file %s"
1830 +msgstr "impossibile bloccare il file di configurazione %s"
1831
1651 -#: builtin/branch.c:808
1652 -msgid "--column and --verbose are incompatible"
1653 -msgstr "--column e --verbose non sono compatibili"
1832 +#: config.c:2727
1833 +#, c-format
1834 +msgid "opening %s"
1835 +msgstr "apertura di %s in corso"
1836
1655 -#: builtin/branch.c:857
1656 -msgid "-a and -r options to 'git branch' do not make sense with a branch name"
1657 -msgstr ""
1658 -"le opzioni -a e -r per 'git branch' non hanno senso con il nome di un branch"
1837 +#: config.c:2762 builtin/config.c:328
1838 +#, c-format
1839 +msgid "invalid pattern: %s"
1840 +msgstr "pattern non valido: %s"
1841
1660 -#: builtin/bundle.c:47
1842 +#: config.c:2787
1843 #, c-format
1662 -msgid "%s is okay\n"
1663 -msgstr "%s è corretto\n"
1844 +msgid "invalid config file %s"
1845 +msgstr "file di configurazione %s non valido"
1846
1665 -#: builtin/bundle.c:56
1666 -msgid "Need a repository to create a bundle."
1667 -msgstr ""
1847 +#: config.c:2800 config.c:3053
1848 +#, c-format
1849 +msgid "fstat on %s failed"
1850 +msgstr "fstat di %s non riuscita"
1851
1669 -#: builtin/bundle.c:60
1670 -msgid "Need a repository to unbundle."
1671 -msgstr ""
1852 +#: config.c:2811
1853 +#, c-format
1854 +msgid "unable to mmap '%s'"
1855 +msgstr "impossibile eseguire mmap su '%s'"
1856
1673 -#: builtin/checkout.c:113 builtin/checkout.c:146
1857 +#: config.c:2820 config.c:3058
1858 #, c-format
1675 -msgid "path '%s' does not have our version"
1676 -msgstr "il path '%s' non ha la nostra versione"
1859 +msgid "chmod on %s failed"
1860 +msgstr "esecuzione chmod su %s non riuscita"
1861
1678 -#: builtin/checkout.c:115 builtin/checkout.c:148
1862 +#: config.c:2905 config.c:3155
1863 #, c-format
1680 -msgid "path '%s' does not have their version"
1681 -msgstr "il path '%s' non ha la loro versione"
1864 +msgid "could not write config file %s"
1865 +msgstr "impossibile scrivere il file di configurazione %s"
1866
1683 -#: builtin/checkout.c:131
1867 +#: config.c:2939
1868 #, c-format
1685 -msgid "path '%s' does not have all necessary versions"
1686 -msgstr ""
1869 +msgid "could not set '%s' to '%s'"
1870 +msgstr "impossibile impostare '%s' a '%s'"
1871
1688 -#: builtin/checkout.c:175
1872 +#: config.c:2941 builtin/remote.c:782
1873 #, c-format
1690 -msgid "path '%s' does not have necessary versions"
1691 -msgstr "il path '%s' non ha le versioni necessarie"
1874 +msgid "could not unset '%s'"
1875 +msgstr "impossibile eliminare l'impostazione di '%s'"
1876
1693 -#: builtin/checkout.c:192
1877 +#: config.c:3031
1878 #, c-format
1695 -msgid "path '%s': cannot merge"
1696 -msgstr ""
1879 +msgid "invalid section name: %s"
1880 +msgstr "nome sezione non valido: %s"
1881
1698 -#: builtin/checkout.c:209
1882 +#: config.c:3198
1883 #, c-format
1700 -msgid "Unable to add merge result for '%s'"
1701 -msgstr ""
1884 +msgid "missing value for '%s'"
1885 +msgstr "valore mancante per %s"
1886
1703 -#: builtin/checkout.c:234 builtin/checkout.c:392
1704 -msgid "corrupt index file"
1705 -msgstr "file index corrotto"
1887 +#: connect.c:61
1888 +msgid "the remote end hung up upon initial contact"
1889 +msgstr ""
1890 +"la controparte remota ha chiuso la connessione durante il contatto iniziale"
1891
1707 -#: builtin/checkout.c:264 builtin/checkout.c:271
1708 -#, c-format
1709 -msgid "path '%s' is unmerged"
1892 +#: connect.c:63
1893 +msgid ""
1894 +"Could not read from remote repository.\n"
1895 +"\n"
1896 +"Please make sure you have the correct access rights\n"
1897 +"and the repository exists."
1898 msgstr ""
1899 +"Impossibile leggere dal repository remoto.\n"
1900 +"\n"
1901 +"Assicurati di disporre dei privilegi d'accesso corretti\n"
1902 +"e che il repository esista."
1903
1712 -#: builtin/checkout.c:302 builtin/checkout.c:498 builtin/clone.c:583
1713 -#: builtin/merge.c:812
1714 -msgid "unable to write new index file"
1715 -msgstr "impossibile scrivere il nuovo file index"
1904 +#: connect.c:81
1905 +#, c-format
1906 +msgid "server doesn't support '%s'"
1907 +msgstr "il server non supporta '%s'"
1908
1717 -#: builtin/checkout.c:319 builtin/diff.c:302 builtin/merge.c:408
1718 -msgid "diff_setup_done failed"
1719 -msgstr "diff_setup_done non riuscito"
1909 +#: connect.c:103
1910 +#, c-format
1911 +msgid "server doesn't support feature '%s'"
1912 +msgstr "il server non supporta la funzionalità '%s'"
1913
1721 -#: builtin/checkout.c:414
1722 -msgid "you need to resolve your current index first"
1723 -msgstr "è necessario risolvere prima l'attuale index"
1914 +#: connect.c:114
1915 +msgid "expected flush after capabilities"
1916 +msgstr "atteso flush dopo lettura funzionalità"
1917
1725 -#: builtin/checkout.c:533
1918 +#: connect.c:233
1919 #, c-format
1727 -msgid "Can not do reflog for '%s'\n"
1728 -msgstr ""
1920 +msgid "ignoring capabilities after first line '%s'"
1921 +msgstr "ignoro le funzionalità dopo la prima riga '%s'"
1922
1730 -#: builtin/checkout.c:566
1731 -msgid "HEAD is now at"
1732 -msgstr "HEAD si trova ora a"
1923 +#: connect.c:252
1924 +msgid "protocol error: unexpected capabilities^{}"
1925 +msgstr "errore protocollo: capabilities^{} non atteso"
1926
1734 -#: builtin/checkout.c:573
1927 +#: connect.c:273
1928 #, c-format
1736 -msgid "Reset branch '%s'\n"
1737 -msgstr "Ripristina il branch '%s'\n"
1929 +msgid "protocol error: expected shallow sha-1, got '%s'"
1930 +msgstr "errore protocollo: atteso SHA1 shallow, ricevuto '%s'"
1931
1739 -#: builtin/checkout.c:576
1932 +#: connect.c:275
1933 +msgid "repository on the other end cannot be shallow"
1934 +msgstr "il repository della controparte non può essere shallow"
1935 +
1936 +#: connect.c:313
1937 +msgid "invalid packet"
1938 +msgstr "pacchetto non valido"
1939 +
1940 +#: connect.c:333
1941 #, c-format
1741 -msgid "Already on '%s'\n"
1742 -msgstr "Si è già su '%s'\n"
1942 +msgid "protocol error: unexpected '%s'"
1943 +msgstr "errore protocollo: '%s' non atteso"
1944
1744 -#: builtin/checkout.c:580
1945 +#: connect.c:441
1946 #, c-format
1746 -msgid "Switched to and reset branch '%s'\n"
1747 -msgstr ""
1947 +msgid "invalid ls-refs response: %s"
1948 +msgstr "responso ls-refs non valido: %s"
1949
1749 -#: builtin/checkout.c:582
1950 +#: connect.c:445
1951 +msgid "expected flush after ref listing"
1952 +msgstr "atteso flush dopo elenco ref"
1953 +
1954 +#: connect.c:544
1955 #, c-format
1751 -msgid "Switched to a new branch '%s'\n"
1752 -msgstr ""
1956 +msgid "protocol '%s' is not supported"
1957 +msgstr "il protocollo '%s' non è supportato"
1958 +
1959 +#: connect.c:595
1960 +msgid "unable to set SO_KEEPALIVE on socket"
1961 +msgstr "impossibile impostare SO_KEEPALIVE sul socket"
1962
1754 -#: builtin/checkout.c:584
1963 +#: connect.c:635 connect.c:698
1964 #, c-format
1756 -msgid "Switched to branch '%s'\n"
1757 -msgstr "Si è passati al branch '%s'\n"
1965 +msgid "Looking up %s ... "
1966 +msgstr "Risoluzione di %s in corso..."
1967
1759 -#: builtin/checkout.c:640
1968 +#: connect.c:639
1969 #, c-format
1761 -msgid " ... and %d more.\n"
1762 -msgstr " ... e %d altri.\n"
1970 +msgid "unable to look up %s (port %s) (%s)"
1971 +msgstr "impossibile risolvere %s (porta %s) (%s)"
1972
1764 -#. The singular version
1765 -#: builtin/checkout.c:646
1973 +#. TRANSLATORS: this is the end of "Looking up %s ... "
1974 +#: connect.c:643 connect.c:714
1975 #, c-format
1976 msgid ""
1768 -"Warning: you are leaving %d commit behind, not connected to\n"
1769 -"any of your branches:\n"
1770 -"\n"
1771 -"%s\n"
1772 -msgid_plural ""
1773 -"Warning: you are leaving %d commits behind, not connected to\n"
1774 -"any of your branches:\n"
1775 -"\n"
1776 -"%s\n"
1777 -msgstr[0] ""
1778 -msgstr[1] ""
1977 +"done.\n"
1978 +"Connecting to %s (port %s) ... "
1979 +msgstr ""
1980 +"fatto.\n"
1981 +"Connessione a %s (porta %s) in corso..."
1982
1780 -#: builtin/checkout.c:664
1983 +#: connect.c:665 connect.c:742
1984 #, c-format
1985 msgid ""
1783 -"If you want to keep them by creating a new branch, this may be a good time\n"
1784 -"to do so with:\n"
1785 -"\n"
1786 -" git branch new_branch_name %s\n"
1787 -"\n"
1986 +"unable to connect to %s:\n"
1987 +"%s"
1988 msgstr ""
1789 -"Se si vuole mantenerle creando un nuovo branch, questo potrebbe essere\n"
1790 -"un buon momento per farlo con:\n"
1791 -"\n"
1792 -" git branch nuovo_nome_branch %s\n"
1793 -"\n"
1989 +"impossibile collegarsi a %s:\n"
1990 +"%s"
1991
1795 -#: builtin/checkout.c:694
1796 -msgid "internal error in revision walk"
1797 -msgstr ""
1992 +#. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
1993 +#: connect.c:671 connect.c:748
1994 +msgid "done."
1995 +msgstr "fatto."
1996
1799 -#: builtin/checkout.c:698
1800 -msgid "Previous HEAD position was"
1801 -msgstr "La precedente posizione di HEAD era"
1997 +#: connect.c:702
1998 +#, c-format
1999 +msgid "unable to look up %s (%s)"
2000 +msgstr "impossibile risolvere %s (%s)"
2001
1803 -#: builtin/checkout.c:724
1804 -msgid "You are on a branch yet to be born"
1805 -msgstr ""
2002 +#: connect.c:708
2003 +#, c-format
2004 +msgid "unknown port %s"
2005 +msgstr "porta %s sconosciuta"
2006
1807 -#. case (1)
1808 -#: builtin/checkout.c:855
2007 +#: connect.c:845 connect.c:1171
2008 #, c-format
1810 -msgid "invalid reference: %s"
1811 -msgstr "riferimento non valido: %s"
2009 +msgid "strange hostname '%s' blocked"
2010 +msgstr "nome host strano '%s' bloccato"
2011
1813 -#. case (1): want a tree
1814 -#: builtin/checkout.c:894
2012 +#: connect.c:847
2013 #, c-format
1816 -msgid "reference is not a tree: %s"
1817 -msgstr ""
2014 +msgid "strange port '%s' blocked"
2015 +msgstr "porta strana '%s' bloccata"
2016
1819 -#: builtin/checkout.c:974
1820 -msgid "-B cannot be used with -b"
1821 -msgstr "-B non può essere usata con -b"
2017 +#: connect.c:857
2018 +#, c-format
2019 +msgid "cannot start proxy %s"
2020 +msgstr "impossibile avviare il proxy %s"
2021
1823 -#: builtin/checkout.c:983
1824 -msgid "--patch is incompatible with all other options"
1825 -msgstr "--patch non è compatibile con tutte le altre opzioni"
2022 +#: connect.c:924
2023 +msgid "no path specified; see 'git help pull' for valid url syntax"
2024 +msgstr ""
2025 +"nessun percorso specificato; vedere 'git help pull' per le sintassi URL "
2026 +"valide"
2027
1827 -#: builtin/checkout.c:986
1828 -msgid "--detach cannot be used with -b/-B/--orphan"
1829 -msgstr "--detach non può essere usata con -b/-B/--orphan"
2028 +#: connect.c:1119
2029 +msgid "ssh variant 'simple' does not support -4"
2030 +msgstr "la variante SSH 'simple' non supporta -4"
2031
1831 -#: builtin/checkout.c:988
1832 -msgid "--detach cannot be used with -t"
1833 -msgstr "--detach non può essere usata con -t"
2032 +#: connect.c:1131
2033 +msgid "ssh variant 'simple' does not support -6"
2034 +msgstr "la variante SSH 'simple' non supporta -6"
2035
1835 -#: builtin/checkout.c:994
1836 -msgid "--track needs a branch name"
1837 -msgstr "--track necessita del nome di un branch"
2036 +#: connect.c:1148
2037 +msgid "ssh variant 'simple' does not support setting port"
2038 +msgstr "la variante SSH 'simple' non supporta l'impostazione della porta"
2039
1839 -#: builtin/checkout.c:1001
1840 -msgid "Missing branch name; try -b"
1841 -msgstr "Nome del branch mancante; prova con -b"
2040 +#: connect.c:1259
2041 +#, c-format
2042 +msgid "strange pathname '%s' blocked"
2043 +msgstr "percorso strano '%s' bloccato"
2044
1843 -#: builtin/checkout.c:1007
1844 -msgid "--orphan and -b|-B are mutually exclusive"
1845 -msgstr ""
2045 +#: connect.c:1304
2046 +msgid "unable to fork"
2047 +msgstr "impossibile eseguire fork"
2048
1847 -#: builtin/checkout.c:1009
1848 -msgid "--orphan cannot be used with -t"
1849 -msgstr "--orphan non può essere usata con -t"
2049 +#: connected.c:68 builtin/fsck.c:221 builtin/prune.c:146
2050 +msgid "Checking connectivity"
2051 +msgstr "Controllo connettività in corso"
2052
1851 -#: builtin/checkout.c:1019
1852 -msgid "git checkout: -f and -m are incompatible"
1853 -msgstr "git checkout: -f e -m non sono compatibili"
2053 +#: connected.c:80
2054 +msgid "Could not run 'git rev-list'"
2055 +msgstr "Non è stato possibile eseguire 'git-rev-list'"
2056
1855 -#: builtin/checkout.c:1053
1856 -msgid "invalid path specification"
1857 -msgstr ""
2057 +#: connected.c:100
2058 +msgid "failed write to rev-list"
2059 +msgstr "scrittura nella rev-list non riuscita"
2060
1859 -#: builtin/checkout.c:1061
1860 -#, c-format
1861 -msgid ""
1862 -"git checkout: updating paths is incompatible with switching branches.\n"
1863 -"Did you intend to checkout '%s' which can not be resolved as commit?"
1864 -msgstr ""
2061 +#: connected.c:107
2062 +msgid "failed to close rev-list's stdin"
2063 +msgstr "chiusura standard input della rev-list non riuscita"
2064
1866 -#: builtin/checkout.c:1063
1867 -msgid "git checkout: updating paths is incompatible with switching branches."
1868 -msgstr ""
2065 +#: convert.c:193
2066 +#, c-format
2067 +msgid "illegal crlf_action %d"
2068 +msgstr "crlf_action %d illecita"
2069
1870 -#: builtin/checkout.c:1068
1871 -msgid "git checkout: --detach does not take a path argument"
1872 -msgstr "git checkout: --detach non prende un path come argomento"
2070 +#: convert.c:206
2071 +#, c-format
2072 +msgid "CRLF would be replaced by LF in %s"
2073 +msgstr "CRLF sarebbe sostituito da LF in %s"
2074
1874 -#: builtin/checkout.c:1071
2075 +#: convert.c:208
2076 +#, c-format
2077 msgid ""
1876 -"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
1877 -"checking out of the index."
1878 -msgstr ""
1879 -
1880 -#: builtin/checkout.c:1090
1881 -msgid "Cannot switch branch to a non-commit."
2078 +"CRLF will be replaced by LF in %s.\n"
2079 +"The file will have its original line endings in your working directory"
2080 msgstr ""
2081 +"CRLF sarà sostituito da LF in %s.\n"
2082 +"Il file avrà i suoi fine riga originari nella propria directory di lavoro"
2083
1884 -#: builtin/checkout.c:1093
1885 -msgid "--ours/--theirs is incompatible with switching branches."
1886 -msgstr "--ours/--theirs non sono compatibili con il passaggio ai branch."
1887 -
1888 -#: builtin/clean.c:78
1889 -msgid "-x and -X cannot be used together"
1890 -msgstr "-x e -X non possono essere usati insieme"
2084 +#: convert.c:216
2085 +#, c-format
2086 +msgid "LF would be replaced by CRLF in %s"
2087 +msgstr "LF sarebbe sostituito da CRLF in %s"
2088
1892 -#: builtin/clean.c:82
2089 +#: convert.c:218
2090 +#, c-format
2091 msgid ""
1894 -"clean.requireForce set to true and neither -n nor -f given; refusing to clean"
2092 +"LF will be replaced by CRLF in %s.\n"
2093 +"The file will have its original line endings in your working directory"
2094 msgstr ""
1896 -"clean.requireForce è impostato a vero, ma né -n né -f sono state specificate; "
1897 -"clean interrotto"
2095 +"LF sarà sostituito da CRLF in %s.\n"
2096 +"Il file avrà i suoi fine riga originari nella propria directory di lavoro"
2097 +
2098 +#: convert.c:279
2099 +#, c-format
2100 +msgid "BOM is prohibited in '%s' if encoded as %s"
2101 +msgstr "Il BOM è vietato in '%s' se il file è codificato come %s"
2102
1899 -#: builtin/clean.c:85
2103 +#: convert.c:286
2104 +#, c-format
2105 msgid ""
1901 -"clean.requireForce defaults to true and neither -n nor -f given; refusing to "
1902 -"clean"
2106 +"The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
2107 +"tree-encoding."
2108 msgstr ""
1904 -"clean.requireForce è vero per default, ma né -n né -f sono state specificate; "
1905 -"clean interrotto"
2109 +"Il file '%s' contiene un indicatore dell'ordine dei byte (BOM). Utilizzare "
2110 +"UTF-%s come codifica dell'albero di lavoro."
2111
1907 -#: builtin/clean.c:155 builtin/clean.c:176
2112 +#: convert.c:304
2113 #, c-format
1909 -msgid "Would remove %s\n"
1910 -msgstr ""
2114 +msgid "BOM is required in '%s' if encoded as %s"
2115 +msgstr "Il BOM è richiesto in '%s' se il file è codificato come %s"
2116
1912 -#: builtin/clean.c:159 builtin/clean.c:179
2117 +#: convert.c:306
2118 #, c-format
1914 -msgid "Removing %s\n"
1915 -msgstr "Rimozione di %s\n"
2119 +msgid ""
2120 +"The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
2121 +"%sLE (depending on the byte order) as working-tree-encoding."
2122 +msgstr ""
2123 +"Nel file '%s' manca un indicatore dell'ordine dei byte (BOM). Utilizzare UTF-"
2124 +"%sBE o UTF-%sLE (a seconda dell'ordine dei byte) come codifica dell'albero "
2125 +"di lavoro."
2126
1917 -#: builtin/clean.c:162 builtin/clean.c:182
2127 +#: convert.c:424 convert.c:495
2128 #, c-format
1919 -msgid "failed to remove %s"
1920 -msgstr "rimozione di %s non riuscita"
2129 +msgid "failed to encode '%s' from %s to %s"
2130 +msgstr "conversione della codifica '%s' da %s a %s non riuscita"
2131
1922 -#: builtin/clean.c:166
2132 +#: convert.c:467
2133 #, c-format
1924 -msgid "Would not remove %s\n"
2134 +msgid "encoding '%s' from %s to %s and back is not the same"
2135 msgstr ""
2136 +"il risultato della codifica di '%s' da %s a %s e viceversa non è lo stesso"
2137
1927 -#: builtin/clean.c:168
2138 +#: convert.c:673
2139 #, c-format
1929 -msgid "Not removing %s\n"
1930 -msgstr ""
2140 +msgid "cannot fork to run external filter '%s'"
2141 +msgstr "impossibile eseguire fork per eseguire il filtro esterno '%s'"
2142
1932 -#: builtin/clone.c:243
2143 +#: convert.c:693
2144 #, c-format
1934 -msgid "reference repository '%s' is not a local directory."
1935 -msgstr "il repository di riferimento '%s' non è una directory locale."
2145 +msgid "cannot feed the input to external filter '%s'"
2146 +msgstr "impossibile fornire l'input al filtro esterno '%s'"
2147
1937 -#: builtin/clone.c:302
2148 +#: convert.c:700
2149 #, c-format
1939 -msgid "failed to open '%s'"
1940 -msgstr "apertura di '%s' non riuscita"
2150 +msgid "external filter '%s' failed %d"
2151 +msgstr "esecuzione del filtro esterno '%s' non riuscita: %d"
2152
1942 -#: builtin/clone.c:306
2153 +#: convert.c:735 convert.c:738
2154 #, c-format
1944 -msgid "failed to create directory '%s'"
1945 -msgstr "creazione della directory '%s' non riuscita"
2155 +msgid "read from external filter '%s' failed"
2156 +msgstr "lettura dal filtro esterno '%s' non riuscita"
2157
1947 -#: builtin/clone.c:308 builtin/diff.c:75
2158 +#: convert.c:741 convert.c:796
2159 #, c-format
1949 -msgid "failed to stat '%s'"
1950 -msgstr "stat di '%s' non riuscito"
2160 +msgid "external filter '%s' failed"
2161 +msgstr "esecuzione del filtro esterno '%s' non riuscita"
2162 +
2163 +#: convert.c:844
2164 +msgid "unexpected filter type"
2165 +msgstr "tipo filtro inatteso"
2166
1952 -#: builtin/clone.c:310
2167 +#: convert.c:855
2168 +msgid "path name too long for external filter"
2169 +msgstr "nome percorso troppo lungo per il filtro esterno"
2170 +
2171 +#: convert.c:929
2172 #, c-format
1954 -msgid "%s exists and is not a directory"
1955 -msgstr "%s esiste e non è una directory"
2173 +msgid ""
2174 +"external filter '%s' is not available anymore although not all paths have "
2175 +"been filtered"
2176 +msgstr ""
2177 +"il filtro esterno '%s' non è più disponibile nonostante non tutti i percorsi "
2178 +"siano stati filtrati"
2179 +
2180 +#: convert.c:1228
2181 +msgid "true/false are no valid working-tree-encodings"
2182 +msgstr "true/false non sono codifiche dell'albero di lavoro valide"
2183
1957 -#: builtin/clone.c:324
2184 +#: convert.c:1398 convert.c:1432
2185 #, c-format
1959 -msgid "failed to stat %s\n"
1960 -msgstr "stat di %s non riuscito\n"
2186 +msgid "%s: clean filter '%s' failed"
2187 +msgstr "%s: esecuzione del filtro clean '%s' non riuscita"
2188
1962 -#: builtin/clone.c:341
2189 +#: convert.c:1476
2190 #, c-format
1964 -msgid "failed to unlink '%s'"
1965 -msgstr "rimozione del link '%s' non riuscita"
2191 +msgid "%s: smudge filter %s failed"
2192 +msgstr "%s: esecuzione del filtro smudge '%s' non riuscita"
2193 +
2194 +#: date.c:137
2195 +msgid "in the future"
2196 +msgstr "in futuro"
2197
1967 -#: builtin/clone.c:346
2198 +#: date.c:143
2199 #, c-format
1969 -msgid "failed to create link '%s'"
1970 -msgstr "creazione del link '%s' non riuscita"
2200 +msgid "%<PRIuMAX> second ago"
2201 +msgid_plural "%<PRIuMAX> seconds ago"
2202 +msgstr[0] "%<PRIuMAX> secondo fa"
2203 +msgstr[1] "%<PRIuMAX> secondi fa"
2204
1972 -#: builtin/clone.c:350
2205 +#: date.c:150
2206 #, c-format
1974 -msgid "failed to copy file to '%s'"
1975 -msgstr "copia del file in '%s' non riuscita"
2207 +msgid "%<PRIuMAX> minute ago"
2208 +msgid_plural "%<PRIuMAX> minutes ago"
2209 +msgstr[0] "%<PRIuMAX> minuto fa"
2210 +msgstr[1] "%<PRIuMAX> minuti fa"
2211
1977 -#: builtin/clone.c:373
2212 +#: date.c:157
2213 #, c-format
1979 -msgid "done.\n"
1980 -msgstr "fatto.\n"
2214 +msgid "%<PRIuMAX> hour ago"
2215 +msgid_plural "%<PRIuMAX> hours ago"
2216 +msgstr[0] "%<PRIuMAX> ora fa"
2217 +msgstr[1] "%<PRIuMAX> ore fa"
2218
1982 -#: builtin/clone.c:440
2219 +#: date.c:164
2220 #, c-format
1984 -msgid "Could not find remote branch %s to clone."
1985 -msgstr "Non è stato possibile trovare il branch remoto %s da clonare."
2221 +msgid "%<PRIuMAX> day ago"
2222 +msgid_plural "%<PRIuMAX> days ago"
2223 +msgstr[0] "%<PRIuMAX> giorno fa"
2224 +msgstr[1] "%<PRIuMAX> giorni fa"
2225
1987 -#: builtin/clone.c:549
1988 -msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
1989 -msgstr ""
1990 -"l'HEAD remoto si riferisce ad un ref inesistente, impossibile eseguire il "
1991 -"checkout.\n"
2226 +#: date.c:170
2227 +#, c-format
2228 +msgid "%<PRIuMAX> week ago"
2229 +msgid_plural "%<PRIuMAX> weeks ago"
2230 +msgstr[0] "%<PRIuMAX> settimana fa"
2231 +msgstr[1] "%<PRIuMAX> settimane fa"
2232
1993 -#: builtin/clone.c:639
1994 -msgid "Too many arguments."
1995 -msgstr "Troppi argomenti."
2233 +#: date.c:177
2234 +#, c-format
2235 +msgid "%<PRIuMAX> month ago"
2236 +msgid_plural "%<PRIuMAX> months ago"
2237 +msgstr[0] "%<PRIuMAX> mese fa"
2238 +msgstr[1] "%<PRIuMAX> mesi fa"
2239
1997 -#: builtin/clone.c:643
1998 -msgid "You must specify a repository to clone."
1999 -msgstr "Devi specificare un repository da clonare."
2240 +#: date.c:188
2241 +#, c-format
2242 +msgid "%<PRIuMAX> year"
2243 +msgid_plural "%<PRIuMAX> years"
2244 +msgstr[0] "%<PRIuMAX> anno"
2245 +msgstr[1] "%<PRIuMAX> anni"
2246
2001 -#: builtin/clone.c:654
2247 +#. TRANSLATORS: "%s" is "<n> years"
2248 +#: date.c:191
2249 #, c-format
2003 -msgid "--bare and --origin %s options are incompatible."
2004 -msgstr "le opzioni --bare e --origin %s non sono compatibili."
2250 +msgid "%s, %<PRIuMAX> month ago"
2251 +msgid_plural "%s, %<PRIuMAX> months ago"
2252 +msgstr[0] "%s, %<PRIuMAX> mese fa"
2253 +msgstr[1] "%s, %<PRIuMAX> mesi fa"
2254
2006 -#: builtin/clone.c:668
2255 +#: date.c:196 date.c:201
2256 #, c-format
2008 -msgid "repository '%s' does not exist"
2009 -msgstr "il repository '%s' non esiste"
2257 +msgid "%<PRIuMAX> year ago"
2258 +msgid_plural "%<PRIuMAX> years ago"
2259 +msgstr[0] "%<PRIuMAX> anno fa"
2260 +msgstr[1] "%<PRIuMAX> anni fa"
2261
2011 -#: builtin/clone.c:673
2012 -msgid "--depth is ignored in local clones; use file:// instead."
2013 -msgstr ""
2262 +#: delta-islands.c:272
2263 +msgid "Propagating island marks"
2264 +msgstr "Propagazione contrassegni isole in corso"
2265
2015 -#: builtin/clone.c:683
2266 +#: delta-islands.c:290
2267 #, c-format
2017 -msgid "destination path '%s' already exists and is not an empty directory."
2018 -msgstr ""
2019 -"il path di destinazione '%s' esiste già e non è una directory vuota."
2268 +msgid "bad tree object %s"
2269 +msgstr "oggetto albero %s non valido"
2270
2021 -#: builtin/clone.c:693
2271 +#: delta-islands.c:334
2272 #, c-format
2023 -msgid "working tree '%s' already exists."
2273 +msgid "failed to load island regex for '%s': %s"
2274 msgstr ""
2275 +"caricamento dell'espressione regolare dell'isola per '%s' non riuscito: %s"
2276
2026 -#: builtin/clone.c:706 builtin/clone.c:720
2277 +#: delta-islands.c:390
2278 #, c-format
2028 -msgid "could not create leading directories of '%s'"
2279 +msgid "island regex from config has too many capture groups (max=%d)"
2280 msgstr ""
2281 +"l'espressione regolare dell'isola tratta dalla configurazione ha troppi "
2282 +"gruppi cattura (massimo=%d)"
2283
2031 -#: builtin/clone.c:709
2284 +#: delta-islands.c:466
2285 #, c-format
2033 -msgid "could not create work tree dir '%s'."
2034 -msgstr ""
2286 +msgid "Marked %d islands, done.\n"
2287 +msgstr "Contrassegnate %d isole, fatto.\n"
2288
2036 -#: builtin/clone.c:728
2289 +#: diffcore-order.c:24
2290 #, c-format
2038 -msgid "Cloning into bare repository '%s'...\n"
2039 -msgstr "Clone nel repository spoglio '%s'...\n"
2291 +msgid "failed to read orderfile '%s'"
2292 +msgstr "lettura dell'orderfile '%s' non riuscita"
2293
2041 -#: builtin/clone.c:730
2042 -#, c-format
2043 -msgid "Cloning into '%s'...\n"
2044 -msgstr ""
2294 +#: diffcore-rename.c:544
2295 +msgid "Performing inexact rename detection"
2296 +msgstr "Rilevamento ridenominazione non esatta in corso"
2297
2046 -#: builtin/clone.c:786
2298 +#: diff.c:108
2299 #, c-format
2048 -msgid "Don't know how to clone %s"
2049 -msgstr "Non so come clonare %s"
2300 +msgid "option '%s' requires a value"
2301 +msgstr "l'opzione '%s' richiede un valore"
2302
2051 -#: builtin/clone.c:835
2303 +#: diff.c:158
2304 #, c-format
2053 -msgid "Remote branch %s not found in upstream %s"
2054 -msgstr "Il branch remoto %s non è stato trovato in upstream %s"
2055 -
2056 -#: builtin/clone.c:842
2057 -msgid "You appear to have cloned an empty repository."
2058 -msgstr "Sembra che tu abbia clonato un repository vuoto."
2305 +msgid " Failed to parse dirstat cut-off percentage '%s'\n"
2306 +msgstr ""
2307 +" Analisi della percentuale di cutoff statistiche directory '%s' non "
2308 +"riuscita\n"
2309
2060 -#: builtin/column.c:51
2061 -msgid "--command must be the first argument"
2062 -msgstr "--command deve essere il primo argomento"
2310 +#: diff.c:163
2311 +#, c-format
2312 +msgid " Unknown dirstat parameter '%s'\n"
2313 +msgstr " Parametro statistiche directory '%s' sconosciuto\n"
2314
2064 -#: builtin/commit.c:43
2315 +#: diff.c:291
2316 msgid ""
2066 -"Your name and email address were configured automatically based\n"
2067 -"on your username and hostname. Please check that they are accurate.\n"
2068 -"You can suppress this message by setting them explicitly:\n"
2069 -"\n"
2070 -" git config --global user.name \"Your Name\"\n"
2071 -" git config --global user.email you@example.com\n"
2072 -"\n"
2073 -"After doing this, you may fix the identity used for this commit with:\n"
2074 -"\n"
2075 -" git commit --amend --reset-author\n"
2317 +"color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
2318 +"'dimmed-zebra', 'plain'"
2319 msgstr ""
2077 -"Il tuo nome e l'indirizzo email sono stati configurati automaticamente usando\n"
2078 -"il tuo nome utente ed il nome host. Per favore, verifica che siano esatti.\n"
2079 -"È possibile eliminare questo messaggio impostandoli esplicitamente:\n"
2080 -"\n"
2081 -" git config --global user.name \"Tuo Nome\"\n"
2082 -" git config --global user.email tu@esempio.com\n"
2083 -"\n"
2084 -"Dopo questa operazione, puoi ripristinare l'identità usata in questo commit con:\n"
2085 -"\n"
2086 -" git commit --amend --reset-author\n"
2320 +"l'impostazione colore per file spostati deve essere 'no', 'default', "
2321 +"'blocks', 'zebra', 'dimmed-zebra', 'plain'"
2322
2088 -#: builtin/commit.c:55
2323 +#: diff.c:319
2324 +#, c-format
2325 msgid ""
2090 -"You asked to amend the most recent commit, but doing so would make\n"
2091 -"it empty. You can repeat your command with --allow-empty, or you can\n"
2092 -"remove the commit entirely with \"git reset HEAD^\".\n"
2326 +"unknown color-moved-ws mode '%s', possible values are 'ignore-space-change', "
2327 +"'ignore-space-at-eol', 'ignore-all-space', 'allow-indentation-change'"
2328 msgstr ""
2329
2095 -#: builtin/commit.c:60
2330 +#: diff.c:327
2331 +#, fuzzy
2332 msgid ""
2097 -"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
2098 -"If you wish to commit it anyway, use:\n"
2099 -"\n"
2100 -" git commit --allow-empty\n"
2101 -"\n"
2102 -"Otherwise, please use 'git reset'\n"
2333 +"color-moved-ws: allow-indentation-change cannot be combined with other "
2334 +"whitespace modes"
2335 msgstr ""
2336 +"color-moved-ws: allow-indentation-change non può essere combinata con altre "
2337 +"modalità spazi bianchi"
2338
2105 -#: builtin/commit.c:253
2106 -msgid "failed to unpack HEAD tree object"
2339 +#: diff.c:400
2340 +#, c-format
2341 +msgid "Unknown value for 'diff.submodule' config variable: '%s'"
2342 msgstr ""
2343 +"Valore sconosciuto per la variabile di configurazione 'diff.submodule': '%s'"
2344
2109 -#: builtin/commit.c:295
2110 -msgid "unable to create temporary index"
2345 +#: diff.c:460
2346 +#, c-format
2347 +msgid ""
2348 +"Found errors in 'diff.dirstat' config variable:\n"
2349 +"%s"
2350 msgstr ""
2351 +"Trovati errori nella variabile di configurazione 'diff.dirstat':\n"
2352 +"%s"
2353
2113 -#: builtin/commit.c:301
2114 -msgid "interactive add failed"
2115 -msgstr "add interattivo non riuscito"
2116 -
2117 -#: builtin/commit.c:334 builtin/commit.c:355 builtin/commit.c:405
2118 -msgid "unable to write new_index file"
2119 -msgstr "impossibile scrivere il file new_index"
2354 +#: diff.c:4211
2355 +#, c-format
2356 +msgid "external diff died, stopping at %s"
2357 +msgstr "processo esterno diff morto, mi fermo a %s"
2358
2121 -#: builtin/commit.c:386
2122 -msgid "cannot do a partial commit during a merge."
2123 -msgstr "impossibile eseguire un commit parziale durante un merge."
2359 +#: diff.c:4553
2360 +msgid "--name-only, --name-status, --check and -s are mutually exclusive"
2361 +msgstr ""
2362 +"le opzioni --name-only, --name-status, --check e -s sono mutuamente esclusive"
2363
2125 -#: builtin/commit.c:388
2126 -msgid "cannot do a partial commit during a cherry-pick."
2127 -msgstr "impossibile eseguire un commit parziale durante un cherry-pick."
2364 +#: diff.c:4556
2365 +msgid "-G, -S and --find-object are mutually exclusive"
2366 +msgstr "le opzioni -G, -S e --find-object sono mutuamente esclusive"
2367
2129 -#: builtin/commit.c:398
2130 -msgid "cannot read the index"
2131 -msgstr "impossibile leggere index"
2368 +#: diff.c:4634
2369 +msgid "--follow requires exactly one pathspec"
2370 +msgstr "--follow richiede esattamente uno specificatore percorso"
2371
2133 -#: builtin/commit.c:418
2134 -msgid "unable to write temporary index file"
2372 +#: diff.c:4800
2373 +#, c-format
2374 +msgid ""
2375 +"Failed to parse --dirstat/-X option parameter:\n"
2376 +"%s"
2377 msgstr ""
2378 +"Analisi del parametro dell'opzione --dirstat/-X non riuscita:\n"
2379 +"%s"
2380
2137 -#: builtin/commit.c:493 builtin/commit.c:499
2381 +#: diff.c:4814
2382 #, c-format
2139 -msgid "invalid commit: %s"
2140 -msgstr "commit non valido: %s"
2383 +msgid "Failed to parse --submodule option parameter: '%s'"
2384 +msgstr "Analisi del parametro dell'opzione --submodule non riuscita: '%s'"
2385
2142 -#: builtin/commit.c:522
2143 -msgid "malformed --author parameter"
2144 -msgstr "parametro --author malformato"
2386 +#: diff.c:5900
2387 +msgid "inexact rename detection was skipped due to too many files."
2388 +msgstr ""
2389 +"il rilevamento ridenominazione non esatta è stato omesso per la presenza di "
2390 +"troppi file."
2391
2146 -#: builtin/commit.c:582
2147 -#, c-format
2148 -msgid "Malformed ident string: '%s'"
2392 +#: diff.c:5903
2393 +msgid "only found copies from modified paths due to too many files."
2394 msgstr ""
2395 +"trovate solo copie dai percorsi modificati per la presenza di troppi file."
2396
2151 -#: builtin/commit.c:620 builtin/commit.c:653 builtin/commit.c:967
2397 +#: diff.c:5906
2398 #, c-format
2153 -msgid "could not lookup commit %s"
2154 -msgstr "non è stato possibile trovare il commit %s"
2399 +msgid ""
2400 +"you may want to set your %s variable to at least %d and retry the command."
2401 +msgstr ""
2402 +"potresti voler impostare la variabile %s ad almeno %d e riprovare ad "
2403 +"eseguire il comando."
2404
2156 -#: builtin/commit.c:632 builtin/shortlog.c:296
2405 +#: dir.c:538
2406 #, c-format
2158 -msgid "(reading log message from standard input)\n"
2159 -msgstr "(lettura del messaggio di log dallo standard input)\n"
2160 -
2161 -#: builtin/commit.c:634
2162 -msgid "could not read log from standard input"
2163 -msgstr "non è stato possibile leggere il log dallo standard input"
2407 +msgid "pathspec '%s' did not match any file(s) known to git"
2408 +msgstr ""
2409 +"lo specificatore percorso '%s' non corrisponde ad alcun file noto a git"
2410
2165 -#: builtin/commit.c:638
2411 +#: dir.c:927
2412 #, c-format
2167 -msgid "could not read log file '%s'"
2168 -msgstr "non è stato possibile leggere il file di log '%s'"
2413 +msgid "cannot use %s as an exclude file"
2414 +msgstr "impossibile usare %s come file di esclusione"
2415
2170 -#: builtin/commit.c:644
2171 -msgid "commit has empty message"
2172 -msgstr "il commit ha un messaggio vuoto"
2416 +#: dir.c:1842
2417 +#, c-format
2418 +msgid "could not open directory '%s'"
2419 +msgstr "impossibile aprire la directory '%s'"
2420
2174 -#: builtin/commit.c:660
2175 -msgid "could not read MERGE_MSG"
2176 -msgstr "non è stato possibile leggere MERGE_MSG"
2421 +#: dir.c:2084
2422 +msgid "failed to get kernel name and information"
2423 +msgstr "impossibile ottenere il nome e le informazioni sul kernel"
2424
2178 -#: builtin/commit.c:664
2179 -msgid "could not read SQUASH_MSG"
2180 -msgstr "non è stato possibile leggere SQUASH_MSG"
2425 +#: dir.c:2208
2426 +msgid "untracked cache is disabled on this system or location"
2427 +msgstr "la cache non tracciata è disabilitata su questo sistema o percorso"
2428
2182 -#: builtin/commit.c:668
2429 +#: dir.c:3009
2430 #, c-format
2184 -msgid "could not read '%s'"
2185 -msgstr "non è stato possibile leggere '%s'"
2431 +msgid "index file corrupt in repo %s"
2432 +msgstr "index file corrotto nel repository %s"
2433
2187 -#: builtin/commit.c:720
2188 -msgid "could not write commit template"
2189 -msgstr "non è stato possibile scrivere il modello di commit"
2434 +#: dir.c:3054 dir.c:3059
2435 +#, c-format
2436 +msgid "could not create directories for %s"
2437 +msgstr "impossibile creare le directory per %s"
2438
2191 -#: builtin/commit.c:731
2439 +#: dir.c:3088
2440 #, c-format
2193 -msgid ""
2194 -"\n"
2195 -"It looks like you may be committing a merge.\n"
2196 -"If this is not correct, please remove the file\n"
2197 -"\t%s\n"
2198 -"and try again.\n"
2199 -msgstr ""
2200 -"\n"
2201 -"Sembra che si stia eseguendo il commit di un merge.\n"
2202 -"Se l'operazione non è corretta, per favore elimina il file\n"
2203 -"\t%s\n"
2204 -"e riprova.\n"
2441 +msgid "could not migrate git directory from '%s' to '%s'"
2442 +msgstr "impossibile migrare la directory git da '%s' a '%s'"
2443
2206 -#: builtin/commit.c:736
2444 +#: editor.c:73
2445 #, c-format
2208 -msgid ""
2209 -"\n"
2210 -"It looks like you may be committing a cherry-pick.\n"
2211 -"If this is not correct, please remove the file\n"
2212 -"\t%s\n"
2213 -"and try again.\n"
2446 +msgid "hint: Waiting for your editor to close the file...%c"
2447 msgstr ""
2215 -"\n"
2216 -"Sembra che si stia eseguendo il commit di un cherry-pick.\n"
2217 -"Se l'operazione non è corretta, per favore rimuovi il file\n"
2218 -"\t%s\n"
2219 -"e riprova.\n"
2448 +"suggerimento: In attesa della chiusura del file da parte dell'editor...%c"
2449
2221 -#: builtin/commit.c:748
2222 -msgid ""
2223 -"Please enter the commit message for your changes. Lines starting\n"
2224 -"with '#' will be ignored, and an empty message aborts the commit.\n"
2225 -msgstr ""
2226 -"Per favore inserisci il messaggio di commit per le modifiche. Le righe\n"
2227 -"che iniziano con '#' verranno ignorate, e un messaggio vuoto annulla il commit.\n"
2450 +#: entry.c:178
2451 +msgid "Filtering content"
2452 +msgstr "Filtraggio contenuto in corso"
2453
2229 -#: builtin/commit.c:753
2230 -msgid ""
2231 -"Please enter the commit message for your changes. Lines starting\n"
2232 -"with '#' will be kept; you may remove them yourself if you want to.\n"
2233 -"An empty message aborts the commit.\n"
2234 -msgstr ""
2235 -"Per favore inserisci il messaggio di commit per le modifiche. Le\n"
2236 -"righe che iniziano con '#' verranno mantenute; possono comunque essere\n"
2237 -"rimosse manualmente. Un messaggio vuoto annulla il commit.\n"
2454 +#: entry.c:465
2455 +#, c-format
2456 +msgid "could not stat file '%s'"
2457 +msgstr "impossibile eseguire stat sul file '%s'"
2458
2239 -#: builtin/commit.c:766
2459 +#: environment.c:150
2460 #, c-format
2241 -msgid "%sAuthor: %s"
2242 -msgstr "%sAutore: %s"
2461 +msgid "bad git namespace path \"%s\""
2462 +msgstr "percorso spazio dei nomi git \"%s\" non valido"
2463
2244 -#: builtin/commit.c:773
2464 +#: environment.c:332
2465 #, c-format
2246 -msgid "%sCommitter: %s"
2247 -msgstr "%sCommitter: %s"
2466 +msgid "could not set GIT_DIR to '%s'"
2467 +msgstr "impossibile impostare GIT_DIR a '%s'"
2468
2249 -#: builtin/commit.c:793
2250 -msgid "Cannot read index"
2251 -msgstr "Impossibile leggere index"
2469 +#: exec-cmd.c:361
2470 +#, c-format
2471 +msgid "too many args to run %s"
2472 +msgstr "troppi argomenti per eseguire %s"
2473
2253 -#: builtin/commit.c:830
2254 -msgid "Error building trees"
2255 -msgstr ""
2474 +#: fetch-object.c:17
2475 +msgid "Remote with no URL"
2476 +msgstr "Remoto senza URL"
2477 +
2478 +#: fetch-pack.c:151
2479 +msgid "git fetch-pack: expected shallow list"
2480 +msgstr "git fetch-pack: attesa lista shallow"
2481 +
2482 +#: fetch-pack.c:154
2483 +#, fuzzy
2484 +msgid "git fetch-pack: expected a flush packet after shallow list"
2485 +msgstr "git fetch-pack: attesa lista shallow"
2486 +
2487 +#: fetch-pack.c:165
2488 +msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
2489 +msgstr "git fetch-pack: attesi ACK/NAK, ricevuto pacchetto flush"
2490
2257 -#: builtin/commit.c:845 builtin/tag.c:361
2491 +#: fetch-pack.c:185
2492 #, c-format
2259 -msgid "Please supply the message using either -m or -F option.\n"
2260 -msgstr "Per favore, specifica il messaggio usando l'opzione -m o -F.\n"
2493 +msgid "git fetch-pack: expected ACK/NAK, got '%s'"
2494 +msgstr "git fetch-pack: attesi ACK/NAK, ricevuto '%s'"
2495 +
2496 +#: fetch-pack.c:256
2497 +msgid "--stateless-rpc requires multi_ack_detailed"
2498 +msgstr "--stateless-rpc richiede multi_ack_detailed"
2499
2262 -#: builtin/commit.c:942
2500 +#: fetch-pack.c:358 fetch-pack.c:1264
2501 #, c-format
2264 -msgid "No existing author found with '%s'"
2265 -msgstr "Nessun autore esistente trovato con '%s'"
2502 +msgid "invalid shallow line: %s"
2503 +msgstr "riga shallow non valida: '%s'"
2504
2267 -#: builtin/commit.c:957 builtin/commit.c:1157
2505 +#: fetch-pack.c:364 fetch-pack.c:1271
2506 #, c-format
2269 -msgid "Invalid untracked files mode '%s'"
2270 -msgstr ""
2507 +msgid "invalid unshallow line: %s"
2508 +msgstr "riga unshallow non valida: '%s'"
2509
2272 -#: builtin/commit.c:997
2273 -msgid "Using both --reset-author and --author does not make sense"
2274 -msgstr "L'uso di entrambe le opzioni --reset-author e --author non ha senso"
2510 +#: fetch-pack.c:366 fetch-pack.c:1273
2511 +#, c-format
2512 +msgid "object not found: %s"
2513 +msgstr "oggetto non trovato: %s"
2514
2276 -#: builtin/commit.c:1008
2277 -msgid "You have nothing to amend."
2278 -msgstr ""
2515 +#: fetch-pack.c:369 fetch-pack.c:1276
2516 +#, c-format
2517 +msgid "error in object: %s"
2518 +msgstr "errore nell'oggetto: %s"
2519
2280 -#: builtin/commit.c:1011
2281 -msgid "You are in the middle of a merge -- cannot amend."
2282 -msgstr ""
2520 +#: fetch-pack.c:371 fetch-pack.c:1278
2521 +#, c-format
2522 +msgid "no shallow found: %s"
2523 +msgstr "nessuno shallow trovato: %s"
2524
2284 -#: builtin/commit.c:1013
2285 -msgid "You are in the middle of a cherry-pick -- cannot amend."
2286 -msgstr ""
2525 +#: fetch-pack.c:374 fetch-pack.c:1282
2526 +#, c-format
2527 +msgid "expected shallow/unshallow, got %s"
2528 +msgstr "attesi shallow/unshallow, ricevuto %s"
2529
2288 -#: builtin/commit.c:1016
2289 -msgid "Options --squash and --fixup cannot be used together"
2290 -msgstr "Le opzioni --squash e --fixup non possono essere usate insieme"
2530 +#: fetch-pack.c:415
2531 +#, c-format
2532 +msgid "got %s %d %s"
2533 +msgstr "ricevuto %s %d %s"
2534
2292 -#: builtin/commit.c:1026
2293 -msgid "Only one of -c/-C/-F/--fixup can be used."
2294 -msgstr "Solo una delle opzioni -c/-C/-F/--fixup può essere usata."
2535 +#: fetch-pack.c:432
2536 +#, c-format
2537 +msgid "invalid commit %s"
2538 +msgstr "commit non valido: %s"
2539
2296 -#: builtin/commit.c:1028
2297 -msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
2298 -msgstr "L'opzione -m non può essere combinata con -c/-C/-F/--fixup."
2540 +#: fetch-pack.c:463
2541 +msgid "giving up"
2542 +msgstr "smetto di provare"
2543
2300 -#: builtin/commit.c:1036
2301 -msgid "--reset-author can be used only with -C, -c or --amend."
2302 -msgstr "L'opzione --reset-author può essere usata solo con -C, -c o --amend."
2544 +#: fetch-pack.c:475 progress.c:229
2545 +msgid "done"
2546 +msgstr "fatto"
2547
2304 -#: builtin/commit.c:1053
2305 -msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
2306 -msgstr ""
2307 -"Può essere usata solo una delle opzioni --include/--only/--all/--"
2308 -"interactive/--patch ."
2548 +#: fetch-pack.c:487
2549 +#, c-format
2550 +msgid "got %s (%d) %s"
2551 +msgstr "ricevuto %s (%d) %s"
2552
2310 -#: builtin/commit.c:1055
2311 -msgid "No paths with --include/--only does not make sense."
2312 -msgstr "Devi specificare un path se usi --include/--only."
2553 +#: fetch-pack.c:533
2554 +#, c-format
2555 +msgid "Marking %s as complete"
2556 +msgstr "Contrassegno %s come completo"
2557
2314 -#: builtin/commit.c:1057
2315 -msgid "Clever... amending the last one with dirty index."
2316 -msgstr ""
2558 +#: fetch-pack.c:740
2559 +#, c-format
2560 +msgid "already have %s (%s)"
2561 +msgstr "ho già %s (%s)"
2562
2318 -#: builtin/commit.c:1059
2319 -msgid "Explicit paths specified without -i nor -o; assuming --only paths..."
2563 +#: fetch-pack.c:779
2564 +msgid "fetch-pack: unable to fork off sideband demultiplexer"
2565 msgstr ""
2566 +"fetch-pack: impossibile eseguire il fork del demultiplexer della banda "
2567 +"laterlae"
2568
2322 -#: builtin/commit.c:1069 builtin/tag.c:577
2569 +#: fetch-pack.c:787
2570 +msgid "protocol error: bad pack header"
2571 +msgstr "errore protocollo: intestazione pack non valida"
2572 +
2573 +#: fetch-pack.c:855
2574 #, c-format
2324 -msgid "Invalid cleanup mode %s"
2325 -msgstr ""
2575 +msgid "fetch-pack: unable to fork off %s"
2576 +msgstr "fetch-pack: impossibile eseguire il fork di %s"
2577
2327 -#: builtin/commit.c:1074
2328 -msgid "Paths with -a does not make sense."
2329 -msgstr "I path con -a non hanno senso."
2578 +#: fetch-pack.c:871
2579 +#, c-format
2580 +msgid "%s failed"
2581 +msgstr "%s non riuscito"
2582
2331 -#: builtin/commit.c:1257
2332 -msgid "couldn't look up newly created commit"
2333 -msgstr "non è stato possibile trovare il commit appena creato"
2583 +#: fetch-pack.c:873
2584 +msgid "error in sideband demultiplexer"
2585 +msgstr "errore nel demultiplexer della banda laterale"
2586
2335 -#: builtin/commit.c:1259
2336 -msgid "could not parse newly created commit"
2337 -msgstr "non è stato possibile analizzare il commit appena creato"
2587 +#: fetch-pack.c:902
2588 +msgid "Server does not support shallow clients"
2589 +msgstr "Il server non supporta client shallow"
2590
2339 -#: builtin/commit.c:1300
2340 -msgid "detached HEAD"
2341 -msgstr ""
2591 +#: fetch-pack.c:906
2592 +msgid "Server supports multi_ack_detailed"
2593 +msgstr "Il server supporta multi_ack_detailes"
2594
2343 -#: builtin/commit.c:1302
2344 -msgid " (root-commit)"
2345 -msgstr " (root-commit)"
2595 +#: fetch-pack.c:909
2596 +msgid "Server supports no-done"
2597 +msgstr "Il server supporta no-done"
2598
2347 -#: builtin/commit.c:1446
2348 -msgid "could not parse HEAD commit"
2349 -msgstr "non è stato possibile analizzare il commit HEAD"
2599 +#: fetch-pack.c:915
2600 +msgid "Server supports multi_ack"
2601 +msgstr "Il server supporta multi_ack"
2602
2351 -#: builtin/commit.c:1484 builtin/merge.c:509
2352 -#, c-format
2353 -msgid "could not open '%s' for reading"
2354 -msgstr "non è stato possibile aprire '%s' per la lettura"
2603 +#: fetch-pack.c:919
2604 +msgid "Server supports side-band-64k"
2605 +msgstr "Il server supporta side-band-64k"
2606
2356 -#: builtin/commit.c:1491
2357 -#, c-format
2358 -msgid "Corrupt MERGE_HEAD file (%s)"
2359 -msgstr "File MERGE_HEAD corrotto (%s)"
2607 +#: fetch-pack.c:923
2608 +msgid "Server supports side-band"
2609 +msgstr "Il server supporta side-band"
2610
2361 -#: builtin/commit.c:1498
2362 -msgid "could not read MERGE_MODE"
2363 -msgstr "non è stato possibile leggere MERGE_MODE"
2611 +#: fetch-pack.c:927
2612 +msgid "Server supports allow-tip-sha1-in-want"
2613 +msgstr "Il server supporta allow-tip-sha1-in-want"
2614
2365 -#: builtin/commit.c:1517
2366 -#, c-format
2367 -msgid "could not read commit message: %s"
2368 -msgstr "non è stato possibile leggere il messaggio di commit: %s"
2615 +#: fetch-pack.c:931
2616 +msgid "Server supports allow-reachable-sha1-in-want"
2617 +msgstr "Il server supporta allow-reachable-sha1-in-want"
2618
2370 -#: builtin/commit.c:1531
2371 -#, c-format
2372 -msgid "Aborting commit; you did not edit the message.\n"
2373 -msgstr "Commit interrotto; il messaggio non è stato modificato.\n"
2619 +#: fetch-pack.c:941
2620 +msgid "Server supports ofs-delta"
2621 +msgstr "Il server supporta ofs-delta"
2622 +
2623 +#: fetch-pack.c:947 fetch-pack.c:1140
2624 +msgid "Server supports filter"
2625 +msgstr "Il server supporta filter"
2626
2375 -#: builtin/commit.c:1536
2627 +#: fetch-pack.c:955
2628 #, c-format
2377 -msgid "Aborting commit due to empty commit message.\n"
2378 -msgstr "Interruzione del commit a causa di un messaggio di commit vuoto.\n"
2629 +msgid "Server version is %.*s"
2630 +msgstr "La versione del server è %.*s"
2631
2380 -#: builtin/commit.c:1551 builtin/merge.c:936 builtin/merge.c:961
2381 -msgid "failed to write commit object"
2382 -msgstr "scrittura dell'oggetto di commit non riuscita"
2632 +#: fetch-pack.c:961
2633 +msgid "Server does not support --shallow-since"
2634 +msgstr "Il server non supporta --shallow-since"
2635
2384 -#: builtin/commit.c:1572
2385 -msgid "cannot lock HEAD ref"
2386 -msgstr ""
2636 +#: fetch-pack.c:965
2637 +msgid "Server does not support --shallow-exclude"
2638 +msgstr "Il server non supporta --shallow-exclude"
2639
2388 -#: builtin/commit.c:1576
2389 -msgid "cannot update HEAD ref"
2390 -msgstr ""
2640 +#: fetch-pack.c:967
2641 +msgid "Server does not support --deepen"
2642 +msgstr "Il server non supporta --deepen"
2643
2392 -#: builtin/commit.c:1587
2393 -msgid ""
2394 -"Repository has been updated, but unable to write\n"
2395 -"new_index file. Check that disk is not full or quota is\n"
2396 -"not exceeded, and then \"git reset HEAD\" to recover."
2397 -msgstr ""
2398 -"Il repository è stato aggiornato, ma non è stato possibile scrivere il file\n"
2399 -"new_index. Verifica che l'unità disco non sia piena o che la quota non sia\n"
2400 -"stata superata, ed esegui \"git reset HEAD\" per il ripristino."
2644 +#: fetch-pack.c:984
2645 +msgid "no common commits"
2646 +msgstr "nessun commit in comune"
2647
2402 -#: builtin/describe.c:234
2403 -#, c-format
2404 -msgid "annotated tag %s not available"
2405 -msgstr ""
2648 +#: fetch-pack.c:996 fetch-pack.c:1419
2649 +msgid "git fetch-pack: fetch failed."
2650 +msgstr "git fetch-pack: recupero non riuscito."
2651 +
2652 +#: fetch-pack.c:1134
2653 +msgid "Server does not support shallow requests"
2654 +msgstr "Il server non supporta le richieste shallow"
2655
2407 -#: builtin/describe.c:238
2656 +#: fetch-pack.c:1184
2657 #, c-format
2409 -msgid "annotated tag %s has no embedded name"
2410 -msgstr ""
2658 +msgid "error reading section header '%s'"
2659 +msgstr "errore durante la lettura dell'intestazione di sezione '%s'"
2660
2412 -#: builtin/describe.c:240
2661 +#: fetch-pack.c:1190
2662 #, c-format
2414 -msgid "tag '%s' is really '%s' here"
2415 -msgstr "il tag '%s' è davvero '%s' qui"
2663 +msgid "expected '%s', received '%s'"
2664 +msgstr "atteso '%s', ricevuto '%s'"
2665
2417 -#: builtin/describe.c:267
2666 +#: fetch-pack.c:1229
2667 #, c-format
2419 -msgid "Not a valid object name %s"
2420 -msgstr "Non è il nome di un oggetto valido %s"
2668 +msgid "unexpected acknowledgment line: '%s'"
2669 +msgstr "riga di conferma inattesa: '%s'"
2670
2422 -#: builtin/describe.c:270
2671 +#: fetch-pack.c:1234
2672 #, c-format
2424 -msgid "%s is not a valid '%s' object"
2425 -msgstr "%s non è un oggetto '%s' valido"
2673 +msgid "error processing acks: %d"
2674 +msgstr "errore durante l'elaborazione degli ack: %d"
2675 +
2676 +#: fetch-pack.c:1244
2677 +msgid "expected packfile to be sent after 'ready'"
2678 +msgstr "ci si attendeva che il packfile fosse inviato dopo 'ready'"
2679
2427 -#: builtin/describe.c:287
2680 +#: fetch-pack.c:1246
2681 +msgid "expected no other sections to be sent after no 'ready'"
2682 +msgstr ""
2683 +"ci si attendeva che nessun'altra sezione fosse inviata in assenza di 'ready'"
2684 +
2685 +#: fetch-pack.c:1287
2686 #, c-format
2429 -msgid "no tag exactly matches '%s'"
2430 -msgstr "nessun tag corrisponde esattamente a '%s'"
2687 +msgid "error processing shallow info: %d"
2688 +msgstr "errore durante l'elaborazione delle informazioni shallow: %d"
2689
2432 -#: builtin/describe.c:289
2690 +#: fetch-pack.c:1308
2691 #, c-format
2434 -msgid "searching to describe %s\n"
2435 -msgstr ""
2692 +msgid "expected wanted-ref, got '%s'"
2693 +msgstr "atteso wanted-ref, ricevuto '%s'"
2694
2437 -#: builtin/describe.c:329
2695 +#: fetch-pack.c:1318
2696 #, c-format
2439 -msgid "finished search at %s\n"
2440 -msgstr ""
2697 +msgid "unexpected wanted-ref: '%s'"
2698 +msgstr "wanted-ref inatteso: '%s'"
2699
2442 -#: builtin/describe.c:353
2700 +#: fetch-pack.c:1322
2701 #, c-format
2444 -msgid ""
2445 -"No annotated tags can describe '%s'.\n"
2446 -"However, there were unannotated tags: try --tags."
2447 -msgstr ""
2702 +msgid "error processing wanted refs: %d"
2703 +msgstr "errore durante l'elaborazione dei riferimenti desiderati: %d"
2704
2449 -#: builtin/describe.c:357
2450 -#, c-format
2451 -msgid ""
2452 -"No tags can describe '%s'.\n"
2453 -"Try --always, or create some tags."
2454 -msgstr ""
2455 -"Nessun tag può descrivere '%s'.\n"
2456 -"Prova con --always, o crea dei tag."
2705 +#: fetch-pack.c:1646
2706 +msgid "no matching remote head"
2707 +msgstr "nessun head remoto corrispondente"
2708
2458 -#: builtin/describe.c:378
2459 -#, c-format
2460 -msgid "traversed %lu commits\n"
2461 -msgstr ""
2709 +#: fetch-pack.c:1664 builtin/clone.c:671
2710 +msgid "remote did not send all necessary objects"
2711 +msgstr "il remoto non ha inviato tutti gli oggetti necessari"
2712
2463 -#: builtin/describe.c:381
2713 +#: fetch-pack.c:1690
2714 #, c-format
2465 -msgid ""
2466 -"more than %i tags found; listed %i most recent\n"
2467 -"gave up search at %s\n"
2468 -msgstr ""
2715 +msgid "no such remote ref %s"
2716 +msgstr "riferimento remoto non esistente: %s"
2717
2470 -#: builtin/describe.c:436
2471 -msgid "--long is incompatible with --abbrev=0"
2472 -msgstr "--long non è compatibile con --abbrev=0"
2473 -
2474 -#: builtin/describe.c:462
2475 -msgid "No names found, cannot describe anything."
2476 -msgstr ""
2718 +#: fetch-pack.c:1693
2719 +#, c-format
2720 +msgid "Server does not allow request for unadvertised object %s"
2721 +msgstr "Il server non consente richieste per l'oggetto non pubblicizzato %s"
2722
2478 -#: builtin/describe.c:482
2479 -msgid "--dirty is incompatible with commit-ishes"
2480 -msgstr ""
2723 +#: gpg-interface.c:318
2724 +msgid "gpg failed to sign the data"
2725 +msgstr "gpg non è riuscito a firmare i dati"
2726
2482 -#: builtin/diff.c:77
2483 -#, c-format
2484 -msgid "'%s': not a regular file or symlink"
2485 -msgstr "'%s': non è un file regolare o un link simbolico"
2727 +#: gpg-interface.c:344
2728 +msgid "could not create temporary file"
2729 +msgstr "impossibile creare il file temporaneo"
2730
2487 -#: builtin/diff.c:220
2731 +#: gpg-interface.c:347
2732 #, c-format
2489 -msgid "invalid option: %s"
2490 -msgstr "opzione non valida: %s"
2491 -
2492 -#: builtin/diff.c:297
2493 -msgid "Not a git repository"
2494 -msgstr "Non è un repository git"
2733 +msgid "failed writing detached signature to '%s'"
2734 +msgstr "scrittura della firma separata in '%s' non riuscita"
2735
2496 -#: builtin/diff.c:347
2736 +#: graph.c:97
2737 #, c-format
2498 -msgid "invalid object '%s' given."
2499 -msgstr "oggetto non valido '%s' specificato."
2738 +msgid "ignore invalid color '%.*s' in log.graphColors"
2739 +msgstr "ignoro il colore non valido '%.*s' in log.graphColors"
2740
2501 -#: builtin/diff.c:352
2741 +#: grep.c:2113
2742 #, c-format
2503 -msgid "more than %d trees given: '%s'"
2504 -msgstr ""
2743 +msgid "'%s': unable to read %s"
2744 +msgstr "'%s': impossibile leggere %s"
2745
2506 -#: builtin/diff.c:362
2746 +#: grep.c:2130 setup.c:164 builtin/clone.c:411 builtin/diff.c:82
2747 +#: builtin/rm.c:135
2748 #, c-format
2508 -msgid "more than two blobs given: '%s'"
2509 -msgstr "più di due blob specificati: '%s'"
2749 +msgid "failed to stat '%s'"
2750 +msgstr "stat di '%s' non riuscito"
2751
2511 -#: builtin/diff.c:370
2752 +#: grep.c:2141
2753 #, c-format
2513 -msgid "unhandled object '%s' given."
2514 -msgstr "oggetto non gestito '%s' specificato."
2754 +msgid "'%s': short read"
2755 +msgstr "'%s': lettura troppo breve"
2756
2516 -#: builtin/fetch.c:200
2517 -msgid "Couldn't find remote ref HEAD"
2518 -msgstr ""
2757 +#: help.c:23
2758 +msgid "start a working area (see also: git help tutorial)"
2759 +msgstr "crea un'area di lavoro (vedi anche: git help tutorial)"
2760
2520 -#: builtin/fetch.c:253
2521 -#, c-format
2522 -msgid "object %s not found"
2523 -msgstr "oggetto %s non trovato"
2761 +#: help.c:24
2762 +msgid "work on the current change (see also: git help everyday)"
2763 +msgstr "lavora sulle modifiche correnti (vedi anche: git help everyday)"
2764
2525 -#: builtin/fetch.c:259
2526 -msgid "[up to date]"
2527 -msgstr "[aggiornato]"
2765 +#: help.c:25
2766 +msgid "examine the history and state (see also: git help revisions)"
2767 +msgstr "esamina la cronologia e lo stato (vedi anche: git help revisions)"
2768
2529 -#: builtin/fetch.c:273
2530 -#, c-format
2531 -msgid "! %-*s %-*s -> %s (can't fetch in current branch)"
2532 -msgstr ""
2769 +#: help.c:26
2770 +msgid "grow, mark and tweak your common history"
2771 +msgstr "aumenta, contrassegna e metti a punto la cronologia comune"
2772
2534 -#: builtin/fetch.c:274 builtin/fetch.c:360
2535 -msgid "[rejected]"
2536 -msgstr "[respinto]"
2773 +#: help.c:27
2774 +msgid "collaborate (see also: git help workflows)"
2775 +msgstr "collabora (vedi anche: git help workflows)"
2776
2538 -#: builtin/fetch.c:285
2539 -msgid "[tag update]"
2540 -msgstr "[tag aggiornata]"
2777 +#: help.c:31
2778 +msgid "Main Porcelain Commands"
2779 +msgstr "Comandi principali di alto livello"
2780
2542 -#: builtin/fetch.c:287 builtin/fetch.c:322 builtin/fetch.c:340
2543 -msgid " (unable to update local ref)"
2544 -msgstr " (impossibile aggiornare il ref locale)"
2781 +#: help.c:32
2782 +msgid "Ancillary Commands / Manipulators"
2783 +msgstr "Comandi / operazioni di manipolazione ausiliari"
2784
2546 -#: builtin/fetch.c:305
2547 -msgid "[new tag]"
2548 -msgstr "[nuova tag]"
2785 +#: help.c:33
2786 +msgid "Ancillary Commands / Interrogators"
2787 +msgstr "Comandi / operazioni di interrogazione ausiliari"
2788
2550 -#: builtin/fetch.c:308
2551 -msgid "[new branch]"
2552 -msgstr "[nuovo branch]"
2789 +#: help.c:34
2790 +msgid "Interacting with Others"
2791 +msgstr "Interazione con altri"
2792
2554 -#: builtin/fetch.c:311
2555 -msgid "[new ref]"
2556 -msgstr "[nuovo ref]"
2793 +#: help.c:35
2794 +msgid "Low-level Commands / Manipulators"
2795 +msgstr "Comandi / operazioni di manipolazione di basso livello"
2796
2558 -#: builtin/fetch.c:356
2559 -msgid "unable to update local ref"
2560 -msgstr "impossibile aggiornare il ref locale"
2797 +#: help.c:36
2798 +msgid "Low-level Commands / Interrogators"
2799 +msgstr "Comandi / operazioni di interrogazione di basso livello"
2800
2562 -#: builtin/fetch.c:356
2563 -msgid "forced update"
2564 -msgstr "aggiornamento forzato"
2801 +#: help.c:37
2802 +msgid "Low-level Commands / Synching Repositories"
2803 +msgstr "Comandi di basso livello / Sincronizzazione repository"
2804
2566 -#: builtin/fetch.c:362
2567 -msgid "(non-fast-forward)"
2568 -msgstr ""
2805 +#: help.c:38
2806 +msgid "Low-level Commands / Internal Helpers"
2807 +msgstr "Comandi di basso livello / Funzioni helper interne"
2808
2570 -#: builtin/fetch.c:393 builtin/fetch.c:685
2809 +#: help.c:298
2810 #, c-format
2572 -msgid "cannot open %s: %s\n"
2573 -msgstr "impossibile aprire %s: %s\n"
2811 +msgid "available git commands in '%s'"
2812 +msgstr "comandi git disponibili in '%s'"
2813
2575 -#: builtin/fetch.c:402
2576 -#, c-format
2577 -msgid "%s did not send all necessary objects\n"
2578 -msgstr "%s non ha inviato tutti gli oggetti necessari\n"
2814 +#: help.c:305
2815 +msgid "git commands available from elsewhere on your $PATH"
2816 +msgstr "comandi git disponibili altrove nel tuo $PATH"
2817
2580 -#: builtin/fetch.c:488
2581 -#, c-format
2582 -msgid "From %.*s\n"
2583 -msgstr "Da %.*s\n"
2818 +#: help.c:314
2819 +msgid "These are common Git commands used in various situations:"
2820 +msgstr "Questi sono i comandi Git comuni usati in varie situazioni:"
2821
2585 -#: builtin/fetch.c:499
2822 +#: help.c:363 git.c:90
2823 #, c-format
2587 -msgid ""
2588 -"some local refs could not be updated; try running\n"
2589 -" 'git remote prune %s' to remove any old, conflicting branches"
2590 -msgstr ""
2591 -"non è stato possibile aggiornare alcuni ref locali; prova con\n"
2592 -" 'git remote prune %s' per rimuovere ogni branch che vada in conflitto"
2824 +msgid "unsupported command listing type '%s'"
2825 +msgstr "tipo elenco comandi non supportato: '%s'"
2826
2594 -#: builtin/fetch.c:549
2595 -#, c-format
2596 -msgid " (%s will become dangling)"
2597 -msgstr ""
2827 +#: help.c:410
2828 +msgid "The common Git guides are:"
2829 +msgstr "Le guide Git comuni sono:"
2830
2599 -#: builtin/fetch.c:550
2600 -#, c-format
2601 -msgid " (%s has become dangling)"
2831 +#: help.c:519
2832 +msgid "See 'git help <command>' to read about a specific subcommand"
2833 msgstr ""
2834 +"Vedi 'git help <comando>' per saperne di più su un sottocomando specifico"
2835
2604 -#: builtin/fetch.c:557
2605 -msgid "[deleted]"
2606 -msgstr "[eliminato]"
2836 +#: help.c:524
2837 +msgid "External commands"
2838 +msgstr "Comandi esterni"
2839
2608 -#: builtin/fetch.c:558 builtin/remote.c:1055
2609 -msgid "(none)"
2610 -msgstr "(nessuno)"
2840 +#: help.c:539
2841 +msgid "Command aliases"
2842 +msgstr "Alias comandi"
2843
2612 -#: builtin/fetch.c:675
2844 +#: help.c:603
2845 #, c-format
2614 -msgid "Refusing to fetch into current branch %s of non-bare repository"
2846 +msgid ""
2847 +"'%s' appears to be a git command, but we were not\n"
2848 +"able to execute it. Maybe git-%s is broken?"
2849 msgstr ""
2850 +"'%s' sembra essere un comando git, ma non è stato\n"
2851 +"possibile eseguirlo. Forse git-%s è corrotto?"
2852
2617 -#: builtin/fetch.c:709
2618 -#, c-format
2619 -msgid "Don't know how to fetch from %s"
2620 -msgstr ""
2853 +#: help.c:662
2854 +msgid "Uh oh. Your system reports no Git commands at all."
2855 +msgstr "Oh oh. Il tuo sistema non riporta alcun comando Git."
2856
2622 -#: builtin/fetch.c:786
2857 +#: help.c:684
2858 #, c-format
2624 -msgid "Option \"%s\" value \"%s\" is not valid for %s"
2625 -msgstr ""
2859 +msgid "WARNING: You called a Git command named '%s', which does not exist."
2860 +msgstr "ATTENZIONE: hai chiamato un comando Git '%s' inesistente."
2861
2627 -#: builtin/fetch.c:789
2862 +#: help.c:689
2863 #, c-format
2629 -msgid "Option \"%s\" is ignored for %s\n"
2630 -msgstr "L'opzione \"%s\" è ignorata per %s\n"
2864 +msgid "Continuing under the assumption that you meant '%s'."
2865 +msgstr "Continuo assumendo che intendessi '%s'."
2866
2632 -#: builtin/fetch.c:888
2867 +#: help.c:694
2868 #, c-format
2634 -msgid "Fetching %s\n"
2635 -msgstr ""
2869 +msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
2870 +msgstr "Continuo fra %0.1f secondi assumendo che intendessi '%s'."
2871
2637 -#: builtin/fetch.c:890 builtin/remote.c:100
2872 +#: help.c:702
2873 #, c-format
2639 -msgid "Could not fetch %s"
2640 -msgstr ""
2874 +msgid "git: '%s' is not a git command. See 'git --help'."
2875 +msgstr "git: '%s' non è un comando git. Vedi 'git --help'."
2876
2642 -#: builtin/fetch.c:907
2877 +#: help.c:706
2878 msgid ""
2644 -"No remote repository specified. Please, specify either a URL or a\n"
2645 -"remote name from which new revisions should be fetched."
2646 -msgstr ""
2647 -"Nessun repository remoto specificato. Per favore, specifica un URL o\n"
2648 -"il nome di un remote da cui prelevare nuove revisioni."
2879 +"\n"
2880 +"The most similar command is"
2881 +msgid_plural ""
2882 +"\n"
2883 +"The most similar commands are"
2884 +msgstr[0] ""
2885 +"\n"
2886 +"Il comando maggiormente simile è"
2887 +msgstr[1] ""
2888 +"\n"
2889 +"I comandi maggiormente simili sono"
2890
2650 -#: builtin/fetch.c:927
2651 -msgid "You need to specify a tag name."
2652 -msgstr "Devi specificare il nome di un tag."
2891 +#: help.c:721
2892 +msgid "git version [<options>]"
2893 +msgstr "git version [<opzioni>]"
2894
2654 -#: builtin/fetch.c:979
2655 -msgid "fetch --all does not take a repository argument"
2656 -msgstr "fetch --all non richiede il repository come argomento"
2895 +#: help.c:789
2896 +#, c-format
2897 +msgid "%s: %s - %s"
2898 +msgstr "%s: %s - %s"
2899
2658 -#: builtin/fetch.c:981
2659 -msgid "fetch --all does not make sense with refspecs"
2900 +#: help.c:793
2901 +msgid ""
2902 +"\n"
2903 +"Did you mean this?"
2904 +msgid_plural ""
2905 +"\n"
2906 +"Did you mean one of these?"
2907 +msgstr[0] ""
2908 +"\n"
2909 +"Intendevi questo?"
2910 +msgstr[1] ""
2911 +"\n"
2912 +"Intendevi uno di questi?"
2913 +
2914 +#: ident.c:345
2915 +msgid ""
2916 +"\n"
2917 +"*** Please tell me who you are.\n"
2918 +"\n"
2919 +"Run\n"
2920 +"\n"
2921 +" git config --global user.email \"you@example.com\"\n"
2922 +" git config --global user.name \"Your Name\"\n"
2923 +"\n"
2924 +"to set your account's default identity.\n"
2925 +"Omit --global to set the identity only in this repository.\n"
2926 +"\n"
2927 msgstr ""
2928 +"\n"
2929 +"*** Dimmi chi sei.\n"
2930 +"\n"
2931 +"Esegui\n"
2932 +"\n"
2933 +" git config --global user.email \"tu@esempio.com\"\n"
2934 +" git config --global user.name \"Il tuo nome\"\n"
2935 +"\n"
2936 +"per impostare l'identità predefinita del tuo account.\n"
2937 +"Ometti --global per impostare l'identità solo in questo repository.\n"
2938 +"\n"
2939
2662 -#: builtin/fetch.c:992
2940 +#: ident.c:369
2941 +msgid "no email was given and auto-detection is disabled"
2942 +msgstr "nessun indirizzo email fornito e rilevamento automatico disabilitato"
2943 +
2944 +#: ident.c:374
2945 #, c-format
2664 -msgid "No such remote or remote group: %s"
2946 +msgid "unable to auto-detect email address (got '%s')"
2947 msgstr ""
2948 +"impossibile rilevare automaticamente l'indirizzo email (ho ricavato '%s')"
2949
2667 -#: builtin/fetch.c:1000
2668 -msgid "Fetching a group and specifying refspecs does not make sense"
2669 -msgstr ""
2950 +#: ident.c:384
2951 +msgid "no name was given and auto-detection is disabled"
2952 +msgstr "nessun nome fornito e rilevamento automatico disabilitato"
2953
2671 -#: builtin/gc.c:63
2954 +#: ident.c:390
2955 #, c-format
2673 -msgid "Invalid %s: '%s'"
2674 -msgstr "%s non valido: '%s'"
2956 +msgid "unable to auto-detect name (got '%s')"
2957 +msgstr "impossibile rilevare automaticamente il nome (ho ricavato '%s')"
2958
2676 -#: builtin/gc.c:90
2959 +#: ident.c:398
2960 #, c-format
2678 -msgid "insanely long object directory %.*s"
2679 -msgstr ""
2961 +msgid "empty ident name (for <%s>) not allowed"
2962 +msgstr "nome ident vuoto (per <%s>) non consentito"
2963
2681 -#: builtin/gc.c:221
2964 +#: ident.c:404
2965 #, c-format
2683 -msgid "Auto packing the repository for optimum performance.\n"
2684 -msgstr ""
2966 +msgid "name consists only of disallowed characters: %s"
2967 +msgstr "il nome è composto solo da caratteri non consentiti: %s"
2968
2686 -#: builtin/gc.c:224
2969 +#: ident.c:419 builtin/commit.c:608
2970 #, c-format
2688 -msgid ""
2689 -"Auto packing the repository for optimum performance. You may also\n"
2690 -"run \"git gc\" manually. See \"git help gc\" for more information.\n"
2971 +msgid "invalid date format: %s"
2972 +msgstr "formato data non valido: %s"
2973 +
2974 +#: list-objects-filter-options.c:36
2975 +msgid "multiple filter-specs cannot be combined"
2976 +msgstr "non è possibile combinare più specificatori filtro"
2977 +
2978 +#: list-objects-filter-options.c:58
2979 +msgid "expected 'tree:<depth>'"
2980 msgstr ""
2981
2693 -#: builtin/gc.c:251
2982 +#: list-objects-filter-options.c:152
2983 +msgid "cannot change partial clone promisor remote"
2984 +msgstr "impossibile modificare il remoto promettente del clone parziale"
2985 +
2986 +#: lockfile.c:151
2987 +#, c-format
2988 msgid ""
2695 -"There are too many unreachable loose objects; run 'git prune' to remove them."
2989 +"Unable to create '%s.lock': %s.\n"
2990 +"\n"
2991 +"Another git process seems to be running in this repository, e.g.\n"
2992 +"an editor opened by 'git commit'. Please make sure all processes\n"
2993 +"are terminated then try again. If it still fails, a git process\n"
2994 +"may have crashed in this repository earlier:\n"
2995 +"remove the file manually to continue."
2996 msgstr ""
2997 +"Impossibile creare '%s.lock': %s.\n"
2998 +"\n"
2999 +"Sembra che un altro processo git sia in esecuzione in questo repository, ad "
3000 +"es.\n"
3001 +"un editor aperto da 'git commit'. Assicurati che tutti i processi\n"
3002 +"siano terminati, quindi riprova. Se l'operazione continua a non riuscire, è\n"
3003 +"possibile che un processo git sia andato in crash in questo repository\n"
3004 +"in precedenza: rimuovi manualmente il file per continuare."
3005
2698 -#: builtin/grep.c:216
3006 +#: lockfile.c:159
3007 #, c-format
2700 -msgid "grep: failed to create thread: %s"
2701 -msgstr "grep: creazione del thread non riuscita: %s"
3008 +msgid "Unable to create '%s.lock': %s"
3009 +msgstr "Impossibile creare '%s.lock': %s"
3010
2703 -#: builtin/grep.c:402
2704 -#, c-format
2705 -msgid "Failed to chdir: %s"
2706 -msgstr ""
3011 +#: merge.c:41
3012 +msgid "failed to read the cache"
3013 +msgstr "lettura della cache non riuscita"
3014 +
3015 +#: merge.c:107 rerere.c:720 builtin/am.c:1884 builtin/am.c:1918
3016 +#: builtin/checkout.c:416 builtin/checkout.c:745 builtin/clone.c:771
3017 +msgid "unable to write new index file"
3018 +msgstr "impossibile scrivere il nuovo file index"
3019 +
3020 +#: merge-recursive.c:332
3021 +msgid "(bad commit)\n"
3022 +msgstr "(commit non valido)\n"
3023
2708 -#: builtin/grep.c:478 builtin/grep.c:512
3024 +#: merge-recursive.c:355
3025 #, c-format
2710 -msgid "unable to read tree (%s)"
2711 -msgstr "impossibile leggere il tree (%s)"
3026 +msgid "add_cacheinfo failed for path '%s'; merge aborting."
3027 +msgstr "add_cacheinfo non riuscito per il percorso '%s'; interrompo il merge."
3028
2713 -#: builtin/grep.c:526
3029 +#: merge-recursive.c:364
3030 #, c-format
2715 -msgid "unable to grep from object of type %s"
3031 +msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
3032 msgstr ""
3033 +"aggiornamento add_cacheinfo non riuscito per il percorso '%s'; interrompo il "
3034 +"merge."
3035
2718 -#: builtin/grep.c:584
3036 +#: merge-recursive.c:447
3037 +msgid "error building trees"
3038 +msgstr "errore durante la costruzione degli alberi"
3039 +
3040 +#: merge-recursive.c:902
3041 #, c-format
2720 -msgid "switch `%c' expects a numerical value"
2721 -msgstr "switch '%c' richiede un valore numerico"
3042 +msgid "failed to create path '%s'%s"
3043 +msgstr "creazione del percorso '%s' non riuscita%s"
3044
2723 -#: builtin/grep.c:601
3045 +#: merge-recursive.c:913
3046 #, c-format
2725 -msgid "cannot open '%s'"
2726 -msgstr "impossibile aprire '%s'"
3047 +msgid "Removing %s to make room for subdirectory\n"
3048 +msgstr "Rimuovo %s per fare spazio alla sottodirectory\n"
3049
2728 -#: builtin/grep.c:885
2729 -msgid "no pattern given."
2730 -msgstr "nessun modello specificato."
3050 +#: merge-recursive.c:927 merge-recursive.c:946
3051 +msgid ": perhaps a D/F conflict?"
3052 +msgstr ": forse si tratta di un conflitto D/F?"
3053
2732 -#: builtin/grep.c:899
3054 +#: merge-recursive.c:936
3055 #, c-format
2734 -msgid "bad object %s"
2735 -msgstr "oggetto %s errato"
3056 +msgid "refusing to lose untracked file at '%s'"
3057 +msgstr "mi rifiuto di perdere un file non tracciato in '%s'"
3058
2737 -#: builtin/grep.c:940
2738 -msgid "--open-files-in-pager only works on the worktree"
2739 -msgstr ""
3059 +#: merge-recursive.c:978 builtin/cat-file.c:40
3060 +#, c-format
3061 +msgid "cannot read object %s '%s'"
3062 +msgstr "impossibile leggere l'oggetto %s '%s'"
3063
2741 -#: builtin/grep.c:963
2742 -msgid "--cached or --untracked cannot be used with --no-index."
2743 -msgstr "--cached o --untracked non può essere usato con --no-index."
3064 +#: merge-recursive.c:980
3065 +#, c-format
3066 +msgid "blob expected for %s '%s'"
3067 +msgstr "atteso blob per %s '%s'"
3068
2745 -#: builtin/grep.c:968
2746 -msgid "--no-index or --untracked cannot be used with revs."
2747 -msgstr "--no-index o --untracked non possono essere usate con le revisioni."
3069 +#: merge-recursive.c:1004
3070 +#, c-format
3071 +msgid "failed to open '%s': %s"
3072 +msgstr "apertura di '%s' non riuscita: %s"
3073
2749 -#: builtin/grep.c:971
2750 -msgid "--[no-]exclude-standard cannot be used for tracked contents."
2751 -msgstr ""
3074 +#: merge-recursive.c:1015
3075 +#, c-format
3076 +msgid "failed to symlink '%s': %s"
3077 +msgstr "creazione del collegamento simbolico '%s' non riuscita: %s"
3078
2753 -#: builtin/grep.c:979
2754 -msgid "both --cached and trees are given."
2755 -msgstr ""
3079 +#: merge-recursive.c:1020
3080 +#, c-format
3081 +msgid "do not know what to do with %06o %s '%s'"
3082 +msgstr "non so che fare con %06o %s '%s'"
3083
2757 -#: builtin/help.c:59
3084 +#: merge-recursive.c:1211
3085 #, c-format
2759 -msgid "unrecognized help format '%s'"
2760 -msgstr "formato di aiuto '%s' non riconosciuto"
3086 +msgid "Failed to merge submodule %s (not checked out)"
3087 +msgstr "Merge del sottomodulo %s non riuscito (checkout non eseguito)"
3088
2762 -#: builtin/help.c:87

This file is too large to show in full.