l10n: es.po: initial Spanish version git 2.14.0
Signed-off-by: Christopher Díaz <christopher.diaz.riv@gmail.com>
Christopher Díaz committed
Aug 27, 2017 at 13:04 UTC
fb0e25bce476cd21202566a46701f758aafafda4
1 file changed
+15753
po/es.po
new
+15753
@@ -0,0 +1,15753 @@
1
+# Spanish translations for Git.
2
+# Copyright (C) 2017 Christopher Diaz Riveros <christopher.diaz.riv@gmail.com>
3
+# This file is distributed under the same license as the Git package.
4
+# Christopher Diaz Riveros <christopher.diaz.riv@gmail.com>, 2017.
5
+#
6
+msgid ""
7
+msgstr ""
8
+"Project-Id-Version: Git\n"
9
+"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
10
+"POT-Creation-Date: 2017-07-24 21:54+0800\n"
11
+"PO-Revision-Date: 2017-08-20 22:24-0500\n"
12
+"Last-Translator: christopher.diaz.riv@gmail.com\n"
13
+"Language-Team: CodeLabora <codelabora@gmail.com>\n"
14
+"Language: es\n"
15
+"MIME-Version: 1.0\n"
16
+"Content-Type: text/plain; charset=UTF-8\n"
17
+"Content-Transfer-Encoding: 8bit\n"
18
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+"X-Generator: Poedit 1.8.5\n"
20
+
21
+#: advice.c:58
22
+#, c-format
23
+msgid "hint: %.*s\n"
24
+msgstr "ayuda: %.*s\n"
25
+
26
+#: advice.c:86
27
+msgid "Cherry-picking is not possible because you have unmerged files."
28
+msgstr "No es posible ejecutar cherry-picking porque tienes archivos sin fusionar."
29
+
30
+#: advice.c:88
31
+msgid "Committing is not possible because you have unmerged files."
32
+msgstr "No es posible realizar un commit porque tienes archivos sin fusionar."
33
+
34
+#: advice.c:90
35
+msgid "Merging is not possible because you have unmerged files."
36
+msgstr "No es posible hacer merge porque tienes archivos sin fusionar."
37
+
38
+#: advice.c:92
39
+msgid "Pulling is not possible because you have unmerged files."
40
+msgstr "No es posible hacer pull porque tienes archivos sin fusionar."
41
+
42
+#: advice.c:94
43
+msgid "Reverting is not possible because you have unmerged files."
44
+msgstr "No es posible revertir porque tienes archivos sin fusionar."
45
+
46
+#: advice.c:96
47
+#, c-format
48
+msgid "It is not possible to %s because you have unmerged files."
49
+msgstr "No es posible %s porque tienes archivos sin fusionar."
50
+
51
+#: advice.c:104
52
+msgid ""
53
+"Fix them up in the work tree, and then use 'git add/rm <file>'\n"
54
+"as appropriate to mark resolution and make a commit."
55
+msgstr ""
56
+"Corrígelos en el árbol de trabajo y entonces usa 'git add/rm <archivo>',\n"
57
+"como sea apropiado, para marcar la resolución y realizar un commit."
58
+
59
+#: advice.c:112
60
+msgid "Exiting because of an unresolved conflict."
61
+msgstr "Saliendo porque existe un conflicto sin resolver."
62
+
63
+#: advice.c:117 builtin/merge.c:1184
64
+msgid "You have not concluded your merge (MERGE_HEAD exists)."
65
+msgstr "No has concluido tu fusión (MERGE_HEAD existe)."
66
+
67
+#: advice.c:119
68
+msgid "Please, commit your changes before merging."
69
+msgstr "Por favor, realiza un commit antes de fusionar."
70
+
71
+#: advice.c:120
72
+msgid "Exiting because of unfinished merge."
73
+msgstr "Saliendo por una fusion inconclusa."
74
+
75
+#: advice.c:126
76
+#, c-format
77
+msgid ""
78
+"Note: checking out '%s'.\n"
79
+"\n"
80
+"You are in 'detached HEAD' state. You can look around, make experimental\n"
81
+"changes and commit them, and you can discard any commits you make in this\n"
82
+"state without impacting any branches by performing another checkout.\n"
83
+"\n"
84
+"If you want to create a new branch to retain commits you create, you may\n"
85
+"do so (now or later) by using -b with the checkout command again. Example:\n"
86
+"\n"
87
+" git checkout -b <new-branch-name>\n"
88
+"\n"
89
+msgstr ""
90
+"Nota: actualizando el árbol de trabajo '%s'.\n"
91
+"\n"
92
+"Te encuentras en estado 'detached HEAD'. Puedes revisar por aquí, hacer\n"
93
+"cambios experimentales y confirmarlos, y puedes descartar cualquier\n"
94
+"commit que hayas hecho en este estado sin impactar a tu rama realizando\n"
95
+"otro checkout.\n"
96
+"\n"
97
+"Si quieres crear una nueva rama para mantener los commits que has creado,\n"
98
+"puedes hacerlo (ahora o después) usando -b con el comando checkout. Ejemplo:\n"
99
+"\n"
100
+" git checkout -b <nombre-de-nueva-rama>\n"
101
+"\n"
102
+
103
+#: apply.c:58
104
+#, c-format
105
+msgid "unrecognized whitespace option '%s'"
106
+msgstr "opcion de espacios en blanco no reconocida '%s'"
107
+
108
+#: apply.c:74
109
+#, c-format
110
+msgid "unrecognized whitespace ignore option '%s'"
111
+msgstr "opcion de ignorar espacios en blanco no reconocida '%s'"
112
+
113
+#: apply.c:126
114
+msgid "--reject and --3way cannot be used together."
115
+msgstr "--reject y --3way no se pueden utilizar juntas."
116
+
117
+#: apply.c:128
118
+msgid "--cached and --3way cannot be used together."
119
+msgstr "--cached y --3way no se pueden utilizar juntas."
120
+
121
+#: apply.c:131
122
+msgid "--3way outside a repository"
123
+msgstr "--3way esta fuera de un repositorio"
124
+
125
+#: apply.c:142
126
+msgid "--index outside a repository"
127
+msgstr "--index esta fuera de un repositorio"
128
+
129
+#: apply.c:145
130
+msgid "--cached outside a repository"
131
+msgstr "--cached esta fuera de un repositorio"
132
+
133
+#: apply.c:836
134
+#, c-format
135
+msgid "Cannot prepare timestamp regexp %s"
136
+msgstr "No se puede preparar una marca de tiempo para la expresion regular %s"
137
+
138
+#: apply.c:845
139
+#, c-format
140
+msgid "regexec returned %d for input: %s"
141
+msgstr "regexec retorno %d para la entrada: %s"
142
+
143
+#: apply.c:929
144
+#, c-format
145
+msgid "unable to find filename in patch at line %d"
146
+msgstr "no se puede encontrar el nombre del archivo en el parche en la linea %d"
147
+
148
+#: apply.c:967
149
+#, c-format
150
+msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
151
+msgstr "git apply: mal git-diff - se esperaba /dev/null, se encontro %s en la linea %d"
152
+
153
+#: apply.c:973
154
+#, c-format
155
+msgid "git apply: bad git-diff - inconsistent new filename on line %d"
156
+msgstr "git apply: mal git-diff - nuevo nombre de archivo inconsistente en la linea %d"
157
+
158
+#: apply.c:974
159
+#, c-format
160
+msgid "git apply: bad git-diff - inconsistent old filename on line %d"
161
+msgstr "git apply: mal git-diff - viejo nombre de archivo inconsistente en la linea %d"
162
+
163
+#: apply.c:979
164
+#, c-format
165
+msgid "git apply: bad git-diff - expected /dev/null on line %d"
166
+msgstr "git apply: mal git-diff - se esperaba /dev/null en la linea %d"
167
+
168
+#: apply.c:1008
169
+#, c-format
170
+msgid "invalid mode on line %d: %s"
171
+msgstr "modo invalido en la linea %d: %s"
172
+
173
+#: apply.c:1326
174
+#, c-format
175
+msgid "inconsistent header lines %d and %d"
176
+msgstr "header inconsistente en las lineas %d y %d"
177
+
178
+#: apply.c:1498
179
+#, c-format
180
+msgid "recount: unexpected line: %.*s"
181
+msgstr "recount: linea inesperada: %.*s"
182
+
183
+#: apply.c:1567
184
+#, c-format
185
+msgid "patch fragment without header at line %d: %.*s"
186
+msgstr "fragmento de parche sin header en la linea %d: %.*s"
187
+
188
+#: apply.c:1587
189
+#, c-format
190
+msgid "git diff header lacks filename information when removing %d leading pathname component (line %d)"
191
+msgid_plural "git diff header lacks filename information when removing %d leading pathname components (line %d)"
192
+msgstr[0] "al header de git diff carece de informacion del nombre del archivo %d cuando lo remueve de la ruta principalcomponente (linea %d)"
193
+msgstr[1] "los headers de git diff carecen de informacion de los nombres de los archivos %d cuando los remueven de la ruta principalcomponentes (linea %d)"
194
+
195
+#: apply.c:1600
196
+#, c-format
197
+msgid "git diff header lacks filename information (line %d)"
198
+msgstr "el header de git diff carece de informacion del nombre del archivo (linea %d)"
199
+
200
+#: apply.c:1770
201
+msgid "new file depends on old contents"
202
+msgstr "el nuevo archivo depende de contenidos viejos"
203
+
204
+#: apply.c:1772
205
+msgid "deleted file still has contents"
206
+msgstr "el archivo eliminado todavia tiene contenido"
207
+
208
+#: apply.c:1806
209
+#, c-format
210
+msgid "corrupt patch at line %d"
211
+msgstr "parche corrupto en la linea %d"
212
+
213
+#: apply.c:1843
214
+#, c-format
215
+msgid "new file %s depends on old contents"
216
+msgstr "nuevo archivo %s depende en contenidos viejos"
217
+
218
+#: apply.c:1845
219
+#, c-format
220
+msgid "deleted file %s still has contents"
221
+msgstr "el archivo borrado %s todavia tiene contenido"
222
+
223
+#: apply.c:1848
224
+#, c-format
225
+msgid "** warning: file %s becomes empty but is not deleted"
226
+msgstr "** peligro: el archivo %s esta vacio pero no es borrado"
227
+
228
+#: apply.c:1995
229
+#, c-format
230
+msgid "corrupt binary patch at line %d: %.*s"
231
+msgstr "parche binario corrupto en la linea %d: %.*s"
232
+
233
+#: apply.c:2032
234
+#, c-format
235
+msgid "unrecognized binary patch at line %d"
236
+msgstr "parche binario no reconocido en la linea %d"
237
+
238
+#: apply.c:2193
239
+#, c-format
240
+msgid "patch with only garbage at line %d"
241
+msgstr "parche que solo contiene basura en la linea %d"
242
+
243
+#: apply.c:2276
244
+#, c-format
245
+msgid "unable to read symlink %s"
246
+msgstr "no es posible leer el symlink %s"
247
+
248
+#: apply.c:2280
249
+#, c-format
250
+msgid "unable to open or read %s"
251
+msgstr "no es posible abrir o leer %s"
252
+
253
+#: apply.c:2933
254
+#, c-format
255
+msgid "invalid start of line: '%c'"
256
+msgstr "comienzo invalido de linea: '%c'"
257
+
258
+#: apply.c:3052
259
+#, c-format
260
+msgid "Hunk #%d succeeded at %d (offset %d line)."
261
+msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
262
+msgstr[0] "Hunk #%d tuvo exito en %d (%d linea compensada)."
263
+msgstr[1] "Hunk #%d tuvo exito en %d (%d lineas compensadas)."
264
+
265
+#: apply.c:3064
266
+#, c-format
267
+msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
268
+msgstr "Contexto reducido a (%ld/%ld) para aplicar el fragmento en %d"
269
+
270
+#: apply.c:3070
271
+#, c-format
272
+msgid ""
273
+"while searching for:\n"
274
+"%.*s"
275
+msgstr ""
276
+"Mientras se busca:\n"
277
+"%.*s"
278
+
279
+#: apply.c:3092
280
+#, c-format
281
+msgid "missing binary patch data for '%s'"
282
+msgstr "data perdida en parche binario para '%s'"
283
+
284
+#: apply.c:3100
285
+#, c-format
286
+msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
287
+msgstr "no se puede revertir-aplicar un parche binario sin el hunk revertido a '%s'"
288
+
289
+#: apply.c:3146
290
+#, c-format
291
+msgid "cannot apply binary patch to '%s' without full index line"
292
+msgstr "no se puede aplcar el parche binario a '%s' sin un indice completo"
293
+
294
+#: apply.c:3156
295
+#, c-format
296
+msgid "the patch applies to '%s' (%s), which does not match the current contents."
297
+msgstr "el parche aplica a '%s' (%s), lo cual no concuerda con los contenidos actuales."
298
+
299
+#: apply.c:3164
300
+#, c-format
301
+msgid "the patch applies to an empty '%s' but it is not empty"
302
+msgstr "el parche aplica a un '%s' vacio, pero este no lo esta"
303
+
304
+#: apply.c:3182
305
+#, c-format
306
+msgid "the necessary postimage %s for '%s' cannot be read"
307
+msgstr "la postimagen necesaria %s para '%s' no se puede leer"
308
+
309
+#: apply.c:3195
310
+#, c-format
311
+msgid "binary patch does not apply to '%s'"
312
+msgstr "el parche binario no aplica para '%s'"
313
+
314
+#: apply.c:3201
315
+#, c-format
316
+msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
317
+msgstr "el parche binario para '%s' crea un resultado incorrecto (saliendo %s, se obtuvo %s)"
318
+
319
+#: apply.c:3222
320
+#, c-format
321
+msgid "patch failed: %s:%ld"
322
+msgstr "el parche fallo: %s:%ld"
323
+
324
+#: apply.c:3344
325
+#, c-format
326
+msgid "cannot checkout %s"
327
+msgstr "no se puede hacer checkout a %s"
328
+
329
+#: apply.c:3392 apply.c:3403 apply.c:3449 setup.c:277
330
+#, c-format
331
+msgid "failed to read %s"
332
+msgstr "no se pudo leer %s"
333
+
334
+#: apply.c:3400
335
+#, c-format
336
+msgid "reading from '%s' beyond a symbolic link"
337
+msgstr "leyendo de '%s' tras un symbolic link"
338
+
339
+#: apply.c:3429 apply.c:3669
340
+#, c-format
341
+msgid "path %s has been renamed/deleted"
342
+msgstr "la ruta %s ha sido renombrada/suprimida"
343
+
344
+#: apply.c:3512 apply.c:3683
345
+#, c-format
346
+msgid "%s: does not exist in index"
347
+msgstr "%s: no existe en el indice"
348
+
349
+#: apply.c:3521 apply.c:3691
350
+#, c-format
351
+msgid "%s: does not match index"
352
+msgstr "%s: no concuerda con el indice"
353
+
354
+#: apply.c:3556
355
+msgid "repository lacks the necessary blob to fall back on 3-way merge."
356
+msgstr "el repositorio carece del blob necesario para regresar en un merge de tres-vias"
357
+
358
+#: apply.c:3559
359
+#, c-format
360
+msgid "Falling back to three-way merge...\n"
361
+msgstr "Retrocediendo en un merge de tres-vias...\n"
362
+
363
+#: apply.c:3575 apply.c:3579
364
+#, c-format
365
+msgid "cannot read the current contents of '%s'"
366
+msgstr "no se pueden leer los contenidos actuales de '%s'"
367
+
368
+#: apply.c:3591
369
+#, c-format
370
+msgid "Failed to fall back on three-way merge...\n"
371
+msgstr "Fallo el merge en retroceso de tres-vias...\n"
372
+
373
+#: apply.c:3605
374
+#, c-format
375
+msgid "Applied patch to '%s' with conflicts.\n"
376
+msgstr "Parche aplicado a '%s' con conflictos.\n"
377
+
378
+#: apply.c:3610
379
+#, c-format
380
+msgid "Applied patch to '%s' cleanly.\n"
381
+msgstr "Parche aplicado a '%s' limpiamente\n"
382
+
383
+#: apply.c:3636
384
+msgid "removal patch leaves file contents"
385
+msgstr "parche de remocion deja contenidos en el archivo"
386
+
387
+#: apply.c:3708
388
+#, c-format
389
+msgid "%s: wrong type"
390
+msgstr "%s: tipo incorrecto"
391
+
392
+#: apply.c:3710
393
+#, c-format
394
+msgid "%s has type %o, expected %o"
395
+msgstr "%s tiene tipo %o, se esperaba %o"
396
+
397
+#: apply.c:3860 apply.c:3862
398
+#, c-format
399
+msgid "invalid path '%s'"
400
+msgstr "ruta invalida '%s'"
401
+
402
+#: apply.c:3918
403
+#, c-format
404
+msgid "%s: already exists in index"
405
+msgstr "%s: ya existe en el indice"
406
+
407
+#: apply.c:3921
408
+#, c-format
409
+msgid "%s: already exists in working directory"
410
+msgstr "%s: ya existe en el directorio de trabajo"
411
+
412
+#: apply.c:3941
413
+#, c-format
414
+msgid "new mode (%o) of %s does not match old mode (%o)"
415
+msgstr "nuevo modo (%o) de %s no concuerda con el viejo modo (%o)"
416
+
417
+#: apply.c:3946
418
+#, c-format
419
+msgid "new mode (%o) of %s does not match old mode (%o) of %s"
420
+msgstr "nuevo modo (%o) de %s no concuerda con el viejo modo (%o) de %s"
421
+
422
+#: apply.c:3966
423
+#, c-format
424
+msgid "affected file '%s' is beyond a symbolic link"
425
+msgstr "archivo afectado '%s' esta tras un symbolic link"
426
+
427
+#: apply.c:3970
428
+#, c-format
429
+msgid "%s: patch does not apply"
430
+msgstr "%s: el parche no aplica"
431
+
432
+#: apply.c:3985
433
+#, c-format
434
+msgid "Checking patch %s..."
435
+msgstr "Revisando el parche %s..."
436
+
437
+#: apply.c:4076
438
+#, c-format
439
+msgid "sha1 information is lacking or useless for submodule %s"
440
+msgstr "falta informacion del sha1 o es inutil para el submodulo %s"
441
+
442
+#: apply.c:4083
443
+#, c-format
444
+msgid "mode change for %s, which is not in current HEAD"
445
+msgstr "modo cambiado para %s, el cual no se encuentra en el HEAD actual"
446
+
447
+#: apply.c:4086
448
+#, c-format
449
+msgid "sha1 information is lacking or useless (%s)."
450
+msgstr "falta informacion sha1 o es inutil (%s)."
451
+
452
+#: apply.c:4091 builtin/checkout.c:235 builtin/reset.c:138
453
+#, c-format
454
+msgid "make_cache_entry failed for path '%s'"
455
+msgstr "make_cache_entry fallo para la ruta '%s'"
456
+
457
+#: apply.c:4095
458
+#, c-format
459
+msgid "could not add %s to temporary index"
460
+msgstr "no se pudo anadir %s al indice temporal"
461
+
462
+#: apply.c:4105
463
+#, c-format
464
+msgid "could not write temporary index to %s"
465
+msgstr "no se pudo escribir un indice temporal para %s"
466
+
467
+#: apply.c:4243
468
+#, c-format
469
+msgid "unable to remove %s from index"
470
+msgstr "no se puede remover %s del indice"
471
+
472
+#: apply.c:4278
473
+#, c-format
474
+msgid "corrupt patch for submodule %s"
475
+msgstr "parche corrupto para el submodulo %s"
476
+
477
+#: apply.c:4284
478
+#, c-format
479
+msgid "unable to stat newly created file '%s'"
480
+msgstr "no es posible establecer el archivo recien creado '%s'"
481
+
482
+#: apply.c:4292
483
+#, c-format
484
+msgid "unable to create backing store for newly created file %s"
485
+msgstr "no es posible crear una copia de seguridad para el archivo recien creado %s"
486
+
487
+#: apply.c:4298 apply.c:4442
488
+#, c-format
489
+msgid "unable to add cache entry for %s"
490
+msgstr "no es posible agregar una entrada en el cache para %s"
491
+
492
+#: apply.c:4339
493
+#, c-format
494
+msgid "failed to write to '%s'"
495
+msgstr "fallo escribir para '%s'"
496
+
497
+#: apply.c:4343
498
+#, c-format
499
+msgid "closing file '%s'"
500
+msgstr "cerrando archivo '%s'"
501
+
502
+#: apply.c:4413
503
+#, c-format
504
+msgid "unable to write file '%s' mode %o"
505
+msgstr "no es posible escribir el archivo '%s' modo %o"
506
+
507
+#: apply.c:4511
508
+#, c-format
509
+msgid "Applied patch %s cleanly."
510
+msgstr "Parche %s aplicado limpiamente"
511
+
512
+#: apply.c:4519
513
+msgid "internal error"
514
+msgstr "Error interno"
515
+
516
+#: apply.c:4522
517
+#, c-format
518
+msgid "Applying patch %%s with %d reject..."
519
+msgid_plural "Applying patch %%s with %d rejects..."
520
+msgstr[0] "Aplicando parche %%s con %d rechazo..."
521
+msgstr[1] "Aplicando parche %%s con %d rechazos..."
522
+
523
+#: apply.c:4533
524
+#, c-format
525
+msgid "truncating .rej filename to %.*s.rej"
526
+msgstr "truncando el nombre de archivo .rej a %.*s.rej "
527
+
528
+#: apply.c:4541 builtin/fetch.c:738 builtin/fetch.c:988
529
+#, c-format
530
+msgid "cannot open %s"
531
+msgstr "no se puede abrir %s"
532
+
533
+#: apply.c:4555
534
+#, c-format
535
+msgid "Hunk #%d applied cleanly."
536
+msgstr "Hunk #%d aplicado limpiamente"
537
+
538
+#: apply.c:4559
539
+#, c-format
540
+msgid "Rejected hunk #%d."
541
+msgstr "hunk #%d rechazado"
542
+
543
+#: apply.c:4669
544
+#, c-format
545
+msgid "Skipped patch '%s'."
546
+msgstr "Parche '%s' saltado."
547
+
548
+#: apply.c:4677
549
+msgid "unrecognized input"
550
+msgstr "input no reconocido"
551
+
552
+#: apply.c:4696
553
+msgid "unable to read index file"
554
+msgstr "no es posible leer el archivo indice"
555
+
556
+#: apply.c:4833
557
+#, c-format
558
+msgid "can't open patch '%s': %s"
559
+msgstr "no se puede abrir el parche '%s': %s"
560
+
561
+#: apply.c:4860
562
+#, c-format
563
+msgid "squelched %d whitespace error"
564
+msgid_plural "squelched %d whitespace errors"
565
+msgstr[0] "%d error de espacios en blanco aplastado"
566
+msgstr[1] "%d errores de espacios en blanco aplastados"
567
+
568
+#: apply.c:4866 apply.c:4881
569
+#, c-format
570
+msgid "%d line adds whitespace errors."
571
+msgid_plural "%d lines add whitespace errors."
572
+msgstr[0] "%d linea agrega errores de espacios en blanco."
573
+msgstr[1] "%d lineas agregan erroes de espacios en blanco."
574
+
575
+#: apply.c:4874
576
+#, c-format
577
+msgid "%d line applied after fixing whitespace errors."
578
+msgid_plural "%d lines applied after fixing whitespace errors."
579
+msgstr[0] "%d linea aplicada despues de arreglar los errores de espacios en blanco."
580
+msgstr[1] "%d lineas aplicadas despues de arreglar los errores de espacios en blanco."
581
+
582
+#: apply.c:4890 builtin/add.c:513 builtin/mv.c:299 builtin/rm.c:391
583
+msgid "Unable to write new index file"
584
+msgstr "No es posible escribir el archivo indice"
585
+
586
+#: apply.c:4921 apply.c:4924 builtin/am.c:2257 builtin/am.c:2260 builtin/clone.c:115 builtin/fetch.c:93 builtin/pull.c:187 builtin/submodule--helper.c:304
587
+#: builtin/submodule--helper.c:629 builtin/submodule--helper.c:632 builtin/submodule--helper.c:973 builtin/submodule--helper.c:976 builtin/submodule--helper.c:1161
588
+#: git-add--interactive.perl:197
589
+msgid "path"
590
+msgstr "ruta"
591
+
592
+#: apply.c:4922
593
+msgid "don't apply changes matching the given path"
594
+msgstr "no aplicar cambios que concuerden con la ruta suministrada"
595
+
596
+#: apply.c:4925
597
+msgid "apply changes matching the given path"
598
+msgstr "aplicar cambios que concuerden con la ruta suministrada"
599
+
600
+#: apply.c:4927 builtin/am.c:2266
601
+msgid "num"
602
+msgstr "num"
603
+
604
+#: apply.c:4928
605
+msgid "remove <num> leading slashes from traditional diff paths"
606
+msgstr "remover <num> slashes iniciales de las rutas diff tradicionales"
607
+
608
+#: apply.c:4931
609
+msgid "ignore additions made by the patch"
610
+msgstr "ignorar adiciones hechas por el parche"
611
+
612
+#: apply.c:4933
613
+msgid "instead of applying the patch, output diffstat for the input"
614
+msgstr "en lugar de aplicar elparche, mostrar diffstat para la entrada"
615
+
616
+#: apply.c:4937
617
+msgid "show number of added and deleted lines in decimal notation"
618
+msgstr "mostrar el numero de lineas agregadas y elminadas en notacion decimal"
619
+
620
+#: apply.c:4939
621
+msgid "instead of applying the patch, output a summary for the input"
622
+msgstr "en lugar de aplicar el parche, mostrar un resumen para la entrada"
623
+
624
+#: apply.c:4941
625
+msgid "instead of applying the patch, see if the patch is applicable"
626
+msgstr "en lugar de aplicar el parche, ver si el parche es aplicable"
627
+
628
+#: apply.c:4943
629
+msgid "make sure the patch is applicable to the current index"
630
+msgstr "asegurar que el parche es aplicable al indice actual"
631
+
632
+#: apply.c:4945
633
+msgid "apply a patch without touching the working tree"
634
+msgstr "aplicar un parche sin tocar el arbol de trabajo"
635
+
636
+#: apply.c:4947
637
+msgid "accept a patch that touches outside the working area"
638
+msgstr "aceptar un parche que toca fuera del area de trabajo"
639
+
640
+#: apply.c:4949
641
+msgid "also apply the patch (use with --stat/--summary/--check)"
642
+msgstr "tambien aplicar el parche ( usar con --stat/--summary/--check"
643
+
644
+#: apply.c:4951
645
+msgid "attempt three-way merge if a patch does not apply"
646
+msgstr "intentar merge de tres-vias si el parche no aplica"
647
+
648
+#: apply.c:4953
649
+msgid "build a temporary index based on embedded index information"
650
+msgstr "construir un indice temporal basado en la informacion del indice incrustado"
651
+
652
+#: apply.c:4956 builtin/checkout-index.c:170 builtin/ls-files.c:515
653
+msgid "paths are separated with NUL character"
654
+msgstr "rutas estan separadas con un caracter NULL "
655
+
656
+#: apply.c:4958
657
+msgid "ensure at least <n> lines of context match"
658
+msgstr "asegure que por lo menos <n> lineas del contexto concuerden"
659
+
660
+#: apply.c:4959 builtin/am.c:2245
661
+msgid "action"
662
+msgstr "accion"
663
+
664
+#: apply.c:4960
665
+msgid "detect new or modified lines that have whitespace errors"
666
+msgstr "detectar lineas nuevas o modificadas que contienen errores de espacios en blanco"
667
+
668
+#: apply.c:4963 apply.c:4966
669
+msgid "ignore changes in whitespace when finding context"
670
+msgstr "ignorar cambios en los espacios en blanco cuando se encuentra el contexto"
671
+
672
+#: apply.c:4969
673
+msgid "apply the patch in reverse"
674
+msgstr "aplicar el parche en reversa"
675
+
676
+#: apply.c:4971
677
+msgid "don't expect at least one line of context"
678
+msgstr "no espera al menos una linea del contexto"
679
+
680
+#: apply.c:4973
681
+msgid "leave the rejected hunks in corresponding *.rej files"
682
+msgstr "dejar los hunks rechazados en los archivos *.rej correspontientes"
683
+
684
+#: apply.c:4975
685
+msgid "allow overlapping hunks"
686
+msgstr "permitir solapamiento de hunks"
687
+
688
+#: apply.c:4976 builtin/add.c:270 builtin/check-ignore.c:21 builtin/commit.c:1340 builtin/count-objects.c:95 builtin/fsck.c:651 builtin/log.c:1877 builtin/mv.c:123
689
+#: builtin/read-tree.c:125
690
+msgid "be verbose"
691
+msgstr "ser verboso"
692
+
693
+#: apply.c:4978
694
+msgid "tolerate incorrectly detected missing new-line at the end of file"
695
+msgstr "tolerar nuevas lineas faltantes detectadas incorrectamente al final del archivo"
696
+
697
+#: apply.c:4981
698
+msgid "do not trust the line counts in the hunk headers"
699
+msgstr "no confiar en el conteo de lineas en los headers del hunk"
700
+
701
+#: apply.c:4983 builtin/am.c:2254
702
+msgid "root"
703
+msgstr "raiz"
704
+
705
+#: apply.c:4984
706
+msgid "prepend <root> to all filenames"
707
+msgstr "anteponer <root> a todos los nombres de archivos"
708
+
709
+#: archive.c:13
710
+msgid "git archive [<options>] <tree-ish> [<path>...]"
711
+msgstr "git archive [<opciones>] <parte-del-arbol> [<ruta>...]"
712
+
713
+#: archive.c:14
714
+msgid "git archive --list"
715
+msgstr "git archive --list"
716
+
717
+#: archive.c:15
718
+msgid "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
719
+msgstr "git archive --remote <repo> [--exec <comando> ] [<opciones>] <parte-del-arbol> [<ruta>...]"
720
+
721
+#: archive.c:16
722
+msgid "git archive --remote <repo> [--exec <cmd>] --list"
723
+msgstr "git archive --remote <repo> [--exec <comando>] --list"
724
+
725
+#: archive.c:333 builtin/add.c:154 builtin/add.c:492 builtin/rm.c:300
726
+#, c-format
727
+msgid "pathspec '%s' did not match any files"
728
+msgstr "ruta especificada '%s' no concordo con ninguna carpeta"
729
+
730
+#: archive.c:418
731
+msgid "fmt"
732
+msgstr "fmt"
733
+
734
+#: archive.c:418
735
+msgid "archive format"
736
+msgstr "formato del archivo"
737
+
738
+#: archive.c:419 builtin/log.c:1446
739
+msgid "prefix"
740
+msgstr "prefijo"
741
+
742
+#: archive.c:420
743
+msgid "prepend prefix to each pathname in the archive"
744
+msgstr "anteponer prefijo a cada ruta en el archivo"
745
+
746
+#: archive.c:421 builtin/blame.c:693 builtin/blame.c:694 builtin/config.c:61 builtin/fast-export.c:989 builtin/fast-export.c:991 builtin/grep.c:1080
747
+#: builtin/hash-object.c:102 builtin/ls-files.c:549 builtin/ls-files.c:552 builtin/notes.c:404 builtin/notes.c:567 builtin/read-tree.c:120 parse-options.h:153
748
+msgid "file"
749
+msgstr "carpeta"
750
+
751
+#: archive.c:422 builtin/archive.c:89
752
+msgid "write the archive to this file"
753
+msgstr "escribe el archivo en esta carpeta"
754
+
755
+#: archive.c:424
756
+msgid "read .gitattributes in working directory"
757
+msgstr "leer .gitatributes en el directorio de trabajo"
758
+
759
+#: archive.c:425
760
+msgid "report archived files on stderr"
761
+msgstr "reportar archivos archivados por stderr"
762
+
763
+#: archive.c:426
764
+msgid "store only"
765
+msgstr "solo guardar"
766
+
767
+#: archive.c:427
768
+msgid "compress faster"
769
+msgstr "comprimir mas rapido"
770
+
771
+#: archive.c:435
772
+msgid "compress better"
773
+msgstr "comprimir mejor"
774
+
775
+#: archive.c:438
776
+msgid "list supported archive formats"
777
+msgstr "listar los formatos de carpeta soportados"
778
+
779
+#: archive.c:440 builtin/archive.c:90 builtin/clone.c:105 builtin/clone.c:108 builtin/submodule--helper.c:641 builtin/submodule--helper.c:982
780
+msgid "repo"
781
+msgstr "repo"
782
+
783
+#: archive.c:441 builtin/archive.c:91
784
+msgid "retrieve the archive from remote repository <repo>"
785
+msgstr "obtener la carpeta del repositorio remoto <repo>"
786
+
787
+#: archive.c:442 builtin/archive.c:92 builtin/notes.c:488
788
+msgid "command"
789
+msgstr "comando"
790
+
791
+#: archive.c:443 builtin/archive.c:93
792
+msgid "path to the remote git-upload-archive command"
793
+msgstr "ruta para el comando git-upload-archivo remoto "
794
+
795
+#: archive.c:450
796
+msgid "Unexpected option --remote"
797
+msgstr "opcion inesperada --remote"
798
+
799
+#: archive.c:452
800
+msgid "Option --exec can only be used together with --remote"
801
+msgstr "Opcion --exec solo puede ser utilizada con --remote"
802
+
803
+#: archive.c:454
804
+msgid "Unexpected option --output"
805
+msgstr "Opcion inesperada --output"
806
+
807
+#: archive.c:476
808
+#, c-format
809
+msgid "Unknown archive format '%s'"
810
+msgstr "Formato de carpeta desconocido '%s'"
811
+
812
+#: archive.c:483
813
+#, c-format
814
+msgid "Argument not supported for format '%s': -%d"
815
+msgstr "Argumento no soprtado para formato '%s': -%d"
816
+
817
+#: attr.c:214
818
+#, c-format
819
+msgid "%.*s is not a valid attribute name"
820
+msgstr "%.*s no es un nombre de atributo valido"
821
+
822
+#: attr.c:410
823
+msgid ""
824
+"Negative patterns are ignored in git attributes\n"
825
+"Use '\\!' for literal leading exclamation."
826
+msgstr ""
827
+"Los patrones negativos son ignorados en los atributos de git\n"
828
+"Usa '\\!' para comenzar literalmente con exclamacion."
829
+
830
+#: bisect.c:447
831
+#, c-format
832
+msgid "Badly quoted content in file '%s': %s"
833
+msgstr "Revisa las comillas en el archivo '%s': %s"
834
+
835
+#: bisect.c:655
836
+#, c-format
837
+msgid "We cannot bisect more!\n"
838
+msgstr "No podemos bisecar mas!\n"
839
+
840
+#: bisect.c:708
841
+#, c-format
842
+msgid "Not a valid commit name %s"
843
+msgstr "No es un nombre de commit valido %s"
844
+
845
+#: bisect.c:732
846
+#, c-format
847
+msgid ""
848
+"The merge base %s is bad.\n"
849
+"This means the bug has been fixed between %s and [%s].\n"
850
+msgstr ""
851
+"La base de fusion %s esta mal.\n"
852
+"Esto quiere decir que el bug ha sido arreglado enter %s y [%s].\n"
853
+
854
+#: bisect.c:737
855
+#, c-format
856
+msgid ""
857
+"The merge base %s is new.\n"
858
+"The property has changed between %s and [%s].\n"
859
+msgstr ""
860
+"La base de fusion %s es nueva.\n"
861
+"Esta propiedad ha cambiado entre %s y [%s].\n"
862
+
863
+#: bisect.c:742
864
+#, c-format
865
+msgid ""
866
+"The merge base %s is %s.\n"
867
+"This means the first '%s' commit is between %s and [%s].\n"
868
+msgstr ""
869
+"La base de fusion %s es %s.\n"
870
+"Esto quiere decir que el primer '%s' commit esta entre %s y [%s].\n"
871
+
872
+#: bisect.c:750
873
+#, c-format
874
+msgid ""
875
+"Some %s revs are not ancestors of the %s rev.\n"
876
+"git bisect cannot work properly in this case.\n"
877
+"Maybe you mistook %s and %s revs?\n"
878
+msgstr ""
879
+"Algunas %s revisiones no son ancestros de la revision %s.\n"
880
+"git bisect no puede trabajar bien en este caso.\n"
881
+"Tal vez confundio la revision %s y %s?\n"
882
+
883
+#: bisect.c:763
884
+#, c-format
885
+msgid ""
886
+"the merge base between %s and [%s] must be skipped.\n"
887
+"So we cannot be sure the first %s commit is between %s and %s.\n"
888
+"We continue anyway."
889
+msgstr ""
890
+"la base de fusion entre %s y [%s] tiene que ser saltada.\n"
891
+"Asi que no podemos estar seguros que el primer %s commit esta entre%s y %s.\n"
892
+"Vamos a continuar de todas maneras."
893
+
894
+#: bisect.c:798
895
+#, c-format
896
+msgid "Bisecting: a merge base must be tested\n"
897
+msgstr "Bisectando: una base de fusion debe ser probada\n"
898
+
899
+#: bisect.c:849
900
+#, c-format
901
+msgid "a %s revision is needed"
902
+msgstr "una %s revision es necesaria"
903
+
904
+#: bisect.c:866 builtin/notes.c:175 builtin/tag.c:256
905
+#, c-format
906
+msgid "could not create file '%s'"
907
+msgstr "no se pudo crear el archivo '%s'"
908
+
909
+#: bisect.c:917
910
+#, c-format
911
+msgid "could not read file '%s'"
912
+msgstr "no se pudo leer el archivo '%s'"
913
+
914
+#: bisect.c:947
915
+msgid "reading bisect refs failed"
916
+msgstr "fallo leer las refs de bisect"
917
+
918
+#: bisect.c:967
919
+#, c-format
920
+msgid "%s was both %s and %s\n"
921
+msgstr "%s fue tanto %s como %s\n"
922
+
923
+#: bisect.c:975
924
+#, c-format
925
+msgid ""
926
+"No testable commit found.\n"
927
+"Maybe you started with bad path parameters?\n"
928
+msgstr ""
929
+"No se encontró confirmación que se pueda probar.\n"
930
+"¿Quizás iniciaste con parámetros de rutas incorrectos?\n"
931
+
932
+#: bisect.c:994
933
+#, c-format
934
+msgid "(roughly %d step)"
935
+msgid_plural "(roughly %d steps)"
936
+msgstr[0] "(aproximadamente %d paso)"
937
+msgstr[1] "(aproximadamente %d pasos)"
938
+
939
+#. TRANSLATORS: the last %s will be replaced with "(roughly %d
940
+#. steps)" translation.
941
+#: bisect.c:1000
942
+#, c-format
943
+msgid "Bisecting: %d revision left to test after this %s\n"
944
+msgid_plural "Bisecting: %d revisions left to test after this %s\n"
945
+msgstr[0] "Bisectando: falta %d revision por probar despues de esto %s\n"
946
+msgstr[1] "Bisectando: faltan %d revisiones por probar despues de esto %s\n"
947
+
948
+#: blame.c:1757
949
+msgid "--contents and --reverse do not blend well."
950
+msgstr "--contents y --reverse no se mezclan bien."
951
+
952
+#: blame.c:1768
953
+msgid "cannot use --contents with final commit object name"
954
+msgstr "no se puede usar --contents con el nombre de objeto commit final"
955
+
956
+#: blame.c:1788
957
+msgid "--reverse and --first-parent together require specified latest commit"
958
+msgstr "--reverse y --first-parent juntos requieren especificar el ultimo commit"
959
+
960
+#: blame.c:1797 bundle.c:164 ref-filter.c:1919 sequencer.c:1166 sequencer.c:2328 builtin/commit.c:1058 builtin/log.c:356 builtin/log.c:907 builtin/log.c:1357
961
+#: builtin/log.c:1683 builtin/log.c:1926 builtin/merge.c:360 builtin/shortlog.c:177
962
+msgid "revision walk setup failed"
963
+msgstr "fallo la configuracion del camino de revision"
964
+
965
+#: blame.c:1815
966
+msgid "--reverse --first-parent together require range along first-parent chain"
967
+msgstr "--reverse --first-parent jutnos requieren un rango a lo largo de la cadena del primer padre"
968
+
969
+#: blame.c:1826
970
+#, c-format
971
+msgid "no such path %s in %s"
972
+msgstr "no hay una ruta %s en %s"
973
+
974
+#: blame.c:1837
975
+#, c-format
976
+msgid "cannot read blob %s for path %s"
977
+msgstr "no se puede leer el blob %s para la ruta %s"
978
+
979
+#: branch.c:53
980
+#, c-format
981
+msgid ""
982
+"\n"
983
+"After fixing the error cause you may try to fix up\n"
984
+"the remote tracking information by invoking\n"
985
+"\"git branch --set-upstream-to=%s%s%s\"."
986
+msgstr ""
987
+"\n"
988
+"Tras arreglar la causa del error puedes intentar arreglar\n"
989
+"la infomacion del rastreo remoto invocando\n"
990
+"\"git branch --set-upstream-to=%s%s%s\"."
991
+
992
+#: branch.c:67
993
+#, c-format
994
+msgid "Not setting branch %s as its own upstream."
995
+msgstr "La rama %s no se configura como su propio upstream."
996
+
997
+#: branch.c:93
998
+#, c-format
999
+msgid "Branch %s set up to track remote branch %s from %s by rebasing."
1000
+msgstr "Rama %s configurada para hacerle seguimiento a la rama remota %s de %s rebasándola."
1001
+
1002
+#: branch.c:94
1003
+#, c-format
1004
+msgid "Branch %s set up to track remote branch %s from %s."
1005
+msgstr "Rama %s configurada para hacerle seguimiento a la rama remota %s de %s."
1006
+
1007
+#: branch.c:98
1008
+#, c-format
1009
+msgid "Branch %s set up to track local branch %s by rebasing."
1010
+msgstr "Rama %s configurada para hacerle seguimiento a la rama local %s rebasándola."
1011
+
1012
+#: branch.c:99
1013
+#, c-format
1014
+msgid "Branch %s set up to track local branch %s."
1015
+msgstr "Rama %s configurada para hacerle seguimiento a la rama local %s."
1016
+
1017
+#: branch.c:104
1018
+#, c-format
1019
+msgid "Branch %s set up to track remote ref %s by rebasing."
1020
+msgstr "Rama %s configurada para hacerle seguimiento a la referencia remota %s rebasándola."
1021
+
1022
+#: branch.c:105
1023
+#, c-format
1024
+msgid "Branch %s set up to track remote ref %s."
1025
+msgstr "Rama %s configurada para hacerle seguimiento a la referencia remota %s."
1026
+
1027
+#: branch.c:109
1028
+#, c-format
1029
+msgid "Branch %s set up to track local ref %s by rebasing."
1030
+msgstr "Rama %s configurada para hacerle seguimiento a la referencia local %s rebasándola."
1031
+
1032
+#: branch.c:110
1033
+#, c-format
1034
+msgid "Branch %s set up to track local ref %s."
1035
+msgstr "Rama %s configurada para hacerle seguimiento a la referencia local %s."
1036
+
1037
+#: branch.c:119
1038
+msgid "Unable to write upstream branch configuration"
1039
+msgstr "No es posible escribir la configuracion de la rama upstream"
1040
+
1041
+#: branch.c:156
1042
+#, c-format
1043
+msgid "Not tracking: ambiguous information for ref %s"
1044
+msgstr "No rastreando: informacion ambigua para la referencia %s"
1045
+
1046
+#: branch.c:185
1047
+#, c-format
1048
+msgid "'%s' is not a valid branch name."
1049
+msgstr "'%s' no es un nombre valido de rama."
1050
+
1051
+#: branch.c:190
1052
+#, c-format
1053
+msgid "A branch named '%s' already exists."
1054
+msgstr "Una rama llamada '%s' ya existe."
1055
+
1056
+#: branch.c:198
1057
+msgid "Cannot force update the current branch."
1058
+msgstr "No se puede forzar la actualizacion de la rama actual."
1059
+
1060
+#: branch.c:218
1061
+#, c-format
1062
+msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1063
+msgstr "No se puede configurar el rastreo de informacion; el punto de partida '%s' no es una rama"
1064
+
1065
+#: branch.c:220
1066
+#, c-format
1067
+msgid "the requested upstream branch '%s' does not exist"
1068
+msgstr "la rama de upstream solicitada '%s' no existe"
1069
+
1070
+#: branch.c:222
1071
+msgid ""
1072
+"\n"
1073
+"If you are planning on basing your work on an upstream\n"
1074
+"branch that already exists at the remote, you may need to\n"
1075
+"run \"git fetch\" to retrieve it.\n"
1076
+"\n"
1077
+"If you are planning to push out a new local branch that\n"
1078
+"will track its remote counterpart, you may want to use\n"
1079
+"\"git push -u\" to set the upstream config as you push."
1080
+msgstr ""
1081
+"\n"
1082
+"Si estas planeando basar tu trabajo en una rama upstream\n"
1083
+"que ya existe en el remoto, tal vez necesites ejecutar\n"
1084
+"\"git fetch\" para recibirla.\n"
1085
+"\n"
1086
+"Si estás planeando hacer push a una nueva rama local que\n"
1087
+"va a rastrear a su contraparte remota, tal vez quieras usar\n"
1088
+"\"git push -u\" para configurar tu upstream predeterminado cuando realizas el push."
1089
+
1090
+#: branch.c:265
1091
+#, c-format
1092
+msgid "Not a valid object name: '%s'."
1093
+msgstr "Nombre de objeto no valido: '%s'."
1094
+
1095
+#: branch.c:285
1096
+#, c-format
1097
+msgid "Ambiguous object name: '%s'."
1098
+msgstr "Nombre de objeto ambiguo: '%s'."
1099
+
1100
+#: branch.c:290
1101
+#, c-format
1102
+msgid "Not a valid branch point: '%s'."
1103
+msgstr "Punto de rama no valido: '%s'."
1104
+
1105
+#: branch.c:344
1106
+#, c-format
1107
+msgid "'%s' is already checked out at '%s'"
1108
+msgstr "'%s' ya ha sido marcado en '%s'"
1109
+
1110
+#: branch.c:366
1111
+#, c-format
1112
+msgid "HEAD of working tree %s is not updated"
1113
+msgstr "la HEAD del arbol de trabajo %s no esta actualizada"
1114
+
1115
+#: bundle.c:34
1116
+#, c-format
1117
+msgid "'%s' does not look like a v2 bundle file"
1118
+msgstr "'%s' no se ve como un archivo bundle v2"
1119
+
1120
+#: bundle.c:62
1121
+#, c-format
1122
+msgid "unrecognized header: %s%s (%d)"
1123
+msgstr "header no reconocido %s%s (%d)"
1124
+
1125
+#: bundle.c:88 sequencer.c:1344 sequencer.c:1770 builtin/commit.c:778
1126
+#, c-format
1127
+msgid "could not open '%s'"
1128
+msgstr "no se pudo abrir '%s'"
1129
+
1130
+#: bundle.c:140
1131
+msgid "Repository lacks these prerequisite commits:"
1132
+msgstr "Al repositorio le falta estos commits prerequisito:"
1133
+
1134
+#: bundle.c:186
1135
+#, c-format
1136
+msgid "The bundle contains this ref:"
1137
+msgid_plural "The bundle contains these %d refs:"
1138
+msgstr[0] "El bundle contiene esta referencia:"
1139
+msgstr[1] "El bundle contiene estas %d referencias:"
1140
+
1141
+#: bundle.c:193
1142
+msgid "The bundle records a complete history."
1143
+msgstr "El bundle registra una historia completa."
1144
+
1145
+#: bundle.c:195
1146
+#, c-format
1147
+msgid "The bundle requires this ref:"
1148
+msgid_plural "The bundle requires these %d refs:"
1149
+msgstr[0] "El bundle requiere esta referencia:"
1150
+msgstr[1] "El bundle requiere estas %d referencias:"
1151
+
1152
+#: bundle.c:254
1153
+msgid "Could not spawn pack-objects"
1154
+msgstr "no se pudo engendrar el pack-objetcts"
1155
+
1156
+#: bundle.c:265
1157
+msgid "pack-objects died"
1158
+msgstr "pack-objects muerio"
1159
+
1160
+#: bundle.c:307
1161
+msgid "rev-list died"
1162
+msgstr "rev-list muerio"
1163
+
1164
+#: bundle.c:356
1165
+#, c-format
1166
+msgid "ref '%s' is excluded by the rev-list options"
1167
+msgstr "referencia '%s' es excluida por las opciones de rev-list"
1168
+
1169
+#: bundle.c:446 builtin/log.c:173 builtin/log.c:1589 builtin/shortlog.c:282
1170
+#, c-format
1171
+msgid "unrecognized argument: %s"
1172
+msgstr "argumento no reconocido: %s"
1173
+
1174
+#: bundle.c:454
1175
+msgid "Refusing to create empty bundle."
1176
+msgstr "Rechazando crear un bundle vacio."
1177
+
1178
+#: bundle.c:466
1179
+#, c-format
1180
+msgid "cannot create '%s'"
1181
+msgstr "no se puede crear '%s'"
1182
+
1183
+#: bundle.c:494
1184
+msgid "index-pack died"
1185
+msgstr "index-pack murio"
1186
+
1187
+#: color.c:301
1188
+#, c-format
1189
+msgid "invalid color value: %.*s"
1190
+msgstr "color inválido: %.*s"
1191
+
1192
+#: commit.c:41 sequencer.c:1582 builtin/am.c:420 builtin/am.c:456 builtin/am.c:1469 builtin/am.c:2107
1193
+#, c-format
1194
+msgid "could not parse %s"
1195
+msgstr "no se puede anazliar %s"
1196
+
1197
+#: commit.c:43
1198
+#, c-format
1199
+msgid "%s %s is not a commit!"
1200
+msgstr "%s %s no es un commit!"
1201
+
1202
+#: commit.c:1511
1203
+msgid ""
1204
+"Warning: commit message did not conform to UTF-8.\n"
1205
+"You may want to amend it after fixing the message, or set the config\n"
1206
+"variable i18n.commitencoding to the encoding your project uses.\n"
1207
+msgstr ""
1208
+"Peligro: el mensaje del commit no se ajusta a UTF-8.\n"
1209
+"Tal vez quiera enmendarlo despues de arreglar el mensaje, o arreglar la\n"
1210
+"variable de configuracion i18n.commitencoding para el codificacion que usa su proyecto.\n"
1211
+
1212
+#: compat/obstack.c:406 compat/obstack.c:408
1213
+msgid "memory exhausted"
1214
+msgstr "memoria agotada"
1215
+
1216
+#: config.c:186
1217
+msgid "relative config include conditionals must come from files"
1218
+msgstr "la configuracion relativa incluye condicionales que deben venir de archivos"
1219
+
1220
+#: config.c:720
1221
+#, c-format
1222
+msgid "bad config line %d in blob %s"
1223
+msgstr "mala linea de config %d en el blob %s"
1224
+
1225
+#: config.c:724
1226
+#, c-format
1227
+msgid "bad config line %d in file %s"
1228
+msgstr "mala linea de config %d en el archivo %s"
1229
+
1230
+#: config.c:728
1231
+#, c-format
1232
+msgid "bad config line %d in standard input"
1233
+msgstr "mala linea de config %d en la entrada standard"
1234
+
1235
+#: config.c:732
1236
+#, c-format
1237
+msgid "bad config line %d in submodule-blob %s"
1238
+msgstr "mala linea de config %d en el submodulo-blob %s"
1239
+
1240
+#: config.c:736
1241
+#, c-format
1242
+msgid "bad config line %d in command line %s"
1243
+msgstr "mala linea de config %d en la linea de comando %s"
1244
+
1245
+#: config.c:740
1246
+#, c-format
1247
+msgid "bad config line %d in %s"
1248
+msgstr "mala linea de config %d en %s"
1249
+
1250
+#: config.c:868
1251
+msgid "out of range"
1252
+msgstr "fuera de rango"
1253
+
1254
+#: config.c:868
1255
+msgid "invalid unit"
1256
+msgstr "unidad invalida"
1257
+
1258
+#: config.c:874
1259
+#, c-format
1260
+msgid "bad numeric config value '%s' for '%s': %s"
1261
+msgstr "mal valor de config numerica '%s' para '%s': %s"
1262
+
1263
+#: config.c:879
1264
+#, c-format
1265
+msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1266
+msgstr "mal valor de config numerica '%s' para '%s' en el blob %s: %s"
1267
+
1268
+#: config.c:882
1269
+#, c-format
1270
+msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1271
+msgstr "mal valor de config numerica '%s' para '%s' en el archivo %s: %s"
1272
+
1273
+#: config.c:885
1274
+#, c-format
1275
+msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1276
+msgstr "mal valor de config numerica '%s' para '%s' en la entrada standard: %s"
1277
+
1278
+#: config.c:888
1279
+#, c-format
1280
+msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1281
+msgstr "mal valor de config numerica '%s' para '%s' en el submodulo-blob %s: %s"
1282
+
1283
+#: config.c:891
1284
+#, c-format
1285
+msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1286
+msgstr "mal valor de config numerica '%s' para '%s' en la linea de comando %s: %s"
1287
+
1288
+#: config.c:894
1289
+#, c-format
1290
+msgid "bad numeric config value '%s' for '%s' in %s: %s"
1291
+msgstr "mal valor de config numerica '%s' para '%s' en %s: %s"
1292
+
1293
+#: config.c:989
1294
+#, c-format
1295
+msgid "failed to expand user dir in: '%s'"
1296
+msgstr "fallo al expandir el directorio de usuario en: '%s'"
1297
+
1298
+#: config.c:1084 config.c:1095
1299
+#, c-format
1300
+msgid "bad zlib compression level %d"
1301
+msgstr "mala compresion zlib en nivel %d"
1302
+
1303
+#: config.c:1212
1304
+#, c-format
1305
+msgid "invalid mode for object creation: %s"
1306
+msgstr "modo invalido de creacion de objetos: %s"
1307
+
1308
+#: config.c:1368
1309
+#, c-format
1310
+msgid "bad pack compression level %d"
1311
+msgstr "mala compresion pack en el nivel %d"
1312
+
1313
+#: config.c:1564
1314
+msgid "unable to parse command-line config"
1315
+msgstr "no es posible analizar la configuracion de la linea de comando"
1316
+
1317
+#: config.c:1894
1318
+msgid "unknown error occurred while reading the configuration files"
1319
+msgstr "error desconocido ocurrio mientras se leian los archivos de configuracion"
1320
+
1321
+#: config.c:2064
1322
+#, c-format
1323
+msgid "Invalid %s: '%s'"
1324
+msgstr "Invalido %s: '%s'"
1325
+
1326
+#: config.c:2085
1327
+#, c-format
1328
+msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1329
+msgstr "valor core.untrackedCache '%s' desconocido; usando valor por defecto 'keep'"
1330
+
1331
+#: config.c:2111
1332
+#, c-format
1333
+msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1334
+msgstr "valor splitIndex.maxPercentChange '%d' debe estar entre 0 y 100"
1335
+
1336
+#: config.c:2122
1337
+#, c-format
1338
+msgid "unable to parse '%s' from command-line config"
1339
+msgstr "no es posible analizar '%s' de la configuracion de la linea de comando"
1340
+
1341
+#: config.c:2124
1342
+#, c-format
1343
+msgid "bad config variable '%s' in file '%s' at line %d"
1344
+msgstr "mala variable de config '%s' en el archivo '%s' en la linea %d"
1345
+
1346
+#: config.c:2183
1347
+#, c-format
1348
+msgid "%s has multiple values"
1349
+msgstr "%s tiene multiples valores"
1350
+
1351
+#: config.c:2517 config.c:2745
1352
+#, c-format
1353
+msgid "fstat on %s failed"
1354
+msgstr "fstat en %s fallo"
1355
+
1356
+#: config.c:2635
1357
+#, c-format
1358
+msgid "could not set '%s' to '%s'"
1359
+msgstr "no se pudo configurar '%s' a '%s'"
1360
+
1361
+#: config.c:2637 builtin/remote.c:775
1362
+#, c-format
1363
+msgid "could not unset '%s'"
1364
+msgstr "no se pudo desactivar '%s'"
1365
+
1366
+#: connect.c:50
1367
+msgid "The remote end hung up upon initial contact"
1368
+msgstr "El remoto se colgo en el contacto inicial"
1369
+
1370
+#: connect.c:52
1371
+msgid ""
1372
+"Could not read from remote repository.\n"
1373
+"\n"
1374
+"Please make sure you have the correct access rights\n"
1375
+"and the repository exists."
1376
+msgstr ""
1377
+"No se pudo leer del repositorio remoto.\n"
1378
+"\n"
1379
+"Por favor asegurese que tiene los permisos de acceso correctos\n"
1380
+"y que el repositorio existe."
1381
+
1382
+#: connected.c:63 builtin/fsck.c:191 builtin/prune.c:141
1383
+msgid "Checking connectivity"
1384
+msgstr "Verificando conectividad"
1385
+
1386
+#: connected.c:75
1387
+msgid "Could not run 'git rev-list'"
1388
+msgstr "No se pudo correr 'git rev-list'"
1389
+
1390
+#: connected.c:95
1391
+msgid "failed write to rev-list"
1392
+msgstr "fallo escribir a rev-list"
1393
+
1394
+#: connected.c:102
1395
+msgid "failed to close rev-list's stdin"
1396
+msgstr "fallo al cerrar la entrada standard de rev-list"
1397
+
1398
+#: convert.c:205
1399
+#, c-format
1400
+msgid ""
1401
+"CRLF will be replaced by LF in %s.\n"
1402
+"The file will have its original line endings in your working directory."
1403
+msgstr ""
1404
+"CRLF sera remplazado por LF en %s.\n"
1405
+"El archivo tendra sus finals de linea originales en tu directorio de trabajo."
1406
+
1407
+#: convert.c:209
1408
+#, c-format
1409
+msgid "CRLF would be replaced by LF in %s."
1410
+msgstr "CRLF sera remplazado por LF en %s."
1411
+
1412
+#: convert.c:215
1413
+#, c-format
1414
+msgid ""
1415
+"LF will be replaced by CRLF in %s.\n"
1416
+"The file will have its original line endings in your working directory."
1417
+msgstr ""
1418
+"LF sera reemplazado por CRLF en %s.\n"
1419
+"El archivo tendra sus finales de linea originales en tu directorio de trabajo."
1420
+
1421
+#: convert.c:219
1422
+#, c-format
1423
+msgid "LF would be replaced by CRLF in %s"
1424
+msgstr "LF sera reemplazado por CRLF en %s"
1425
+
1426
+#: date.c:116
1427
+msgid "in the future"
1428
+msgstr "en el futuro"
1429
+
1430
+#: date.c:122
1431
+#, c-format
1432
+msgid "%<PRIuMAX> second ago"
1433
+msgid_plural "%<PRIuMAX> seconds ago"
1434
+msgstr[0] "hace %<PRIuMAX> segundo"
1435
+msgstr[1] "hace %<PRIuMAX> segundos"
1436
+
1437
+#: date.c:129
1438
+#, c-format
1439
+msgid "%<PRIuMAX> minute ago"
1440
+msgid_plural "%<PRIuMAX> minutes ago"
1441
+msgstr[0] "hace %<PRIuMAX> minuto"
1442
+msgstr[1] "hace %<PRIuMAX> minutos"
1443
+
1444
+#: date.c:136
1445
+#, c-format
1446
+msgid "%<PRIuMAX> hour ago"
1447
+msgid_plural "%<PRIuMAX> hours ago"
1448
+msgstr[0] "hace %<PRIuMAX> hora"
1449
+msgstr[1] "hace %<PRIuMAX> horas"
1450
+
1451
+#: date.c:143
1452
+#, c-format
1453
+msgid "%<PRIuMAX> day ago"
1454
+msgid_plural "%<PRIuMAX> days ago"
1455
+msgstr[0] "hace %<PRIuMAX> día"
1456
+msgstr[1] "hace %<PRIuMAX> días"
1457
+
1458
+#: date.c:149
1459
+#, c-format
1460
+msgid "%<PRIuMAX> week ago"
1461
+msgid_plural "%<PRIuMAX> weeks ago"
1462
+msgstr[0] "hace %<PRIuMAX> semana"
1463
+msgstr[1] "hace %<PRIuMAX> semanas"
1464
+
1465
+#: date.c:156
1466
+#, c-format
1467
+msgid "%<PRIuMAX> month ago"
1468
+msgid_plural "%<PRIuMAX> months ago"
1469
+msgstr[0] "hace %<PRIuMAX> mes"
1470
+msgstr[1] "hace %<PRIuMAX> meses"
1471
+
1472
+#: date.c:167
1473
+#, c-format
1474
+msgid "%<PRIuMAX> year"
1475
+msgid_plural "%<PRIuMAX> años"
1476
+msgstr[0] "%<PRIuMAX> year"
1477
+msgstr[1] "%<PRIuMAX> años"
1478
+
1479
+#. TRANSLATORS: "%s" is "<n> years"
1480
+#: date.c:170
1481
+#, c-format
1482
+msgid "%s, %<PRIuMAX> month ago"
1483
+msgid_plural "%s, %<PRIuMAX> months ago"
1484
+msgstr[0] "%s, y %<PRIuMAX> mes atrás"
1485
+msgstr[1] "%s, y %<PRIuMAX> meses atrás"
1486
+
1487
+#: date.c:175 date.c:180
1488
+#, c-format
1489
+msgid "%<PRIuMAX> year ago"
1490
+msgid_plural "%<PRIuMAX> years ago"
1491
+msgstr[0] "hace %<PRIuMAX> año"
1492
+msgstr[1] "hace %<PRIuMAX> años"
1493
+
1494
+#: diffcore-order.c:24
1495
+#, c-format
1496
+msgid "failed to read orderfile '%s'"
1497
+msgstr "fallo al leer orden de archivos '%s'"
1498
+
1499
+#: diffcore-rename.c:536
1500
+msgid "Performing inexact rename detection"
1501
+msgstr "Realizando una deteccion de cambios de nombre inexacta"
1502
+
1503
+#: diff.c:63
1504
+#, c-format
1505
+msgid "option '%s' requires a value"
1506
+msgstr "opcion '%s' requiere un valor"
1507
+
1508
+#: diff.c:125
1509
+#, c-format
1510
+msgid " Failed to parse dirstat cut-off percentage '%s'\n"
1511
+msgstr " Fallo al analizar dirstat porcentaje de corte '%s'\n"
1512
+
1513
+#: diff.c:130
1514
+#, c-format
1515
+msgid " Unknown dirstat parameter '%s'\n"
1516
+msgstr " parametro '%s' de dirstat desconocido\n"
1517
+
1518
+#: diff.c:282
1519
+#, c-format
1520
+msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1521
+msgstr "valor para la variable de config 'diff.submodule' desconocido: '%s'"
1522
+
1523
+#: diff.c:342
1524
+#, c-format
1525
+msgid ""
1526
+"Found errors in 'diff.dirstat' config variable:\n"
1527
+"%s"
1528
+msgstr ""
1529
+"Errores en la variable de config 'diff.dirstat' encontrados:\n"
1530
+"%s"
1531
+
1532
+#: diff.c:3101
1533
+#, c-format
1534
+msgid "external diff died, stopping at %s"
1535
+msgstr "digg externo murio, deteniendo en %s"
1536
+
1537
+#: diff.c:3427
1538
+msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1539
+msgstr "--name-only, --name-status, --check y -s son mutuamente exclusivas"
1540
+
1541
+#: diff.c:3517
1542
+msgid "--follow requires exactly one pathspec"
1543
+msgstr "--follow requiere exactamente un pathspec"
1544
+
1545
+#: diff.c:3680
1546
+#, c-format
1547
+msgid ""
1548
+"Failed to parse --dirstat/-X option parameter:\n"
1549
+"%s"
1550
+msgstr ""
1551
+"Fallo al analizar parametro de opcion --dirstat/-X:\n"
1552
+"%s"
1553
+
1554
+#: diff.c:3694
1555
+#, c-format
1556
+msgid "Failed to parse --submodule option parameter: '%s'"
1557
+msgstr "Fallo al analizar parametro de opcion --submodule: '%s'"
1558
+
1559
+#: diff.c:4716
1560
+msgid "inexact rename detection was skipped due to too many files."
1561
+msgstr "deteccion de cambio de nombre inexacta fue saltada por haber muchos archivos"
1562
+
1563
+#: diff.c:4719
1564
+msgid "only found copies from modified paths due to too many files."
1565
+msgstr "solo se encontraron copias de rutas modificadas por haber muchos archivos"
1566
+
1567
+#: diff.c:4722
1568
+#, c-format
1569
+msgid "you may want to set your %s variable to at least %d and retry the command."
1570
+msgstr "tal vez quiera configurar la variable %s para por lo menos %d y volver a intentar el comando."
1571
+
1572
+#: dir.c:1948
1573
+msgid "failed to get kernel name and information"
1574
+msgstr "fallo al conseguir la informacion y nombre del kernel"
1575
+
1576
+#: dir.c:2067
1577
+msgid "Untracked cache is disabled on this system or location."
1578
+msgstr "Untracked cache esta desactivado en este sistema o ubicacion"
1579
+
1580
+#: dir.c:2846 dir.c:2851
1581
+#, c-format
1582
+msgid "could not create directories for %s"
1583
+msgstr "no se pudo crear directorios para %s"
1584
+
1585
+#: dir.c:2876
1586
+#, c-format
1587
+msgid "could not migrate git directory from '%s' to '%s'"
1588
+msgstr "no se pudo migrar el directorio git de '%s' a '%s'"
1589
+
1590
+#: entry.c:281
1591
+#, c-format
1592
+msgid "could not stat file '%s'"
1593
+msgstr "no se pudo establecer el archivo '%s'"
1594
+
1595
+#: fetch-pack.c:251
1596
+msgid "git fetch-pack: expected shallow list"
1597
+msgstr "git fetch-pack: lista poco profunda esperada"
1598
+
1599
+#: fetch-pack.c:263
1600
+msgid "git fetch-pack: expected ACK/NAK, got EOF"
1601
+msgstr "git getch-pack: se esperaba ACK/NAK, se obtuvo EOF"
1602
+
1603
+#: fetch-pack.c:282 builtin/archive.c:63
1604
+#, c-format
1605
+msgid "remote error: %s"
1606
+msgstr "error remoto: %s"
1607
+
1608
+#: fetch-pack.c:283
1609
+#, c-format
1610
+msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1611
+msgstr "git fetch-pack: se esperaba ACK/NAK, se obtuvo '%s'"
1612
+
1613
+#: fetch-pack.c:335
1614
+msgid "--stateless-rpc requires multi_ack_detailed"
1615
+msgstr "--stateless-rpc requiere multi_ack_detailed"
1616
+
1617
+#: fetch-pack.c:421
1618
+#, c-format
1619
+msgid "invalid shallow line: %s"
1620
+msgstr "linea poco profunda invalida: %s"
1621
+
1622
+#: fetch-pack.c:427
1623
+#, c-format
1624
+msgid "invalid unshallow line: %s"
1625
+msgstr "línea superficial inválida: %s"
1626
+
1627
+#: fetch-pack.c:429
1628
+#, c-format
1629
+msgid "object not found: %s"
1630
+msgstr "objeto no encontrado: %s"
1631
+
1632
+#: fetch-pack.c:432
1633
+#, c-format
1634
+msgid "error in object: %s"
1635
+msgstr "error en objeto: %s"
1636
+
1637
+#: fetch-pack.c:434
1638
+#, c-format
1639
+msgid "no shallow found: %s"
1640
+msgstr "superficie no encontrada: %s"
1641
+
1642
+#: fetch-pack.c:437
1643
+#, c-format
1644
+msgid "expected shallow/unshallow, got %s"
1645
+msgstr "se esperaba shallow/unshallow, se obtuvo %s"
1646
+
1647
+#: fetch-pack.c:476
1648
+#, c-format
1649
+msgid "got %s %d %s"
1650
+msgstr "se obtuvo %s %d %s"
1651
+
1652
+#: fetch-pack.c:490
1653
+#, c-format
1654
+msgid "invalid commit %s"
1655
+msgstr "commit inválido %s"
1656
+
1657
+#: fetch-pack.c:523
1658
+msgid "giving up"
1659
+msgstr "rindiendose"
1660
+
1661
+#: fetch-pack.c:533 progress.c:237
1662
+msgid "done"
1663
+msgstr "listo"
1664
+
1665
+#: fetch-pack.c:545
1666
+#, c-format
1667
+msgid "got %s (%d) %s"
1668
+msgstr "se obtuvo %s (%d) %s"
1669
+
1670
+#: fetch-pack.c:591
1671
+#, c-format
1672
+msgid "Marking %s as complete"
1673
+msgstr "Marcando %s como completa"
1674
+
1675
+#: fetch-pack.c:775
1676
+#, c-format
1677
+msgid "already have %s (%s)"
1678
+msgstr "ya se tiene %s (%s)"
1679
+
1680
+#: fetch-pack.c:813
1681
+msgid "fetch-pack: unable to fork off sideband demultiplexer"
1682
+msgstr "fetch-pack: no se puede extraer un demultiplexor de banda lateral"
1683
+
1684
+#: fetch-pack.c:821
1685
+msgid "protocol error: bad pack header"
1686
+msgstr "error de protocolo: mal paquete de header"
1687
+
1688
+#: fetch-pack.c:877
1689
+#, c-format
1690
+msgid "fetch-pack: unable to fork off %s"
1691
+msgstr "fetch-pack: no se puede quitar %s"
1692
+
1693
+#: fetch-pack.c:893
1694
+#, c-format
1695
+msgid "%s failed"
1696
+msgstr "%s fallo"
1697
+
1698
+#: fetch-pack.c:895
1699
+msgid "error in sideband demultiplexer"
1700
+msgstr "error en demultiplexor de banda lateral"
1701
+
1702
+#: fetch-pack.c:922
1703
+msgid "Server does not support shallow clients"
1704
+msgstr "Servidor no soporta clientes superficiales"
1705
+
1706
+#: fetch-pack.c:926
1707
+msgid "Server supports multi_ack_detailed"
1708
+msgstr "Servidor soporta ulti_ack_detailed"
1709
+
1710
+#: fetch-pack.c:929
1711
+msgid "Server supports no-done"
1712
+msgstr "Servidor soporta no-done"
1713
+
1714
+#: fetch-pack.c:935
1715
+msgid "Server supports multi_ack"
1716
+msgstr "Servidor soporta multi_ack"
1717
+
1718
+#: fetch-pack.c:939
1719
+msgid "Server supports side-band-64k"
1720
+msgstr "Servidor soporta side-band-64k"
1721
+
1722
+#: fetch-pack.c:943
1723
+msgid "Server supports side-band"
1724
+msgstr "Servidor soporta side-band"
1725
+
1726
+#: fetch-pack.c:947
1727
+msgid "Server supports allow-tip-sha1-in-want"
1728
+msgstr "Servidor soporta allow-tip-sha1-in-want"
1729
+
1730
+#: fetch-pack.c:951
1731
+msgid "Server supports allow-reachable-sha1-in-want"
1732
+msgstr "Servidor soporta allow-reachable-sha1-in-want"
1733
+
1734
+#: fetch-pack.c:961
1735
+msgid "Server supports ofs-delta"
1736
+msgstr "Servidor soporta ofs-delta"
1737
+
1738
+#: fetch-pack.c:968
1739
+#, c-format
1740
+msgid "Server version is %.*s"
1741
+msgstr "Version de servidor es %.*s"
1742
+
1743
+#: fetch-pack.c:974
1744
+msgid "Server does not support --shallow-since"
1745
+msgstr "Servidor no soporta --shalow-since"
1746
+
1747
+#: fetch-pack.c:978
1748
+msgid "Server does not support --shallow-exclude"
1749
+msgstr "Servidor no soporta --shalow-exclude"
1750
+
1751
+#: fetch-pack.c:980
1752
+msgid "Server does not support --deepen"
1753
+msgstr "Servidor no soporta --deepen"
1754
+
1755
+#: fetch-pack.c:991
1756
+msgid "no common commits"
1757
+msgstr "no hay commits comunes"
1758
+
1759
+#: fetch-pack.c:1003
1760
+msgid "git fetch-pack: fetch failed."
1761
+msgstr "git fetch-pack: fetch fallo"
1762
+
1763
+#: fetch-pack.c:1165
1764
+msgid "no matching remote head"
1765
+msgstr "no concuerda el head remoto"
1766
+
1767
+#: fetch-pack.c:1187
1768
+#, c-format
1769
+msgid "no such remote ref %s"
1770
+msgstr "no existe ref remota %s"
1771
+
1772
+#: fetch-pack.c:1190
1773
+#, c-format
1774
+msgid "Server does not allow request for unadvertised object %s"
1775
+msgstr "Servidor no permite solicitudes de objetos inadvertidos %s"
1776
+
1777
+#: gpg-interface.c:181
1778
+msgid "gpg failed to sign the data"
1779
+msgstr "gpg fallo al firmar la data"
1780
+
1781
+#: gpg-interface.c:211
1782
+msgid "could not create temporary file"
1783
+msgstr "no se pudo crear archivo temporal"
1784
+
1785
+#: gpg-interface.c:213
1786
+#, c-format
1787
+msgid "failed writing detached signature to '%s'"
1788
+msgstr "fallo al escribir la firma separada para '%s'"
1789
+
1790
+#: graph.c:97
1791
+#, c-format
1792
+msgid "ignore invalid color '%.*s' in log.graphColors"
1793
+msgstr "ignora color invalido '%.*s' en log.graphColors"
1794
+
1795
+#: grep.c:1981
1796
+#, c-format
1797
+msgid "'%s': unable to read %s"
1798
+msgstr "'%s': no es posible leer %s"
1799
+
1800
+#: grep.c:1998 builtin/clone.c:403 builtin/diff.c:81 builtin/rm.c:134
1801
+#, c-format
1802
+msgid "failed to stat '%s'"
1803
+msgstr "fallo al marcar '%s'"
1804
+
1805
+#: grep.c:2009
1806
+#, c-format
1807
+msgid "'%s': short read"
1808
+msgstr "'%s': lectura corta"
1809
+
1810
+#: help.c:179
1811
+#, c-format
1812
+msgid "available git commands in '%s'"
1813
+msgstr "comandos disponibles de git en '%s'"
1814
+
1815
+#: help.c:186
1816
+msgid "git commands available from elsewhere on your $PATH"
1817
+msgstr "comandos disponibles de git desde otro lugar en tu $PATH"
1818
+
1819
+#: help.c:217
1820
+msgid "These are common Git commands used in various situations:"
1821
+msgstr "Estos son comandos comunes de Git usados en varias situaciones:"
1822
+
1823
+#: help.c:281
1824
+#, c-format
1825
+msgid ""
1826
+"'%s' appears to be a git command, but we were not\n"
1827
+"able to execute it. Maybe git-%s is broken?"
1828
+msgstr ""
1829
+"'%s' parece ser un commando de git, pero no hemos\n"
1830
+"podido ejecutarlo. Tal vez git-%s se ha roto?"
1831
+
1832
+#: help.c:336
1833
+msgid "Uh oh. Your system reports no Git commands at all."
1834
+msgstr "Oh oh. Tu sistema no reporta ningun comando de Git"
1835
+
1836
+#: help.c:358
1837
+#, c-format
1838
+msgid "WARNING: You called a Git command named '%s', which does not exist."
1839
+msgstr "PELIGRO: Has llamado a un comando de Git '%s', el cual no existe."
1840
+
1841
+#: help.c:363
1842
+#, c-format
1843
+msgid "Continuing under the assumption that you meant '%s'."
1844
+msgstr "Continuando asumiendo que quisiste decir '%s'."
1845
+
1846
+#: help.c:368
1847
+#, c-format
1848
+msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
1849
+msgstr "Continuando en %0.1f segundos, asumiendo que tu dijiste '%s'."
1850
+
1851
+#: help.c:376
1852
+#, c-format
1853
+msgid "git: '%s' is not a git command. See 'git --help'."
1854
+msgstr "git: '%s'no es un commando de git. Mira 'git --help'."
1855
+
1856
+#: help.c:380
1857
+msgid ""
1858
+"\n"
1859
+"The most similar command is"
1860
+msgid_plural ""
1861
+"\n"
1862
+"The most similar commands are"
1863
+msgstr[0] ""
1864
+"\n"
1865
+"El comando mas similar es"
1866
+msgstr[1] ""
1867
+"\n"
1868
+"Los comandos mas similares son"
1869
+
1870
+#: help.c:395
1871
+msgid "git version [<options>]"
1872
+msgstr "git version [<opciones>]"
1873
+
1874
+#: help.c:456
1875
+#, c-format
1876
+msgid "%s: %s - %s"
1877
+msgstr "%s: %s - %s"
1878
+
1879
+#: help.c:460
1880
+msgid ""
1881
+"\n"
1882
+"Did you mean this?"
1883
+msgid_plural ""
1884
+"\n"
1885
+"Did you mean one of these?"
1886
+msgstr[0] ""
1887
+"\n"
1888
+"Quisiste decir esto?"
1889
+msgstr[1] ""
1890
+"\n"
1891
+"Quisiste decir alguno de estos?"
1892
+
1893
+#: ident.c:342
1894
+msgid ""
1895
+"\n"
1896
+"*** Please tell me who you are.\n"
1897
+"\n"
1898
+"Run\n"
1899
+"\n"
1900
+" git config --global user.email \"you@example.com\"\n"
1901
+" git config --global user.name \"Your Name\"\n"
1902
+"\n"
1903
+"to set your account's default identity.\n"
1904
+"Omit --global to set the identity only in this repository.\n"
1905
+"\n"
1906
+msgstr ""
1907
+"\n"
1908
+"*** Por favor cuentame quien eres.\n"
1909
+"\n"
1910
+"Corre\n"
1911
+"\n"
1912
+" git config --global user.email \"you@example.com\"\n"
1913
+" git config --global user.name \"Tu Nombre\"\n"
1914
+"\n"
1915
+"para configurar la identidad por defecto de tu cuenta.\n"
1916
+"Omite --global para configurar tu identidad solo en este repositorio.\n"
1917
+"\n"
1918
+
1919
+#: ident.c:366
1920
+msgid "no email was given and auto-detection is disabled"
1921
+msgstr "no se entrego ningun email y la deteccion automatica esta desactivada"
1922
+
1923
+#: ident.c:371
1924
+#, c-format
1925
+msgid "unable to auto-detect email address (got '%s')"
1926
+msgstr "no es posible auto-detectar la direccion de correo (se obtuvo '%s')"
1927
+
1928
+#: ident.c:381
1929
+msgid "no name was given and auto-detection is disabled"
1930
+msgstr "no se entreogo ningun nombre y la deteccion automatica esta desactivada"
1931
+
1932
+#: ident.c:387
1933
+#, c-format
1934
+msgid "unable to auto-detect name (got '%s')"
1935
+msgstr "no es posible auto-detectar el nombre (se obtuvo '%s')"
1936
+
1937
+#: ident.c:395
1938
+#, c-format
1939
+msgid "empty ident name (for <%s>) not allowed"
1940
+msgstr "no se puede tener un nombre vacio (para <%s>)"
1941
+
1942
+#: ident.c:401
1943
+#, c-format
1944
+msgid "name consists only of disallowed characters: %s"
1945
+msgstr "el nombre consiste solo de caracteres no permitidos: %s"
1946
+
1947
+#: ident.c:416 builtin/commit.c:612
1948
+#, c-format
1949
+msgid "invalid date format: %s"
1950
+msgstr "formato de fecha invalido: %s"
1951
+
1952
+#: lockfile.c:152
1953
+#, c-format
1954
+msgid ""
1955
+"Unable to create '%s.lock': %s.\n"
1956
+"\n"
1957
+"Another git process seems to be running in this repository, e.g.\n"
1958
+"an editor opened by 'git commit'. Please make sure all processes\n"
1959
+"are terminated then try again. If it still fails, a git process\n"
1960
+"may have crashed in this repository earlier:\n"
1961
+"remove the file manually to continue."
1962
+msgstr ""
1963
+"No se puede crear '%s.lock': %s.\n"
1964
+"\n"
1965
+"Otro proceso git parece estar corriendo en el repositorio, es decir\n"
1966
+"un editor abierto con 'git commit'. Por favor asegurese de que todos los procesos\n"
1967
+"estan terminados y vuelve a intentar. Si el fallo permanece, un proceso git\n"
1968
+"puede haber roto el repositorio antes:\n"
1969
+"borra el archivo manualmente para continuar."
1970
+
1971
+#: lockfile.c:160
1972
+#, c-format
1973
+msgid "Unable to create '%s.lock': %s"
1974
+msgstr "No se pudo crear '%s.lock': %s"
1975
+
1976
+#: merge.c:41
1977
+msgid "failed to read the cache"
1978
+msgstr "fallo al leer la cache"
1979
+
1980
+#: merge.c:96 builtin/am.c:1980 builtin/am.c:2015 builtin/checkout.c:377 builtin/checkout.c:591 builtin/clone.c:753
1981
+msgid "unable to write new index file"
1982
+msgstr "no es posible escribir el archivo indice"
1983
+
1984
+#: merge-recursive.c:210
1985
+msgid "(bad commit)\n"
1986
+msgstr "(mal commit)\n"
1987
+
1988
+#: merge-recursive.c:232 merge-recursive.c:240
1989
+#, c-format
1990
+msgid "addinfo_cache failed for path '%s'"
1991
+msgstr "addinfo_cache fallo para la ruta '%s'"
1992
+
1993
+#: merge-recursive.c:304
1994
+msgid "error building trees"
1995
+msgstr "error construyendo arboles"
1996
+
1997
+#: merge-recursive.c:728
1998
+#, c-format
1999
+msgid "failed to create path '%s'%s"
2000
+msgstr "fallo al crear la ruta '%s'%s"
2001
+
2002
+#: merge-recursive.c:739
2003
+#, c-format
2004
+msgid "Removing %s to make room for subdirectory\n"
2005
+msgstr "Removiendo %s para hacer espacio para un subdirectorio\n"
2006
+
2007
+#: merge-recursive.c:753 merge-recursive.c:772
2008
+msgid ": perhaps a D/F conflict?"
2009
+msgstr ": tal vez un conflicto D/F?"
2010
+
2011
+#: merge-recursive.c:762
2012
+#, c-format
2013
+msgid "refusing to lose untracked file at '%s'"
2014
+msgstr "rehusando perder el archivo rastreado en '%s'"
2015
+
2016
+#: merge-recursive.c:804 builtin/cat-file.c:36
2017
+#, c-format
2018
+msgid "cannot read object %s '%s'"
2019
+msgstr "no se puede leer el objeto %s '%s'"
2020
+
2021
+#: merge-recursive.c:806
2022
+#, c-format
2023
+msgid "blob expected for %s '%s'"
2024
+msgstr "se esperaba blob para %s '%s'"
2025
+
2026
+#: merge-recursive.c:830
2027
+#, c-format
2028
+msgid "failed to open '%s': %s"
2029
+msgstr "fallo al abrir '%s': %s"
2030
+
2031
+#: merge-recursive.c:841
2032
+#, c-format
2033
+msgid "failed to symlink '%s': %s"
2034
+msgstr "fallo al crear symlink '%s': %s"
2035
+
2036
+#: merge-recursive.c:846
2037
+#, c-format
2038
+msgid "do not know what to do with %06o %s '%s'"
2039
+msgstr "no se que hacer con %06o %s '%s'"
2040
+
2041
+#: merge-recursive.c:986
2042
+msgid "Failed to execute internal merge"
2043
+msgstr "Fallo al ejectura fusion interna"
2044
+
2045
+#: merge-recursive.c:990
2046
+#, c-format
2047
+msgid "Unable to add %s to database"
2048
+msgstr "No es posible agregar %s a la base de datos"
2049
+
2050
+#: merge-recursive.c:1093
2051
+#, c-format
2052
+msgid "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left in tree."
2053
+msgstr "CONFLICTO (%s/borrar): %s borrado en %s y %s en %s. Falta version %s de %s en el arbol"
2054
+
2055
+#: merge-recursive.c:1098
2056
+#, c-format
2057
+msgid "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s left in tree."
2058
+msgstr "CONFLICTO (%s/borrar): %s borrado en %s y %s para %s en %s. Version %s de %s permanece en el arbol"
2059
+
2060
+#: merge-recursive.c:1105
2061
+#, c-format
2062
+msgid "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left in tree at %s."
2063
+msgstr "CONFLICTO (%s/eliminar): %s eliminado en %s y %s en %s. Versión %s de %s dejada en el árbol, en %s."
2064
+
2065
+#: merge-recursive.c:1110
2066
+#, c-format
2067
+msgid "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s left in tree at %s."
2068
+msgstr "CONFLICTO (%s/borrar): %s borrado en %s y %s para %s en %s. Version %s de %s permanece en el arbol en %s."
2069
+
2070
+#: merge-recursive.c:1144
2071
+msgid "rename"
2072
+msgstr "renombrar"
2073
+
2074
+#: merge-recursive.c:1144
2075
+msgid "renamed"
2076
+msgstr "renombrado"
2077
+
2078
+#: merge-recursive.c:1201
2079
+#, c-format
2080
+msgid "%s is a directory in %s adding as %s instead"
2081
+msgstr "%s es un directorio en %s agregando como %s más bien"
2082
+
2083
+#: merge-recursive.c:1226
2084
+#, c-format
2085
+msgid "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s\"->\"%s\" in \"%s\"%s"
2086
+msgstr "CONFLICTO (renombrar/renombrar): Renombrar \"%s\"->\"%s\" en la rama \"%s\" renombrar \"%s\"->\"%s\" en \"%s\"%s"
2087
+
2088
+#: merge-recursive.c:1231
2089
+msgid " (left unresolved)"
2090
+msgstr " (dejado sin resolver)"
2091
+
2092
+#: merge-recursive.c:1293
2093
+#, c-format
2094
+msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2095
+msgstr "CONFLICTO (renombrar/renombrar): Renombrar %s->%s en %s. Renombrar %s->%s en %s"
2096
+
2097
+#: merge-recursive.c:1326
2098
+#, c-format
2099
+msgid "Renaming %s to %s and %s to %s instead"
2100
+msgstr "Renombrando %s a %s y %s a %s más bien"
2101
+
2102
+#: merge-recursive.c:1529
2103
+#, c-format
2104
+msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2105
+msgstr "CONFLICTO (renombrar/agregar): Renombrar %s->%s en %s. %s agregado en %s"
2106
+
2107
+#: merge-recursive.c:1544
2108
+#, c-format
2109
+msgid "Adding merged %s"
2110
+msgstr "Agregar %s fusionado"
2111
+
2112
+#: merge-recursive.c:1551 merge-recursive.c:1781
2113
+#, c-format
2114
+msgid "Adding as %s instead"
2115
+msgstr "Agregando más bien como %s"
2116
+
2117
+#: merge-recursive.c:1608
2118
+#, c-format
2119
+msgid "cannot read object %s"
2120
+msgstr "no se pudo leer el objeto %s"
2121
+
2122
+#: merge-recursive.c:1611
2123
+#, c-format
2124
+msgid "object %s is not a blob"
2125
+msgstr "objeto %s no es un blob"
2126
+
2127
+#: merge-recursive.c:1680
2128
+msgid "modify"
2129
+msgstr "modificar"
2130
+
2131
+#: merge-recursive.c:1680
2132
+msgid "modified"
2133
+msgstr "modificado"
2134
+
2135
+#: merge-recursive.c:1690
2136
+msgid "content"
2137
+msgstr "contenido"
2138
+
2139
+#: merge-recursive.c:1697
2140
+msgid "add/add"
2141
+msgstr "agregar/agregar"
2142
+
2143
+#: merge-recursive.c:1733
2144
+#, c-format
2145
+msgid "Skipped %s (merged same as existing)"
2146
+msgstr "Saltado %s (fusionado como existente)"
2147
+
2148
+#: merge-recursive.c:1747
2149
+#, c-format
2150
+msgid "Auto-merging %s"
2151
+msgstr "Auto-fusionando %s"
2152
+
2153
+#: merge-recursive.c:1751 git-submodule.sh:945
2154
+msgid "submodule"
2155
+msgstr "submódulo"
2156
+
2157
+#: merge-recursive.c:1752
2158
+#, c-format
2159
+msgid "CONFLICT (%s): Merge conflict in %s"
2160
+msgstr "CONFLICTO (%s): Conflicto de fusión en %s"
2161
+
2162
+#: merge-recursive.c:1846
2163
+#, c-format
2164
+msgid "Removing %s"
2165
+msgstr "Eliminando %s"
2166
+
2167
+#: merge-recursive.c:1872
2168
+msgid "file/directory"
2169
+msgstr "archivo/directorio"
2170
+
2171
+#: merge-recursive.c:1878
2172
+msgid "directory/file"
2173
+msgstr "directorio/archivo"
2174
+
2175
+#: merge-recursive.c:1884
2176
+#, c-format
2177
+msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2178
+msgstr "CONFLICTO (%s): Hay un directorio con el nombre %s en %s. Agregando %s como %s"
2179
+
2180
+#: merge-recursive.c:1893
2181
+#, c-format
2182
+msgid "Adding %s"
2183
+msgstr "Agregando %s"
2184
+
2185
+#: merge-recursive.c:1930
2186
+msgid "Already up-to-date!"
2187
+msgstr "¡Ya está actualizado!"
2188
+
2189
+#: merge-recursive.c:1939
2190
+#, c-format
2191
+msgid "merging of trees %s and %s failed"
2192
+msgstr "falló la fusión de los árboles %s y %s"
2193
+
2194
+#: merge-recursive.c:2022
2195
+msgid "Merging:"
2196
+msgstr "Fusionando:"
2197
+
2198
+#: merge-recursive.c:2035
2199
+#, c-format
2200
+msgid "found %u common ancestor:"
2201
+msgid_plural "found %u common ancestors:"
2202
+msgstr[0] "se encontró %u ancestro común:"
2203
+msgstr[1] "se encontraron %u ancestros comunes:"
2204
+
2205
+#: merge-recursive.c:2074
2206
+msgid "merge returned no commit"
2207
+msgstr "la fusión no devolvió ninguna confirmación"
2208
+
2209
+#: merge-recursive.c:2137
2210
+#, c-format
2211
+msgid "Could not parse object '%s'"
2212
+msgstr "No se pudo analizar el objeto '%s'"
2213
+
2214
+#: merge-recursive.c:2151 builtin/merge.c:646 builtin/merge.c:793
2215
+msgid "Unable to write index."
2216
+msgstr "Incapaz de escribir el índice."
2217
+
2218
+#: notes-merge.c:273
2219
+#, c-format
2220
+msgid ""
2221
+"You have not concluded your previous notes merge (%s exists).\n"
2222
+"Please, use 'git notes merge --commit' or 'git notes merge --abort' to commit/abort the previous merge before you start a new notes merge."
2223
+msgstr ""
2224
+"No has concluido tus notas previas de fusion (%s existe).\n"
2225
+"Por favor, usa 'git notes merge --commit' o 'git notes merge --abort' para confirmar/abortar la fusion previa antes de que puedas comenzar una nueva nota de fusion."
2226
+
2227
+#: notes-merge.c:280
2228
+#, c-format
2229
+msgid "You have not concluded your notes merge (%s exists)."
2230
+msgstr "No has terminado tus notas de fusion (%s existe)."
2231
+
2232
+#: notes-utils.c:42
2233
+msgid "Cannot commit uninitialized/unreferenced notes tree"
2234
+msgstr "No se puede realizar commit, notas del arbol no inicializadas o no referenciadas."
2235
+
2236
+#: notes-utils.c:101
2237
+#, c-format
2238
+msgid "Bad notes.rewriteMode value: '%s'"
2239
+msgstr "Mal valor para notes.rewriteMode: '%s'"
2240
+
2241
+#: notes-utils.c:111
2242
+#, c-format
2243
+msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2244
+msgstr "Rehusando reescribir notas en %s (fuera de refs/notes/)"
2245
+
2246
+#. TRANSLATORS: The first %s is the name of
2247
+#. the environment variable, the second %s is
2248
+#. its value.
2249
+#: notes-utils.c:141
2250
+#, c-format
2251
+msgid "Bad %s value: '%s'"
2252
+msgstr "Mal valor para %s: '%s'"
2253
+
2254
+#: object.c:240
2255
+#, c-format
2256
+msgid "unable to parse object: %s"
2257
+msgstr "incapaz de analizar objeto: %s"
2258
+
2259
+#: parse-options.c:573
2260
+msgid "..."
2261
+msgstr "..."
2262
+
2263
+#: parse-options.c:591
2264
+#, c-format
2265
+msgid "usage: %s"
2266
+msgstr "uso: %s"
2267
+
2268
+#. TRANSLATORS: the colon here should align with the
2269
+#. one in "usage: %s" translation.
2270
+#: parse-options.c:597
2271
+#, c-format
2272
+msgid " or: %s"
2273
+msgstr " o: %s"
2274
+
2275
+#: parse-options.c:600
2276
+#, c-format
2277
+msgid " %s"
2278
+msgstr " %s"
2279
+
2280
+#: parse-options.c:634
2281
+msgid "-NUM"
2282
+msgstr "-NUM"
2283
+
2284
+#: parse-options-cb.c:108
2285
+#, c-format
2286
+msgid "malformed object name '%s'"
2287
+msgstr "nombre de objeto malformado '%s'"
2288
+
2289
+#: path.c:890
2290
+#, c-format
2291
+msgid "Could not make %s writable by group"
2292
+msgstr "No se pudo hacer que %s fuera escribible por el grupo"
2293
+
2294
+#: pathspec.c:129
2295
+msgid "Escape character '\\' not allowed as last character in attr value"
2296
+msgstr "Caracter de escape '\\' no permitido como ultimo caracter en el valor attr"
2297
+
2298
+#: pathspec.c:147
2299
+msgid "Only one 'attr:' specification is allowed."
2300
+msgstr "Solo una especificacion 'attr' es permitida."
2301
+
2302
+#: pathspec.c:150
2303
+msgid "attr spec must not be empty"
2304
+msgstr "especificacion attr no puede estar vacia"
2305
+
2306
+#: pathspec.c:193
2307
+#, c-format
2308
+msgid "invalid attribute name %s"
2309
+msgstr "nombre de atributo %s invalido"
2310
+
2311
+#: pathspec.c:258
2312
+msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2313
+msgstr "configuraciones globales de pathspec 'glob' y 'noglob' son incompatibles "
2314
+
2315
+#: pathspec.c:265
2316
+msgid "global 'literal' pathspec setting is incompatible with all other global pathspec settings"
2317
+msgstr "la configuración global de 'literal' para patrones de ruta es incompatible con las demás configuraciones globales de patrones de ruta"
2318
+
2319
+#: pathspec.c:305
2320
+msgid "invalid parameter for pathspec magic 'prefix'"
2321
+msgstr "parámetro no válido para el prefijo 'magic pathspec'"
2322
+
2323
+#: pathspec.c:326
2324
+#, c-format
2325
+msgid "Invalid pathspec magic '%.*s' in '%s'"
2326
+msgstr "magic pathspec invalido '%.*s' en '%s'"
2327
+
2328
+#: pathspec.c:331
2329
+#, c-format
2330
+msgid "Missing ')' at the end of pathspec magic in '%s'"
2331
+msgstr "Falta ')' al final del magic pathspec en '%s'"
2332
+
2333
+#: pathspec.c:369
2334
+#, c-format
2335
+msgid "Unimplemented pathspec magic '%c' in '%s'"
2336
+msgstr "Magic pathspec '%c' en '%s' no implementado"
2337
+
2338
+#: pathspec.c:428
2339
+#, c-format
2340
+msgid "%s: 'literal' and 'glob' are incompatible"
2341
+msgstr "%s: 'literal' y 'glob' son incompatibles"
2342
+
2343
+#: pathspec.c:441
2344
+#, c-format
2345
+msgid "%s: '%s' is outside repository"
2346
+msgstr "%s: '%s' está fuera del repositorio"
2347
+
2348
+#: pathspec.c:515
2349
+#, c-format
2350
+msgid "'%s' (mnemonic: '%c')"
2351
+msgstr "'%s' (nemotecnico: '%c')"
2352
+
2353
+#: pathspec.c:525
2354
+#, c-format
2355
+msgid "%s: pathspec magic not supported by this command: %s"
2356
+msgstr "%s: magic pathspec no soportado por este comando: %s"
2357
+
2358
+#: pathspec.c:575
2359
+msgid "empty strings as pathspecs will be made invalid in upcoming releases. please use . instead if you meant to match all paths"
2360
+msgstr "los strings vacíos como pathspecs serán inválidas en las próximas versiones. por favor use . si quería hacer coincidir todas las rutas"
2361
+
2362
+#: pathspec.c:599
2363
+#, c-format
2364
+msgid "pathspec '%s' is beyond a symbolic link"
2365
+msgstr "el patrón de ruta '%s' está detrás de un enlace simbólico"
2366
+
2367
+#: pretty.c:963
2368
+msgid "unable to parse --pretty format"
2369
+msgstr "incapaz de analizar el formato --pretty"
2370
+
2371
+#: read-cache.c:1443
2372
+#, c-format
2373
+msgid ""
2374
+"index.version set, but the value is invalid.\n"
2375
+"Using version %i"
2376
+msgstr ""
2377
+"index.version configurado, pero el valor no es válido.\n"
2378
+"Usando versión %i"
2379
+
2380
+#: read-cache.c:1453
2381
+#, c-format
2382
+msgid ""
2383
+"GIT_INDEX_VERSION set, but the value is invalid.\n"
2384
+"Using version %i"
2385
+msgstr ""
2386
+"GIT_INDEX_VERSION configurado, pero el valor no es válido.\n"
2387
+"Usando versión %i"
2388
+
2389
+#: read-cache.c:2308 builtin/merge.c:1019
2390
+#, c-format
2391
+msgid "could not close '%s'"
2392
+msgstr "no se pudo cerrar '%s'"
2393
+
2394
+#: read-cache.c:2383 sequencer.c:1353 sequencer.c:2054
2395
+#, c-format
2396
+msgid "could not stat '%s'"
2397
+msgstr "no se pudo definir '%s'"
2398
+
2399
+#: read-cache.c:2396
2400
+#, c-format
2401
+msgid "unable to open git dir: %s"
2402
+msgstr "no es posible abrir el directorio de git: %s"
2403
+
2404
+#: read-cache.c:2408
2405
+#, c-format
2406
+msgid "unable to unlink: %s"
2407
+msgstr "no es posible remover el vinculo: %s"
2408
+
2409
+#: refs.c:622
2410
+#, c-format
2411
+msgid "Could not open '%s' for writing"
2412
+msgstr "No sepudo abrir '%s' para escritura"
2413
+
2414
+#: refs.c:1769
2415
+msgid "ref updates forbidden inside quarantine environment"
2416
+msgstr "actualizaciones de ref prohibidas dentro de ambiente de cuarentena"
2417
+
2418
+#: refs/files-backend.c:1664
2419
+#, c-format
2420
+msgid "could not delete reference %s: %s"
2421
+msgstr "no se pudo eliminar la referencia %s: %s"
2422
+
2423
+#: refs/files-backend.c:1667
2424
+#, c-format
2425
+msgid "could not delete references: %s"
2426
+msgstr "no se pudo eliminar la referencia: %s"
2427
+
2428
+#: refs/files-backend.c:1676
2429
+#, c-format
2430
+msgid "could not remove reference %s"
2431
+msgstr "no se pudo remover la referencia %s"
2432
+
2433
+#: ref-filter.c:35 wt-status.c:1811
2434
+msgid "gone"
2435
+msgstr "desaparecido"
2436
+
2437
+#: ref-filter.c:36
2438
+#, c-format
2439
+msgid "ahead %d"
2440
+msgstr "adelante %d"
2441
+
2442
+#: ref-filter.c:37
2443
+#, c-format
2444
+msgid "behind %d"
2445
+msgstr "detras %d"
2446
+
2447
+#: ref-filter.c:38
2448
+#, c-format
2449
+msgid "ahead %d, behind %d"
2450
+msgstr "delante %d, detras %d"
2451
+
2452
+#: ref-filter.c:105
2453
+#, c-format
2454
+msgid "expected format: %%(color:<color>)"
2455
+msgstr "formato esperado: %%(color:<color>)"
2456
+
2457
+#: ref-filter.c:107
2458
+#, c-format
2459
+msgid "unrecognized color: %%(color:%s)"
2460
+msgstr "color no reconocido: %%(color:%s)"
2461
+
2462
+#: ref-filter.c:121
2463
+#, c-format
2464
+msgid "Integer value expected refname:lstrip=%s"
2465
+msgstr "valor entero esperado refname:lstrip=%s"
2466
+
2467
+#: ref-filter.c:125
2468
+#, c-format
2469
+msgid "Integer value expected refname:rstrip=%s"
2470
+msgstr "valor entero esperado refname:rstrip=%s"
2471
+
2472
+#: ref-filter.c:127
2473
+#, c-format
2474
+msgid "unrecognized %%(%s) argument: %s"
2475
+msgstr "argumento: %s no reconocido %%(%s)"
2476
+
2477
+#: ref-filter.c:167
2478
+#, c-format
2479
+msgid "%%(body) does not take arguments"
2480
+msgstr "%%(body) no toma ningún argumento"
2481
+
2482
+#: ref-filter.c:174
2483
+#, c-format
2484
+msgid "%%(subject) does not take arguments"
2485
+msgstr "%%(subject) no toma ningún argumento"
2486
+
2487
+#: ref-filter.c:181
2488
+#, c-format
2489
+msgid "%%(trailers) does not take arguments"
2490
+msgstr "%%(trailers) no toma argumentos"
2491
+
2492
+#: ref-filter.c:200
2493
+#, c-format
2494
+msgid "positive value expected contents:lines=%s"
2495
+msgstr "valor positivo esperado contents:lines=%s"
2496
+
2497
+#: ref-filter.c:202
2498
+#, c-format
2499
+msgid "unrecognized %%(contents) argument: %s"
2500
+msgstr "argumento %s no reconocido %%(contents)"
2501
+
2502
+#: ref-filter.c:215
2503
+#, c-format
2504
+msgid "positive value expected objectname:short=%s"
2505
+msgstr "valor positivo esperado objectname:short=%s"
2506
+
2507
+#: ref-filter.c:219
2508
+#, c-format
2509
+msgid "unrecognized %%(objectname) argument: %s"
2510
+msgstr "argumento: %s no reconocido %%(objectname)"
2511
+
2512
+#: ref-filter.c:246
2513
+#, c-format
2514
+msgid "expected format: %%(align:<width>,<position>)"
2515
+msgstr "formato esperado: %%(align:<ancho>,<posición>)"
2516
+
2517
+#: ref-filter.c:258
2518
+#, c-format
2519
+msgid "unrecognized position:%s"
2520
+msgstr "posición desconocida: %s"
2521
+
2522
+#: ref-filter.c:262
2523
+#, c-format
2524
+msgid "unrecognized width:%s"
2525
+msgstr "ancho desconocido: %s"
2526
+
2527
+#: ref-filter.c:268
2528
+#, c-format
2529
+msgid "unrecognized %%(align) argument: %s"
2530
+msgstr "argumento no reconocido para %%(align): %s"
2531
+
2532
+#: ref-filter.c:272
2533
+#, c-format
2534
+msgid "positive width expected with the %%(align) atom"
2535
+msgstr "se esperaba un ancho positivo con el átomo %%(align)"
2536
+
2537
+#: ref-filter.c:287
2538
+#, c-format
2539
+msgid "unrecognized %%(if) argument: %s"
2540
+msgstr "argumento: %s no reconocido %%(if)"
2541
+
2542
+#: ref-filter.c:378
2543
+#, c-format
2544
+msgid "malformed field name: %.*s"
2545
+msgstr "nombre malformado de campo: %.*s"
2546
+
2547
+#: ref-filter.c:404
2548
+#, c-format
2549
+msgid "unknown field name: %.*s"
2550
+msgstr "nombre de campo desconocido: %.*s"
2551
+
2552
+#: ref-filter.c:508
2553
+#, c-format
2554
+msgid "format: %%(if) atom used without a %%(then) atom"
2555
+msgstr "formato: atomo %%(if) usado sin un atomo %%(then)"
2556
+
2557
+#: ref-filter.c:568
2558
+#, c-format
2559
+msgid "format: %%(then) atom used without an %%(if) atom"
2560
+msgstr "formato: atomo %%(then) usado sin atomo %%(if)"
2561
+
2562
+#: ref-filter.c:570
2563
+#, c-format
2564
+msgid "format: %%(then) atom used more than once"
2565
+msgstr "formato: atomo %%(then) usado mas de una vez"
2566
+
2567
+#: ref-filter.c:572
2568
+#, c-format
2569
+msgid "format: %%(then) atom used after %%(else)"
2570
+msgstr "formato: atomo %%(then) usado despues de %%(else)"
2571
+
2572
+#: ref-filter.c:598
2573
+#, c-format
2574
+msgid "format: %%(else) atom used without an %%(if) atom"
2575
+msgstr "formato: atomo %%(else) usado sin un atomo %%(if)"
2576
+
2577
+#: ref-filter.c:600
2578
+#, c-format
2579
+msgid "format: %%(else) atom used without a %%(then) atom"
2580
+msgstr "formato: atomo %%(else) usado sin un atomo %%(then) "
2581
+
2582
+#: ref-filter.c:602
2583
+#, c-format
2584
+msgid "format: %%(else) atom used more than once"
2585
+msgstr "formato: atomo %%(else) usado mas de una vez"
2586
+
2587
+#: ref-filter.c:615
2588
+#, c-format
2589
+msgid "format: %%(end) atom used without corresponding atom"
2590
+msgstr "formato: atomo %%(end) usado sin atomo correspondiente"
2591
+
2592
+#: ref-filter.c:670
2593
+#, c-format
2594
+msgid "malformed format string %s"
2595
+msgstr "formato de cadena malformado %s"
2596
+
2597
+#: ref-filter.c:1254
2598
+#, c-format
2599
+msgid "(no branch, rebasing %s)"
2600
+msgstr "(no hay rama, rebasando %s)"
2601
+
2602
+#: ref-filter.c:1257
2603
+#, c-format
2604
+msgid "(no branch, bisect started on %s)"
2605
+msgstr "(no hay rama, comenzando bisectado en %s)"
2606
+
2607
+#. TRANSLATORS: make sure this matches "HEAD
2608
+#. detached at " in wt-status.c
2609
+#: ref-filter.c:1265
2610
+#, c-format
2611
+msgid "(HEAD detached at %s)"
2612
+msgstr "(HEAD desascoplado en %s)"
2613
+
2614
+#. TRANSLATORS: make sure this matches "HEAD
2615
+#. detached from " in wt-status.c
2616
+#: ref-filter.c:1272
2617
+#, c-format
2618
+msgid "(HEAD detached from %s)"
2619
+msgstr "(HEAD desacoplado de %s)"
2620
+
2621
+#: ref-filter.c:1276
2622
+msgid "(no branch)"
2623
+msgstr "(sin rama)"
2624
+
2625
+#: ref-filter.c:1426 ref-filter.c:1457
2626
+#, c-format
2627
+msgid "missing object %s for %s"
2628
+msgstr "objeto %s faltante para %s"
2629
+
2630
+#: ref-filter.c:1429 ref-filter.c:1460
2631
+#, c-format
2632
+msgid "parse_object_buffer failed on %s for %s"
2633
+msgstr "parse_object_buffer falló en %s para %s"
2634
+
2635
+#: ref-filter.c:1760
2636
+#, c-format
2637
+msgid "malformed object at '%s'"
2638
+msgstr "objeto malformado en '%s'"
2639
+
2640
+#: ref-filter.c:1827
2641
+#, c-format
2642
+msgid "ignoring ref with broken name %s"
2643
+msgstr "ignorando referencia con nombre roto %s"
2644
+
2645
+#: ref-filter.c:1832
2646
+#, c-format
2647
+msgid "ignoring broken ref %s"
2648
+msgstr "ignorando referencia rota %s"
2649
+
2650
+#: ref-filter.c:2095
2651
+#, c-format
2652
+msgid "format: %%(end) atom missing"
2653
+msgstr "formato: falta atomo %%(end)"
2654
+
2655
+#: ref-filter.c:2176
2656
+#, c-format
2657
+msgid "malformed object name %s"
2658
+msgstr "nombre de objeto malformado %s"
2659
+
2660
+#: remote.c:747
2661
+#, c-format
2662
+msgid "Cannot fetch both %s and %s to %s"
2663
+msgstr "No se pueden traer ambos %s y %s a %s"
2664
+
2665
+#: remote.c:751
2666
+#, c-format
2667
+msgid "%s usually tracks %s, not %s"
2668
+msgstr "%s por lo general hace seguimiento a %s, no a %s"
2669
+
2670
+#: remote.c:755
2671
+#, c-format
2672
+msgid "%s tracks both %s and %s"
2673
+msgstr "%s hace seguimiento tanto a %s como a %s"
2674
+
2675
+#: remote.c:763
2676
+msgid "Internal error"
2677
+msgstr "Error interno"
2678
+
2679
+#: remote.c:1680 remote.c:1782
2680
+msgid "HEAD does not point to a branch"
2681
+msgstr "HEAD no apunta a ninguna rama"
2682
+
2683
+#: remote.c:1689
2684
+#, c-format
2685
+msgid "no such branch: '%s'"
2686
+msgstr "no existe tal rama: '%s'"
2687
+
2688
+#: remote.c:1692
2689
+#, c-format
2690
+msgid "no upstream configured for branch '%s'"
2691
+msgstr "no se ha configurado upstream para la rama '%s'"
2692
+
2693
+#: remote.c:1698
2694
+#, c-format
2695
+msgid "upstream branch '%s' not stored as a remote-tracking branch"
2696
+msgstr "la rama '%s' de upstream no es guardad como rama de rastreo remoto"
2697
+
2698
+#: remote.c:1713
2699
+#, c-format
2700
+msgid "push destination '%s' on remote '%s' has no local tracking branch"
2701
+msgstr "destino de push '%s' en el remoto '%s' no tiene una rama de rastreo local"
2702
+
2703
+#: remote.c:1725
2704
+#, c-format
2705
+msgid "branch '%s' has no remote for pushing"
2706
+msgstr "la rama '%s' no tiene remoto para enviar"
2707
+
2708
+#: remote.c:1736
2709
+#, c-format
2710
+msgid "push refspecs for '%s' do not include '%s'"
2711
+msgstr "refspecs del push para '%s' no incluyen '%s'"
2712
+
2713
+#: remote.c:1749
2714
+msgid "push has no destination (push.default is 'nothing')"
2715
+msgstr "push no tiene destino (push.default es 'nada')"
2716
+
2717
+#: remote.c:1771
2718
+msgid "cannot resolve 'simple' push to a single destination"
2719
+msgstr "no se puede resolver push 'simple' para un destino unico"
2720
+
2721
+#: remote.c:2076
2722
+#, c-format
2723
+msgid "Your branch is based on '%s', but the upstream is gone.\n"
2724
+msgstr "tu rama esta basada en '%s', pero upstream ha desaparecido.\n"
2725
+
2726
+#: remote.c:2080
2727
+msgid " (use \"git branch --unset-upstream\" to fixup)\n"
2728
+msgstr " (usa \"git branch --unset-upstream\" para arreglar)\n"
2729
+
2730
+#: remote.c:2083
2731
+#, c-format
2732
+msgid "Your branch is up-to-date with '%s'.\n"
2733
+msgstr "Tu rama está actualizada con '%s'.\n"
2734
+
2735
+#: remote.c:2087
2736
+#, c-format
2737
+msgid "Your branch is ahead of '%s' by %d commit.\n"
2738
+msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2739
+msgstr[0] "Tu rama está adelantada a '%s' por %d confirmación.\n"
2740
+msgstr[1] "Tu rama está adelantada a '%s' por %d confirmaciones.\n"
2741
+
2742
+#: remote.c:2093
2743
+msgid " (use \"git push\" to publish your local commits)\n"
2744
+msgstr " (usa \"git push\" para publicar tus confirmaciones locales)\n"
2745
+
2746
+#: remote.c:2096
2747
+#, c-format
2748
+msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2749
+msgid_plural "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2750
+msgstr[0] "Tu rama está detrás de '%s' por %d confirmación, y puede ser avanzada rápido.\n"
2751
+msgstr[1] "Tu rama está detrás de '%s' por %d confirmaciones, y puede ser avanzada rápido.\n"
2752
+
2753
+#: remote.c:2104
2754
+msgid " (use \"git pull\" to update your local branch)\n"
2755
+msgstr " (usa \"git pull\" para actualizar tu rama local)\n"
2756
+
2757
+#: remote.c:2107
2758
+#, c-format
2759
+msgid ""
2760
+"Your branch and '%s' have diverged,\n"
2761
+"and have %d and %d different commit each, respectively.\n"
2762
+msgid_plural ""
2763
+"Your branch and '%s' have diverged,\n"
2764
+"and have %d and %d different commits each, respectively.\n"
2765
+msgstr[0] ""
2766
+"Tu rama y '%s' han divergido,\n"
2767
+"y se tiene %d y %d commit diferentes en cada una respectivamente.\n"
2768
+msgstr[1] ""
2769
+"Tu rama y '%s' han divergido,\n"
2770
+"y tienen %d y %d commits diferentes cada una respectivamente.\n"
2771
+
2772
+#: remote.c:2117
2773
+msgid " (use \"git pull\" to merge the remote branch into yours)\n"
2774
+msgstr " (usa \"git pull\" para fusionar la rama remota en la tuya)\n"
2775
+
2776
+#: revision.c:2187
2777
+msgid "your current branch appears to be broken"
2778
+msgstr "tu rama actual parece estar rota"
2779
+
2780
+#: revision.c:2190
2781
+#, c-format
2782
+msgid "your current branch '%s' does not have any commits yet"
2783
+msgstr "tu rama actual '%s' no tiene ningún commit todavía"
2784
+
2785
+#: revision.c:2384
2786
+msgid "--first-parent is incompatible with --bisect"
2787
+msgstr "--first-parent es incompatible con --bisect"
2788
+
2789
+#: run-command.c:644
2790
+msgid "open /dev/null failed"
2791
+msgstr "falló al abrir /dev/null"
2792
+
2793
+#: send-pack.c:151
2794
+#, c-format
2795
+msgid "unable to parse remote unpack status: %s"
2796
+msgstr "no es posible analizar el estado de desempaquetado remoto: %s"
2797
+
2798
+#: send-pack.c:153
2799
+#, c-format
2800
+msgid "remote unpack failed: %s"
2801
+msgstr "desempaquetado remoto falló: %s"
2802
+
2803
+#: send-pack.c:316
2804
+msgid "failed to sign the push certificate"
2805
+msgstr "falló al firmar el certificado de push"
2806
+
2807
+#: send-pack.c:429
2808
+msgid "the receiving end does not support --signed push"
2809
+msgstr "el final receptor no soporta --signed push"
2810
+
2811
+#: send-pack.c:431
2812
+msgid "not sending a push certificate since the receiving end does not support --signed push"
2813
+msgstr "no se manda un certificado de push ya que el destino no soporta push firmado (--signed )"
2814
+
2815
+#: send-pack.c:443
2816
+msgid "the receiving end does not support --atomic push"
2817
+msgstr "el destino no soporta push atómicos (--atomic)"
2818
+
2819
+#: send-pack.c:448
2820
+msgid "the receiving end does not support push options"
2821
+msgstr "el destino no soporta opciones de push"
2822
+
2823
+#: sequencer.c:216
2824
+msgid "revert"
2825
+msgstr "revertir"
2826
+
2827
+#: sequencer.c:218
2828
+msgid "cherry-pick"
2829
+msgstr "cherry-pick"
2830
+
2831
+#: sequencer.c:220
2832
+msgid "rebase -i"
2833
+msgstr "rebase -i"
2834
+
2835
+#: sequencer.c:222
2836
+#, c-format
2837
+msgid "Unknown action: %d"
2838
+msgstr "Accion desconocida: %d"
2839
+
2840
+#: sequencer.c:279
2841
+msgid ""
2842
+"after resolving the conflicts, mark the corrected paths\n"
2843
+"with 'git add <paths>' or 'git rm <paths>'"
2844
+msgstr ""
2845
+"despues de resolver los conflictos, marca las rutas corregidas\n"
2846
+"con 'git add <rutas>' o 'git rm <rutas>'"
2847
+
2848
+#: sequencer.c:282
2849
+msgid ""
2850
+"after resolving the conflicts, mark the corrected paths\n"
2851
+"with 'git add <paths>' or 'git rm <paths>'\n"
2852
+"and commit the result with 'git commit'"
2853
+msgstr ""
2854
+"tras resolver los conflictos, marca las rutas corregidas\n"
2855
+"con 'git add <rutas>' o 'git rm <rutas>'\n"
2856
+"y haz un commit del resultado con 'git commit'"
2857
+
2858
+#: sequencer.c:295 sequencer.c:1685
2859
+#, c-format
2860
+msgid "could not lock '%s'"
2861
+msgstr "No se pudo bloquear '%s'"
2862
+
2863
+#: sequencer.c:298 sequencer.c:1563 sequencer.c:1690 sequencer.c:1704
2864
+#, c-format
2865
+msgid "could not write to '%s'"
2866
+msgstr "No se pudo escribir en '%s'"
2867
+
2868
+#: sequencer.c:302
2869
+#, c-format
2870
+msgid "could not write eol to '%s'"
2871
+msgstr "No se pudo escribir EOL en '%s'"
2872
+
2873
+#: sequencer.c:306 sequencer.c:1568 sequencer.c:1692
2874
+#, c-format
2875
+msgid "failed to finalize '%s'."
2876
+msgstr "Fallo al finalizar '%s'."
2877
+
2878
+#: sequencer.c:330 sequencer.c:817 sequencer.c:1589 builtin/am.c:258 builtin/commit.c:750 builtin/merge.c:1017
2879
+#, c-format
2880
+msgid "could not read '%s'"
2881
+msgstr "No se pudo leer '%s'"
2882
+
2883
+#: sequencer.c:356
2884
+#, c-format
2885
+msgid "your local changes would be overwritten by %s."
2886
+msgstr "Tus cambios locales seran sobreescritos por %s."
2887
+
2888
+#: sequencer.c:360
2889
+msgid "commit your changes or stash them to proceed."
2890
+msgstr "Realiza un commit con tus cambios o aplica un stash para proceder."
2891
+
2892
+#: sequencer.c:389
2893
+#, c-format
2894
+msgid "%s: fast-forward"
2895
+msgstr "%s: avance rápido"
2896
+
2897
+#. TRANSLATORS: %s will be "revert", "cherry-pick" or
2898
+#. "rebase -i".
2899
+#: sequencer.c:472
2900
+#, c-format
2901
+msgid "%s: Unable to write new index file"
2902
+msgstr "%s: Incapaz de escribir el nuevo archivo índice"
2903
+
2904
+#: sequencer.c:491
2905
+msgid "could not resolve HEAD commit\n"
2906
+msgstr "No se pudo resolver el commit de HEAD\n"
2907
+
2908
+#: sequencer.c:511
2909
+msgid "unable to update cache tree\n"
2910
+msgstr "no es posible actualizar el árbol de la caché\n"
2911
+
2912
+#: sequencer.c:595
2913
+#, c-format
2914
+msgid ""
2915
+"you have staged changes in your working tree\n"
2916
+"If these changes are meant to be squashed into the previous commit, run:\n"
2917
+"\n"
2918
+" git commit --amend %s\n"
2919
+"\n"
2920
+"If they are meant to go into a new commit, run:\n"
2921
+"\n"
2922
+" git commit %s\n"
2923
+"\n"
2924
+"In both cases, once you're done, continue with:\n"
2925
+"\n"
2926
+" git rebase --continue\n"
2927
+msgstr ""
2928
+"se ha aplicado un stage a los cambios en el arbol de trabajo\n"
2929
+"si estos cambios estan destinados a ser aplastados en el commit previo, ejecuta:\n"
2930
+"\n"
2931
+" git commit --amend %s\n"
2932
+"\n"
2933
+"Si estos cambios estan destinados a un nuevo commit, ejecuta:\n"
2934
+"\n"
2935
+" git commit %s\n"
2936
+"\n"
2937
+"en cambos casos, cuando acabes, continua con:\n"
2938
+"\n"
2939
+" git rebase --continue\n"
2940
+
2941
+#: sequencer.c:697
2942
+#, c-format
2943
+msgid "could not parse commit %s\n"
2944
+msgstr "No se pudo analizar commit %s.\n"
2945
+
2946
+#: sequencer.c:702
2947
+#, c-format
2948
+msgid "could not parse parent commit %s\n"
2949
+msgstr "No se pudo analizar el commit padre %s\n"
2950
+
2951
+#: sequencer.c:824
2952
+#, c-format
2953
+msgid ""
2954
+"unexpected 1st line of squash message:\n"
2955
+"\n"
2956
+"\t%.*s"
2957
+msgstr ""
2958
+"1ra línea del mensaje squash no esperada:\n"
2959
+"\n"
2960
+"\t%.*s"
2961
+
2962
+#: sequencer.c:830
2963
+#, c-format
2964
+msgid ""
2965
+"invalid 1st line of squash message:\n"
2966
+"\n"
2967
+"\t%.*s"
2968
+msgstr ""
2969
+"1ra línea del mensaje squash inválida:\n"
2970
+"\n"
2971
+"\t%.*s"
2972
+
2973
+#: sequencer.c:836 sequencer.c:861
2974
+#, c-format
2975
+msgid "This is a combination of %d commits."
2976
+msgstr "Esta es una combinacion de %d commits."
2977
+
2978
+#: sequencer.c:845
2979
+msgid "need a HEAD to fixup"
2980
+msgstr "se necesita un HEAD para arreglar"
2981
+
2982
+#: sequencer.c:847
2983
+msgid "could not read HEAD"
2984
+msgstr "no se pudo leer HEAD"
2985
+
2986
+#: sequencer.c:849
2987
+msgid "could not read HEAD's commit message"
2988
+msgstr "no se pudo leer el mensaje de commit de HEAD"
2989
+
2990
+#: sequencer.c:855
2991
+#, c-format
2992
+msgid "cannot write '%s'"
2993
+msgstr "no se puede escribir '%s'"
2994
+
2995
+#: sequencer.c:864 git-rebase--interactive.sh:445
2996
+msgid "This is the 1st commit message:"
2997
+msgstr "Este es el mensaje de la 1ra confirmación:"
2998
+
2999
+#: sequencer.c:872
3000
+#, c-format
3001
+msgid "could not read commit message of %s"
3002
+msgstr "no se puede leer el mensaje del commit de %s"
3003
+
3004
+#: sequencer.c:879
3005
+#, c-format
3006
+msgid "This is the commit message #%d:"
3007
+msgstr "este es el mensaje del commit #%d:"
3008
+
3009
+#: sequencer.c:884
3010
+#, c-format
3011
+msgid "The commit message #%d will be skipped:"
3012
+msgstr "El mensaje del commit #%d sera saltado: "
3013
+
3014
+#: sequencer.c:889
3015
+#, c-format
3016
+msgid "unknown command: %d"
3017
+msgstr "comando desconocido: %d"
3018
+
3019
+#: sequencer.c:955
3020
+msgid "your index file is unmerged."
3021
+msgstr "tu archivo indice no esta fusionado."
3022
+
3023
+#: sequencer.c:973
3024
+#, c-format
3025
+msgid "commit %s is a merge but no -m option was given."
3026
+msgstr "el commit %s es una fusion pero no se entrego la opcion -m."
3027
+
3028
+#: sequencer.c:981
3029
+#, c-format
3030
+msgid "commit %s does not have parent %d"
3031
+msgstr "el commit %s no tiene un padre %d"
3032
+
3033
+#: sequencer.c:985
3034
+#, c-format
3035
+msgid "mainline was specified but commit %s is not a merge."
3036
+msgstr "linea principal especificada pero el commit %s no es una fusion."
3037
+
3038
+#: sequencer.c:991
3039
+#, c-format
3040
+msgid "cannot get commit message for %s"
3041
+msgstr "no se puede obtener el mensaje de commit para %s"
3042
+
3043
+#. TRANSLATORS: The first %s will be a "todo" command like
3044
+#. "revert" or "pick", the second %s a SHA1.
3045
+#: sequencer.c:1012
3046
+#, c-format
3047
+msgid "%s: cannot parse parent commit %s"
3048
+msgstr "%s: no se puede analizar la confirmación padre %s"
3049
+
3050
+#: sequencer.c:1075 sequencer.c:1830
3051
+#, c-format
3052
+msgid "could not rename '%s' to '%s'"
3053
+msgstr "No se puede renombrar '%s' a '%s'"
3054
+
3055
+#: sequencer.c:1126
3056
+#, c-format
3057
+msgid "could not revert %s... %s"
3058
+msgstr "no se pudo revertir %s... %s"
3059
+
3060
+#: sequencer.c:1127
3061
+#, c-format
3062
+msgid "could not apply %s... %s"
3063
+msgstr "no se pudo aplicar %s... %s"
3064
+
3065
+#: sequencer.c:1169
3066
+msgid "empty commit set passed"
3067
+msgstr "conjunto de confirmación vacío aprobado"
3068
+
3069
+#: sequencer.c:1179
3070
+#, c-format
3071
+msgid "git %s: failed to read the index"
3072
+msgstr "git %s: fallo al leer el índice"
3073
+
3074
+#: sequencer.c:1186
3075
+#, c-format
3076
+msgid "git %s: failed to refresh the index"
3077
+msgstr "git %s: fallo al refrescar el índice"
3078
+
3079
+#: sequencer.c:1306
3080
+#, c-format
3081
+msgid "invalid line %d: %.*s"
3082
+msgstr "línea inválida %d: %.*s"
3083
+
3084
+#: sequencer.c:1314
3085
+#, c-format
3086
+msgid "cannot '%s' without a previous commit"
3087
+msgstr "no se puede '%s' sin un commit previo"
3088
+
3089
+#: sequencer.c:1347
3090
+#, c-format
3091
+msgid "could not read '%s'."
3092
+msgstr "no se puede leer '%s'."
3093
+
3094
+#: sequencer.c:1359
3095
+msgid "please fix this using 'git rebase --edit-todo'."
3096
+msgstr "por favor arregle esto usando 'git rebase --edit-todo'."
3097
+
3098
+#: sequencer.c:1361
3099
+#, c-format
3100
+msgid "unusable instruction sheet: '%s'"
3101
+msgstr "hoja de instrucciones inutilizable: '%s'"
3102
+
3103
+#: sequencer.c:1366
3104
+msgid "no commits parsed."
3105
+msgstr "ningun commit analizado."
3106
+
3107
+#: sequencer.c:1377
3108
+msgid "cannot cherry-pick during a revert."
3109
+msgstr "no se puede realizar cherry-pick durante un revert."
3110
+
3111
+#: sequencer.c:1379
3112
+msgid "cannot revert during a cherry-pick."
3113
+msgstr "no se puede realizar un revert durante un cherry-pick"
3114
+
3115
+#: sequencer.c:1442
3116
+#, c-format
3117
+msgid "invalid key: %s"
3118
+msgstr "llave invalida: %s"
3119
+
3120
+#: sequencer.c:1445
3121
+#, c-format
3122
+msgid "invalid value for %s: %s"
3123
+msgstr "valor invalido para %s: %s"
3124
+
3125
+#: sequencer.c:1502
3126
+#, c-format
3127
+msgid "malformed options sheet: '%s'"
3128
+msgstr "hoja de opciones mal formada: '%s'"
3129
+
3130
+#: sequencer.c:1540
3131
+msgid "a cherry-pick or revert is already in progress"
3132
+msgstr "un cherry-pick o rever ya esta en progreso"
3133
+
3134
+#: sequencer.c:1541
3135
+msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3136
+msgstr "intenta \"git cherry-pick (--continue | --quit | --abort)\""
3137
+
3138
+#: sequencer.c:1544
3139
+#, c-format
3140
+msgid "could not create sequencer directory '%s'"
3141
+msgstr "no se pudo crear un directorio secuenciador '%s' "
3142
+
3143
+#: sequencer.c:1558
3144
+msgid "could not lock HEAD"
3145
+msgstr "no se pudo bloquear HEAD"
3146
+
3147
+#: sequencer.c:1614 sequencer.c:2188
3148
+msgid "no cherry-pick or revert in progress"
3149
+msgstr "ningun cherry-pick o revert en progreso"
3150
+
3151
+#: sequencer.c:1616
3152
+msgid "cannot resolve HEAD"
3153
+msgstr "no se puede resolver HEAD"
3154
+
3155
+#: sequencer.c:1618 sequencer.c:1652
3156
+msgid "cannot abort from a branch yet to be born"
3157
+msgstr "no se puede abortar de una rama por nacer"
3158
+
3159
+#: sequencer.c:1638 builtin/grep.c:929
3160
+#, c-format
3161
+msgid "cannot open '%s'"
3162
+msgstr "no se puede abrir '%s'"
3163
+
3164
+#: sequencer.c:1640
3165
+#, c-format
3166
+msgid "cannot read '%s': %s"
3167
+msgstr "no se puede leer '%s': %s"
3168
+
3169
+#: sequencer.c:1641
3170
+msgid "unexpected end of file"
3171
+msgstr "final de archivo inesperado"
3172
+
3173
+#: sequencer.c:1647
3174
+#, c-format
3175
+msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3176
+msgstr "archiv HEAD de pre-cherry-pick guardado '%s' esta corrompido"
3177
+
3178
+#: sequencer.c:1658
3179
+msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3180
+msgstr "Parece que se ha movido HEAD. No se hace rebobinado, revise su HEAD!"
3181
+
3182
+#: sequencer.c:1795 sequencer.c:2086
3183
+msgid "cannot read HEAD"
3184
+msgstr "no se puede leer HEAD"
3185
+
3186
+#: sequencer.c:1835 builtin/difftool.c:633
3187
+#, c-format
3188
+msgid "could not copy '%s' to '%s'"
3189
+msgstr "no se pudo copiar '%s' a '%s'"
3190
+
3191
+#: sequencer.c:1851
3192
+msgid "could not read index"
3193
+msgstr "no se pudo leer indice"
3194
+
3195
+#: sequencer.c:1856
3196
+#, c-format
3197
+msgid ""
3198
+"execution failed: %s\n"
3199
+"%sYou can fix the problem, and then run\n"
3200
+"\n"
3201
+" git rebase --continue\n"
3202
+"\n"
3203
+msgstr ""
3204
+"ejecucion fallida: %s\n"
3205
+"%sse puede arreglar el problema , y luego ejecutar\n"
3206
+"\n"
3207
+" git rebase --continue\n"
3208
+"\n"
3209
+
3210
+#: sequencer.c:1862
3211
+msgid "and made changes to the index and/or the working tree\n"
3212
+msgstr "y se hicieron cambios al indice y/o arbol de trabajo\n"
3213
+
3214
+#: sequencer.c:1868
3215
+#, c-format
3216
+msgid ""
3217
+"execution succeeded: %s\n"
3218
+"but left changes to the index and/or the working tree\n"
3219
+"Commit or stash your changes, and then run\n"
3220
+"\n"
3221
+" git rebase --continue\n"
3222
+"\n"
3223
+msgstr ""
3224
+"ejecucion exitosa: %s\n"
3225
+"pero todavia quedan cambios para el indice o arbol de trabajo.\n"
3226
+"Realiza un commit o stash con tus cambios, y luego ejecuta\n"
3227
+"\n"
3228
+" git rebase --continue\n"
3229
+"\n"
3230
+
3231
+#: sequencer.c:1925
3232
+#, c-format
3233
+msgid "Applied autostash.\n"
3234
+msgstr "Autostash aplicado.\n"
3235
+
3236
+#: sequencer.c:1937
3237
+#, c-format
3238
+msgid "cannot store %s"
3239
+msgstr "no se puede guardar %s"
3240
+
3241
+#: sequencer.c:1940 git-rebase.sh:173
3242
+#, c-format
3243
+msgid ""
3244
+"Applying autostash resulted in conflicts.\n"
3245
+"Your changes are safe in the stash.\n"
3246
+"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3247
+msgstr ""
3248
+"Aplicando autostash resultó en conflictos.\n"
3249
+"Tus cambios estan seguros en el stash.\n"
3250
+"Puedes ejecutar \"git stash pop\" o \"git stash drop\" en cualquier momento.\n"
3251
+
3252
+#: sequencer.c:2022
3253
+#, c-format
3254
+msgid "Stopped at %s... %.*s\n"
3255
+msgstr "Detenido en %s... %.*s\n"
3256
+
3257
+#: sequencer.c:2064
3258
+#, c-format
3259
+msgid "unknown command %d"
3260
+msgstr "comando desconocido %d"
3261
+
3262
+#: sequencer.c:2094
3263
+msgid "could not read orig-head"
3264
+msgstr "no se puede leer orig-head"
3265
+
3266
+#: sequencer.c:2099
3267
+msgid "could not read 'onto'"
3268
+msgstr "no se puede leer 'onto'"
3269
+
3270
+#: sequencer.c:2106
3271
+#, c-format
3272
+msgid "could not update %s"
3273
+msgstr "no se puede actualizar %s"
3274
+
3275
+#: sequencer.c:2113
3276
+#, c-format
3277
+msgid "could not update HEAD to %s"
3278
+msgstr "no se puede actualizar HEAD a %s"
3279
+
3280
+#: sequencer.c:2197
3281
+msgid "cannot rebase: You have unstaged changes."
3282
+msgstr "no se puede realziar rebase: Tienes cambios fuera del area de stage."
3283
+
3284
+#: sequencer.c:2202
3285
+msgid "could not remove CHERRY_PICK_HEAD"
3286
+msgstr "no se puede remover CHERRY_PICK_HEAD"
3287
+
3288
+#: sequencer.c:2211
3289
+msgid "cannot amend non-existing commit"
3290
+msgstr "no se puede arreglar un commit no existente"
3291
+
3292
+#: sequencer.c:2213
3293
+#, c-format
3294
+msgid "invalid file: '%s'"
3295
+msgstr "archivo invalido: '%s'"
3296
+
3297
+#: sequencer.c:2215
3298
+#, c-format
3299
+msgid "invalid contents: '%s'"
3300
+msgstr "contenido inválido: '%s'"
3301
+
3302
+#: sequencer.c:2218
3303
+msgid ""
3304
+"\n"
3305
+"You have uncommitted changes in your working tree. Please, commit them\n"
3306
+"first and then run 'git rebase --continue' again."
3307
+msgstr ""
3308
+"\n"
3309
+"Tienes cambios fuera de un commit en tu arbol de trabajo. Por favor, realiza un commit con estos\n"
3310
+"primero y luego ejecuta 'git rebase --continue' de nuevo."
3311
+
3312
+#: sequencer.c:2228
3313
+msgid "could not commit staged changes."
3314
+msgstr "no se pudo realiar commit con los cambios en el area de stage."
3315
+
3316
+#: sequencer.c:2308
3317
+#, c-format
3318
+msgid "%s: can't cherry-pick a %s"
3319
+msgstr "%s: no se puede aplicar cherry-pick a un %s"
3320
+
3321
+#: sequencer.c:2312
3322
+#, c-format
3323
+msgid "%s: bad revision"
3324
+msgstr "%s: mala revision"
3325
+
3326
+#: sequencer.c:2345
3327
+msgid "can't revert as initial commit"
3328
+msgstr "no se puede revertir como commit inicial"
3329
+
3330
+#: setup.c:171
3331
+#, c-format
3332
+msgid ""
3333
+"%s: no such path in the working tree.\n"
3334
+"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3335
+msgstr ""
3336
+"%s: no existe la ruta en el arbol de trabajo.\n"
3337
+"Use 'git <comando> -- <ruta>...' para especificar rutas que no existen localmente."
3338
+
3339
+#: setup.c:184
3340
+#, c-format
3341
+msgid ""
3342
+"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3343
+"Use '--' to separate paths from revisions, like this:\n"
3344
+"'git <command> [<revision>...] -- [<file>...]'"
3345
+msgstr ""
3346
+"argumento ambiguo '%s': revisión desconocida o ruta fuera del árbol de trabajo.\n"
3347
+"Use '--' para separar las rutas de las revisiones, de esta manera:\n"
3348
+"'git <comando> [<revisión>...] -- [<archivo>...]'"
3349
+
3350
+#: setup.c:252
3351
+#, c-format
3352
+msgid ""
3353
+"ambiguous argument '%s': both revision and filename\n"
3354
+"Use '--' to separate paths from revisions, like this:\n"
3355
+"'git <command> [<revision>...] -- [<file>...]'"
3356
+msgstr ""
3357
+"argumento ambiguo '%s': ambos revisión y nombre de archivo\n"
3358
+"Use '--' para separar rutas de revisiones, de esta manera:\n"
3359
+"'git <comando> [<revisión>...] -- [<archivo>...]'"
3360
+
3361
+#: setup.c:504
3362
+#, c-format
3363
+msgid "Expected git repo version <= %d, found %d"
3364
+msgstr "Se esperaba version de git repo <= %d, encontrada %d"
3365
+
3366
+#: setup.c:512
3367
+msgid "unknown repository extensions found:"
3368
+msgstr "se encontro extension de repositorio desconocida:"
3369
+
3370
+#: setup.c:810
3371
+#, c-format
3372
+msgid "Not a git repository (or any of the parent directories): %s"
3373
+msgstr "No es un repositorio git (ni ninguno de los directorios superiores): %s"
3374
+
3375
+#: setup.c:812 builtin/index-pack.c:1652
3376
+msgid "Cannot come back to cwd"
3377
+msgstr "No se puede regresar a cwd"
3378
+
3379
+#: setup.c:1050
3380
+msgid "Unable to read current working directory"
3381
+msgstr "Incapaz de leer el directorio de trabajo actual"
3382
+
3383
+#: setup.c:1062 setup.c:1068
3384
+#, c-format
3385
+msgid "Cannot change to '%s'"
3386
+msgstr "No se puede cambiar a '%s'"
3387
+
3388
+#: setup.c:1081
3389
+#, c-format
3390
+msgid ""
3391
+"Not a git repository (or any parent up to mount point %s)\n"
3392
+"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3393
+msgstr ""
3394
+"No es un repositorio git ( o ningún padre en el punto de montado %s)\n"
3395
+"Parando en el límite del sistema de archivos (GIT_DISCOVERY_ACROSS_FILESYSTEM no establecido)."
3396
+
3397
+#: setup.c:1173
3398
+#, c-format
3399
+msgid ""
3400
+"Problem with core.sharedRepository filemode value (0%.3o).\n"
3401
+"The owner of files must always have read and write permissions."
3402
+msgstr ""
3403
+"Problema con el valor del modo de archivo core.sharedRepository (0%.3o).\n"
3404
+"El dueño de los archivos tiene que tener permisos de lectura y escritura."
3405
+
3406
+#: sha1_file.c:560
3407
+#, c-format
3408
+msgid "path '%s' does not exist"
3409
+msgstr "ruta '%s' no existe"
3410
+
3411
+#: sha1_file.c:586
3412
+#, c-format
3413
+msgid "reference repository '%s' as a linked checkout is not supported yet."
3414
+msgstr "repositorio de referencia '%s' como un checkout vinculado no es soportado todavía."
3415
+
3416
+#: sha1_file.c:592
3417
+#, c-format
3418
+msgid "reference repository '%s' is not a local repository."
3419
+msgstr "repositorio de referencia '%s' no es un repositorio local."
3420
+
3421
+#: sha1_file.c:598
3422
+#, c-format
3423
+msgid "reference repository '%s' is shallow"
3424
+msgstr "repositorio de referencia '%s' es superficial (shallow)"
3425
+
3426
+#: sha1_file.c:606
3427
+#, c-format
3428
+msgid "reference repository '%s' is grafted"
3429
+msgstr "repositorio de referencia '% s' está injertado"
3430
+
3431
+#: sha1_file.c:1245
3432
+msgid "offset before end of packfile (broken .idx?)"
3433
+msgstr "offset antes del final del paquete (broken .idx?)"
3434
+
3435
+#: sha1_file.c:2729
3436
+#, c-format
3437
+msgid "offset before start of pack index for %s (corrupt index?)"
3438
+msgstr "offset antes del comienzo del índice del paquete para %s (índice corrupto?)"
3439
+
3440
+#: sha1_file.c:2733
3441
+#, c-format
3442
+msgid "offset beyond end of pack index for %s (truncated index?)"
3443
+msgstr "offset más allá del índice de fin de paquete para %s (índice truncado?)"
3444
+
3445
+#: sha1_name.c:419
3446
+#, c-format
3447
+msgid "short SHA1 %s is ambiguous"
3448
+msgstr "SHA1 %s corta es ambigua"
3449
+
3450
+#: sha1_name.c:430
3451
+msgid "The candidates are:"
3452
+msgstr "Los candidatos son:"
3453
+
3454
+#: sha1_name.c:589
3455
+msgid ""
3456
+"Git normally never creates a ref that ends with 40 hex characters\n"
3457
+"because it will be ignored when you just specify 40-hex. These refs\n"
3458
+"may be created by mistake. For example,\n"
3459
+"\n"
3460
+" git checkout -b $br $(git rev-parse ...)\n"
3461
+"\n"
3462
+"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3463
+"examine these refs and maybe delete them. Turn this message off by\n"
3464
+"running \"git config advice.objectNameWarning false\""
3465
+msgstr ""
3466
+"Git normalmente nunca crea una ref que termine con 40 caracteres hex\n"
3467
+"porque esto sería ignorado cuando solo se especifiquen 40-hex. Estas refs\n"
3468
+"tal vez sean creadas por error. Por ejemplo,\n"
3469
+"\n"
3470
+" git checkout -b $br $(git rev-parse ...)\n"
3471
+"\n"
3472
+"donde \"$br\" est'a de alguna manera vacía y una ref de 40-hex es creada. Por favor\n"
3473
+"examine estas refs y tal vez bórrelas. Silencie este mensaje \n"
3474
+"ejecutando \"git config advice.objectNameWarning false\""
3475
+
3476
+#: submodule.c:70 submodule.c:104
3477
+msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3478
+msgstr "No se puede cambiar .gitmodules no fusionados, resuelva este problema primero"
3479
+
3480
+#: submodule.c:74 submodule.c:108
3481
+#, c-format
3482
+msgid "Could not find section in .gitmodules where path=%s"
3483
+msgstr "No se pudo encontrar la sección en .gitmodules donde path=%s"
3484
+
3485
+#: submodule.c:82
3486
+#, c-format
3487
+msgid "Could not update .gitmodules entry %s"
3488
+msgstr "No se pudo actualizar la entrada %s de .gitmodules"
3489
+
3490
+#: submodule.c:115
3491
+#, c-format
3492
+msgid "Could not remove .gitmodules entry for %s"
3493
+msgstr "No se pudo remover la entrada %s de .gitmodules"
3494
+
3495
+#: submodule.c:126
3496
+msgid "staging updated .gitmodules failed"
3497
+msgstr "falló realizar stage a los .gitmodules actualizados"
3498
+
3499
+#: submodule.c:165
3500
+msgid "negative values not allowed for submodule.fetchJobs"
3501
+msgstr "no se permiten valores negativos para submodule.fetchJobs"
3502
+
3503
+#: submodule.c:376
3504
+#, c-format
3505
+msgid "in unpopulated submodule '%s'"
3506
+msgstr "en el submódulo no poblado '%s'"
3507
+
3508
+#: submodule.c:407
3509
+#, c-format
3510
+msgid "Pathspec '%s' is in submodule '%.*s'"
3511
+msgstr "El patrón de ruta '%s' está en el submódulo '%.*s'"
3512
+
3513
+#: submodule.c:1337
3514
+#, c-format
3515
+msgid "'%s' not recognized as a git repository"
3516
+msgstr "'%s' no reconocido como un repositorio git"
3517
+
3518
+#: submodule.c:1475
3519
+#, c-format
3520
+msgid "could not start 'git status' in submodule '%s'"
3521
+msgstr "no se pudo comenzar 'git status' en el submódulo '%s'"
3522
+
3523
+#: submodule.c:1488
3524
+#, c-format
3525
+msgid "could not run 'git status' in submodule '%s'"
3526
+msgstr "no se pudo ejecutar 'git status' en el submódulo '%s'"
3527
+
3528
+#: submodule.c:1581
3529
+#, c-format
3530
+msgid "submodule '%s' has dirty index"
3531
+msgstr "submódulo '%s' tiene un índice corrupto"
3532
+
3533
+#: submodule.c:1845
3534
+#, c-format
3535
+msgid "relocate_gitdir for submodule '%s' with more than one worktree not supported"
3536
+msgstr "relocate_gitdir para el submódulo '%s' con más de un árbol de trabajo no soportado"
3537
+
3538
+#: submodule.c:1857 submodule.c:1913
3539
+#, c-format
3540
+msgid "could not lookup name for submodule '%s'"
3541
+msgstr "no se pudo resolver el nombre para el submódulo '%s'"
3542
+
3543
+#: submodule.c:1861 builtin/submodule--helper.c:678 builtin/submodule--helper.c:688
3544
+#, c-format
3545
+msgid "could not create directory '%s'"
3546
+msgstr "no se pudo crear el directorio '%s'"
3547
+
3548
+#: submodule.c:1864
3549
+#, c-format
3550
+msgid ""
3551
+"Migrating git directory of '%s%s' from\n"
3552
+"'%s' to\n"
3553
+"'%s'\n"
3554
+msgstr ""
3555
+"Migrando directorio git de '%s%s' desde\n"
3556
+"'%s' hacia\n"
3557
+"'%s'\n"
3558
+
3559
+#: submodule.c:1948
3560
+#, c-format
3561
+msgid "could not recurse into submodule '%s'"
3562
+msgstr "No pudo recursar en el submódulo '%s'"
3563
+
3564
+#: submodule.c:1992
3565
+msgid "could not start ls-files in .."
3566
+msgstr "no se pudo comenzar ls-files en .."
3567
+
3568
+#: submodule.c:2012
3569
+msgid "BUG: returned path string doesn't match cwd?"
3570
+msgstr "BUG: string de ruta recibido no concuerda con cwd?"
3571
+
3572
+#: submodule.c:2031
3573
+#, c-format
3574
+msgid "ls-tree returned unexpected return code %d"
3575
+msgstr "ls-tree retornó un código %d inesperado"
3576
+
3577
+#: submodule-config.c:420
3578
+#, c-format
3579
+msgid "invalid value for %s"
3580
+msgstr "valor inválido para %s"
3581
+
3582
+#: trailer.c:241
3583
+#, c-format
3584
+msgid "running trailer command '%s' failed"
3585
+msgstr "no se pudo ejecutar el comando de remolque '%s'"
3586
+
3587
+#: trailer.c:474 trailer.c:478 trailer.c:482 trailer.c:536 trailer.c:540 trailer.c:544
3588
+#, c-format
3589
+msgid "unknown value '%s' for key '%s'"
3590
+msgstr "valor '%s' desconocido para la clave '%s'"
3591
+
3592
+#: trailer.c:526 trailer.c:531 builtin/remote.c:290
3593
+#, c-format
3594
+msgid "more than one %s"
3595
+msgstr "más de un %s"
3596
+
3597
+#: trailer.c:703
3598
+#, c-format
3599
+msgid "empty trailer token in trailer '%.*s'"
3600
+msgstr "token de remolque vacío en el trailer '%.*s'"
3601
+
3602
+#: trailer.c:723
3603
+#, c-format
3604
+msgid "could not read input file '%s'"
3605
+msgstr "no se pudo leer el archivo de entrada '%s'"
3606
+
3607
+#: trailer.c:726
3608
+msgid "could not read from stdin"
3609
+msgstr "no se pudo leer desde stdin"
3610
+
3611
+#: trailer.c:950 builtin/am.c:45
3612
+#, c-format
3613
+msgid "could not stat %s"
3614
+msgstr "no se pudo definir %s"
3615
+
3616
+#: trailer.c:952
3617
+#, c-format
3618
+msgid "file %s is not a regular file"
3619
+msgstr "el archivo %s no es un archivo regular"
3620
+
3621
+#: trailer.c:954
3622
+#, c-format
3623
+msgid "file %s is not writable by user"
3624
+msgstr "el archivo %s no puede ser escrito por el usuario "
3625
+
3626
+#: trailer.c:966
3627
+msgid "could not open temporary file"
3628
+msgstr "no se pudo abrir el archivo temporal"
3629
+
3630
+#: trailer.c:1002
3631
+#, c-format
3632
+msgid "could not rename temporary file to %s"
3633
+msgstr "no se pudo renombrar el archivo temporal a %s"
3634
+
3635
+#: transport.c:63
3636
+#, c-format
3637
+msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3638
+msgstr "Configurará upstream de '%s' a '%s' de '%s'\n"
3639
+
3640
+#: transport.c:152
3641
+#, c-format
3642
+msgid "transport: invalid depth option '%s'"
3643
+msgstr "transport: opción inválida '%s'"
3644
+
3645
+#: transport.c:890
3646
+#, c-format
3647
+msgid ""
3648
+"The following submodule paths contain changes that can\n"
3649
+"not be found on any remote:\n"
3650
+msgstr ""
3651
+"La siguiente ruta de submódulo contiene cambios que no\n"
3652
+"pueden ser encontrados en ningún remoto:\n"
3653
+
3654
+#: transport.c:894
3655
+#, c-format
3656
+msgid ""
3657
+"\n"
3658
+"Please try\n"
3659
+"\n"
3660
+"\tgit push --recurse-submodules=on-demand\n"
3661
+"\n"
3662
+"or cd to the path and use\n"
3663
+"\n"
3664
+"\tgit push\n"
3665
+"\n"
3666
+"to push them to a remote.\n"
3667
+"\n"
3668
+msgstr ""
3669
+"\n"
3670
+"Por favor intenta\n"
3671
+"\n"
3672
+"\tgit push --recurse-submodules=on-demand\n"
3673
+"\n"
3674
+"o cd a la ruta y usa\n"
3675
+"\n"
3676
+"\tgit push\n"
3677
+"\n"
3678
+"para hacer un push al remoto.\n"
3679
+"\n"
3680
+
3681
+#: transport.c:902
3682
+msgid "Aborting."
3683
+msgstr "Abortando."
3684
+
3685
+#: transport-helper.c:1071
3686
+#, c-format
3687
+msgid "Could not read ref %s"
3688
+msgstr "No se pudo leer la referencia %s"
3689
+
3690
+#: tree-walk.c:31
3691
+msgid "too-short tree object"
3692
+msgstr "objeto de arbol muy corto"
3693
+
3694
+#: tree-walk.c:37
3695
+msgid "malformed mode in tree entry"
3696
+msgstr "modo mal formado en la entrada de árbol"
3697
+
3698
+#: tree-walk.c:41
3699
+msgid "empty filename in tree entry"
3700
+msgstr "nombre de archivo vacío en la entrada de árbol"
3701
+
3702
+#: tree-walk.c:113
3703
+msgid "too-short tree file"
3704
+msgstr "archivo de árbol muy corto"
3705
+
3706
+#: unpack-trees.c:105
3707
+#, c-format
3708
+msgid ""
3709
+"Your local changes to the following files would be overwritten by checkout:\n"
3710
+"%%sPlease commit your changes or stash them before you switch branches."
3711
+msgstr ""
3712
+"Los cambios locales de los siguientes archivos serán sobrescritos al actualizar el árbol de trabajo:\n"
3713
+"%%sPor favor, confirma tus cambios o salvaguárdalos antes de intercambiar ramas."
3714
+
3715
+#: unpack-trees.c:107
3716
+#, c-format
3717
+msgid ""
3718
+"Your local changes to the following files would be overwritten by checkout:\n"
3719
+"%%s"
3720
+msgstr ""
3721
+"Los cambios locales de los siguientes archivos seran sobreescritos por checkout:\n"
3722
+"%%s"
3723
+
3724
+#: unpack-trees.c:110
3725
+#, c-format
3726
+msgid ""
3727
+"Your local changes to the following files would be overwritten by merge:\n"
3728
+"%%sPlease commit your changes or stash them before you merge."
3729
+msgstr ""
3730
+"Los cambios locales de los siguientes archivos serán sobrescritos al fusionar:\n"
3731
+"%%sPor favor, confirma tus cambios o salvaguárdalos antes de fusionar."
3732
+
3733
+#: unpack-trees.c:112
3734
+#, c-format
3735
+msgid ""
3736
+"Your local changes to the following files would be overwritten by merge:\n"
3737
+"%%s"
3738
+msgstr ""
3739
+"Los cambios locales de los siguientes archivos seran sobreescritos por merge:\n"
3740
+"%%s"
3741
+
3742
+#: unpack-trees.c:115
3743
+#, c-format
3744
+msgid ""
3745
+"Your local changes to the following files would be overwritten by %s:\n"
3746
+"%%sPlease commit your changes or stash them before you %s."
3747
+msgstr ""
3748
+"Los cambios locales de los siguientes archivos serán sobrescritos al %s:\n"
3749
+"%%sPor favor, confirma tus cambios o salvaguárdalos antes de %s."
3750
+
3751
+#: unpack-trees.c:117
3752
+#, c-format
3753
+msgid ""
3754
+"Your local changes to the following files would be overwritten by %s:\n"
3755
+"%%s"
3756
+msgstr ""
3757
+"Los cambios locales de los siguientes archivos seran sobreescritos por %s:\n"
3758
+"%%s"
3759
+
3760
+#: unpack-trees.c:122
3761
+#, c-format
3762
+msgid ""
3763
+"Updating the following directories would lose untracked files in them:\n"
3764
+"%s"
3765
+msgstr ""
3766
+"Al actualizar los siguientes directorios se perderán los archivos sin seguimiento en ellos:\n"
3767
+"%s"
3768
+
3769
+#: unpack-trees.c:126
3770
+#, c-format
3771
+msgid ""
3772
+"The following untracked working tree files would be removed by checkout:\n"
3773
+"%%sPlease move or remove them before you switch branches."
3774
+msgstr ""
3775
+"Los siguientes archivos sin seguimiento en el árbol de trabajo serán removidos al actualizar el árbol de trabajo:\n"
3776
+"%%sPor favor, muévelos o elimínalos antes de intercambiar ramas."
3777
+
3778
+#: unpack-trees.c:128
3779
+#, c-format
3780
+msgid ""
3781
+"The following untracked working tree files would be removed by checkout:\n"
3782
+"%%s"
3783
+msgstr ""
3784
+"Los siguientes archivos sin seguimiento del árbol de trabajo serán removidos al actualizar el árbol de trabajo:\n"
3785
+"%%s"
3786
+
3787
+#: unpack-trees.c:131
3788
+#, c-format
3789
+msgid ""
3790
+"The following untracked working tree files would be removed by merge:\n"
3791
+"%%sPlease move or remove them before you merge."
3792
+msgstr ""
3793
+"Los siguientes archivos sin seguimiento en el árbol de trabajo serán removidos al fusionar:\n"
3794
+"%%sPor favor, muévelos o elimínalos antes de fusionar."
3795
+
3796
+#: unpack-trees.c:133
3797
+#, c-format
3798
+msgid ""
3799
+"The following untracked working tree files would be removed by merge:\n"
3800
+"%%s"
3801
+msgstr ""
3802
+"Los siguientes archivos sin seguimiento de árbol de trabajo serán removidos al fusionar:\n"
3803
+"%%s"
3804
+
3805
+#: unpack-trees.c:136
3806
+#, c-format
3807
+msgid ""
3808
+"The following untracked working tree files would be removed by %s:\n"
3809
+"%%sPlease move or remove them before you %s."
3810
+msgstr ""
3811
+"Los siguientes archivos sin seguimiento en el árbol de trabajo serán removidos al %s:\n"
3812
+"%%sPor favor, muévelos o elimínalos antes de %s."
3813
+
3814
+#: unpack-trees.c:138
3815
+#, c-format
3816
+msgid ""
3817
+"The following untracked working tree files would be removed by %s:\n"
3818
+"%%s"
3819
+msgstr ""
3820
+"Los siguientes archivos sin seguimiento en el árbol de trabajo serán removidos al ejecutar %s:\n"
3821
+"%%s"
3822
+
3823
+#: unpack-trees.c:143
3824
+#, c-format
3825
+msgid ""
3826
+"The following untracked working tree files would be overwritten by checkout:\n"
3827
+"%%sPlease move or remove them before you switch branches."
3828
+msgstr ""
3829
+"Los siguientes archivos sin seguimiento en el árbol de trabajo serán sobrescritos al actualizar el árbol de trabajo:\n"
3830
+"%%sPor favor, muévelos o elimínalos antes de intercambiar ramas."
3831
+
3832
+#: unpack-trees.c:145
3833
+#, c-format
3834
+msgid ""
3835
+"The following untracked working tree files would be overwritten by checkout:\n"
3836
+"%%s"
3837
+msgstr ""
3838
+"Los siguientes archivos sin seguimiento de árbol de trabajo serán sobrescritos al actualizar el árbol de trabajo:\n"
3839
+"%%s"
3840
+
3841
+#: unpack-trees.c:148
3842
+#, c-format
3843
+msgid ""
3844
+"The following untracked working tree files would be overwritten by merge:\n"
3845
+"%%sPlease move or remove them before you merge."
3846
+msgstr ""
3847
+"Los siguientes archivos sin seguimiento en el árbol de trabajo serán sobrescritos al fusionar:\n"
3848
+"%%sPor favor, muévelos o elimínalos antes de fusionar."
3849
+
3850
+#: unpack-trees.c:150
3851
+#, c-format
3852
+msgid ""
3853
+"The following untracked working tree files would be overwritten by merge:\n"
3854
+"%%s"
3855
+msgstr ""
3856
+"Los siguientes archivos sin seguimiento de árbol de trabajo serán sobrescritos al fusionar:\n"
3857
+"%%s"
3858
+
3859
+#: unpack-trees.c:153
3860
+#, c-format
3861
+msgid ""
3862
+"The following untracked working tree files would be overwritten by %s:\n"
3863
+"%%sPlease move or remove them before you %s."
3864
+msgstr ""
3865
+"Los siguientes archivos sin seguimiento en el árbol de trabajo serán sobrescritos al %s:\n"
3866
+"%%sPor favor, muévelos o elimínalos antes de %s."
3867
+
3868
+#: unpack-trees.c:155
3869
+#, c-format
3870
+msgid ""
3871
+"The following untracked working tree files would be overwritten by %s:\n"
3872
+"%%s"
3873
+msgstr ""
3874
+"Los siguientes archivos no rastreados en el arbol de trabajo seran removidos por %s:\n"
3875
+"%%s"
3876
+
3877
+#: unpack-trees.c:162
3878
+#, c-format
3879
+msgid "Entry '%s' overlaps with '%s'. Cannot bind."
3880
+msgstr "Entrda '%s' se superpone con '%s'. No se pueden unir"
3881
+
3882
+#: unpack-trees.c:165
3883
+#, c-format
3884
+msgid ""
3885
+"Cannot update sparse checkout: the following entries are not up-to-date:\n"
3886
+"%s"
3887
+msgstr ""
3888
+"No se puede actualizar el sparse checkout: las siguientes entradas no están actualizadas:\n"
3889
+"%s"
3890
+
3891
+#: unpack-trees.c:167
3892
+#, c-format
3893
+msgid ""
3894
+"The following working tree files would be overwritten by sparse checkout update:\n"
3895
+"%s"
3896
+msgstr ""
3897
+"Los siguientes archivos del árbol de trabajo serán sobrescritos por la actualización sparse checkout:\n"
3898
+"%s"
3899
+
3900
+#: unpack-trees.c:169
3901
+#, c-format
3902
+msgid ""
3903
+"The following working tree files would be removed by sparse checkout update:\n"
3904
+"%s"
3905
+msgstr ""
3906
+"Los siguientes archivos del árbol de trabajo serán removidos por la actualización sparse checkout:\n"
3907
+"%s"
3908
+
3909
+#: unpack-trees.c:171
3910
+#, c-format
3911
+msgid ""
3912
+"Cannot update submodule:\n"
3913
+"%s"
3914
+msgstr ""
3915
+"No se puede actualizar le submodulo:\n"
3916
+"%s"
3917
+
3918
+#: unpack-trees.c:248
3919
+#, c-format
3920
+msgid "Aborting\n"
3921
+msgstr "Abortando\n"
3922
+
3923
+#: unpack-trees.c:277
3924
+#, c-format
3925
+msgid "submodule update strategy not supported for submodule '%s'"
3926
+msgstr "estrategia de actualización de submódulo no soportada para submódulo '%s'"
3927
+
3928
+#: unpack-trees.c:346
3929
+msgid "Checking out files"
3930
+msgstr "Revisando archivos"
3931
+
3932
+#: urlmatch.c:163
3933
+msgid "invalid URL scheme name or missing '://' suffix"
3934
+msgstr "nombre de URL invalido o falta sufijo '://'"
3935
+
3936
+#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
3937
+#, c-format
3938
+msgid "invalid %XX escape sequence"
3939
+msgstr "secuencia de escape %XX invalida "
3940
+
3941
+#: urlmatch.c:215
3942
+msgid "missing host and scheme is not 'file:'"
3943
+msgstr "falta host y el esquema no es 'archivo':"
3944
+
3945
+#: urlmatch.c:232
3946
+msgid "a 'file:' URL may not have a port number"
3947
+msgstr "un 'archivo:' URL puede no tener un número de puerto"
3948
+
3949
+#: urlmatch.c:247
3950
+msgid "invalid characters in host name"
3951
+msgstr "carácter inválido en el nombre del host"
3952
+
3953
+#: urlmatch.c:292 urlmatch.c:303
3954
+msgid "invalid port number"
3955
+msgstr "numero de puerto invalido"
3956
+
3957
+#: urlmatch.c:371
3958
+msgid "invalid '..' path segment"
3959
+msgstr "segmento de ruta '..' invalido"
3960
+
3961
+#: worktree.c:245
3962
+#, c-format
3963
+msgid "failed to read '%s'"
3964
+msgstr "fallo al leer '%s'"
3965
+
3966
+#: wrapper.c:223 wrapper.c:393
3967
+#, c-format
3968
+msgid "could not open '%s' for reading and writing"
3969
+msgstr "no se pudo abrir '%s' para lectura y escritura"
3970
+
3971
+#: wrapper.c:225 wrapper.c:395 builtin/am.c:766
3972
+#, c-format
3973
+msgid "could not open '%s' for writing"
3974
+msgstr "no se pudo abrir '%s' para escritura"
3975
+
3976
+#: wrapper.c:227 wrapper.c:397 builtin/am.c:319 builtin/am.c:757 builtin/am.c:849 builtin/merge.c:1014
3977
+#, c-format
3978
+msgid "could not open '%s' for reading"
3979
+msgstr "no se pudo abrir '%s' para lectura"
3980
+
3981
+#: wrapper.c:424 wrapper.c:624
3982
+#, c-format
3983
+msgid "unable to access '%s'"
3984
+msgstr "no es posible acceder '%s'"
3985
+
3986
+#: wrapper.c:632
3987
+msgid "unable to get current working directory"
3988
+msgstr "no es posible obtener el directorio de trabajo actual"
3989
+
3990
+#: wrapper.c:656
3991
+#, c-format
3992
+msgid "could not write to %s"
3993
+msgstr "no se pudo escribir en %s"
3994
+
3995
+#: wrapper.c:658
3996
+#, c-format
3997
+msgid "could not close %s"
3998
+msgstr "no se pudo cerrar %s"
3999
+
4000
+#: wt-status.c:152
4001
+msgid "Unmerged paths:"
4002
+msgstr "rutas no fusionadas:"
4003
+
4004
+#: wt-status.c:179 wt-status.c:206
4005
+#, c-format
4006
+msgid " (use \"git reset %s <file>...\" to unstage)"
4007
+msgstr " (usa \"git reset %s <archivo>...\" para sacar del area de stage)"
4008
+
4009
+#: wt-status.c:181 wt-status.c:208
4010
+msgid " (use \"git rm --cached <file>...\" to unstage)"
4011
+msgstr " (usa \"git rm --cached <archivo>...\" para sacar del area de stage)"
4012
+
4013
+#: wt-status.c:185
4014
+msgid " (use \"git add <file>...\" to mark resolution)"
4015
+msgstr " (usa \"git add <archivo>...\" para marcar una resolucion)"
4016
+
4017
+#: wt-status.c:187 wt-status.c:191
4018
+msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
4019
+msgstr " (usa \"git add/rm <archivo>...\" como una forma apropiada de marcar la resolucion)"
4020
+
4021
+#: wt-status.c:189
4022
+msgid " (use \"git rm <file>...\" to mark resolution)"
4023
+msgstr " (usa \"git rm <file>...\" para marcar la resolucion)"
4024
+
4025
+#: wt-status.c:200 wt-status.c:981
4026
+msgid "Changes to be committed:"
4027
+msgstr "Cambios a ser confirmados:"
4028
+
4029
+#: wt-status.c:218 wt-status.c:990
4030
+msgid "Changes not staged for commit:"
4031
+msgstr "Cambios no rastreados para el commit:"
4032
+
4033
+#: wt-status.c:222
4034
+msgid " (use \"git add <file>...\" to update what will be committed)"
4035
+msgstr " (usa \"git add <archivo>...\" para actualizar lo que será confirmado)"
4036
+
4037
+#: wt-status.c:224
4038
+msgid " (use \"git add/rm <file>...\" to update what will be committed)"
4039
+msgstr " (usa \"git add/rm <archivo>...\" para actuailzar a lo que se le va a hacer commit)"
4040
+
4041
+#: wt-status.c:225
4042
+msgid " (use \"git checkout -- <file>...\" to discard changes in working directory)"
4043
+msgstr " (usa \"git checkout -- <archivo>...\" para descartar los cambios en el directorio de trabajo)"
4044
+
4045
+#: wt-status.c:227
4046
+msgid " (commit or discard the untracked or modified content in submodules)"
4047
+msgstr " (confirmar o descartar el contenido sin seguimiento o modificado en los sub-módulos)"
4048
+
4049
+#: wt-status.c:239
4050
+#, c-format
4051
+msgid " (use \"git %s <file>...\" to include in what will be committed)"
4052
+msgstr " (usa \"git %s <archivo>...\" para incluirlo a lo que se será confirmado)"
4053
+
4054
+#: wt-status.c:254
4055
+msgid "both deleted:"
4056
+msgstr "ambos borrados:"
4057
+
4058
+#: wt-status.c:256
4059
+msgid "added by us:"
4060
+msgstr "agregado por nosotros:"
4061
+
4062
+#: wt-status.c:258
4063
+msgid "deleted by them:"
4064
+msgstr "borrados por ellso:"
4065
+
4066
+#: wt-status.c:260
4067
+msgid "added by them:"
4068
+msgstr "agregado por ellos:"
4069
+
4070
+#: wt-status.c:262
4071
+msgid "deleted by us:"
4072
+msgstr "borrado por nosotros:"
4073
+
4074
+#: wt-status.c:264
4075
+msgid "both added:"
4076
+msgstr "ambos agregados:"
4077
+
4078
+#: wt-status.c:266
4079
+msgid "both modified:"
4080
+msgstr "ambos modificados:"
4081
+
4082
+#: wt-status.c:276
4083
+msgid "new file:"
4084
+msgstr "nuevo archivo:"
4085
+
4086
+#: wt-status.c:278
4087
+msgid "copied:"
4088
+msgstr "copiado:"
4089
+
4090
+#: wt-status.c:280
4091
+msgid "deleted:"
4092
+msgstr "borrado:"
4093
+
4094
+#: wt-status.c:282
4095
+msgid "modified:"
4096
+msgstr "modificado:"
4097
+
4098
+#: wt-status.c:284
4099
+msgid "renamed:"
4100
+msgstr "renombrado:"
4101
+
4102
+#: wt-status.c:286
4103
+msgid "typechange:"
4104
+msgstr "cambio de tipo:"
4105
+
4106
+#: wt-status.c:288
4107
+msgid "unknown:"
4108
+msgstr "desconocido:"
4109
+
4110
+#: wt-status.c:290
4111
+msgid "unmerged:"
4112
+msgstr "desfusionado:"
4113
+
4114
+#: wt-status.c:372
4115
+msgid "new commits, "
4116
+msgstr "nuevos commits, "
4117
+
4118
+#: wt-status.c:374
4119
+msgid "modified content, "
4120
+msgstr "contenido modificado, "
4121
+
4122
+#: wt-status.c:376
4123
+msgid "untracked content, "
4124
+msgstr "contenido no rastreado, "
4125
+
4126
+#: wt-status.c:821
4127
+#, c-format
4128
+msgid "Your stash currently has %d entry"
4129
+msgid_plural "Your stash currently has %d entries"
4130
+msgstr[0] "Tu stash actualmente tine %d entrada"
4131
+msgstr[1] "Tu stash actualmente tiene %d entradas"
4132
+
4133
+#: wt-status.c:853
4134
+msgid "Submodules changed but not updated:"
4135
+msgstr "Submodulos cambiados pero no actualizados:"
4136
+
4137
+#: wt-status.c:855
4138
+msgid "Submodule changes to be committed:"
4139
+msgstr "Submodulos cambiados listos para realizar commit:"
4140
+
4141
+#: wt-status.c:937
4142
+msgid ""
4143
+"Do not touch the line above.\n"
4144
+"Everything below will be removed."
4145
+msgstr ""
4146
+"No toques la linea de encima.\n"
4147
+"Todo lo que este abajo sera removido."
4148
+
4149
+#: wt-status.c:1049
4150
+msgid "You have unmerged paths."
4151
+msgstr "tienes rutas no fusionadas"
4152
+
4153
+#: wt-status.c:1052
4154
+msgid " (fix conflicts and run \"git commit\")"
4155
+msgstr " (arregla los conflictos y corre \"git commit\""
4156
+
4157
+#: wt-status.c:1054
4158
+msgid " (use \"git merge --abort\" to abort the merge)"
4159
+msgstr " (usa \"git merge --abort\" para abortar la fusion)"
4160
+
4161
+#: wt-status.c:1059
4162
+msgid "All conflicts fixed but you are still merging."
4163
+msgstr "Todos los conflictos resueltos pero sigues fusionando."
4164
+
4165
+#: wt-status.c:1062
4166
+msgid " (use \"git commit\" to conclude merge)"
4167
+msgstr " (usa \"git commit\" para concluir la fusion)"
4168
+
4169
+#: wt-status.c:1072
4170
+msgid "You are in the middle of an am session."
4171
+msgstr "Estas en medio de una sesion am."
4172
+
4173
+#: wt-status.c:1075
4174
+msgid "The current patch is empty."
4175
+msgstr "El parche actual esta vacio."
4176
+
4177
+#: wt-status.c:1079
4178
+msgid " (fix conflicts and then run \"git am --continue\")"
4179
+msgstr " (arregla los conflictos y luego corre \"git am --continue\""
4180
+
4181
+#: wt-status.c:1081
4182
+msgid " (use \"git am --skip\" to skip this patch)"
4183
+msgstr " (usa \"git am --skip\" para saltar este parche)"
4184
+
4185
+#: wt-status.c:1083
4186
+msgid " (use \"git am --abort\" to restore the original branch)"
4187
+msgstr " (usa \"git am --abort\" para restaurar la rama original)"
4188
+
4189
+#: wt-status.c:1214
4190
+msgid "git-rebase-todo is missing."
4191
+msgstr "git-rebase-todo no esta presente."
4192
+
4193
+#: wt-status.c:1216
4194
+msgid "No commands done."
4195
+msgstr "No se realizaron los comandos."
4196
+
4197
+#: wt-status.c:1219
4198
+#, c-format
4199
+msgid "Last command done (%d command done):"
4200
+msgid_plural "Last commands done (%d commands done):"
4201
+msgstr[0] "El ultimo comando realizado (%d comando realizado):"
4202
+msgstr[1] "Los ultimos comandos realizados (%d comandos realizados):"
4203
+
4204
+#: wt-status.c:1230
4205
+#, c-format
4206
+msgid " (see more in file %s)"
4207
+msgstr " (ver mas en el archivo %s)"
4208
+
4209
+#: wt-status.c:1235
4210
+msgid "No commands remaining."
4211
+msgstr "No quedan mas comandos."
4212
+
4213
+#: wt-status.c:1238
4214
+#, c-format
4215
+msgid "Next command to do (%d remaining command):"
4216
+msgid_plural "Next commands to do (%d remaining commands):"
4217
+msgstr[0] "Siguiente comando a realizar (%d comando restante)"
4218
+msgstr[1] "Siguiente comandos a realizar (%d comandos faltantes="
4219
+
4220
+#: wt-status.c:1246
4221
+msgid " (use \"git rebase --edit-todo\" to view and edit)"
4222
+msgstr " (usa \"git rebase --edit-todo\" para ver y editar)"
4223
+
4224
+#: wt-status.c:1259
4225
+#, c-format
4226
+msgid "You are currently rebasing branch '%s' on '%s'."
4227
+msgstr "Estas aplicando un rebase de la rama '%s' en '%s."
4228
+
4229
+#: wt-status.c:1264
4230
+msgid "You are currently rebasing."
4231
+msgstr "Estas aplicando un rebase."
4232
+
4233
+#: wt-status.c:1278
4234
+msgid " (fix conflicts and then run \"git rebase --continue\")"
4235
+msgstr " (corrige los conflictos y ejecuta \"git rebase --continue\")"
4236
+
4237
+#: wt-status.c:1280
4238
+msgid " (use \"git rebase --skip\" to skip this patch)"
4239
+msgstr " (usa \"git rebase --skip\" para omitir este parche)"
4240
+
4241
+#: wt-status.c:1282
4242
+msgid " (use \"git rebase --abort\" to check out the original branch)"
4243
+msgstr " (usa \"git rebase --abort\" para volver a tu rama original)"
4244
+
4245
+#: wt-status.c:1288
4246
+msgid " (all conflicts fixed: run \"git rebase --continue\")"
4247
+msgstr " (todos los conflictos corregidos: ejecuta \"git rebase --continue\")"
4248
+
4249
+#: wt-status.c:1292
4250
+#, c-format
4251
+msgid "You are currently splitting a commit while rebasing branch '%s' on '%s'."
4252
+msgstr "Estas dividiendo un commit mientras aplicas un rebase de la rama '%s' en '%s'."
4253
+
4254
+#: wt-status.c:1297
4255
+msgid "You are currently splitting a commit during a rebase."
4256
+msgstr "Estas dividiendo un commit durante un rebase."
4257
+
4258
+#: wt-status.c:1300
4259
+msgid " (Once your working directory is clean, run \"git rebase --continue\")"
4260
+msgstr " (Una vez que tu directorio de trabajo esté limpio, ejecuta \"git rebase --continue\")"
4261
+
4262
+#: wt-status.c:1304
4263
+#, c-format
4264
+msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4265
+msgstr "Estas editando un commit mientras se aplica un rebase de la rama '%s' en '%s'."
4266
+
4267
+#: wt-status.c:1309
4268
+msgid "You are currently editing a commit during a rebase."
4269
+msgstr "Estas editando un commit durante un rebase."
4270
+
4271
+#: wt-status.c:1312
4272
+msgid " (use \"git commit --amend\" to amend the current commit)"
4273
+msgstr " (usa \"git commit --amend\" para enmendar la confirmación actual)"
4274
+
4275
+#: wt-status.c:1314
4276
+msgid " (use \"git rebase --continue\" once you are satisfied with your changes)"
4277
+msgstr " (usa \"git rebase --continue\" una vez que estés satisfecho con tus cambios)"
4278
+
4279
+#: wt-status.c:1324
4280
+#, c-format
4281
+msgid "You are currently cherry-picking commit %s."
4282
+msgstr "Estas realizando un cherry-picking en el commit %s."
4283
+
4284
+#: wt-status.c:1329
4285
+msgid " (fix conflicts and run \"git cherry-pick --continue\")"
4286
+msgstr " (corrige los conflictos y ejecuta \"git cherry-pick --continue\")"
4287
+
4288
+#: wt-status.c:1332
4289
+msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
4290
+msgstr " (todos los conflictos corregidos: ejecuta \"git cherry-pick --continue\")"
4291
+
4292
+#: wt-status.c:1334
4293
+msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4294
+msgstr " (use \"git cherry-pick --abort\" para cancelar la operacion cherry-pick)"
4295
+
4296
+#: wt-status.c:1343
4297
+#, c-format
4298
+msgid "You are currently reverting commit %s."
4299
+msgstr "Estas revirtiendo el commit %s."
4300
+
4301
+#: wt-status.c:1348
4302
+msgid " (fix conflicts and run \"git revert --continue\")"
4303
+msgstr " (corrige los conflictos y ejecuta \"git revert --continue\")"
4304
+
4305
+#: wt-status.c:1351
4306
+msgid " (all conflicts fixed: run \"git revert --continue\")"
4307
+msgstr " (todos los conflictos corregidos: ejecuta \"git revert --continue\")"
4308
+
4309
+#: wt-status.c:1353
4310
+msgid " (use \"git revert --abort\" to cancel the revert operation)"
4311
+msgstr " (usa \"git revert --abort\" para cancelar la operación de revertir)"
4312
+
4313
+#: wt-status.c:1364
4314
+#, c-format
4315
+msgid "You are currently bisecting, started from branch '%s'."
4316
+msgstr "Estas aplicando un bisect, comenzando en la rama '%s'."
4317
+
4318
+#: wt-status.c:1368
4319
+msgid "You are currently bisecting."
4320
+msgstr "Estas aplicando un bisect."
4321
+
4322
+#: wt-status.c:1371
4323
+msgid " (use \"git bisect reset\" to get back to the original branch)"
4324
+msgstr " (usa \"git bisect reset\" para volver a la rama original)"
4325
+
4326
+#: wt-status.c:1568
4327
+msgid "On branch "
4328
+msgstr "En la rama "
4329
+
4330
+#: wt-status.c:1574
4331
+msgid "interactive rebase in progress; onto "
4332
+msgstr "rebase interactivo en progreso; en"
4333
+
4334
+#: wt-status.c:1576
4335
+msgid "rebase in progress; onto "
4336
+msgstr "rebase en progreso; en"
4337
+
4338
+#: wt-status.c:1581
4339
+msgid "HEAD detached at "
4340
+msgstr "HEAD desacoplada en"
4341
+
4342
+#: wt-status.c:1583
4343
+msgid "HEAD detached from "
4344
+msgstr "HEAD desacoplada de"
4345
+
4346
+#: wt-status.c:1586
4347
+msgid "Not currently on any branch."
4348
+msgstr "Actualmente no estás en ninguna rama."
4349
+
4350
+#: wt-status.c:1606
4351
+msgid "Initial commit"
4352
+msgstr "Confirmación inicial"
4353
+
4354
+#: wt-status.c:1607
4355
+msgid "No commits yet"
4356
+msgstr "No hay commits todavia"
4357
+
4358
+#: wt-status.c:1621
4359
+msgid "Untracked files"
4360
+msgstr "Archivos sin seguimiento"
4361
+
4362
+#: wt-status.c:1623
4363
+msgid "Ignored files"
4364
+msgstr "Archivos ignorados"
4365
+
4366
+#: wt-status.c:1627
4367
+#, c-format
4368
+msgid ""
4369
+"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4370
+"may speed it up, but you have to be careful not to forget to add\n"
4371
+"new files yourself (see 'git help status')."
4372
+msgstr ""
4373
+"Tomó %.2f segundos enumerar los archivos no rastreados. 'status -uno'\n"
4374
+"puede acelerarlo, pero tiene que ser cuidadoso de no olvidar agregar\n"
4375
+"nuevos archivos usted mismo (vea 'git help status')."
4376
+
4377
+#: wt-status.c:1633
4378
+#, c-format
4379
+msgid "Untracked files not listed%s"
4380
+msgstr "Archivos no rastreados no son mostrados %s"
4381
+
4382
+#: wt-status.c:1635
4383
+msgid " (use -u option to show untracked files)"
4384
+msgstr " (usa la opción -u para mostrar los archivos sin seguimiento)"
4385
+
4386
+#: wt-status.c:1641
4387
+msgid "No changes"
4388
+msgstr "Sin cambios"
4389
+
4390
+#: wt-status.c:1646
4391
+#, c-format
4392
+msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4393
+msgstr "sin cambios agregados a la confirmación (usa \"git add\" y/o \"git commit -a\")\n"
4394
+
4395
+#: wt-status.c:1649
4396
+#, c-format
4397
+msgid "no changes added to commit\n"
4398
+msgstr "no se agregaron cambios al commit\n"
4399
+
4400
+#: wt-status.c:1652
4401
+#, c-format
4402
+msgid "nothing added to commit but untracked files present (use \"git add\" to track)\n"
4403
+msgstr "no hay nada agregado a la confirmación pero hay archivos sin seguimiento presentes (usa \"git add\" para hacerles seguimiento)\n"
4404
+
4405
+#: wt-status.c:1655
4406
+#, c-format
4407
+msgid "nothing added to commit but untracked files present\n"
4408
+msgstr "no hay nada agregado para confirmar, pero hay archivos sin seguimiento presentes\n"
4409
+
4410
+#: wt-status.c:1658
4411
+#, c-format
4412
+msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4413
+msgstr "no hay nada para confirmar (crea/copia archivos y usa \"git add\" para hacerles seguimiento)\n"
4414
+
4415
+#: wt-status.c:1661 wt-status.c:1666
4416
+#, c-format
4417
+msgid "nothing to commit\n"
4418
+msgstr "nada para hacer commit\n"
4419
+
4420
+#: wt-status.c:1664
4421
+#, c-format
4422
+msgid "nothing to commit (use -u to show untracked files)\n"
4423
+msgstr "nada para hacer commit (usa -u para mostrar los archivos no rastreados)\n"
4424
+
4425
+#: wt-status.c:1668
4426
+#, c-format
4427
+msgid "nothing to commit, working tree clean\n"
4428
+msgstr "nada para hacer comit, el arbol de trabajo esta limpio\n"
4429
+
4430
+#: wt-status.c:1780
4431
+msgid "No commits yet on "
4432
+msgstr "No hay commits todavia en "
4433
+
4434
+#: wt-status.c:1784
4435
+msgid "HEAD (no branch)"
4436
+msgstr "HEAD (sin rama)"
4437
+
4438
+#: wt-status.c:1813 wt-status.c:1821
4439
+msgid "behind "
4440
+msgstr "detras"
4441
+
4442
+#: wt-status.c:1816 wt-status.c:1819
4443
+msgid "ahead "
4444
+msgstr "adelante"
4445
+
4446
+#. TRANSLATORS: the action is e.g. "pull with rebase"
4447
+#: wt-status.c:2311
4448
+#, c-format
4449
+msgid "cannot %s: You have unstaged changes."
4450
+msgstr "no se puede %s: Tienes cambios sin marcar."
4451
+
4452
+#: wt-status.c:2317
4453
+msgid "additionally, your index contains uncommitted changes."
4454
+msgstr "adicionalmente, tu indice contiene cambios que no estan en un commit."
4455
+
4456
+#: wt-status.c:2319
4457
+#, c-format
4458
+msgid "cannot %s: Your index contains uncommitted changes."
4459
+msgstr "no se puede %s: Tu indice contiene cambios que no estan en un commit."
4460
+
4461
+#: compat/precompose_utf8.c:58 builtin/clone.c:436
4462
+#, c-format
4463
+msgid "failed to unlink '%s'"
4464
+msgstr "fallo al desvincular '%s'"
4465
+
4466
+#: builtin/add.c:24
4467
+msgid "git add [<options>] [--] <pathspec>..."
4468
+msgstr "git add [<opcion>] [--] <especificacion-de-ruta>..."
4469
+
4470
+#: builtin/add.c:82
4471
+#, c-format
4472
+msgid "unexpected diff status %c"
4473
+msgstr "diff status inesperado %c"
4474
+
4475
+#: builtin/add.c:87 builtin/commit.c:292
4476
+msgid "updating files failed"
4477
+msgstr "fallo la actualizacion de carpetas"
4478
+
4479
+#: builtin/add.c:97
4480
+#, c-format
4481
+msgid "remove '%s'\n"
4482
+msgstr "remover '%s'\n"
4483
+
4484
+#: builtin/add.c:151
4485
+msgid "Unstaged changes after refreshing the index:"
4486
+msgstr "Cambios fuera del área de stage tras refrescar el índice:"
4487
+
4488
+#: builtin/add.c:211 builtin/rev-parse.c:873
4489
+msgid "Could not read the index"
4490
+msgstr "No se pudo leer el indice"
4491
+
4492
+#: builtin/add.c:222
4493
+#, c-format
4494
+msgid "Could not open '%s' for writing."
4495
+msgstr "No se pudo abrir '%s' para escritura."
4496
+
4497
+#: builtin/add.c:226
4498
+msgid "Could not write patch"
4499
+msgstr "No se puede escribir el parche"
4500
+
4501
+#: builtin/add.c:229
4502
+msgid "editing patch failed"
4503
+msgstr "fallo la edicion del parche"
4504
+
4505
+#: builtin/add.c:232
4506
+#, c-format
4507
+msgid "Could not stat '%s'"
4508
+msgstr "No se pudo definir '%s'"
4509
+
4510
+#: builtin/add.c:234
4511
+msgid "Empty patch. Aborted."
4512
+msgstr "Parche vacio. Abortado."
4513
+
4514
+#: builtin/add.c:239
4515
+#, c-format
4516
+msgid "Could not apply '%s'"
4517
+msgstr "No se pudo aplicar '%s'"
4518
+
4519
+#: builtin/add.c:249
4520
+msgid "The following paths are ignored by one of your .gitignore files:\n"
4521
+msgstr "Las siguientes rutas son ignoradas por uno de tus archivos .gitignore:\n"
4522
+
4523
+#: builtin/add.c:269 builtin/clean.c:907 builtin/fetch.c:110 builtin/mv.c:124 builtin/prune-packed.c:55 builtin/pull.c:201 builtin/push.c:529 builtin/remote.c:1332
4524
+#: builtin/rm.c:242 builtin/send-pack.c:164
4525
+msgid "dry run"
4526
+msgstr "dry run ( ejecucion en seco)"
4527
+
4528
+#: builtin/add.c:272
4529
+msgid "interactive picking"
4530
+msgstr "seleccion interactiva"
4531
+
4532
+#: builtin/add.c:273 builtin/checkout.c:1162 builtin/reset.c:299
4533
+msgid "select hunks interactively"
4534
+msgstr "elegir hunks de forma interactiva"
4535
+
4536
+#: builtin/add.c:274
4537
+msgid "edit current diff and apply"
4538
+msgstr "editar diff actual y aplicar"
4539
+
4540
+#: builtin/add.c:275
4541
+msgid "allow adding otherwise ignored files"
4542
+msgstr "permitir agregar caso contrario ignorar archivos"
4543
+
4544
+#: builtin/add.c:276
4545
+msgid "update tracked files"
4546
+msgstr "actualizado las carpetas rastreadas"
4547
+
4548
+#: builtin/add.c:277
4549
+msgid "record only the fact that the path will be added later"
4550
+msgstr "grabar solo el hecho de que la ruta será agregada después"
4551
+
4552
+#: builtin/add.c:278
4553
+msgid "add changes from all tracked and untracked files"
4554
+msgstr "agregar los cambios de todas las carpetas con y sin seguimiento"
4555
+
4556
+#: builtin/add.c:281
4557
+msgid "ignore paths removed in the working tree (same as --no-all)"
4558
+msgstr "ignorar rutas removidas en el arbol de trabajo (lo mismo que --no-all)"
4559
+
4560
+#: builtin/add.c:283
4561
+msgid "don't add, only refresh the index"
4562
+msgstr "no agregar, solo actualizar el indice"
4563
+
4564
+#: builtin/add.c:284
4565
+msgid "just skip files which cannot be added because of errors"
4566
+msgstr "saltar las carpetas que no pueden ser agregadas a causa de errores"
4567
+
4568
+#: builtin/add.c:285
4569
+msgid "check if - even missing - files are ignored in dry run"
4570
+msgstr "comprobar si - incluso los archivos que faltan - se ignoran en dry run"
4571
+
4572
+#: builtin/add.c:286 builtin/update-index.c:952
4573
+msgid "(+/-)x"
4574
+msgstr "(+/-)x"
4575
+
4576
+#: builtin/add.c:286 builtin/update-index.c:953
4577
+msgid "override the executable bit of the listed files"
4578
+msgstr "sobrescribir el bit ejecutable de los archivos listados"
4579
+
4580
+#: builtin/add.c:288
4581
+msgid "warn when adding an embedded repository"
4582
+msgstr "avisar cuando se agrega un repositorio incrustado"
4583
+
4584
+#: builtin/add.c:303
4585
+#, c-format
4586
+msgid ""
4587
+"You've added another git repository inside your current repository.\n"
4588
+"Clones of the outer repository will not contain the contents of\n"
4589
+"the embedded repository and will not know how to obtain it.\n"
4590
+"If you meant to add a submodule, use:\n"
4591
+"\n"
4592
+"\tgit submodule add <url> %s\n"
4593
+"\n"
4594
+"If you added this path by mistake, you can remove it from the\n"
4595
+"index with:\n"
4596
+"\n"
4597
+"\tgit rm --cached %s\n"
4598
+"\n"
4599
+"See \"git help submodule\" for more information."
4600
+msgstr ""
4601
+"Se ha agregado otro repositorio de git dentro del repositorio actual.\n"
4602
+"Clones del repositorio exterior no tendran el contenido del \n"
4603
+"repositorio embebido y no sabran como obtenerla.\n"
4604
+"Si queria agregar un submodulo, use:\n"
4605
+"\n"
4606
+"\tgit submodule add <url> %s\n"
4607
+"\n"
4608
+"Si se agrego esta ruta por error, puede removerla desde el indice \n"
4609
+"usando:\n"
4610
+"\n"
4611
+"\tgit rm --cached %s\n"
4612
+"\n"
4613
+"Vea \"git help submodule\" para mas informacion."
4614
+
4615
+#: builtin/add.c:331
4616
+#, c-format
4617
+msgid "adding embedded git repository: %s"
4618
+msgstr "agregando repositorio embebido: %s"
4619
+
4620
+#: builtin/add.c:349
4621
+#, c-format
4622
+msgid "Use -f if you really want to add them.\n"
4623
+msgstr "Use -f si realmente quiere agregarlos.\n"
4624
+
4625
+#: builtin/add.c:357
4626
+msgid "adding files failed"
4627
+msgstr "fallo al agregar archivos"
4628
+
4629
+#: builtin/add.c:394
4630
+msgid "-A and -u are mutually incompatible"
4631
+msgstr "-A y -u son mutuamente incompatibles"
4632
+
4633
+#: builtin/add.c:401
4634
+msgid "Option --ignore-missing can only be used together with --dry-run"
4635
+msgstr "Opción --ignore-missing solo puede ser usada junto a --dry-run"
4636
+
4637
+#: builtin/add.c:405
4638
+#, c-format
4639
+msgid "--chmod param '%s' must be either -x or +x"
4640
+msgstr "El parámetro '%s' para --chmod debe ser -x ó +x"
4641
+
4642
+#: builtin/add.c:420
4643
+#, c-format
4644
+msgid "Nothing specified, nothing added.\n"
4645
+msgstr "Nada especificado, nada agregado.\n"
4646
+
4647
+#: builtin/add.c:421
4648
+#, c-format
4649
+msgid "Maybe you wanted to say 'git add .'?\n"
4650
+msgstr "Tal vez quiso decir 'git add .'?\n"
4651
+
4652
+#: builtin/add.c:426 builtin/check-ignore.c:176 builtin/checkout.c:282 builtin/checkout.c:475 builtin/clean.c:954 builtin/commit.c:351 builtin/mv.c:144
4653
+#: builtin/reset.c:238 builtin/rm.c:272 builtin/submodule--helper.c:244
4654
+msgid "index file corrupt"
4655
+msgstr "archivo indice corrompido"
4656
+
4657
+#: builtin/am.c:413
4658
+msgid "could not parse author script"
4659
+msgstr "no se pudo analizar el script del autor"
4660
+
4661
+#: builtin/am.c:489
4662
+#, c-format
4663
+msgid "'%s' was deleted by the applypatch-msg hook"
4664
+msgstr "'%s' fue borrado por el hook de applypatch-msg"
4665
+
4666
+#: builtin/am.c:530
4667
+#, c-format
4668
+msgid "Malformed input line: '%s'."
4669
+msgstr "linea mal formada: '%s'."
4670
+
4671
+#: builtin/am.c:567
4672
+#, c-format
4673
+msgid "Failed to copy notes from '%s' to '%s'"
4674
+msgstr "Fallo al copiar notas de '%s' a '%s'"
4675
+
4676
+#: builtin/am.c:593
4677
+msgid "fseek failed"
4678
+msgstr "fall de fseek"
4679
+
4680
+#: builtin/am.c:777
4681
+#, c-format
4682
+msgid "could not parse patch '%s'"
4683
+msgstr "no se pudo analizar el parche '%s'"
4684
+
4685
+#: builtin/am.c:842
4686
+msgid "Only one StGIT patch series can be applied at once"
4687
+msgstr "Solo un parche StGIT puede ser aplicado de una vez "
4688
+
4689
+#: builtin/am.c:889
4690
+msgid "invalid timestamp"
4691
+msgstr "timestamp invalido"
4692
+
4693
+#: builtin/am.c:892 builtin/am.c:900
4694
+msgid "invalid Date line"
4695
+msgstr "linea Date invalida"
4696
+
4697
+#: builtin/am.c:897
4698
+msgid "invalid timezone offset"
4699
+msgstr "offset de zona horaria inválido"
4700
+
4701
+#: builtin/am.c:986
4702
+msgid "Patch format detection failed."
4703
+msgstr "Falló al detectar el formato del parche."
4704
+
4705
+#: builtin/am.c:991 builtin/clone.c:401
4706
+#, c-format
4707
+msgid "failed to create directory '%s'"
4708
+msgstr "fallo al crear el directorio '%s'"
4709
+
4710
+#: builtin/am.c:995
4711
+msgid "Failed to split patches."
4712
+msgstr "Fallo al dividir parches"
4713
+
4714
+#: builtin/am.c:1120 builtin/commit.c:377
4715
+msgid "unable to write index file"
4716
+msgstr "no es posible escribir en el archivo indice"
4717
+
4718
+#: builtin/am.c:1171
4719
+#, c-format
4720
+msgid "When you have resolved this problem, run \"%s --continue\"."
4721
+msgstr "Cuando haya resuelto este problema, ejecute \"%s --continue\"."
4722
+
4723
+#: builtin/am.c:1172
4724
+#, c-format
4725
+msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4726
+msgstr "Si prefieres saltar este parche, ejecuta \"%s --skip\"."
4727
+
4728
+#: builtin/am.c:1173
4729
+#, c-format
4730
+msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4731
+msgstr "Para restaurar la rama original y detener el parchado, ejecutar \"%s --abort\"."
4732
+
4733
+#: builtin/am.c:1304
4734
+msgid "Patch is empty."
4735
+msgstr "El parche esta vacio."
4736
+
4737
+#: builtin/am.c:1370
4738
+#, c-format
4739
+msgid "invalid ident line: %.*s"
4740
+msgstr "sangría no válida: %.*s"
4741
+
4742
+#: builtin/am.c:1392
4743
+#, c-format
4744
+msgid "unable to parse commit %s"
4745
+msgstr "no es posible analizar el commit %s"
4746
+
4747
+#: builtin/am.c:1586
4748
+msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4749
+msgstr "Repositorio carece de los blobs necesarios para retroceder en una fusión de 3-vías"
4750
+
4751
+#: builtin/am.c:1588
4752
+msgid "Using index info to reconstruct a base tree..."
4753
+msgstr "Usando la información del índice para reconstruir un árbol base..."
4754
+
4755
+#: builtin/am.c:1607
4756
+msgid ""
4757
+"Did you hand edit your patch?\n"
4758
+"It does not apply to blobs recorded in its index."
4759
+msgstr ""
4760
+"Editaste el parche a mano?\n"
4761
+"No aplica a blobs guardados en su índice."
4762
+
4763
+#: builtin/am.c:1613
4764
+msgid "Falling back to patching base and 3-way merge..."
4765
+msgstr "Retrocediento para parchar base y fusión de 3-vías..."
4766
+
4767
+#: builtin/am.c:1638
4768
+msgid "Failed to merge in the changes."
4769
+msgstr "Falló al fusionar en los cambios."
4770
+
4771
+#: builtin/am.c:1662 builtin/merge.c:632
4772
+msgid "git write-tree failed to write a tree"
4773
+msgstr "git write-tree falló al escribir el árbol"
4774
+
4775
+#: builtin/am.c:1669
4776
+msgid "applying to an empty history"
4777
+msgstr "aplicando a un historial vacio"
4778
+
4779
+#: builtin/am.c:1682 builtin/commit.c:1767 builtin/merge.c:803 builtin/merge.c:828
4780
+msgid "failed to write commit object"
4781
+msgstr "fallo al escribir el objeto commit"
4782
+
4783
+#: builtin/am.c:1715 builtin/am.c:1719
4784
+#, c-format
4785
+msgid "cannot resume: %s does not exist."
4786
+msgstr "no se puede continuar: %s no existe"
4787
+
4788
+#: builtin/am.c:1735
4789
+msgid "cannot be interactive without stdin connected to a terminal."
4790
+msgstr "no se puede ser interactivo sin stdin conectado a un terminal"
4791
+
4792
+#: builtin/am.c:1740
4793
+msgid "Commit Body is:"
4794
+msgstr "Cuerpo de commit es:"
4795
+
4796
+#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4797
+#. in your translation. The program will only accept English
4798
+#. input at this point.
4799
+#: builtin/am.c:1750
4800
+msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4801
+msgstr "Aplicar? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4802
+
4803
+#: builtin/am.c:1800
4804
+#, c-format
4805
+msgid "Dirty index: cannot apply patches (dirty: %s)"
4806
+msgstr "Índice sucio: no se puede aplicar parches (sucio: %s)"
4807
+
4808
+#: builtin/am.c:1840 builtin/am.c:1912
4809
+#, c-format
4810
+msgid "Applying: %.*s"
4811
+msgstr "Aplicando: %.*s"
4812
+
4813
+#: builtin/am.c:1856
4814
+msgid "No changes -- Patch already applied."
4815
+msgstr "Sin cambios -- parche ya aplicado."
4816
+
4817
+#: builtin/am.c:1864
4818
+#, c-format
4819
+msgid "Patch failed at %s %.*s"
4820
+msgstr "El parche fallo en %s %.*s"
4821
+
4822
+#: builtin/am.c:1870
4823
+#, c-format
4824
+msgid "The copy of the patch that failed is found in: %s"
4825
+msgstr "La copia del parche que fallido se encuentra en: %s"
4826
+
4827
+#: builtin/am.c:1915
4828
+msgid ""
4829
+"No changes - did you forget to use 'git add'?\n"
4830
+"If there is nothing left to stage, chances are that something else\n"
4831
+"already introduced the same changes; you might want to skip this patch."
4832
+msgstr ""
4833
+"Sin cambios - olvidaste usar 'git add'?\n"
4834
+"Si no hay nada en el area de stage, las posibilidad es que algo mas\n"
4835
+"ya haya introducido el mismo cambio; tal vez quieras omitir este parche."
4836
+
4837
+#: builtin/am.c:1922
4838
+msgid ""
4839
+"You still have unmerged paths in your index.\n"
4840
+"You should 'git add' each file with resolved conflicts to mark them as such.\n"
4841
+"You might run `git rm` on a file to accept \"deleted by them\" for it."
4842
+msgstr ""
4843
+"Todavía tiene rutas sin fusionar en su índice.\n"
4844
+"Debe realizar 'git add' cada archivo con conflictos resueltos y marcarlos como tal.\n"
4845
+"Tal vez ejecute `git rm` en el archivo para aceptar \"borrado por ellos\" en él."
4846
+
4847
+#: builtin/am.c:2031 builtin/am.c:2035 builtin/am.c:2047 builtin/reset.c:323 builtin/reset.c:331
4848
+#, c-format
4849
+msgid "Could not parse object '%s'."
4850
+msgstr "No se pudo analizar el objeto '%s'."
4851
+
4852
+#: builtin/am.c:2083
4853
+msgid "failed to clean index"
4854
+msgstr "fallo al limpiar el indice"
4855
+
4856
+#: builtin/am.c:2117
4857
+msgid ""
4858
+"You seem to have moved HEAD since the last 'am' failure.\n"
4859
+"Not rewinding to ORIG_HEAD"
4860
+msgstr ""
4861
+"Parece haber movido HEAD desde el último fallo 'am'.\n"
4862
+"No rebobinando a ORIG_HEAD "
4863
+
4864
+#: builtin/am.c:2180
4865
+#, c-format
4866
+msgid "Invalid value for --patch-format: %s"
4867
+msgstr "valor invalido para --patch-format: %s"
4868
+
4869
+#: builtin/am.c:2213
4870
+msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4871
+msgstr "git am [<opciones>] [(<mbox> | <Directorio-de-correo>)...]"
4872
+
4873
+#: builtin/am.c:2214
4874
+msgid "git am [<options>] (--continue | --skip | --abort)"
4875
+msgstr "git am [<opciones>] (--continue | --skip | --abort)"
4876
+
4877
+#: builtin/am.c:2220
4878
+msgid "run interactively"
4879
+msgstr "ejecutar de manera interactiva"
4880
+
4881
+#: builtin/am.c:2222
4882
+msgid "historical option -- no-op"
4883
+msgstr "opcion historica -- no-op"
4884
+
4885
+#: builtin/am.c:2224
4886
+msgid "allow fall back on 3way merging if needed"
4887
+msgstr "permitir retroceso en fusión de 3-vías si es necesario"
4888
+
4889
+#: builtin/am.c:2225 builtin/init-db.c:484 builtin/prune-packed.c:57 builtin/repack.c:180
4890
+msgid "be quiet"
4891
+msgstr "ser silencioso"
4892
+
4893
+#: builtin/am.c:2227
4894
+msgid "add a Signed-off-by line to the commit message"
4895
+msgstr "agregar una línea \"Firmado-por\" al mensaje del commit"
4896
+
4897
+#: builtin/am.c:2230
4898
+msgid "recode into utf8 (default)"
4899
+msgstr "recodificar en utf8 (default)"
4900
+
4901
+#: builtin/am.c:2232
4902
+msgid "pass -k flag to git-mailinfo"
4903
+msgstr "pasar flag -k a git-mailinfo"
4904
+
4905
+#: builtin/am.c:2234
4906
+msgid "pass -b flag to git-mailinfo"
4907
+msgstr "pasar flag -b a git-mailinfo"
4908
+
4909
+#: builtin/am.c:2236
4910
+msgid "pass -m flag to git-mailinfo"
4911
+msgstr "pasar flag -m a git-mailinfo"
4912
+
4913
+#: builtin/am.c:2238
4914
+msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4915
+msgstr "pasar flag --keep-cr a git-mailsplit para formato mbox"
4916
+
4917
+#: builtin/am.c:2241
4918
+msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4919
+msgstr "no pasar flag --keep-cr a git-mailsplit independientemente de am.keepcr"
4920
+
4921
+#: builtin/am.c:2244
4922
+msgid "strip everything before a scissors line"
4923
+msgstr "descubrir todo antes de una línea de tijeras"
4924
+
4925
+#: builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252 builtin/am.c:2255 builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264 builtin/am.c:2267 builtin/am.c:2273
4926
+msgid "pass it through git-apply"
4927
+msgstr "pasarlo a través de git-apply"
4928
+
4929
+#: builtin/am.c:2263 builtin/fmt-merge-msg.c:663 builtin/fmt-merge-msg.c:666 builtin/grep.c:1064 builtin/merge.c:202 builtin/pull.c:142 builtin/pull.c:197
4930
+#: builtin/repack.c:189 builtin/repack.c:193 builtin/repack.c:195 builtin/show-branch.c:631 builtin/show-ref.c:169 builtin/tag.c:399 parse-options.h:132
4931
+#: parse-options.h:134 parse-options.h:245
4932
+msgid "n"
4933
+msgstr "n"
4934
+
4935
+#: builtin/am.c:2269 builtin/branch.c:596 builtin/for-each-ref.c:38 builtin/replace.c:444 builtin/tag.c:434 builtin/verify-tag.c:39
4936
+msgid "format"
4937
+msgstr "formato"
4938
+
4939
+#: builtin/am.c:2270
4940
+msgid "format the patch(es) are in"
4941
+msgstr "formatear el parche(s)"
4942
+
4943
+#: builtin/am.c:2276
4944
+msgid "override error message when patch failure occurs"
4945
+msgstr "sobrescribir mensajes de error cuando fallos de parchado ocurran"
4946
+
4947
+#: builtin/am.c:2278
4948
+msgid "continue applying patches after resolving a conflict"
4949
+msgstr "continuar aplicando los parches tras resolver conflictos"
4950
+
4951
+#: builtin/am.c:2281
4952
+msgid "synonyms for --continue"
4953
+msgstr "sinonimos para --continue"
4954
+
4955
+#: builtin/am.c:2284
4956
+msgid "skip the current patch"
4957
+msgstr "saltar el parche actual"
4958
+
4959
+#: builtin/am.c:2287
4960
+msgid "restore the original branch and abort the patching operation."
4961
+msgstr "restaurar la rama original y abortar la operación de parchado."
4962
+
4963
+#: builtin/am.c:2291
4964
+msgid "lie about committer date"
4965
+msgstr "mentir sobre la fecha del committer"
4966
+
4967
+#: builtin/am.c:2293
4968
+msgid "use current timestamp for author date"
4969
+msgstr "usar el timestamp actual para la fecha del autor"
4970
+
4971
+#: builtin/am.c:2295 builtin/commit.c:1605 builtin/merge.c:233 builtin/pull.c:172 builtin/revert.c:112 builtin/tag.c:414
4972
+msgid "key-id"
4973
+msgstr "key-id"
4974
+
4975
+#: builtin/am.c:2296
4976
+msgid "GPG-sign commits"
4977
+msgstr "commits con firma GPG"
4978
+
4979
+#: builtin/am.c:2299
4980
+msgid "(internal use for git-rebase)"
4981
+msgstr "(uso interno para git-rebase)"
4982
+
4983
+#: builtin/am.c:2317
4984
+msgid ""
4985
+"The -b/--binary option has been a no-op for long time, and\n"
4986
+"it will be removed. Please do not use it anymore."
4987
+msgstr ""
4988
+"La opción -b/--binary ha estado deshabilitada por mucho tiempo, y\n"
4989
+"será removida. Por favor no la use más."
4990
+
4991
+#: builtin/am.c:2324
4992
+msgid "failed to read the index"
4993
+msgstr "fallo al leer el indice"
4994
+
4995
+#: builtin/am.c:2339
4996
+#, c-format
4997
+msgid "previous rebase directory %s still exists but mbox given."
4998
+msgstr "directorio de rebase previo %s todavía existe en el mbox dado."
4999
+
This file is too large to show in full.