1
# Spanish translation for bzr
2
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
3
# This file is distributed under the same license as the bzr package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
8
"Project-Id-Version: bzr\n"
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
"POT-Creation-Date: 2012-02-02 17:39+0100\n"
11
"PO-Revision-Date: 2012-01-16 16:40+0000\n"
12
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
"Language-Team: Spanish <es@li.org>\n"
15
"Content-Type: text/plain; charset=UTF-8\n"
16
"Content-Transfer-Encoding: 8bit\n"
17
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18
"X-Launchpad-Export-Date: 2012-02-04 06:21+0000\n"
19
"X-Generator: Launchpad (build 14738)\n"
22
msgid "skipping {0} (larger than {1} of {2} bytes)"
23
msgstr "omitiendo {0} (mayor que {1} de {2} bytes)"
25
#: bzrlib/branch.py:872
29
#: bzrlib/branch.py:3205
31
msgid "Pushed up to revision %d."
32
msgstr "Subido a la revisión %d."
34
#: bzrlib/branch.py:3207
36
msgid "%d tag updated."
37
msgid_plural "%d tags updated."
38
msgstr[0] "%d etiqueta actualizada"
39
msgstr[1] "%d etiquetas actualizadas"
41
#: bzrlib/branch.py:3210
42
msgid "No new revisions or tags to push."
43
msgstr "No hay revisiones o etiquetas para subir."
45
#: bzrlib/branch.py:3212
46
msgid "No new revisions to push."
47
msgstr "No hay revisiones para subir."
49
#: bzrlib/branch.py:3232
50
msgid "checked branch {0} format {1}"
51
msgstr "rama comprobada {0} formato {1}"
53
#: bzrlib/branch.py:3235
55
msgid "found error:%s"
56
msgstr "error encontrado: %s"
58
#: bzrlib/builtins.py:209 bzrlib/builtins.py:3016 bzrlib/workingtree.py:315
60
msgid "Ignoring files outside view. View is %s"
61
msgstr "Ignorando archivos fuera de la vista. La vista es %s"
63
#: bzrlib/builtins.py:218
65
msgid "bzr %s --revision takes exactly one revision identifier"
66
msgstr "bzr %s --revision toma exactamente un identificador de revisión"
68
#: bzrlib/builtins.py:303
69
msgid "Display status summary."
70
msgstr "Mostrar resumen de estado."
72
#: bzrlib/builtins.py:305
74
"This reports on versioned and unknown files, reporting them\n"
75
"grouped by state. Possible states are:"
77
"Esto informa de archivos versionados y desconocidos, se informa de ellos\n"
78
"agrupados por estado. Los estados posibles son:"
80
#: bzrlib/builtins.py:308
83
" Versioned in the working copy but not in the previous revision."
86
" Versionado en la copia de trabajo pero no en la revisión anterior."
88
#: bzrlib/builtins.py:311
91
" Versioned in the previous revision but removed or deleted\n"
92
" in the working copy."
95
" Versionado en la revisión anterior pero borrado o eliminado\n"
96
" en la copia de trabajo."
98
#: bzrlib/builtins.py:315
101
" Path of this file changed from the previous revision;\n"
102
" the text may also have changed. This includes files whose\n"
103
" parent directory was renamed."
106
" La ruta de este archivo ha cambiado desde una revisión anterior;\n"
107
" el siguiente se debería cambiar también. Esto incluye archivos cuyo\n"
108
" directorio padre ha sido renombrado."
110
#: bzrlib/builtins.py:320
113
" Text has changed since the previous revision."
116
" El texto ha cambiado desde una revisión previa."
118
#: bzrlib/builtins.py:323
121
" File kind has been changed (e.g. from file to directory)."
124
" El tipo del archivo ha cambiado (p. e. de archivo a directorio)."
126
#: bzrlib/builtins.py:326
129
" Not versioned and not matching an ignore pattern."
132
" Ni se ha versionado ni se ha encontrado un patrón ignorado."
134
#: bzrlib/builtins.py:329
136
"Additionally for directories, symlinks and files with a changed\n"
137
"executable bit, Bazaar indicates their type using a trailing\n"
138
"character: '/', '@' or '*' respectively. These decorations can be\n"
139
"disabled using the '--no-classify' option."
141
"Adicionalmente para directorios, vínculos simbólicos y archivos con el bit "
143
"ejecutable cambiado, Bazaar indica su tipo usando un carácter \n"
144
"final: «/», «@» o «*» respectivamente. Estas decoraciones pueden ser\n"
145
"desactivadas usando la opción «--no-classify»."
147
#: bzrlib/builtins.py:334
149
"To see ignored files use 'bzr ignored'. For details on the\n"
150
"changes to file texts, use 'bzr diff'."
152
"Para ver archivos ignorados use «bzr ignored». Para más detalles en los \n"
153
"cambios de textos en los archivos, use «bzr diff»."
155
#: bzrlib/builtins.py:337
157
"Note that --short or -S gives status flags for each item, similar\n"
158
"to Subversion's status command. To get output similar to svn -q,\n"
159
"use bzr status -SV."
161
"Note que --short o -S devuelve indicadores de estado para cada elemento, de "
163
"similar a la orden status de Subversion. Para obtener una salida similar a "
165
" use bzr status -SV."
167
#: bzrlib/builtins.py:341
169
"If no arguments are specified, the status of the entire working\n"
170
"directory is shown. Otherwise, only the status of the specified\n"
171
"files or directories is reported. If a directory is given, status\n"
172
"is reported for everything inside that directory."
174
"Si no se indican argumentos, se muestra el estado del directorio de\n"
175
"trabajo completo. De otra forma, solo se informa del estado de los\n"
176
"archivos o directorios indicados. Si se proporciona un directorio, se\n"
177
"informa del estado de todo lo contenido en ese directorio."
179
#: bzrlib/builtins.py:346
181
"Before merges are committed, the pending merge tip revisions are\n"
182
"shown. To see all pending merge revisions, use the -v option.\n"
183
"To skip the display of pending merge information altogether, use\n"
184
"the no-pending option or specify a file/directory."
186
"Antes de que se confirmen las fusiones, se muestran las sugerencias de\n"
187
"fusión de las revisiones. Para ver todas las fusiones pendientes, use la "
189
"Para evitar que se muestre la información de fusiones pendientes del todo, "
191
"la opción no-pending o indique un archivo/directorio."
193
#: bzrlib/builtins.py:351
195
"To compare the working directory to a specific revision, pass a\n"
196
"single revision to the revision argument."
198
"Para comparar el directorio de trabajo con una revisión concreta, pase una\n"
199
"única revisión como argumento a la revisión."
201
#: bzrlib/builtins.py:354
203
"To see which files have changed in a specific revision, or between\n"
204
"two revisions, pass a revision range to the revision argument.\n"
205
"This will produce the same results as calling 'bzr diff --summarize'."
207
"Para ver que archivos han cambiado en una revisión concreta, o entre\n"
208
"dos revisiones, pase un rango de revisiones al argumento de la revisión.\n"
209
"Esto producirá los mismos resultados que llamar «bzr diff --summarize»."
211
#: bzrlib/builtins.py:363
212
msgid "Use short status indicators."
213
msgstr "Usar indicadores de estado cortos."
215
#: bzrlib/builtins.py:365
216
msgid "Only show versioned files."
217
msgstr "Solo mostrar archivos versionados."
219
#: bzrlib/builtins.py:367
220
msgid "Don't show pending merges."
221
msgstr "No mostrar fusiones pendientes."
223
#: bzrlib/builtins.py:370
224
msgid "Do not mark object type using indicator."
225
msgstr "No marcar tipo de objeto usando indicador."
227
#: bzrlib/builtins.py:385
228
msgid "bzr status --revision takes exactly one or two revision specifiers"
230
"bzr status --revision toma exactamente uno o dos especificadores de revisión"
232
#: bzrlib/builtins.py:429 bzrlib/builtins.py:5183
233
msgid "You can only supply one of revision_id or --revision"
234
msgstr "Puede suiministrar solo uno revision_id o --revision"
236
#: bzrlib/builtins.py:432 bzrlib/builtins.py:5185
237
msgid "You must supply either --revision or a revision_id"
238
msgstr "Puede suiministrar ambos revision_id o --revision"
240
#: bzrlib/builtins.py:439
242
msgid "Repository %r does not support access to raw revision texts"
243
msgstr "El repositorio %r no permite acceso a textos de revisión en bruto"
245
#: bzrlib/builtins.py:450
246
msgid "The repository {0} contains no revision {1}."
247
msgstr "El repositorio {0} no contiene revisión {1}."
249
#: bzrlib/builtins.py:457
250
msgid "You cannot specify a NULL revision."
251
msgstr "No puede especificar una revisión NULL."
253
#: bzrlib/builtins.py:549
254
msgid "Remove the working tree from a given branch/checkout."
255
msgstr "Eliminar el árbol de trabajo de una rama/comprobación dada"
257
#: bzrlib/builtins.py:551
259
"Since a lightweight checkout is little more than a working tree\n"
260
"this will refuse to run against one."
262
"Dado que una extracción ligera es poco más que un árbol de trabajo\n"
263
"esto impedirá que se ejecute contra una."
265
#: bzrlib/builtins.py:554
266
msgid "To re-create the working tree, use \"bzr checkout\"."
267
msgstr "Para recrear el árbol de trabajo, use «bzr checkout»."
269
#: bzrlib/builtins.py:560
271
"Remove the working tree even if it has uncommitted or shelved changes."
273
"Eliminar el árbol de trabajo incluso si tiene cambios no confirmados o "
276
#: bzrlib/builtins.py:574
277
msgid "No working tree to remove"
278
msgstr "No existe un árbol de trabajo para eliminar"
280
#: bzrlib/builtins.py:576
281
msgid "You cannot remove the working tree of a remote path"
282
msgstr "No puede eliminar el árbol de trabajo de una ruta remota"
284
#: bzrlib/builtins.py:585
285
msgid "You cannot remove the working tree from a lightweight checkout"
286
msgstr "No puede eliminar el árbol de trabajo desde una comprobación ligera"
288
#: bzrlib/builtins.py:625
290
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
291
"instead. Use \"--force\" if you are sure you want to reset the working tree."
293
"El árbol no parece estar corrupto. Probablemente quiera «bzr revert» en su "
294
"lugar. Use «--force» si está seguro de que quiere reiniciar el árbol de "
297
#: bzrlib/builtins.py:636
299
", the header appears corrupt, try passing -r -1 to set the state to the last "
302
", la cabecera parece corrupta, intente pasando -r -1 para establecer el "
303
"estado del último envío"
305
#: bzrlib/builtins.py:640
306
msgid "failed to reset the tree state{0}"
307
msgstr "fallo al restablecer el estado{0} del árbol"
309
#: bzrlib/builtins.py:644
310
msgid "Show current revision number."
311
msgstr "Mostrar número de revisión actual."
313
#: bzrlib/builtins.py:646
314
msgid "This is equal to the number of revisions on this branch."
315
msgstr "Esto es igual al número de revisiones en esta rama."
317
#: bzrlib/builtins.py:659
318
msgid "--tree and --revision can not be used together"
319
msgstr "--tree y --revision no se pueden usar juntos"
321
#: bzrlib/builtins.py:676 bzrlib/builtins.py:5967
322
msgid "Tags can only be placed on a single revision, not on a range"
324
"Las etiquetas solo se pueden emplazar en una única revisión, no en un rango."
326
#: bzrlib/builtins.py:700
327
msgid "Show revno of working tree."
328
msgstr "Mostrar número de revisión del árbol de trabajo."
330
#: bzrlib/builtins.py:748
331
msgid "Add specified files or directories."
332
msgstr "Añadir archivos especificados o directorios."
334
#: bzrlib/builtins.py:750
336
"In non-recursive mode, all the named items are added, regardless\n"
337
"of whether they were previously ignored. A warning is given if\n"
338
"any of the named files are already versioned."
340
"En el modo no recursivo, todos los puntos mencionados se añaden, \n"
341
"sin tener en cuenta que hayan sido previamente ignorados. Se avisa si\n"
342
"cualquiera de los archivos nombrados ya está versionado."
344
#: bzrlib/builtins.py:754
346
"In recursive mode (the default), files are treated the same way\n"
347
"but the behaviour for directories is different. Directories that\n"
348
"are already versioned do not give a warning. All directories,\n"
349
"whether already versioned or not, are searched for files or\n"
350
"subdirectories that are neither versioned or ignored, and these\n"
351
"are added. This search proceeds recursively into versioned\n"
352
"directories. If no names are given '.' is assumed."
354
"En modo recursivo (predeterminado), los archivos se tratan de la misma "
356
"pero el comportamiento para directorios es diferente. Los directorios que\n"
357
"ya han sido versionados no generan un aviso. Todos los directorios,\n"
358
"hayan sido versionados o no, son recorridos buscando archivos o\n"
359
"subdirectorios que no hayan sido versionados o ignorados, y estos\n"
360
"son añadidos. Esta búsqueda procede recursivamente por los directorios\n"
361
"versionados. SI no se indican nombres se asume «.»."
363
#: bzrlib/builtins.py:762
365
"A warning will be printed when nested trees are encountered,\n"
366
"unless they are explicitly ignored."
369
#: bzrlib/builtins.py:765
371
"Therefore simply saying 'bzr add' will version all files that\n"
372
"are currently unknown."
374
"Por lo tanto, simplemente diciendo «bzr add» versionará todos los archivos\n"
375
"desconocidos actualmente."
377
#: bzrlib/builtins.py:768
379
"Adding a file whose parent directory is not versioned will\n"
380
"implicitly add the parent, and so on up to the root. This means\n"
381
"you should never need to explicitly add a directory, they'll just\n"
382
"get added when you add a file in the directory."
384
"Al añadir un archivos cuyo padre no esté versionado añadirá\n"
385
"implícitamente al padre, y así sucesivamente hasta la raíz. Esto\n"
386
"significa que nunca necesitaría añadir explícitamente un directorio,\n"
387
"ya que serán añadidos cuando añada un archivo del directorio."
389
#: bzrlib/builtins.py:773
391
"--dry-run will show which files would be added, but not actually\n"
394
"--dry-run mostrará que archivos se pueden añadir, pero no los\n"
397
#: bzrlib/builtins.py:776
399
"--file-ids-from will try to use the file ids from the supplied path.\n"
400
"It looks up ids trying to find a matching parent directory with the\n"
401
"same filename, and then by pure path. This option is rarely needed\n"
402
"but can be useful when adding the same logical file into two\n"
403
"branches that will be merged later (without showing the two different\n"
404
"adds as a conflict). It is also useful when merging another project\n"
405
"into a subdirectory of this one."
407
"--file-ids-from intentará usar el archivo de ids de la ruta proporcionada.\n"
408
"Busca ids intentado encontrar un directorio padre que coincida con el\n"
409
"mismo nombre de archivo, y luego por ruta pura. Esta opción raramente\n"
410
"se necesita pero puede ser útil al añadir el mismo archivo lógico en dos\n"
411
"ramas que se fusionarán posteriormente (sin mostrar las dos adiciones\n"
412
"diferentes como un conflicto). También es útil al fusionar otro proyecto\n"
413
"en un subdirectorio de éste."
415
#: bzrlib/builtins.py:784
417
"Any files matching patterns in the ignore list will not be added\n"
418
"unless they are explicitly mentioned."
420
"Cualquier archivo que coincida con los patrones en la lista de ignorados no "
422
"salvo que se mencione explícitamente."
424
#: bzrlib/builtins.py:787
426
"In recursive mode, files larger than the configuration option \n"
427
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
430
"En modo recursivo, los archivos mayores que la opción de configuración \n"
431
"add.maximum_file_size se omitirán. Los elementos nombrados nunca se "
435
#: bzrlib/builtins.py:794
436
msgid "Don't recursively add the contents of directories."
437
msgstr "No añade de manera recursiva los contenidos de los directorios."
439
#: bzrlib/builtins.py:800
440
msgid "Lookup file ids from this tree."
441
msgstr "Buscar id de archivos desde este árbol."
443
#: bzrlib/builtins.py:836
444
msgid "ignored {0} matching \"{1}\"\n"
445
msgstr "ignorado {0} coincidente «{1}»\n"
447
#: bzrlib/builtins.py:841
448
msgid "Create a new versioned directory."
449
msgstr "Crear un directorio versionado nuevo."
451
#: bzrlib/builtins.py:843
452
msgid "This is equivalent to creating the directory and then adding it."
453
msgstr "Esto es equivalente a crear el directorio y luego añadirlo."
455
#: bzrlib/builtins.py:850
456
msgid "No error if existing, make parent directories as needed."
459
#: bzrlib/builtins.py:884
462
msgstr "añadido %s\n"
464
#: bzrlib/builtins.py:926
466
msgid "invalid kind %r specified"
467
msgstr "tipo inválido %r especificado"
469
#: bzrlib/builtins.py:963
470
msgid "Move or rename a file."
471
msgstr "Mover o renombrar un archivo."
473
#: bzrlib/builtins.py:965
474
msgid " bzr mv SOURCE... DESTINATION"
475
msgstr " bzr mv ORIGEN... DESTINO"
477
#: bzrlib/builtins.py:967
479
"If the last argument is a versioned directory, all the other names\n"
480
"are moved into it. Otherwise, there must be exactly two arguments\n"
481
"and the file is changed to a new name."
483
"Si el último argumento es un directorio versionado, todos los demás nombres\n"
484
"se moverán a él. De otra forma, deben haber exactamente dos argumentos\n"
485
"y el archivo se cambia al nuevo nombre."
487
#: bzrlib/builtins.py:971
489
"If OLDNAME does not exist on the filesystem but is versioned and\n"
490
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
491
"assumes that the file has been manually moved and only updates\n"
492
"its internal inventory to reflect that change.\n"
493
"The same is valid when moving many SOURCE files to a DESTINATION."
495
"Si NOMBREANTIGUO no existe en el sistema de archivos pero esta versionado y\n"
496
"NOMBRENUEVO existe en el sistema de archivos pero no está versionado, mv\n"
497
"asume que el archivo se ha movido manualmente y sólo actualiza su\n"
498
"inventario interno para reflejar ese cambio.\n"
499
"Lo mismo es válido cuando se mueven muchos archivos ORIGEN a un DESTINO."
501
#: bzrlib/builtins.py:977
502
msgid "Files cannot be moved between branches."
503
msgstr "Los archivos no se pueden mover entre ramas."
505
#: bzrlib/builtins.py:984
507
"Move only the bzr identifier of the file, because the file has already been "
510
"Mover solo el identificador bzr del archivo, porque el archivo ya ha sido "
513
#: bzrlib/builtins.py:986
514
msgid "Automatically guess renames."
515
msgstr "Adivinar automáticamente rel renombrado."
517
#: bzrlib/builtins.py:987
518
msgid "Avoid making changes when guessing renames."
519
msgstr "Evitar hacer cambios cunado se adivina el renombrado."
521
#: bzrlib/builtins.py:996
522
msgid "--dry-run requires --auto."
523
msgstr "--dry-run requiere --auto."
525
#: bzrlib/builtins.py:1000
526
msgid "missing file argument"
527
msgstr "falta el argumento de archivo"
529
#: bzrlib/builtins.py:1004
530
msgid "can not move root of branch"
531
msgstr "no se puede mover la raíz de la rama"
533
#: bzrlib/builtins.py:1010
534
msgid "Only one path may be specified to --auto."
535
msgstr "Solo se puede especificar una ruta a --auto"
537
#: bzrlib/builtins.py:1013
538
msgid "--after cannot be specified with --auto."
539
msgstr "--after no se puede especificar con --auto."
541
#: bzrlib/builtins.py:1050
542
msgid "to mv multiple files the destination must be a versioned directory"
544
"para hacer mv a múltiples archivos el destino debe ser un directorio "
547
#: bzrlib/builtins.py:1102
548
msgid "Turn this branch into a mirror of another branch."
549
msgstr "Cambiar esta rama a una réplica de otra rama."
551
#: bzrlib/builtins.py:1104
553
"By default, this command only works on branches that have not diverged.\n"
554
"Branches are considered diverged if the destination branch's most recent \n"
555
"commit is one that has not been merged (directly or indirectly) into the \n"
558
"Predeterminado, esta orden solo funciona en ramas que no han divergido.\n"
559
"Las ramas se consideran divergidas si la confirmación más reciente de la \n"
560
"rama destino es una que no ha sido fusionada (directa o indirectamente) \n"
563
#: bzrlib/builtins.py:1109
565
"If branches have diverged, you can use 'bzr merge' to integrate the changes\n"
566
"from one into the other. Once one branch has merged, the other should\n"
567
"be able to pull it again."
569
"Si las ramas han divergido, puede usar «bzr merge» para integrar los "
571
"de una en la otra. Una vez que una rama se ha fusionado, la otra debería\n"
572
"ser capaz de extraer de nuevo."
574
#: bzrlib/builtins.py:1113
576
"If you want to replace your local changes and just want your branch to\n"
577
"match the remote one, use pull --overwrite. This will work even if the two\n"
578
"branches have diverged."
580
"Si quiere reemplazar su cambios locales y solo quiere que su rama\n"
581
"coincida con la remota, use pull --overwrite. Esto funcionará incluso\n"
582
"si las dos ramas han divergido."
584
#: bzrlib/builtins.py:1117
586
"If there is no default location set, the first pull will set it (use\n"
587
"--no-remember to avoid setting it). After that, you can omit the\n"
588
"location to use the default. To change the default, use --remember. The\n"
589
"value will only be saved if the remote location can be accessed."
591
"Si no hay ubicación predeterminada establecida, la primera extracción la \n"
592
"establecerá (use --no-remember para evitarlo). Después puede omitir la \n"
593
"ubicación para usar la predeterminada. Para cambiarla, use --remember. El\n"
594
"valor solo se guardará si la ubicación remota es accesible."
596
#: bzrlib/builtins.py:1122
598
"The --verbose option will display the revisions pulled using the log_format\n"
599
"configuration option. You can use a different format by overriding it with\n"
600
"-Olog_format=<other_format>."
602
"La opción --verbose mostrará las revisiones extraídas usando la opción de\n"
603
"configuración log_format. Puede usar un formato distinto redefiniéndolo\n"
604
"con -Olog_format=<otro_formato>."
606
#: bzrlib/builtins.py:1126
608
"Note: The location can be specified either in the form of a branch,\n"
609
"or in the form of a path to a file containing a merge directive generated\n"
612
"Nota: la ubicación se puede indicar bien en forma de una rama,\n"
613
"o en forma de una ruta a un archivo conteniendo una directiva de\n"
614
"fusión generada con bzr send."
616
#: bzrlib/builtins.py:1134
617
msgid "Show logs of pulled revisions."
618
msgstr "Mostrar registros de revisiones extraídas."
620
#: bzrlib/builtins.py:1136
622
"Branch to pull into, rather than the one containing the working directory."
624
"Rama en la que extraer, en lugar de la que contiene el directorio de trabajo."
626
#: bzrlib/builtins.py:1139
628
"Perform a local pull in a bound branch. Local pulls are not applied to the "
631
"Efectuar una extracción local en una rama ligada. Las extracciones locales "
632
"no se aplican a la rama maestra."
634
#: bzrlib/builtins.py:1168
635
msgid "Need working tree for --show-base."
636
msgstr "Se necesita árbol de trabajo para --show-base."
638
#: bzrlib/builtins.py:1184
639
msgid "No pull location known or specified."
640
msgstr "Ubicación de extración no conocida ni indicada."
642
#: bzrlib/builtins.py:1190
644
msgid "Using saved parent location: %s\n"
645
msgstr "Usar ubicaciones padre guardadas: %s\n"
647
#: bzrlib/builtins.py:1197 bzrlib/builtins.py:4393
648
msgid "Cannot use -r with merge directives or bundles"
649
msgstr "No se puede usar -r con directivas de fusión o paquetes"
651
#: bzrlib/builtins.py:1238
652
msgid "Update a mirror of this branch."
653
msgstr "Actualizar una réplica de esta rama."
655
#: bzrlib/builtins.py:1240
657
"The target branch will not have its working tree populated because this\n"
658
"is both expensive, and is not supported on remote file systems."
660
"El árbol de trabajo de la rama destino no se rellenará porque esto\n"
661
"es tanto costoso como no soportado por sistemas de archivos remotos."
663
#: bzrlib/builtins.py:1243
665
"Some smart servers or protocols *may* put the working tree in place in\n"
668
"Algunos servidores inteligentes o protocolos *pueden* poner el árbol de "
670
"en su lugar en el futuro."
672
#: bzrlib/builtins.py:1246
674
"This command only works on branches that have not diverged. Branches are\n"
675
"considered diverged if the destination branch's most recent commit is one\n"
676
"that has not been merged (directly or indirectly) by the source branch."
678
"Esta orden solo funciona en ramas que no han divergido. Las ramas se\n"
679
"consideran divergidas si la confirmación más reciente de la rama destino es\n"
680
"una que no ha sido fusionada (directa o indirectamente) por la rama origen."
682
#: bzrlib/builtins.py:1250
684
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
685
"the other branch completely, discarding its unmerged changes."
687
"Si las ramas tienen divergencias, puede usar «bzr push --overwrite» para "
689
"la otra rama completamente, descartando sus cambios no fusionados."
691
#: bzrlib/builtins.py:1253
693
"If you want to ensure you have the different changes in the other branch,\n"
694
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
695
"After that you will be able to do a push without '--overwrite'."
697
"Si quiere asegurarse de que tiene los distintos cambios de la otra rama,\n"
698
"haga una fusión (vea bzr help merge) desde la otra rama y confirmela.\n"
699
"Después eso será capaz de hacer una inserción sin «--overwrite»."
701
#: bzrlib/builtins.py:1257
703
"If there is no default push location set, the first push will set it (use\n"
704
"--no-remember to avoid setting it). After that, you can omit the\n"
705
"location to use the default. To change the default, use --remember. The\n"
706
"value will only be saved if the remote location can be accessed."
709
#: bzrlib/builtins.py:1262
711
"The --verbose option will display the revisions pushed using the log_format\n"
712
"configuration option. You can use a different format by overriding it with\n"
713
"-Olog_format=<other_format>."
715
"La opción --verbose mostrará las revisiones insertadas usando la opción de\n"
716
"configuración log_format. Puede usar un formato distinto redefiniéndolo\n"
717
"con -Olog_format=<otro_formato>."
719
#: bzrlib/builtins.py:1273 bzrlib/foreign.py:272
721
"Branch to push from, rather than the one containing the working directory."
723
"Rama desde la que impulsar en vez de la que contiene el directorio de "
726
#: bzrlib/builtins.py:1276
728
"By default push will fail if the target directory exists, but does not "
729
"already have a control directory. This flag will allow push to proceed."
731
"Por defecto «push» fallará si el directorio destino existe, pero no tiene "
732
"todavía un directorio de control. Este marcador permitirá a «push» proceder."
734
#: bzrlib/builtins.py:1281
736
"Create a stacked branch that references the public location of the parent "
739
"Crear una rama apilada que referencia a la ubicación pública de la rama "
742
#: bzrlib/builtins.py:1284
744
"Create a stacked branch that refers to another branch for the commit "
745
"history. Only the work not present in the referenced branch is included in "
746
"the branch created."
748
"Crear una rama apilada que se refiera a otra para historial de "
749
"confirmaciones. Solo el trabajo no presente en la rama referenciada se "
750
"incluye en la rama creada."
752
#: bzrlib/builtins.py:1289 bzrlib/foreign.py:279
754
"Refuse to push if there are uncommitted changes in the working tree, --no-"
755
"strict disables the check."
757
"Rechazar empujar si hay cambios sin ejecutar en el árbol de trabajo, --no-"
758
"strict desactiva la comprobación."
760
#: bzrlib/builtins.py:1292
761
msgid "Don't populate the working tree, even for protocols that support it."
763
"No rellenar el árbol de trabajo, incluso para los protocolos que lo permitan."
765
#: bzrlib/builtins.py:1336
766
msgid "Could not determine branch to refer to."
767
msgstr "No se puede determinar la rama a la que referirse."
769
#: bzrlib/builtins.py:1345
772
"No push location known or specified. To push to the parent branch (at %s), "
773
"use 'bzr push :parent'."
775
"Ubicación de inserción no conocida ni indicada. Para insertar en la rama "
776
"padre (en %s), use «bzr push :parent»."
778
#: bzrlib/builtins.py:1351 bzrlib/foreign.py:306
779
msgid "No push location known or specified."
780
msgstr "No hay una ubicación para impulsar conocida o especificada."
782
#: bzrlib/builtins.py:1355
784
msgid "Using saved push location: %s"
785
msgstr "Usar la ubicación para impulsar guardada: %s"
787
#: bzrlib/builtins.py:1365
788
msgid "Create a new branch that is a copy of an existing branch."
789
msgstr "Crea una nueva rama que es una copia de la rama existente."
791
#: bzrlib/builtins.py:1367
793
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
794
"be used. In other words, \"branch ../foo/bar\" will attempt to create "
796
"If the FROM_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
797
"is derived from the FROM_LOCATION by stripping a leading scheme or drive\n"
798
"identifier, if any. For example, \"branch lp:foo-bar\" will attempt to\n"
802
#: bzrlib/builtins.py:1374
804
"To retrieve the branch as of a particular revision, supply the --revision\n"
805
"parameter, as in \"branch foo/bar -r 5\"."
807
"Para conseguir la rama de una revisión particular, proporcione el parámetro -"
809
"como en «branch foo/bar -r 5»."
811
#: bzrlib/builtins.py:1377
812
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
813
msgstr "Los sinónimos «clone» y «get» para esta orden están obsoletos."
815
#: bzrlib/builtins.py:1387
816
msgid "Create a branch without a working-tree."
817
msgstr "Crear una rama sin directorio de trabajo."
819
#: bzrlib/builtins.py:1389
820
msgid "Switch the checkout in the current directory to the new branch."
821
msgstr "Cambiar la comprobación en el directorio actual a la rama nueva."
823
#: bzrlib/builtins.py:1392
825
"Create a stacked branch referring to the source branch. The new branch will "
826
"depend on the availability of the source branch for all operations."
828
"Crear una rama apilada refiriéndose a la rama origen. La nueva rama "
829
"dependerá de la disponibilidad de la rama fuente para todas las operaciones."
831
#: bzrlib/builtins.py:1396
832
msgid "Do not use a shared repository, even if available."
833
msgstr "No usar un repositorio compartido, incluso si está disponible."
835
#: bzrlib/builtins.py:1398
837
"By default branch will fail if the target directory exists, but does not "
838
"already have a control directory. This flag will allow branch to proceed."
840
"Por defecto «branch» fallará si el directorio destino existe, pero no tiene "
841
"todavía un directorio de control. Este marcador permitirá a «branch» "
844
#: bzrlib/builtins.py:1403
845
msgid "Bind new branch to from location."
846
msgstr "Vincular una rama nueva desde la ubicación."
848
#: bzrlib/builtins.py:1450
850
msgid "Target directory \"%s\" already exists."
851
msgstr "El directorio objetivo «%s» ya existe."
853
#: bzrlib/builtins.py:1462
855
msgid "Parent of \"%s\" does not exist."
856
msgstr "El padre de «%s» no existe."
858
#: bzrlib/builtins.py:1481
859
msgid "The branch {0} has no revision {1}."
860
msgstr "La rama {0} no tiene revisión {1}."
862
#: bzrlib/builtins.py:1496 bzrlib/push.py:53
864
msgid "Created new stacked branch referring to %s."
865
msgstr "Creada rama apilada nueva referida a %s."
867
#: bzrlib/builtins.py:1500
869
msgid "Branched %d revision."
870
msgid_plural "Branched %d revisions."
871
msgstr[0] "%d revisión enramada"
872
msgstr[1] "%d revisiones enramadas"
874
#: bzrlib/builtins.py:1505
876
msgid "New branch bound to %s"
877
msgstr "Nueva rama unida a %s"
879
#: bzrlib/builtins.py:1510 bzrlib/builtins.py:6256
881
msgid "Switched to branch: %s"
882
msgstr "Cambiado a la rama: %s"
884
#: bzrlib/builtins.py:1515
885
msgid "List the branches available at the current location."
886
msgstr "Lista las ramas disponibles en la ubicación actual."
888
#: bzrlib/builtins.py:1517
890
"This command will print the names of all the branches at the current\n"
893
"Esta orden imprimirá los nombres de todas las ramas en la ubicación\n"
896
#: bzrlib/builtins.py:1524
898
"Recursively scan for branches rather than just looking in the specified "
901
"Buscar recursivamente en las ramas en lugar de mirar solo en la ubicación "
904
#: bzrlib/builtins.py:1554
906
msgstr "(predeterminado)"
908
#: bzrlib/builtins.py:1566
909
msgid "Create a new checkout of an existing branch."
910
msgstr "Crea una nueva comprobación de una rama existente."
912
#: bzrlib/builtins.py:1568
914
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
916
"the branch found in '.'. This is useful if you have removed the working "
918
"or if it was never created - i.e. if you pushed the branch to its current\n"
919
"location using SFTP."
922
#: bzrlib/builtins.py:1573
924
"If the TO_LOCATION is omitted, the last component of the BRANCH_LOCATION "
926
"be used. In other words, \"checkout ../foo/bar\" will attempt to create "
928
"If the BRANCH_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
929
"is derived from the BRANCH_LOCATION by stripping a leading scheme or drive\n"
930
"identifier, if any. For example, \"checkout lp:foo-bar\" will attempt to\n"
934
#: bzrlib/builtins.py:1580
936
"To retrieve the branch as of a particular revision, supply the --revision\n"
937
"parameter, as in \"checkout foo/bar -r 5\". Note that this will be "
939
"out of date [so you cannot commit] but it may be useful (i.e. to examine "
943
"Para recuperar la rama de una revisión particular, proporcione el parámetro\n"
944
"--revision, como en «checkout foo/bar -r 5». Note que esto estará "
946
"desfasado [por lo que no puede confirmar] pero aún así puede ser útil (por \n"
947
"ejemplo, para examinar código antiguo)."
949
#: bzrlib/builtins.py:1590
951
"Perform a lightweight checkout. Lightweight checkouts depend on access to "
952
"the branch for every operation. Normal checkouts can perform common "
953
"operations like diff and status without such access, and also support local "
956
"Realizar una extracción ligera. Las extracciones ligeras depende del acceso "
957
"a la rama para cada operación. Las extracciones normales pueden realizar "
958
"operaciones habituales como diff y status sin este acceso, así como permitir "
959
"confirmaciones locales."
961
#: bzrlib/builtins.py:1597
962
msgid "Get file contents from this tree."
963
msgstr "Conseguir contenidos de archivo desde este árbol."
965
#: bzrlib/builtins.py:1599
966
msgid "Hard-link working tree files where possible."
968
"Vincular de forma dura los archivos del árbol de trabajo donde sea posible."
970
#: bzrlib/builtins.py:1640
972
"Show list of renamed files.\n"
975
"Mostrar la lista de archivos renombrados\n"
978
#: bzrlib/builtins.py:1670
979
msgid "Update a working tree to a new revision."
980
msgstr "Actualiza un árbol de trabajo a una revisión nueva."
982
#: bzrlib/builtins.py:1672
984
"This will perform a merge of the destination revision (the tip of the\n"
985
"branch, or the specified revision) into the working tree, and then make\n"
986
"that revision the basis revision for the working tree. "
988
"Efectuará una fusión de la revisión de destino (el extremo de la\n"
989
"rama, o la revisión indicada) en el árbol de trabajo, y hará esa\n"
990
"revisión la revisión base del árbol de trabajo. "
992
#: bzrlib/builtins.py:1676
994
"You can use this to visit an older revision, or to update a working tree\n"
995
"that is out of date from its branch."
997
"Puede usar esto para visitar una revisión antigua, o para actualizar un "
999
"que esté desactualizado de su rama."
1001
#: bzrlib/builtins.py:1679
1003
"If there are any uncommitted changes in the tree, they will be carried\n"
1004
"across and remain as uncommitted changes after the update. To discard\n"
1005
"these changes, use 'bzr revert'. The uncommitted changes may conflict\n"
1006
"with the changes brought in by the change in basis revision."
1009
#: bzrlib/builtins.py:1684
1011
"If the tree's branch is bound to a master branch, bzr will also update\n"
1012
"the branch from the master."
1014
"Si la rama del árbol esta atada a una rama superior, bzr también "
1016
"la rama de la superior."
1018
#: bzrlib/builtins.py:1687
1020
"You cannot update just a single file or directory, because each Bazaar\n"
1021
"working tree has just a single basis revision. If you want to restore a\n"
1022
"file that has been removed locally, use 'bzr revert' instead of 'bzr\n"
1023
"update'. If you want to restore a file to its state in a previous\n"
1024
"revision, use 'bzr revert' with a '-r' option, or use 'bzr cat' to write\n"
1025
"out the old content of that file to a new location."
1028
#: bzrlib/builtins.py:1694
1030
"The 'dir' argument, if given, must be the location of the root of a\n"
1031
"working tree to update. By default, the working tree that contains the \n"
1032
"current working directory is used."
1035
#: bzrlib/builtins.py:1710
1036
msgid "bzr update --revision takes exactly one revision"
1037
msgstr "bzr update --revision toma exactamente una revisión"
1039
#: bzrlib/builtins.py:1718
1040
msgid "bzr update can only update a whole tree, not a file or subdirectory"
1042
"bzr update solo puede actualizar todo un árbol, no un archivo o subdirectorio"
1044
#: bzrlib/builtins.py:1749
1045
msgid "Tree is up to date at revision {0} of branch {1}"
1046
msgstr "El árbol está actualizado en la revisión {0} de la rama {1}"
1048
#: bzrlib/builtins.py:1765
1051
"branch has no revision %s\n"
1052
"bzr update --revision only works for a revision in the branch history"
1054
"la rama no tiene revisión %s\n"
1055
"bzr update --revision solo funciona para una revisión en el histórico de la "
1058
#: bzrlib/builtins.py:1771
1059
msgid "Updated to revision {0} of branch {1}"
1060
msgstr "Actualizado a la revisión {0} de la rama {1}"
1062
#: bzrlib/builtins.py:1775
1064
"Your local commits will now show as pending merges with 'bzr status', and "
1065
"can be committed with 'bzr commit'."
1067
"Sus confirmaciones locales serán ahora mostradas como fusiones pendientes "
1068
"con «bzr status», y pueden ser confirmadas con «bzr commit»."
1070
#: bzrlib/builtins.py:1784
1071
msgid "Show information about a working tree, branch or repository."
1072
msgstr "Muestra información sobre un árbol de trabajo, rama o repositorio."
1074
#: bzrlib/builtins.py:1786
1076
"This command will show all known locations and formats associated to the\n"
1077
"tree, branch or repository."
1079
"Esta orden mostrará todas las ubicaciones conocidas y formatos asociados a\n"
1080
"árbol, rama o repositorio."
1082
#: bzrlib/builtins.py:1789
1084
"In verbose mode, statistical information is included with each report.\n"
1085
"To see extended statistic information, use a verbosity level of 2 or\n"
1086
"higher by specifying the verbose option multiple times, e.g. -vv."
1089
#: bzrlib/builtins.py:1793
1090
msgid "Branches and working trees will also report any missing revisions."
1092
"Las ramas y los árboles de trabajo informarán también de cualquier revisión "
1095
#: bzrlib/builtins.py:1795 bzrlib/builtins.py:3715 bzrlib/builtins.py:4845
1096
#: bzrlib/builtins.py:6442
1100
#: bzrlib/builtins.py:1797
1101
msgid " Display information on the format and related locations:"
1102
msgstr " Muestra información en el formato y ubicaciones relacionadas:"
1104
#: bzrlib/builtins.py:1799
1106
msgstr " información bzr"
1108
#: bzrlib/builtins.py:1801
1110
" Display the above together with extended format information and\n"
1111
" basic statistics (like the number of files in the working tree and\n"
1112
" number of revisions in the branch and repository):"
1115
#: bzrlib/builtins.py:1805
1116
msgid " bzr info -v"
1117
msgstr " bzr info -v"
1119
#: bzrlib/builtins.py:1807
1120
msgid " Display the above together with number of committers to the branch:"
1121
msgstr " Mostrar lo anterior junto con el número de aplicadores de la rama:"
1123
#: bzrlib/builtins.py:1809
1124
msgid " bzr info -vv"
1125
msgstr " bzr info -vv"
1127
#: bzrlib/builtins.py:1828
1128
msgid "Remove files or directories."
1129
msgstr "Elimina archivos o directorios."
1131
#: bzrlib/builtins.py:1830
1133
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
1134
"delete them if they can easily be recovered using revert otherwise they\n"
1135
"will be backed up (adding an extention of the form .~#~). If no options or\n"
1136
"parameters are given Bazaar will scan for files that are being tracked by\n"
1137
"Bazaar but missing in your tree and stop tracking them for you."
1140
#: bzrlib/builtins.py:1838
1141
msgid "Only remove files that have never been committed."
1142
msgstr "Eliminar solo los archivos que nunca se han aplicado."
1144
#: bzrlib/builtins.py:1840
1145
msgid "The file deletion mode to be used."
1146
msgstr "El modo de borrado de archivo a usar."
1148
#: bzrlib/builtins.py:1841
1149
msgid "Deletion Strategy"
1150
msgstr "Estrategia de borrado"
1152
#: bzrlib/builtins.py:1842
1153
msgid "Backup changed files (default)."
1154
msgstr "Copiar archivos modificados (predeterminado)."
1156
#: bzrlib/builtins.py:1843
1157
msgid "Delete from bzr but leave the working copy."
1158
msgstr "Borrar de bzr pero dejar la copia de trabajo."
1160
#: bzrlib/builtins.py:1844
1161
msgid "Don't backup changed files."
1162
msgstr "No copiar los archivos modificados."
1164
#: bzrlib/builtins.py:1845
1166
"Delete all the specified files, even if they can not be recovered and even "
1167
"if they are non-empty directories. (deprecated, use no-backup)"
1169
"Borrar todos los archivos indicados, incluso si no pueden ser recuperados y "
1170
"aunque existan directorios no vacíos (obsoleto, use no-backup)."
1172
#: bzrlib/builtins.py:1854
1173
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
1175
"(La opción --force está obsoleta, en su lugar use --no-backup en el futuro)"
1177
#: bzrlib/builtins.py:1871
1178
msgid "No matching files."
1179
msgstr "No hay archivos coincidentes."
1181
#: bzrlib/builtins.py:1932
1182
msgid "Reconcile bzr metadata in a branch."
1183
msgstr "Reconcilia metadatos bzr en una rama."
1185
#: bzrlib/builtins.py:1934
1187
"This can correct data mismatches that may have been caused by\n"
1188
"previous ghost operations or bzr upgrades. You should only\n"
1189
"need to run this command if 'bzr check' or a bzr developer\n"
1190
"advises you to run it."
1193
#: bzrlib/builtins.py:1939
1195
"If a second branch is provided, cross-branch reconciliation is\n"
1196
"also attempted, which will check that data like the tree root\n"
1197
"id which was not present in very early bzr versions is represented\n"
1198
"correctly in both branches."
1201
#: bzrlib/builtins.py:1944
1203
"At the same time it is run it may recompress data resulting in\n"
1204
"a potential saving in disk space or performance gain."
1206
"Al mismo tiempo que se ejecuta, puede comprimir los datos resultando\n"
1207
"un ahorro potencial de espacio en disco o aumento el rendimiento."
1209
#: bzrlib/builtins.py:1947
1210
msgid "The branch *MUST* be on a listable system such as local disk or sftp."
1212
"La rama *DEBE* estar en un sistema que se pueda listar tal como disco local "
1215
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1217
"Format for the bzr 2.0 series.\n"
1218
"Uses group-compress storage.\n"
1219
"Provides rich roots which are a one-way transition.\n"
1222
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1224
"Pack-based format used in 1.x series. Introduced in 0.92. Interoperates with "
1225
"bzr repositories before 0.92 but cannot be read by bzr < 0.92. "
1228
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1229
msgid "The 2a format with experimental support for colocated branches.\n"
1232
#: bzrlib/builtins.py:2015
1233
msgid "Make a directory into a versioned branch."
1234
msgstr "Hacer un directorio en una rama versionada."
1236
#: bzrlib/builtins.py:2017
1238
"Use this to create an empty branch, or before importing an\n"
1241
"Use esto para crear una rama nueva o antes de importar un\n"
1242
"proyecto existente."
1244
#: bzrlib/builtins.py:2020
1246
"If there is a repository in a parent directory of the location, then\n"
1247
"the history of the branch will be stored in the repository. Otherwise\n"
1248
"init creates a standalone branch which carries its own history\n"
1249
"in the .bzr directory."
1251
"SI hay un repositorio en un directorio padre de la ubicación, el\n"
1252
"historial de la rama se almacenará en el repositorio. En otro caso\n"
1253
"init crea una rama independiente que lleva su propio historial \n"
1254
"en el directorio .bzr."
1256
#: bzrlib/builtins.py:2025
1258
"If there is already a branch at the location but it has no working tree,\n"
1259
"the tree can be populated with 'bzr checkout'."
1261
"Si existe ya una rama en la ubicación, pero no tiene árbol de trabajo,\n"
1262
"se puede poblar el árbol con «bzr checkout»."
1264
#: bzrlib/builtins.py:2028
1265
msgid "Recipe for importing a tree of files::"
1266
msgstr "Recipiente para importar un árbol de archivos:"
1268
#: bzrlib/builtins.py:2030
1274
" bzr commit -m \"imported project\""
1280
" bzr commit -m «proyecto importado»"
1282
#: bzrlib/builtins.py:2041
1284
"Create the path leading up to the branch if it does not already exist."
1285
msgstr "Crea la ruta que conduce a la rama si no existe ya."
1287
#: bzrlib/builtins.py:2044
1288
msgid "Specify a format for this branch. See \"help formats\"."
1289
msgstr "Especificar un formato para esta rama. Vea «help formats»"
1291
#: bzrlib/builtins.py:2052
1293
"Never change revnos or the existing log. Append revisions to it only."
1296
#: bzrlib/builtins.py:2055
1297
msgid "Create a branch without a working tree."
1298
msgstr "Crea una rama sin árbol de trabajo."
1300
#: bzrlib/builtins.py:2075 bzrlib/push.py:110
1303
"Parent directory of %s does not exist.\n"
1304
"You may supply --create-prefix to create all leading parent directories."
1307
#: bzrlib/builtins.py:2109
1309
"This branch format cannot be set to append-revisions-only. Try --default."
1311
"Este formato de rama no se puede establecer como append-revisions-only. "
1312
"Intente --default."
1314
#: bzrlib/builtins.py:2120
1315
msgid "Created a {0} (format: {1})\n"
1316
msgstr "Creado un {0} (formaot: {1})\n"
1318
#: bzrlib/builtins.py:2129
1320
msgid "Using shared repository: %s\n"
1321
msgstr "Usando el repositorio compartido: %s\n"
1323
#: bzrlib/builtins.py:2133
1324
msgid "Create a shared repository for branches to share storage space."
1326
"Crea un repositorio compartido para ramas para compartir el espacio de "
1329
#: bzrlib/builtins.py:2135
1331
"New branches created under the repository directory will store their\n"
1332
"revisions in the repository, not in the branch directory. For branches\n"
1333
"with shared history, this reduces the amount of storage needed and \n"
1334
"speeds up the creation of new branches."
1337
#: bzrlib/builtins.py:2140
1339
"If the --no-trees option is given then the branches in the repository\n"
1340
"will not have working trees by default. They will still exist as \n"
1341
"directories on disk, but they will not have separate copies of the \n"
1342
"files at a certain revision. This can be useful for repositories that\n"
1343
"store branches which are interacted with through checkouts or remote\n"
1344
"branches, such as on a server."
1347
#: bzrlib/builtins.py:2147
1350
" Create a shared repository holding just branches::"
1353
" Crear un repositorio compartido manteniendo solo las ramas::"
1355
#: bzrlib/builtins.py:2150
1357
" bzr init-repo --no-trees repo\n"
1358
" bzr init repo/trunk"
1360
" bzr init-repo --no-trees repo\n"
1361
" bzr init repo/trunk"
1363
#: bzrlib/builtins.py:2153
1364
msgid " Make a lightweight checkout elsewhere::"
1365
msgstr " Hace una comprobación ligera en cualquier sitio::"
1367
#: bzrlib/builtins.py:2155
1369
" bzr checkout --lightweight repo/trunk trunk-checkout\n"
1370
" cd trunk-checkout\n"
1374
#: bzrlib/builtins.py:2163
1376
"Specify a format for this repository. See \"bzr help formats\" for details."
1378
"Especificar un formato para este repositorio, Vea «bzr help formats» para "
1379
"tener más detalles."
1381
#: bzrlib/builtins.py:2167
1382
msgid "Repository format"
1383
msgstr "Formato de repositorio"
1385
#: bzrlib/builtins.py:2169
1386
msgid "Branches in the repository will default to not having a working tree."
1388
"Las ramas en el repositorio no tendrán de manera predeterminada un árbol de "
1391
#: bzrlib/builtins.py:2195
1392
msgid "Show differences in the working tree, between revisions or branches."
1394
"Muestra diferencias en el árbol de trabajo, entre revisiones o ramas."
1396
#: bzrlib/builtins.py:2197
1398
"If no arguments are given, all changes for the current tree are listed.\n"
1399
"If files are given, only the changes in those files are listed.\n"
1400
"Remote and multiple branches can be compared by using the --old and\n"
1401
"--new options. If not provided, the default for both is derived from\n"
1402
"the first argument, if any, or the current tree if no arguments are\n"
1406
#: bzrlib/builtins.py:2204
1408
"\"bzr diff -p1\" is equivalent to \"bzr diff --prefix old/:new/\", and\n"
1409
"produces patches suitable for \"patch -p1\"."
1411
"«bzr diff -p1» es equivalente a «bzr diff --prefix old/:new/», y\n"
1412
"produce parches adecuados para «patch -p1»."
1414
#: bzrlib/builtins.py:2207
1416
"Note that when using the -r argument with a range of revisions, the\n"
1417
"differences are computed between the two specified revisions. That\n"
1418
"is, the command does not show the changes introduced by the first \n"
1419
"revision in the range. This differs from the interpretation of \n"
1420
"revision ranges used by \"bzr log\" which includes the first revision\n"
1424
#: bzrlib/builtins.py:2214
1428
" 2 - unrepresentable changes\n"
1432
":Valores de salida:\n"
1434
" 2 - cambios no representables\n"
1438
#: bzrlib/builtins.py:2220
1441
" Shows the difference in the working tree versus the last commit::"
1444
" Muestra las diferencias en el árbol de trabajo contra la última "
1447
#: bzrlib/builtins.py:2223
1451
#: bzrlib/builtins.py:2225
1452
msgid " Difference between the working tree and revision 1::"
1453
msgstr " Diferencia entre el árbol de trabajo y la revisión 1::"
1455
#: bzrlib/builtins.py:2227
1456
msgid " bzr diff -r1"
1457
msgstr " bzr diff -r1"
1459
#: bzrlib/builtins.py:2229
1460
msgid " Difference between revision 3 and revision 1::"
1461
msgstr " Diferencia entre revisión 3 y revisión 1::"
1463
#: bzrlib/builtins.py:2231
1464
msgid " bzr diff -r1..3"
1465
msgstr " bzr diff -r1..3"
1467
#: bzrlib/builtins.py:2233
1468
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1469
msgstr " Diferencia entre revisión 3 y revisión 1 para la rama xxx::"
1471
#: bzrlib/builtins.py:2235
1472
msgid " bzr diff -r1..3 xxx"
1473
msgstr " bzr diff -r1..3 xxx"
1475
#: bzrlib/builtins.py:2237
1476
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1478
" Los cambios introducidos por la revisión 2 (equivalente a -r1..2)::"
1480
#: bzrlib/builtins.py:2239
1481
msgid " bzr diff -c2"
1482
msgstr " bzr diff -c2"
1484
#: bzrlib/builtins.py:2241
1486
" To see the changes introduced by revision X::\n"
1490
" Para ver los cambios introducidos por la revisión X::\n"
1494
#: bzrlib/builtins.py:2245
1496
" Note that in the case of a merge, the -c option shows the changes\n"
1497
" compared to the left hand parent. To see the changes against\n"
1498
" another parent, use::"
1501
#: bzrlib/builtins.py:2249
1502
msgid " bzr diff -r<chosen_parent>..X"
1503
msgstr " bzr diff -r<padre_elegido>..X"
1505
#: bzrlib/builtins.py:2251
1507
" The changes between the current revision and the previous revision\n"
1508
" (equivalent to -c-1 and -r-2..-1)"
1510
" Los cambios entre la versión actual y la previa\n"
1511
" (equivalente a -c-1 y -r-2..-1)"
1513
#: bzrlib/builtins.py:2254
1514
msgid " bzr diff -r-2.."
1515
msgstr " bzr diff -r-2.."
1517
#: bzrlib/builtins.py:2256
1518
msgid " Show just the differences for file NEWS::"
1519
msgstr " Solo muestra las diferencias para el archivo NEWS::"
1521
#: bzrlib/builtins.py:2258
1522
msgid " bzr diff NEWS"
1523
msgstr " bzr diff NEWS"
1525
#: bzrlib/builtins.py:2260
1526
msgid " Show the differences in working tree xxx for file NEWS::"
1528
" Muestra las diferencias en el árbol de trabajo xxx para el archivo NEWS::"
1530
#: bzrlib/builtins.py:2262
1531
msgid " bzr diff xxx/NEWS"
1532
msgstr " bzr diff xxx/NEWS"
1534
#: bzrlib/builtins.py:2264
1535
msgid " Show the differences from branch xxx to this working tree:"
1537
" Muestra la diferencias desde la rama xxx a este árbol de trabajo:"
1539
#: bzrlib/builtins.py:2266
1540
msgid " bzr diff --old xxx"
1541
msgstr " bzr diff --old xxx"
1543
#: bzrlib/builtins.py:2268
1544
msgid " Show the differences between two branches for file NEWS::"
1545
msgstr " Muestra las diferencias entre dos ramas para el archivo NEWS:"
1547
#: bzrlib/builtins.py:2270
1548
msgid " bzr diff --old xxx --new yyy NEWS"
1549
msgstr " bzr diff --old xxx --new yyy NEWS"
1551
#: bzrlib/builtins.py:2272
1552
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1554
" Igual que «bzr diff» pero pone el prefijo a las rutas old/ y new/::"
1556
#: bzrlib/builtins.py:2274
1558
" bzr diff --prefix old/:new/\n"
1560
" Show the differences using a custom diff program with options::\n"
1562
" bzr diff --using /usr/bin/diff --diff-options -wu"
1565
#: bzrlib/builtins.py:2284
1566
msgid "Pass these options to the external diff program."
1567
msgstr "Pasa esta opciones para el programa diff externo."
1569
#: bzrlib/builtins.py:2287
1571
"Set prefixes added to old and new filenames, as two values separated by a "
1572
"colon. (eg \"old/:new/\")."
1575
#: bzrlib/builtins.py:2290
1576
msgid "Branch/tree to compare from."
1577
msgstr "Rama/árbol desde donde comparar."
1579
#: bzrlib/builtins.py:2294
1580
msgid "Branch/tree to compare to."
1581
msgstr "Rama/árbol a la que comparar."
1583
#: bzrlib/builtins.py:2300
1584
msgid "Use this command to compare files."
1585
msgstr "Use esta orden para comparar archivos."
1587
#: bzrlib/builtins.py:2305
1588
msgid "Diff format to use."
1589
msgstr "Formato diff a usar."
1591
#: bzrlib/builtins.py:2307
1593
msgstr "Formato diff"
1595
#: bzrlib/builtins.py:2329
1596
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1598
"--prefix espera dos valores separados por dos puntos (ej. «old/:new/»)"
1600
#: bzrlib/builtins.py:2333
1601
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1603
"bzr diff --revision toma exactamente uno o dos especificadores de revisión"
1605
#: bzrlib/builtins.py:2338 bzrlib/builtins.py:2736 bzrlib/builtins.py:2749
1606
#: bzrlib/builtins.py:2757 bzrlib/builtins.py:4919
1607
msgid "{0} and {1} are mutually exclusive"
1608
msgstr "{0} y {1} se excluyen mutuamente"
1610
#: bzrlib/builtins.py:2358
1612
"List files deleted in the working tree.\n"
1615
"Lista archivos eliminados en el árbol de trabajo.\n"
1618
#: bzrlib/builtins.py:2436
1619
msgid "Show the tree root directory."
1620
msgstr "Muestra el directorio raíz del árbol."
1622
#: bzrlib/builtins.py:2438
1624
"The root is the nearest enclosing directory with a .bzr control\n"
1628
#: bzrlib/builtins.py:2453
1629
msgid "The limit argument must be an integer."
1630
msgstr "El argumento límite debe ser un entero."
1632
#: bzrlib/builtins.py:2461
1633
msgid "The levels argument must be an integer."
1634
msgstr "Los argumentos de niveles deben ser un entero."
1636
#: bzrlib/builtins.py:2466
1637
msgid "Show historical log for a branch or subset of a branch."
1639
"Muestra el registro histórico de una rama o un subconjunto de una rama."
1641
#: bzrlib/builtins.py:2468
1643
"log is bzr's default tool for exploring the history of a branch.\n"
1644
"The branch to use is taken from the first parameter. If no parameters\n"
1645
"are given, the branch containing the working directory is logged.\n"
1646
"Here are some simple examples::"
1649
#: bzrlib/builtins.py:2473
1651
" bzr log log the current branch\n"
1652
" bzr log foo.py log a file in its branch\n"
1653
" bzr log http://server/branch log a branch on a server"
1655
" bzr log registra la rama actual\n"
1656
" bzr log foo.py registra un archivo en esta rama\n"
1657
" bzr log http://servidor/rama registra una rama en un servidor"
1659
#: bzrlib/builtins.py:2477
1661
"The filtering, ordering and information shown for each revision can\n"
1662
"be controlled as explained below. By default, all revisions are\n"
1663
"shown sorted (topologically) so that newer revisions appear before\n"
1664
"older ones and descendants always appear before ancestors. If displayed,\n"
1665
"merged revisions are shown indented under the revision in which they\n"
1669
#: bzrlib/builtins.py:2484
1670
msgid ":Output control:"
1671
msgstr ":Control de saliuda:"
1673
#: bzrlib/builtins.py:2486
1675
" The log format controls how information about each revision is\n"
1676
" displayed. The standard log formats are called ``long``, ``short``\n"
1677
" and ``line``. The default is long. See ``bzr help log-formats``\n"
1678
" for more details on log formats."
1681
#: bzrlib/builtins.py:2491
1683
" The following options can be used to control what information is\n"
1686
" Las siguientes opciones se pueden usar para controlar qué información\n"
1689
#: bzrlib/builtins.py:2494
1691
" -l N display a maximum of N revisions\n"
1692
" -n N display N levels of revisions (0 for all, 1 for collapsed)\n"
1693
" -v display a status summary (delta) for each revision\n"
1694
" -p display a diff (patch) for each revision\n"
1695
" --show-ids display revision-ids (and file-ids), not just revnos"
1698
#: bzrlib/builtins.py:2500
1700
" Note that the default number of levels to display is a function of the\n"
1701
" log format. If the -n option is not used, the standard log formats show\n"
1702
" just the top level (mainline)."
1705
#: bzrlib/builtins.py:2504
1707
" Status summaries are shown using status flags like A, M, etc. To see\n"
1708
" the changes explained using words like ``added`` and ``modified``\n"
1709
" instead, use the -vv option."
1712
#: bzrlib/builtins.py:2508
1713
msgid ":Ordering control:"
1714
msgstr ":Control de ordenación:"
1716
#: bzrlib/builtins.py:2510
1718
" To display revisions from oldest to newest, use the --forward option.\n"
1719
" In most cases, using this option will have little impact on the total\n"
1720
" time taken to produce a log, though --forward does not incrementally\n"
1721
" display revisions like --reverse does when it can."
1724
#: bzrlib/builtins.py:2515
1725
msgid ":Revision filtering:"
1726
msgstr ":Filtrado de revisión:"
1728
#: bzrlib/builtins.py:2517
1730
" The -r option can be used to specify what revision or range of revisions\n"
1731
" to filter against. The various forms are shown below::"
1734
#: bzrlib/builtins.py:2520
1736
" -rX display revision X\n"
1737
" -rX.. display revision X and later\n"
1738
" -r..Y display up to and including revision Y\n"
1739
" -rX..Y display from X to Y inclusive"
1741
" -rX muestra revisión X\n"
1742
" -rX.. muestra revisión X y posterior\n"
1743
" -r..Y muestra hasta la revisión Y inclusive\n"
1744
" -rX..Y muestra desde X a Y inclusive"
1746
#: bzrlib/builtins.py:2525
1748
" See ``bzr help revisionspec`` for details on how to specify X and Y.\n"
1749
" Some common examples are given below::"
1751
" Vea «bzr help revisionspec» para tener más detalles sobre como especificar "
1753
" Más abajo se listan algunos ejemplos::"
1755
#: bzrlib/builtins.py:2528
1757
" -r-1 show just the tip\n"
1758
" -r-10.. show the last 10 mainline revisions\n"
1759
" -rsubmit:.. show what's new on this branch\n"
1760
" -rancestor:path.. show changes since the common ancestor of this\n"
1761
" branch and the one at location path\n"
1762
" -rdate:yesterday.. show changes since yesterday"
1765
#: bzrlib/builtins.py:2535
1767
" When logging a range of revisions using -rX..Y, log starts at\n"
1768
" revision Y and searches back in history through the primary\n"
1769
" (\"left-hand\") parents until it finds X. When logging just the\n"
1770
" top level (using -n1), an error is reported if X is not found\n"
1771
" along the way. If multi-level logging is used (-n0), X may be\n"
1772
" a nested merge revision and the log will be truncated accordingly."
1775
#: bzrlib/builtins.py:2542
1776
msgid ":Path filtering:"
1777
msgstr ":Filtrado de ruta:"
1779
#: bzrlib/builtins.py:2544
1781
" If parameters are given and the first one is not a branch, the log\n"
1782
" will be filtered to show only those revisions that changed the\n"
1783
" nominated files or directories."
1785
" Si se dan los parámetros y el primero no es una rama, el registro\n"
1786
" se filtrará para mostrar solo las revisiones que cambiaron los\n"
1787
" archivos o directorios nominados."
1789
#: bzrlib/builtins.py:2548
1791
" Filenames are interpreted within their historical context. To log a\n"
1792
" deleted file, specify a revision range so that the file existed at\n"
1793
" the end or start of the range."
1796
#: bzrlib/builtins.py:2552
1798
" Historical context is also important when interpreting pathnames of\n"
1799
" renamed files/directories. Consider the following example:"
1802
#: bzrlib/builtins.py:2555
1804
" * revision 1: add tutorial.txt\n"
1805
" * revision 2: modify tutorial.txt\n"
1806
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1808
" * revisión 1: añadir tutorial.txt\n"
1809
" * revisión 2: modificar tutorial.txt\n"
1810
" * revisión 3: renombrar tutorial.txt a guide.txt; añadir tutorial.txt"
1812
#: bzrlib/builtins.py:2559
1813
msgid " In this case:"
1814
msgstr " en este caso:"
1816
#: bzrlib/builtins.py:2561
1817
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1819
" * ``bzr log guide.txt`` registrará el archivo añadido en revisión 1:"
1821
#: bzrlib/builtins.py:2563
1823
" * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1825
" * «bzr log tutorial.txt» registrará el nuevo archivo añadido en la "
1828
#: bzrlib/builtins.py:2565
1830
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1831
" the original file in revision 2."
1833
" * «bzr log -r2 -p tutorial.txt» mostrará los cambios realizados al\n"
1834
" archivo original en la revisión 2."
1836
#: bzrlib/builtins.py:2568
1838
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1839
" was no file called guide.txt in revision 2."
1842
#: bzrlib/builtins.py:2571
1844
" Renames are always followed by log. By design, there is no need to\n"
1845
" explicitly ask for this (and no way to stop logging a file back\n"
1846
" until it was last renamed)."
1849
#: bzrlib/builtins.py:2575
1850
msgid ":Other filtering:"
1851
msgstr ":Otro filtrado:"
1853
#: bzrlib/builtins.py:2577
1855
" The --match option can be used for finding revisions that match a\n"
1856
" regular expression in a commit message, committer, author or bug.\n"
1857
" Specifying the option several times will match any of the supplied\n"
1858
" expressions. --match-author, --match-bugs, --match-committer and\n"
1859
" --match-message can be used to only match a specific field."
1862
#: bzrlib/builtins.py:2583
1863
msgid ":Tips & tricks:"
1864
msgstr ":Trucos y consejos:"
1866
#: bzrlib/builtins.py:2585
1868
" GUI tools and IDEs are often better at exploring history than command\n"
1869
" line tools: you may prefer qlog or viz from qbzr or bzr-gtk, the\n"
1870
" bzr-explorer shell, or the Loggerhead web interface. See the Plugin\n"
1871
" Guide <http://doc.bazaar.canonical.com/plugins/en/> and\n"
1872
" <http://wiki.bazaar.canonical.com/IDEIntegration>. "
1875
#: bzrlib/builtins.py:2591
1877
" You may find it useful to add the aliases below to ``bazaar.conf``::"
1880
#: bzrlib/builtins.py:2593
1884
" top = log -l10 --line\n"
1889
" top = log -l10 --line\n"
1892
#: bzrlib/builtins.py:2598
1894
" ``bzr tip`` will then show the latest revision while ``bzr top``\n"
1895
" will show the last 10 mainline revisions. To see the details of a\n"
1896
" particular revision X, ``bzr show -rX``."
1899
#: bzrlib/builtins.py:2602
1901
" If you are interested in looking deeper into a particular merge X,\n"
1902
" use ``bzr log -n0 -rX``."
1904
" Si está interesado en mirar más profundamente en una fusiòn X particular,\n"
1905
" use «bzr log -n0 -rX»."
1907
#: bzrlib/builtins.py:2605
1909
" ``bzr log -v`` on a branch with lots of history is currently\n"
1910
" very slow. A fix for this issue is currently under development.\n"
1911
" With or without that fix, it is recommended that a revision range\n"
1912
" be given when using the -v option."
1915
#: bzrlib/builtins.py:2610
1917
" bzr has a generic full-text matching plugin, bzr-search, that can be\n"
1918
" used to find revisions matching user names, commit messages, etc.\n"
1919
" Among other features, this plugin can find all revisions containing\n"
1920
" a list of words but not others."
1923
#: bzrlib/builtins.py:2615
1925
" When exploring non-mainline history on large projects with deep\n"
1926
" history, the performance of log can be greatly improved by installing\n"
1927
" the historycache plugin. This plugin buffers historical information\n"
1928
" trading disk space for faster speed."
1931
#: bzrlib/builtins.py:2624
1932
msgid "Show from oldest to newest."
1933
msgstr "Muestra desde el más antiguo al más moderno."
1935
#: bzrlib/builtins.py:2627
1936
msgid "Show files changed in each revision."
1937
msgstr "Muestra los archivos cambiados en cada revisión."
1939
#: bzrlib/builtins.py:2633
1940
msgid "Show just the specified revision. See also \"help revisionspec\"."
1942
"Muestra solo la revisión especificada. Vea también «help revisionspec»."
1944
#: bzrlib/builtins.py:2637
1945
msgid "What names to list as authors - first, all or committer."
1948
#: bzrlib/builtins.py:2638
1952
#: bzrlib/builtins.py:2643
1953
msgid "Number of levels to display - 0 for all, 1 for flat."
1954
msgstr "Número de niveles a mostrar -0 para todo, 1 para plano."
1956
#: bzrlib/builtins.py:2653
1957
msgid "Limit the output to the first N revisions."
1958
msgstr "Límite de salida para las primeras N revisiones."
1960
#: bzrlib/builtins.py:2658
1961
msgid "Show changes made in each revision as a patch."
1962
msgstr "Mostrar cambios realizados en cada revisión como un parche."
1964
#: bzrlib/builtins.py:2660
1965
msgid "Show merged revisions like --levels 0 does."
1968
#: bzrlib/builtins.py:2664
1969
msgid "Do not report commits with more than one parent."
1970
msgstr "No informar de ejecuciones con más de un padre."
1972
#: bzrlib/builtins.py:2666
1974
"Display only the revisions that are not part of both ancestries (require -"
1978
#: bzrlib/builtins.py:2670
1979
msgid "Show digital signature validity."
1982
#: bzrlib/builtins.py:2673
1983
msgid "Show revisions whose properties match this expression."
1984
msgstr "Mostrar revisiones cuyas propiedades coincidan con esta expresión."
1986
#: bzrlib/builtins.py:2677
1987
msgid "Show revisions whose message matches this expression."
1988
msgstr "Mostrar revisiones cuyos mensajes coincidan con esta expresión."
1990
#: bzrlib/builtins.py:2681
1991
msgid "Show revisions whose committer matches this expression."
1992
msgstr "Mostrar revisiones cuyos ejecutores coincidan con esta expresión."
1994
#: bzrlib/builtins.py:2685
1995
msgid "Show revisions whose authors match this expression."
1996
msgstr "Mostrar revisiones cuyos autores coincidan con esta expresión."
1998
#: bzrlib/builtins.py:2689
1999
msgid "Show revisions whose bugs match this expression."
2000
msgstr "Mostrar revisiones cuyos errores coincidan con esta expresión."
2002
#: bzrlib/builtins.py:2743
2003
msgid "--exclude-common-ancestry requires -r with two revisions"
2004
msgstr "--exclude-common-ancestry requieren -r con dos revisiones"
2006
#: bzrlib/builtins.py:2771
2008
msgid "Path unknown at end or start of revision range: %s"
2009
msgstr "Ruta desconocida en el principio o final del rango de revisión: %s"
2011
#: bzrlib/builtins.py:2888
2013
msgid "bzr %s doesn't accept two revisions in different branches."
2014
msgstr "bzr %s no acepta dos revisiones en diferentes ramas."
2016
#: bzrlib/builtins.py:2904
2018
msgid "bzr %s --revision takes one or two values."
2019
msgstr "bzr %s --revision toma uno o dos valores."
2021
#: bzrlib/builtins.py:2949
2023
"List files in a tree.\n"
2026
"Lista archivos en un árbol\n"
2029
#: bzrlib/builtins.py:2958
2030
msgid "Recurse into subdirectories."
2033
#: bzrlib/builtins.py:2960
2034
msgid "Print paths relative to the root of the branch."
2035
msgstr "Imprime rutas relativas a la raíz de la rama."
2037
#: bzrlib/builtins.py:2962
2038
msgid "Print unknown files."
2039
msgstr "Imprimir archivos desconocidos."
2041
#: bzrlib/builtins.py:2963
2042
msgid "Print versioned files."
2043
msgstr "Imprimir archivos versionados."
2045
#: bzrlib/builtins.py:2966
2046
msgid "Print ignored files."
2047
msgstr "Imprimir archivos ignorados."
2049
#: bzrlib/builtins.py:2968
2050
msgid "List entries of a particular kind: file, directory, symlink."
2052
"Lista entradas de un tipo particular; archivo, directorio, vínculo simbólico."
2054
#: bzrlib/builtins.py:2981
2055
msgid "invalid kind specified"
2056
msgstr "tivo inválido especificado"
2058
#: bzrlib/builtins.py:2984
2059
msgid "Cannot set both --verbose and --null"
2060
msgstr "No se pueden establecer ambos --verbose y --null"
2062
#: bzrlib/builtins.py:2993
2063
msgid "cannot specify both --from-root and PATH"
2064
msgstr "No se pueden establecer ambos --from-root y PATH"
2066
#: bzrlib/builtins.py:3080
2067
msgid "Ignore specified files or patterns."
2068
msgstr "Ignorar archivos o patrones especificados."
2070
#: bzrlib/builtins.py:3082
2071
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
2073
"Vea «bzr help patterns» para tener detalles sobre la sintaxis de patrones."
2075
#: bzrlib/builtins.py:3084
2077
"If a .bzrignore file does not exist, the ignore command\n"
2078
"will create one and add the specified files or patterns to the newly\n"
2079
"created file. The ignore command will also automatically add the \n"
2080
".bzrignore file to be versioned. Creating a .bzrignore file without\n"
2081
"the use of the ignore command will require an explicit add command."
2084
#: bzrlib/builtins.py:3090
2086
"To remove patterns from the ignore list, edit the .bzrignore file.\n"
2087
"After adding, editing or deleting that file either indirectly by\n"
2088
"using this command or directly by using an editor, be sure to commit\n"
2091
"Para eliminar los patrones de la lista de ignorados, edite el archivo "
2093
"Después de añadir, editar o borrar el archivo o bien indirectamente por\n"
2094
"el uso de esta orden, o directamente mediante un editor, asegúrese de "
2097
#: bzrlib/builtins.py:3095
2099
"Bazaar also supports a global ignore file ~/.bazaar/ignore. On Windows\n"
2100
"the global ignore file can be found in the application data directory as\n"
2101
"C:\\Documents and Settings\\<user>\\Application Data\\Bazaar\\2.0\\ignore.\n"
2102
"Global ignores are not touched by this command. The global ignore file\n"
2103
"can be edited directly using an editor."
2106
#: bzrlib/builtins.py:3101
2108
"Patterns prefixed with '!' are exceptions to ignore patterns and take\n"
2109
"precedence over regular ignores. Such exceptions are used to specify\n"
2110
"files that should be versioned which would otherwise be ignored."
2113
#: bzrlib/builtins.py:3105
2115
"Patterns prefixed with '!!' act as regular ignore patterns, but have\n"
2116
"precedence over the '!' exception patterns."
2119
#: bzrlib/builtins.py:3108
2123
"* Ignore patterns containing shell wildcards must be quoted from\n"
2124
" the shell on Unix."
2127
#: bzrlib/builtins.py:3113
2129
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
2130
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
2133
#: bzrlib/builtins.py:3116
2136
" Ignore the top level Makefile::"
2139
#: bzrlib/builtins.py:3119
2140
msgid " bzr ignore ./Makefile"
2141
msgstr " bzr ignore ./Makefile"
2143
#: bzrlib/builtins.py:3121
2144
msgid " Ignore .class files in all directories...::"
2145
msgstr " Ignorar archivos .class en todos los directorios...::"
2147
#: bzrlib/builtins.py:3123
2148
msgid " bzr ignore \"*.class\""
2149
msgstr " bzr ignore \"*.class\""
2151
#: bzrlib/builtins.py:3125
2152
msgid " ...but do not ignore \"special.class\"::"
2153
msgstr " ...pero no ignora «special.class»::"
2155
#: bzrlib/builtins.py:3127
2156
msgid " bzr ignore \"!special.class\""
2157
msgstr " bzr ignore «!special.class»"
2159
#: bzrlib/builtins.py:3129
2160
msgid " Ignore files whose name begins with the \"#\" character::"
2161
msgstr " Ignorar archivos cuyos nombres comiencen con el carácter «#»::"
2163
#: bzrlib/builtins.py:3131
2164
msgid " bzr ignore \"RE:^#\""
2165
msgstr " bzr ignore \"RE:^#\""
2167
#: bzrlib/builtins.py:3133 bzrlib/builtins.py:3137
2168
msgid " Ignore .o files under the lib directory::"
2169
msgstr " Ignorar archivos .o bajo el directorio lib::"
2171
#: bzrlib/builtins.py:3135
2172
msgid " bzr ignore \"lib/**/*.o\""
2173
msgstr " bzr ignore \"lib/**/*.o\""
2175
#: bzrlib/builtins.py:3139
2176
msgid " bzr ignore \"RE:lib/.*\\.o\""
2177
msgstr " bzr ignore \"RE:lib/.*\\.o\""
2179
#: bzrlib/builtins.py:3141
2180
msgid " Ignore everything but the \"debian\" toplevel directory::"
2182
" Ignorar todo excepto el directorio de nivel superior de «debian»::"
2184
#: bzrlib/builtins.py:3143
2186
" bzr ignore \"RE:(?!debian/).*\"\n"
2188
" Ignore everything except the \"local\" toplevel directory,\n"
2189
" but always ignore autosave files ending in ~, even under local/::\n"
2191
" bzr ignore \"*\"\n"
2192
" bzr ignore \"!./local\"\n"
2193
" bzr ignore \"!!*~\""
2196
#: bzrlib/builtins.py:3157
2197
msgid "Display the default ignore rules that bzr uses."
2198
msgstr "Muestra las reglas de ignorado predeterminada que usa bzr."
2200
#: bzrlib/builtins.py:3169
2201
msgid "ignore requires at least one NAME_PATTERN or --default-rules."
2204
#: bzrlib/builtins.py:3180
2206
msgid "Invalid ignore pattern found. %s"
2207
msgid_plural "Invalid ignore patterns found. %s"
2208
msgstr[0] "Se encontró un patrón de ignorado inválido. %s"
2209
msgstr[1] "Se encontraron patrones de ignorado inválidos. %s"
2211
#: bzrlib/builtins.py:3189
2212
msgid "NAME_PATTERN should not be an absolute path"
2213
msgstr "NAME_PATTERN no debe ser una ruta absoluta"
2215
#: bzrlib/builtins.py:3202
2218
"Warning: the following files are version controlled and match your ignore "
2221
"These files will continue to be version controlled unless you 'bzr remove' "
2225
#: bzrlib/builtins.py:3209
2226
msgid "List ignored files and the patterns that matched them."
2227
msgstr "Lista todos los archivos ignorados y patrones que conciden."
2229
#: bzrlib/builtins.py:3211
2231
"List all the ignored files and the ignore pattern that caused the file to\n"
2235
#: bzrlib/builtins.py:3214
2236
msgid "Alternatively, to list just the files::"
2237
msgstr "Alternativamente, lista solo los archivos:"
2239
#: bzrlib/builtins.py:3216
2240
msgid " bzr ls --ignored"
2241
msgstr " bzr ls --ignored"
2243
#: bzrlib/builtins.py:3250
2245
msgid "not a valid revision-number: %r"
2246
msgstr "no es un número de revisión válido: %r"
2248
#: bzrlib/builtins.py:3257
2250
"Export current or past revision to a destination directory or archive."
2252
"Exporta la revisión actual o pasada a un directorio de destino o un "
2255
#: bzrlib/builtins.py:3259
2256
msgid "If no revision is specified this exports the last committed revision."
2257
msgstr "Si no se especifica revisión, exporta la última revisión ejecutada."
2259
#: bzrlib/builtins.py:3261
2261
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
2262
"given, try to find the format with the extension. If no extension\n"
2263
"is found exports to a directory (equivalent to --format=dir)."
2266
#: bzrlib/builtins.py:3265
2268
"If root is supplied, it will be used as the root directory inside\n"
2269
"container formats (tar, zip, etc). If it is not supplied it will default\n"
2270
"to the exported filename. The root option has no effect for 'dir' format."
2273
#: bzrlib/builtins.py:3269
2275
"If branch is omitted then the branch containing the current working\n"
2276
"directory will be used."
2278
"Si se omite la rama entonces se usa la rama que contiene el directorio\n"
2279
"de trabajo actual."
2281
#: bzrlib/builtins.py:3272
2283
"Note: Export of tree with non-ASCII filenames to zip is not supported."
2285
"Nota: no se puede exportar un aŕbol con nombres de archivo no ASCII a zip."
2287
#: bzrlib/builtins.py:3274
2289
" ================= =========================\n"
2290
" Supported formats Autodetected by extension\n"
2291
" ================= =========================\n"
2294
" tbz2 .tar.bz2, .tbz2\n"
2295
" tgz .tar.gz, .tgz\n"
2297
" ================= ========================="
2299
" ================= ===================================\n"
2300
" Formatos permitidos Detectados automáticamente por extensión\n"
2301
" ================= ===================================\n"
2304
" tbz2 .tar.bz2, .tbz2\n"
2305
" tgz .tar.gz, .tgz\n"
2307
" ================= ==================================="
2309
#: bzrlib/builtins.py:3288
2310
msgid "Type of file to export to."
2311
msgstr "Tipo de archivo para exportar."
2313
#: bzrlib/builtins.py:3291
2314
msgid "Apply content filters to export the convenient form."
2316
"Aplicar los filtros de contenido para exportar el formulario conveniente."
2318
#: bzrlib/builtins.py:3295
2319
msgid "Name of the root directory inside the exported file."
2320
msgstr "Nombre del directorio raíz dentro del archivo exportado."
2322
#: bzrlib/builtins.py:3297
2324
"Set modification time of files to that of the last revision in which it was "
2327
"Establecer la fecha de modificación de los archivos a la de la última "
2328
"revisión en la que se cambió."
2330
#: bzrlib/builtins.py:3300
2332
"Export the working tree contents rather than that of the last revision."
2335
#: bzrlib/builtins.py:3319
2336
msgid "--uncommitted requires a working tree"
2339
#: bzrlib/builtins.py:3328
2341
msgid "Unsupported export format: %s"
2342
msgstr "Formato de exportación no permitido: %s"
2344
#: bzrlib/builtins.py:3332
2346
"Write the contents of a file as of a given revision to standard output."
2348
"Escribir los contenidos de un archivo como una revisión dada a la salida "
2351
#: bzrlib/builtins.py:3334
2352
msgid "If no revision is nominated, the last revision is used."
2353
msgstr "SI no hay una revisión nominada, se usa la última revisión."
2355
#: bzrlib/builtins.py:3336
2357
"Note: Take care to redirect standard output when using this command on a\n"
2361
#: bzrlib/builtins.py:3342
2362
msgid "The path name in the old tree."
2363
msgstr "La ruta en el árbol antiguo."
2365
#: bzrlib/builtins.py:3343
2366
msgid "Apply content filters to display the convenience form."
2369
#: bzrlib/builtins.py:3354
2370
msgid "bzr cat --revision takes exactly one revision specifier"
2371
msgstr "bzr cat --revision toma específicamente un especificador de revisión"
2373
#: bzrlib/builtins.py:3379 bzrlib/builtins.py:3391
2374
msgid "{0!r} is not present in revision {1}"
2375
msgstr "{0!r} no está presente en la revisión {1}"
2377
#: bzrlib/builtins.py:3414
2378
msgid "Commit changes into a new revision."
2379
msgstr "Ejecutar cambios en una revisión nueva."
2381
#: bzrlib/builtins.py:3416
2383
"An explanatory message needs to be given for each commit. This is\n"
2384
"often done by using the --message option (getting the message from the\n"
2385
"command line) or by using the --file option (getting the message from\n"
2386
"a file). If neither of these options is given, an editor is opened for\n"
2387
"the user to enter the message. To see the changed files in the\n"
2388
"boilerplate text loaded into the editor, use the --show-diff option."
2391
#: bzrlib/builtins.py:3423
2393
"By default, the entire tree is committed and the person doing the\n"
2394
"commit is assumed to be the author. These defaults can be overridden\n"
2395
"as explained below."
2398
#: bzrlib/builtins.py:3427
2399
msgid ":Selective commits:"
2402
#: bzrlib/builtins.py:3429
2404
" If selected files are specified, only changes to those files are\n"
2405
" committed. If a directory is specified then the directory and\n"
2406
" everything within it is committed."
2409
#: bzrlib/builtins.py:3433
2411
" When excludes are given, they take precedence over selected files.\n"
2412
" For example, to commit only changes within foo, but not changes\n"
2416
#: bzrlib/builtins.py:3437
2417
msgid " bzr commit foo -x foo/bar"
2418
msgstr " bzr commit foo -x foo/bar"
2420
#: bzrlib/builtins.py:3439
2421
msgid " A selective commit after a merge is not yet supported."
2422
msgstr " No está permitida una ejecución selectiva después de una fusión."
2424
#: bzrlib/builtins.py:3441
2425
msgid ":Custom authors:"
2426
msgstr ":Autores personalizados:"
2428
#: bzrlib/builtins.py:3443
2430
" If the author of the change is not the same person as the committer,\n"
2431
" you can specify the author's name using the --author option. The\n"
2432
" name should be in the same format as a committer-id, e.g.\n"
2433
" \"John Doe <jdoe@example.com>\". If there is more than one author of\n"
2434
" the change you can specify the option multiple times, once for each\n"
2438
#: bzrlib/builtins.py:3450
2440
msgstr ":Comprobaciones:"
2442
#: bzrlib/builtins.py:3452
2444
" A common mistake is to forget to add a new file or directory before\n"
2445
" running the commit command. The --strict option checks for unknown\n"
2446
" files and aborts the commit if any are found. More advanced pre-commit\n"
2447
" checks can be implemented by defining hooks. See ``bzr help hooks``\n"
2451
#: bzrlib/builtins.py:3458
2452
msgid ":Things to note:"
2453
msgstr ":Cosas a tener en cuenta:"
2455
#: bzrlib/builtins.py:3460
2457
" If you accidentially commit the wrong changes or make a spelling\n"
2458
" mistake in the commit message say, you can use the uncommit command\n"
2459
" to undo it. See ``bzr help uncommit`` for details."
2462
#: bzrlib/builtins.py:3464
2464
" Hooks can also be configured to run after a commit. This allows you\n"
2465
" to trigger updates to external systems like bug trackers. The --fixes\n"
2466
" option can be used to record the association between a revision and\n"
2467
" one or more bugs. See ``bzr help bugs`` for details."
2470
#: bzrlib/builtins.py:3474
2471
msgid "Do not consider changes made to a given path."
2472
msgstr "No considerar los cambios realizados en una ruta dada."
2474
#: bzrlib/builtins.py:3477
2475
msgid "Description of the new revision."
2476
msgstr "Descripción de la revisión nueva."
2478
#: bzrlib/builtins.py:3480
2479
msgid "Commit even if nothing has changed."
2480
msgstr "Ejecutar incluso si no ha cambiado nada."
2482
#: bzrlib/builtins.py:3484
2483
msgid "Take commit message from this file."
2484
msgstr "Tomar el mensaje de ejecución desde este archivo."
2486
#: bzrlib/builtins.py:3486
2487
msgid "Refuse to commit if there are unknown files in the working tree."
2489
"Rechazar la ejecución si hay archivos desconocidos en el árbol de trabajo."
2491
#: bzrlib/builtins.py:3489
2493
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2496
"Establecer manualmente la hora de ejecución usando un formato de fecha de "
2497
"ejecución, por ejemplo «2009-10-10 08:00:00 +0100»."
2499
#: bzrlib/builtins.py:3492
2500
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2502
"Marca que un error se ha arreglado en esta revisión (vea «bzr help bugs»)."
2504
#: bzrlib/builtins.py:3495
2505
msgid "Set the author's name, if it's different from the committer."
2507
"Establecer el nombre del autor, si este es diferente al del ejecutor."
2509
#: bzrlib/builtins.py:3498
2511
"Perform a local commit in a bound branch. Local commits are not pushed to "
2512
"the master branch until a normal commit is performed."
2515
#: bzrlib/builtins.py:3504
2517
"When no message is supplied, show the diff along with the status summary in "
2518
"the message editor."
2521
#: bzrlib/builtins.py:3507
2523
"When committing to a foreign version control system do not push data that "
2524
"can not be natively represented."
2527
#: bzrlib/builtins.py:3525
2530
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2531
"default bug tracker using the `bugtracker` option.\n"
2532
"See \"bzr help bugs\" for more information on this feature. Commit refused."
2535
#: bzrlib/builtins.py:3534
2538
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"bzr help bugs\" "
2539
"for more information on this feature.\n"
2543
#: bzrlib/builtins.py:3543
2545
msgid "Unrecognized bug %s. Commit refused."
2546
msgstr "Error no reconocido %s. Ejecución rechazada."
2548
#: bzrlib/builtins.py:3546
2555
"Ejecución rechazada."
2557
#: bzrlib/builtins.py:3570
2558
msgid "Could not parse --commit-time: "
2559
msgstr "No se puede analizar --commit-time: "
2561
#: bzrlib/builtins.py:3610
2562
msgid "please specify either --message or --file"
2563
msgstr "especifique uno --message o --file"
2565
#: bzrlib/builtins.py:3639
2566
msgid "please specify a commit message with either --message or --file"
2567
msgstr "especifique un mensaje de ejecución con --message o --file"
2569
#: bzrlib/builtins.py:3642
2571
"Empty commit message specified. Please specify a commit message with either -"
2572
"-message or --file or leave a blank message with --message \"\"."
2575
#: bzrlib/builtins.py:3662
2577
"No changes to commit. Please 'bzr add' the files you want to commit, or use -"
2578
"-unchanged to force an empty commit."
2580
"No hay cambios que ejecutar. «bzr add» los archivos que quiera ejecutar o "
2581
"use --unchanged para forzar una ejecución vacía."
2583
#: bzrlib/builtins.py:3666
2585
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2586
"resolve FILE\" to resolve."
2588
"Conflictos detectados en el árbol de trabajo. Use «bzr conflicts» para "
2589
"listar, «bzr resolve ARCHIVO»\" para resolver."
2591
#: bzrlib/builtins.py:3670
2592
msgid "Commit refused because there are unknown files in the working tree."
2594
"Ejecución rechazada porque hay archivos desconocidos en el árbol de trabajo."
2596
#: bzrlib/builtins.py:3673
2599
"To commit to master branch, run update and then commit.\n"
2600
"You can also pass --local to commit to continue working disconnected."
2603
#: bzrlib/builtins.py:3681
2605
"Validate working tree structure, branch consistency and repository history."
2607
"Valida la estructura del árbol de trabajo, la consistencia de la rama y el "
2608
"historial del repositorio."
2610
#: bzrlib/builtins.py:3683
2612
"This command checks various invariants about branch and repository storage\n"
2613
"to detect data corruption or bzr bugs."
2616
#: bzrlib/builtins.py:3686
2618
"The working tree and branch checks will only give output if a problem is\n"
2619
"detected. The output fields of the repository check are:"
2622
#: bzrlib/builtins.py:3689
2625
" This is just the number of revisions checked. It doesn't\n"
2626
" indicate a problem."
2629
" Esto es solo el número de revisiones comprobadas, No\n"
2630
" indica un problema."
2632
#: bzrlib/builtins.py:3693
2635
" This is just the number of versionedfiles checked. It\n"
2636
" doesn't indicate a problem."
2639
" Esto es solo el número de archivos versionados comprobados.. No\n"
2640
" indica un problema."
2642
#: bzrlib/builtins.py:3697
2644
"unreferenced ancestors\n"
2645
" Texts that are ancestors of other texts, but\n"
2646
" are not properly referenced by the revision ancestry. This is a\n"
2647
" subtle problem that Bazaar can work around."
2650
#: bzrlib/builtins.py:3702
2652
"unique file texts\n"
2653
" This is the total number of unique file contents\n"
2654
" seen in the checked revisions. It does not indicate a problem."
2657
#: bzrlib/builtins.py:3706
2659
"repeated file texts\n"
2660
" This is the total number of repeated texts seen\n"
2661
" in the checked revisions. Texts can be repeated when their file\n"
2662
" entries are modified, but the file contents are not. It does not\n"
2663
" indicate a problem."
2666
#: bzrlib/builtins.py:3712
2668
"If no restrictions are specified, all Bazaar data that is found at the "
2670
"location will be checked."
2673
#: bzrlib/builtins.py:3717
2674
msgid " Check the tree and branch at 'foo'::"
2675
msgstr " Comprueba el árbol y la rama en «foo»::"
2677
#: bzrlib/builtins.py:3719
2678
msgid " bzr check --tree --branch foo"
2679
msgstr " bzr check --tree --branch foo"
2681
#: bzrlib/builtins.py:3721
2682
msgid " Check only the repository at 'bar'::"
2683
msgstr " Comprueba solo el repositorio en «bar»::"
2685
#: bzrlib/builtins.py:3723
2686
msgid " bzr check --repo bar"
2687
msgstr " bzr check --repo bar"
2689
#: bzrlib/builtins.py:3725
2690
msgid " Check everything at 'baz'::"
2691
msgstr " Comprueba todo en «baz»::"
2693
#: bzrlib/builtins.py:3727
2694
msgid " bzr check baz"
2695
msgstr " bzr check baz"
2697
#: bzrlib/builtins.py:3733
2698
msgid "Check the branch related to the current directory."
2699
msgstr "Comprueba la rama relacionada con el directorio actual."
2701
#: bzrlib/builtins.py:3735
2702
msgid "Check the repository related to the current directory."
2703
msgstr "Comprueba el repositorio relacionado con el directorio actual."
2705
#: bzrlib/builtins.py:3737
2706
msgid "Check the working tree related to the current directory."
2707
msgstr "Comprueba el árbol de trabajo relacionado con el directorio actual."
2709
#: bzrlib/builtins.py:3751
2710
msgid "Upgrade a repository, branch or working tree to a newer format."
2711
msgstr "Actualiza un repositorio, rama o árbol de trabajo al formato nuevo."
2713
#: bzrlib/builtins.py:3753
2715
"When the default format has changed after a major new release of\n"
2716
"Bazaar, you may be informed during certain operations that you\n"
2717
"should upgrade. Upgrading to a newer format may improve performance\n"
2718
"or make new features available. It may however limit interoperability\n"
2719
"with older repositories or with older versions of Bazaar."
2722
#: bzrlib/builtins.py:3759
2724
"If you wish to upgrade to a particular format rather than the\n"
2725
"current default, that can be specified using the --format option.\n"
2726
"As a consequence, you can use the upgrade command this way to\n"
2727
"\"downgrade\" to an earlier format, though some conversions are\n"
2728
"a one way process (e.g. changing from the 1.x default to the\n"
2729
"2.x default) so downgrading is not always possible."
2732
#: bzrlib/builtins.py:3766
2734
"A backup.bzr.~#~ directory is created at the start of the conversion\n"
2735
"process (where # is a number). By default, this is left there on\n"
2736
"completion. If the conversion fails, delete the new .bzr directory\n"
2737
"and rename this one back in its place. Use the --clean option to ask\n"
2738
"for the backup.bzr directory to be removed on successful conversion.\n"
2739
"Alternatively, you can delete it by hand if everything looks good\n"
2743
#: bzrlib/builtins.py:3774
2745
"If the location given is a shared repository, dependent branches\n"
2746
"are also converted provided the repository converts successfully.\n"
2747
"If the conversion of a branch fails, remaining branches are still\n"
2751
#: bzrlib/builtins.py:3779
2753
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2754
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2756
"Para tener más información sobre actualizaciones, vea la Guía de "
2757
"actualización de Bazaar,\n"
2758
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2760
#: bzrlib/builtins.py:3787
2761
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
2763
"Actualizar a un formato específico. Vea «bzr help formats» para tener más "
2766
#: bzrlib/builtins.py:3791
2767
msgid "Branch format"
2768
msgstr "Formato de la rama"
2770
#: bzrlib/builtins.py:3793
2771
msgid "Remove the backup.bzr directory if successful."
2772
msgstr "Elimina el directorio backup.bzr si tiene éxito."
2774
#: bzrlib/builtins.py:3795
2775
msgid "Show what would be done, but don't actually do anything."
2778
#: bzrlib/builtins.py:3810
2779
msgid "Show or set bzr user id."
2780
msgstr "Muestra o establece la id de usuario bzr."
2782
#: bzrlib/builtins.py:3812
2785
" Show the email of the current user::"
2788
" Muestra el correo del usuario actual::"
2790
#: bzrlib/builtins.py:3815
2791
msgid " bzr whoami --email"
2792
msgstr " bzr whoami --email"
2794
#: bzrlib/builtins.py:3817
2795
msgid " Set the current user::"
2796
msgstr " Establece el usuario actual::"
2798
#: bzrlib/builtins.py:3819
2799
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2800
msgstr " bzr whoami «Frank Chu <fchu@example.com>»"
2802
#: bzrlib/builtins.py:3823
2803
msgid "Display email address only."
2804
msgstr "Muestra solo la dirección de correo."
2806
#: bzrlib/builtins.py:3825
2807
msgid "Set identity for the current branch instead of globally."
2808
msgstr "Establece la identidad de la rama actual en lugar de globalmente."
2810
#: bzrlib/builtins.py:3851
2811
msgid "--email can only be used to display existing identity"
2812
msgstr "--email solo se puede usar para mostrar la identidad del directorio"
2814
#: bzrlib/builtins.py:3873
2815
msgid "Print or set the branch nickname."
2816
msgstr "Muestra o establece el apodo de la rama."
2818
#: bzrlib/builtins.py:3875
2820
"If unset, the tree root directory name is used as the nickname.\n"
2821
"To print the current nickname, execute with no argument."
2824
#: bzrlib/builtins.py:3878
2826
"Bound branches use the nickname of its master branch unless it is set\n"
2830
#: bzrlib/builtins.py:3898
2831
msgid "Set/unset and display aliases."
2832
msgstr "Establece/desestablece y muestra alias."
2834
#: bzrlib/builtins.py:3900
2837
" Show the current aliases::"
2840
" Muestra los alias actuales::"
2842
#: bzrlib/builtins.py:3903
2846
#: bzrlib/builtins.py:3905
2847
msgid " Show the alias specified for 'll'::"
2848
msgstr " Muestra los alias especificados por «ll»::"
2850
#: bzrlib/builtins.py:3907
2851
msgid " bzr alias ll"
2852
msgstr " bzr alias ll"
2854
#: bzrlib/builtins.py:3909
2855
msgid " Set an alias for 'll'::"
2856
msgstr " Establece un alias para «ll»::"
2858
#: bzrlib/builtins.py:3911
2859
msgid " bzr alias ll=\"log --line -r-10..-1\""
2860
msgstr " bzr alias ll=\"log --line -r-10..-1\""
2862
#: bzrlib/builtins.py:3913
2863
msgid " To remove an alias for 'll'::"
2864
msgstr " Para eliminar un alias de «ll»::"
2866
#: bzrlib/builtins.py:3915
2867
msgid " bzr alias --remove ll"
2868
msgstr " bzr alias --remove ll"
2870
#: bzrlib/builtins.py:3920
2871
msgid "Remove the alias."
2872
msgstr "Elimina los alias."
2874
#: bzrlib/builtins.py:3938
2875
msgid "bzr alias --remove expects an alias to remove."
2878
#: bzrlib/builtins.py:4119
2880
"subunit not available. subunit needs to be installed to use --subunit."
2883
#: bzrlib/builtins.py:4136
2885
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2887
"--benchmark ya no está permitido en bzr 2.2; use bzr-usertest en su lugar"
2889
#: bzrlib/builtins.py:4183
2890
msgid "Show version of bzr."
2891
msgstr "Muestra la versión de bzr."
2893
#: bzrlib/builtins.py:4187
2894
msgid "Print just the version number."
2895
msgstr "Solamente imprime el número de versión."
2897
#: bzrlib/builtins.py:4206
2898
msgid "It sure does!\n"
2899
msgstr "¡Seguro que si!\n"
2901
#: bzrlib/builtins.py:4230
2903
msgid "merge base is revision %s\n"
2906
#: bzrlib/builtins.py:4234
2907
msgid "Perform a three-way merge."
2908
msgstr "Realiza una fusión de tres vías."
2910
#: bzrlib/builtins.py:4236
2912
"The source of the merge can be specified either in the form of a branch,\n"
2913
"or in the form of a path to a file containing a merge directive generated\n"
2914
"with bzr send. If neither is specified, the default is the upstream branch\n"
2915
"or the branch most recently merged using --remember. The source of the\n"
2916
"merge may also be specified in the form of a path to a file in another\n"
2917
"branch: in this case, only the modifications to that file are merged into\n"
2918
"the current working tree."
2921
#: bzrlib/builtins.py:4244
2923
"When merging from a branch, by default bzr will try to merge in all new\n"
2924
"work from the other branch, automatically determining an appropriate base\n"
2925
"revision. If this fails, you may need to give an explicit base."
2928
#: bzrlib/builtins.py:4248
2930
"To pick a different ending revision, pass \"--revision OTHER\". bzr will\n"
2931
"try to merge in all new work up to and including revision OTHER."
2934
#: bzrlib/builtins.py:4251
2936
"If you specify two values, \"--revision BASE..OTHER\", only revisions BASE\n"
2937
"through OTHER, excluding BASE but including OTHER, will be merged. If this\n"
2938
"causes some revisions to be skipped, i.e. if the destination branch does\n"
2939
"not already contain revision BASE, such a merge is commonly referred to as\n"
2940
"a \"cherrypick\". Unlike a normal merge, Bazaar does not currently track\n"
2941
"cherrypicks. The changes look like a normal commit, and the history of the\n"
2942
"changes from the other branch is not stored in the commit."
2945
#: bzrlib/builtins.py:4259
2946
msgid "Revision numbers are always relative to the source branch."
2948
"Los números de revisión están siempre relacionados con la rama origen."
2950
#: bzrlib/builtins.py:4261 bzrlib/conflicts.py:52 bzrlib/conflicts.py:106
2952
"Merge will do its best to combine the changes in two branches, but there\n"
2953
"are some kinds of problems only a human can fix. When it encounters those,\n"
2954
"it will mark a conflict. A conflict means that you need to fix something,\n"
2955
"before you can commit."
2958
#: bzrlib/builtins.py:4266
2960
"Use bzr resolve when you have fixed a problem. See also bzr conflicts."
2962
"Use bzr resolve cuando tenga un problema arreglado. Vea también bzr "
2965
#: bzrlib/builtins.py:4268
2967
"If there is no default branch set, the first merge will set it (use\n"
2968
"--no-remember to avoid setting it). After that, you can omit the branch\n"
2969
"to use the default. To change the default, use --remember. The value will\n"
2970
"only be saved if the remote location can be accessed."
2973
#: bzrlib/builtins.py:4273
2975
"The results of the merge are placed into the destination working\n"
2976
"directory, where they can be reviewed (with bzr diff), tested, and then\n"
2977
"committed to record the result of the merge."
2980
#: bzrlib/builtins.py:4277
2982
"merge refuses to run if there are any uncommitted changes, unless\n"
2983
"--force is given. If --force is given, then the changes from the source \n"
2984
"will be merged with the current working tree, including any uncommitted\n"
2985
"changes in the tree. The --force option can also be used to create a\n"
2986
"merge revision which has more than two parents."
2989
#: bzrlib/builtins.py:4283
2991
"If one would like to merge changes from the working tree of the other\n"
2992
"branch without merging any committed revisions, the --uncommitted option\n"
2996
#: bzrlib/builtins.py:4287
2998
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2999
"you to apply each diff hunk and file change, similar to \"shelve\"."
3002
#: bzrlib/builtins.py:4290
3005
" To merge all new revisions from bzr.dev::"
3008
" Para fusionar todas las revisiones nuevas de bzr.dev::"
3010
#: bzrlib/builtins.py:4293
3011
msgid " bzr merge ../bzr.dev"
3012
msgstr " bzr merge ../bzr.dev"
3014
#: bzrlib/builtins.py:4295
3015
msgid " To merge changes up to and including revision 82 from bzr.dev::"
3016
msgstr " Para fusionar cambios e incluir la revisión 82 desde bzr.dev::"
3018
#: bzrlib/builtins.py:4297
3019
msgid " bzr merge -r 82 ../bzr.dev"
3020
msgstr " bzr merge -r 82 ../bzr.dev"
3022
#: bzrlib/builtins.py:4299
3023
msgid " To merge the changes introduced by 82, without previous changes::"
3025
" Para fusionar los cambios introducidos por 82, sin cambios previos::"
3027
#: bzrlib/builtins.py:4301
3028
msgid " bzr merge -r 81..82 ../bzr.dev"
3029
msgstr " bzr merge -r 81..82 ../bzr.dev"
3031
#: bzrlib/builtins.py:4303
3032
msgid " To apply a merge directive contained in /tmp/merge::"
3033
msgstr " Para aplicar una directiva de fusión contenida en /tmp/merge::"
3035
#: bzrlib/builtins.py:4305
3036
msgid " bzr merge /tmp/merge"
3037
msgstr " bzr merge /tmp/merge"
3039
#: bzrlib/builtins.py:4307
3041
" To create a merge revision with three parents from two branches\n"
3042
" feature1a and feature1b:"
3045
#: bzrlib/builtins.py:4310
3047
" bzr merge ../feature1a\n"
3048
" bzr merge ../feature1b --force\n"
3049
" bzr commit -m 'revision with three parents'"
3052
#: bzrlib/builtins.py:4322
3053
msgid "Merge even if the destination tree has uncommitted changes."
3054
msgstr "Fusionar incluso si el árbol de destino tiene cambios sin ejecutar."
3056
#: bzrlib/builtins.py:4328
3058
"Apply uncommitted changes from a working copy, instead of branch changes."
3060
"Aplicar cambios no ejecutados desde una copia de trabajo, en vez de cambios "
3063
#: bzrlib/builtins.py:4330
3065
"If the destination is already completely merged into the source, pull from "
3066
"the source rather than merging. When this happens, you do not need to "
3067
"commit the result."
3070
#: bzrlib/builtins.py:4335
3072
"Branch to merge into, rather than the one containing the working directory."
3075
#: bzrlib/builtins.py:4337
3076
msgid "Instead of merging, show a diff of the merge."
3079
#: bzrlib/builtins.py:4339
3080
msgid "Select changes interactively."
3081
msgstr "Seleccionar cambios de manera interactiva."
3083
#: bzrlib/builtins.py:4361
3085
"Merging into empty branches not currently supported, "
3086
"https://bugs.launchpad.net/bzr/+bug/308562"
3089
#: bzrlib/builtins.py:4388
3090
msgid "Cannot use --uncommitted with bundles or merge directives."
3093
#: bzrlib/builtins.py:4399
3094
msgid "Cannot use --uncommitted and --revision at the same time."
3095
msgstr "No se puede usar --uncommitted y --revision al mismo tiempo."
3097
#: bzrlib/builtins.py:4419
3101
#: bzrlib/builtins.py:4421 bzrlib/bundle/apply_bundle.py:71
3102
msgid "Nothing to do."
3103
msgstr "Nada que hacer."
3105
#: bzrlib/builtins.py:4425
3106
msgid "Cannot pull individual files"
3107
msgstr "No se puede tirar de archivos individuales"
3109
#: bzrlib/builtins.py:4433
3110
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
3111
msgstr "Esta rama no tiene ejecuciones. (quizá prefiera «bzr pull»)"
3113
#: bzrlib/builtins.py:4491
3115
msgid "Show-base is not supported for this merge type. %s"
3116
msgstr "Show-base no está permitido en este tipo de fusión. %s"
3118
#: bzrlib/builtins.py:4500
3120
msgid "Conflict reduction is not supported for merge type %s."
3122
"La reducción de conflicot no está permitida para el tipo de fusión %s."
3124
#: bzrlib/builtins.py:4504
3125
msgid "Cannot do conflict reduction and show base."
3128
#: bzrlib/builtins.py:4615
3129
msgid "No location specified or remembered"
3130
msgstr "No hay ubicación especificada o recordada"
3132
#: bzrlib/builtins.py:4617
3133
msgid "{0} remembered {1} location {2}"
3136
#: bzrlib/builtins.py:4623
3137
msgid "Redo a merge."
3138
msgstr "Rehacer una fusión."
3140
#: bzrlib/builtins.py:4625
3142
"Use this if you want to try a different merge technique while resolving\n"
3143
"conflicts. Some merge techniques are better than others, and remerge\n"
3144
"lets you try different ones on different files."
3147
#: bzrlib/builtins.py:4629
3149
"The options for remerge have the same meaning and defaults as the ones for\n"
3150
"merge. The difference is that remerge can (only) be run when there is a\n"
3151
"pending merge, and it lets you specify particular files."
3154
#: bzrlib/builtins.py:4633
3157
" Re-do the merge of all conflicted files, and show the base text in\n"
3158
" conflict regions, in addition to the usual THIS and OTHER texts::"
3161
#: bzrlib/builtins.py:4637
3162
msgid " bzr remerge --show-base"
3163
msgstr " bzr remerge --show-base"
3165
#: bzrlib/builtins.py:4639
3167
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
3168
" additional processing to reduce the size of conflict regions::"
3171
#: bzrlib/builtins.py:4642
3172
msgid " bzr remerge --merge-type weave --reprocess foobar"
3175
#: bzrlib/builtins.py:4649
3176
msgid "Show base revision text in conflicts."
3177
msgstr "Mostrar el texto de revisión base en los conflictos."
3179
#: bzrlib/builtins.py:4661
3181
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
3185
#: bzrlib/builtins.py:4717
3186
msgid "Revert files to a previous revision."
3187
msgstr "Revierte los archivos a la revisión previa."
3189
#: bzrlib/builtins.py:4719
3191
"Giving a list of files will revert only those files. Otherwise, all files\n"
3192
"will be reverted. If the revision is not specified with '--revision', the\n"
3193
"last committed revision is used."
3196
#: bzrlib/builtins.py:4723
3198
"To remove only some changes, without reverting to a prior version, use\n"
3199
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
3200
"will remove the changes introduced by the second last commit (-2), without\n"
3201
"affecting the changes introduced by the last commit (-1). To remove\n"
3202
"certain changes on a hunk-by-hunk basis, see the shelve command."
3205
#: bzrlib/builtins.py:4729
3207
"By default, any files that have been manually changed will be backed up\n"
3208
"first. (Files changed only by merge are not backed up.) Backup files have\n"
3209
"'.~#~' appended to their name, where # is a number."
3212
#: bzrlib/builtins.py:4733
3214
"When you provide files, you can use their current pathname or the pathname\n"
3215
"from the target revision. So you can use revert to \"undelete\" a file by\n"
3216
"name. If you name a directory, all the contents of that directory will be\n"
3220
#: bzrlib/builtins.py:4738
3222
"If you have newly added files since the target revision, they will be\n"
3223
"removed. If the files to be removed have been changed, backups will be\n"
3224
"created as above. Directories containing unknown files will not be\n"
3228
#: bzrlib/builtins.py:4743
3230
"The working tree contains a list of revisions that have been merged but\n"
3231
"not yet committed. These revisions will be included as additional parents\n"
3232
"of the next commit. Normally, using revert clears that list as well as\n"
3233
"reverting the files. If any files are specified, revert leaves the list\n"
3234
"of uncommitted merges alone and reverts only the files. Use ``bzr revert\n"
3235
".`` in the tree root to revert all files but keep the recorded merges,\n"
3236
"and ``bzr revert --forget-merges`` to clear the pending merge list without\n"
3237
"reverting any files."
3240
#: bzrlib/builtins.py:4752
3242
"Using \"bzr revert --forget-merges\", it is possible to apply all of the\n"
3243
"changes from a branch in a single revision. To do this, perform the merge\n"
3244
"as desired. Then doing revert with the \"--forget-merges\" option will "
3246
"the content of the tree as it was, but it will clear the list of pending\n"
3247
"merges. The next commit will then contain all of the changes that are\n"
3248
"present in the other branch, but without any other parent revisions.\n"
3249
"Because this technique forgets where these changes originated, it may\n"
3250
"cause additional conflicts on later merges involving the same source and\n"
3254
#: bzrlib/builtins.py:4766
3255
msgid "Do not save backups of reverted files."
3256
msgstr "No guardar respaldos de los archivos revertidos"
3258
#: bzrlib/builtins.py:4768
3259
msgid "Remove pending merge marker, without changing any files."
3261
"Eliminar el marcador de fusión pendiente, sin cambiar ningún archivo."
3263
#: bzrlib/builtins.py:4799
3265
"Show help on a command or other topic.\n"
3268
"Muestra ayuda en una orden u otro tema.\n"
3271
#: bzrlib/builtins.py:4804
3272
msgid "Show help on all commands."
3273
msgstr "Muestra ayuda en todas las órdenes"
3275
#: bzrlib/builtins.py:4833
3276
msgid "Show unmerged/unpulled revisions between two branches."
3277
msgstr "Mostrar revisiones sin fusionar/extraer entre dos ramas."
3279
#: bzrlib/builtins.py:4835
3280
msgid "OTHER_BRANCH may be local or remote."
3281
msgstr "OTHER_BRANCH puede ser local o remoto."
3283
#: bzrlib/builtins.py:4837
3285
"To filter on a range of revisions, you can use the command -r begin..end\n"
3286
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
3290
" 1 - some missing revisions\n"
3291
" 0 - no missing revisions"
3294
#: bzrlib/builtins.py:4847
3296
" Determine the missing revisions between this and the branch at the\n"
3297
" remembered pull location::"
3300
#: bzrlib/builtins.py:4850
3301
msgid " bzr missing"
3302
msgstr " bzr missing"
3304
#: bzrlib/builtins.py:4852
3305
msgid " Determine the missing revisions between this and another branch::"
3306
msgstr " Determina las revisiones perdidas entre esta y otra rama::"
3308
#: bzrlib/builtins.py:4854
3309
msgid " bzr missing http://server/branch"
3310
msgstr " bzr missing http://server/branch"
3312
#: bzrlib/builtins.py:4856
3314
" Determine the missing revisions up to a specific revision on the other\n"
3318
#: bzrlib/builtins.py:4859
3319
msgid " bzr missing -r ..-10"
3320
msgstr " bzr missing -r ..-10"
3322
#: bzrlib/builtins.py:4861
3324
" Determine the missing revisions up to a specific revision on this\n"
3328
#: bzrlib/builtins.py:4864
3329
msgid " bzr missing --my-revision ..-10"
3330
msgstr " bzr missing --my-revision ..-10"
3332
#: bzrlib/builtins.py:4871
3333
msgid "Reverse the order of revisions."
3334
msgstr "Revierte el orden de las revisiones."
3336
#: bzrlib/builtins.py:4873
3337
msgid "Display changes in the local branch only."
3338
msgstr "Muestra cambios solo en la rama local."
3340
#: bzrlib/builtins.py:4874
3341
msgid "Same as --mine-only."
3342
msgstr "Lo mismo que --mine-only."
3344
#: bzrlib/builtins.py:4876
3345
msgid "Display changes in the remote branch only."
3346
msgstr "Muestra cambios solo en la rama remota."
3348
#: bzrlib/builtins.py:4877
3349
msgid "Same as --theirs-only."
3350
msgstr "Lo mismo que --theirs-only."
3352
#: bzrlib/builtins.py:4882
3354
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3357
"Filtro en otras revisiones de rama (inclusive). Vea «help revisionspec» para "
3358
"tener más detalles."
3360
#: bzrlib/builtins.py:4886
3362
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3365
"Filtro en revisiones locales de rama (inclusive). Vea «help revisionspec» "
3366
"para tener más detalles."
3368
#: bzrlib/builtins.py:4889
3369
msgid "Show all revisions in addition to the mainline ones."
3372
#: bzrlib/builtins.py:4943
3373
msgid "No peer location known or specified."
3374
msgstr "No hay ubicación del par conocida o especificada."
3376
#: bzrlib/builtins.py:4947
3377
msgid "Using saved parent location: {0}\n"
3378
msgstr "Usar ubicación padre guardada: {0}\n"
3380
#: bzrlib/builtins.py:4980
3382
msgid "You have %d extra revision:\n"
3383
msgid_plural "You have %d extra revisions:\n"
3384
msgstr[0] "Tiene %d revisión extra:\n"
3385
msgstr[1] "Tiene %d revisiones extra:\n"
3387
#: bzrlib/builtins.py:4996
3389
msgid "You are missing %d revision:\n"
3390
msgid_plural "You are missing %d revisions:\n"
3391
msgstr[0] "Tiene %d revisión perdida:\n"
3392
msgstr[1] "Tiene %d revisiones perdidas:\n"
3394
#: bzrlib/builtins.py:5008
3395
msgid "This branch has no new revisions.\n"
3396
msgstr "Esta rama no tiene revisiones.\n"
3398
#: bzrlib/builtins.py:5011
3399
msgid "Other branch has no new revisions.\n"
3400
msgstr "Otra rama no tiene revisiones nuevas.\n"
3402
#: bzrlib/builtins.py:5016
3403
msgid "Branches are up to date.\n"
3404
msgstr "La rama está actualizada:\n"
3406
#: bzrlib/builtins.py:5027
3407
msgid "Compress the data within a repository."
3408
msgstr "Comprime los datos en un repositorio."
3410
#: bzrlib/builtins.py:5029
3412
"This operation compresses the data within a bazaar repository. As\n"
3413
"bazaar supports automatic packing of repository, this operation is\n"
3414
"normally not required to be done manually."
3417
#: bzrlib/builtins.py:5033
3419
"During the pack operation, bazaar takes a backup of existing repository\n"
3420
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3421
"automatically when it is safe to do so. To save disk space by removing\n"
3422
"the backed up pack files, the --clean-obsolete-packs option may be\n"
3426
#: bzrlib/builtins.py:5039
3428
"Warning: If you use --clean-obsolete-packs and your machine crashes\n"
3429
"during or immediately after repacking, you may be left with a state\n"
3430
"where the deletion has been written to disk but the new packs have not\n"
3431
"been. In this case the repository may be unusable."
3434
#: bzrlib/builtins.py:5048
3435
msgid "Delete obsolete packs to save disk space."
3436
msgstr "Elimina paquetes obsoletos para ahorrar espacio de disco."
3438
#: bzrlib/builtins.py:5062
3439
msgid "List the installed plugins."
3440
msgstr "Lista los complementos instalados."
3442
#: bzrlib/builtins.py:5064
3444
"This command displays the list of installed plugins including\n"
3445
"version of plugin and a short description of each."
3447
"Esta orden muestra la lista de complementos instalados incluyendo\n"
3448
"versión del complemento y una breve descripción de cada uno."
3450
#: bzrlib/builtins.py:5067
3451
msgid "--verbose shows the path where each plugin is located."
3452
msgstr "--verbose muestra la ruta donde está ubicado cada complemento."
3454
#: bzrlib/builtins.py:5069
3456
"A plugin is an external component for Bazaar that extends the\n"
3457
"revision control system, by adding or replacing code in Bazaar.\n"
3458
"Plugins can do a variety of things, including overriding commands,\n"
3459
"adding new commands, providing additional network transports and\n"
3460
"customizing log output."
3463
#: bzrlib/builtins.py:5075
3465
"See the Bazaar Plugin Guide <http://doc.bazaar.canonical.com/plugins/en/>\n"
3466
"for further information on plugins including where to find them and how to\n"
3467
"install them. Instructions are also provided there on how to write new\n"
3468
"plugins using the Python programming language."
3471
#: bzrlib/builtins.py:5091
3472
msgid "Show testament (signing-form) of a revision."
3475
#: bzrlib/builtins.py:5094
3476
msgid "Produce long-format testament."
3477
msgstr "Produce testamento en formato largo."
3479
#: bzrlib/builtins.py:5096
3480
msgid "Produce a strict-format testament."
3481
msgstr "Produce testamento en formato estricto."
3483
#: bzrlib/builtins.py:5122
3484
msgid "Show the origin of each line in a file."
3485
msgstr "Muestra el origen de cada línea en un archivo"
3487
#: bzrlib/builtins.py:5124
3489
"This prints out the given file with an annotation on the left side\n"
3490
"indicating which revision, author and date introduced the change."
3493
#: bzrlib/builtins.py:5127
3495
"If the origin is the same for a run of consecutive lines, it is\n"
3496
"shown only at the top, unless the --all option is given."
3499
#: bzrlib/builtins.py:5135
3500
msgid "Show annotations on all lines."
3501
msgstr "Muestra anotaciones en todas las líneas."
3503
#: bzrlib/builtins.py:5136
3504
msgid "Show commit date in annotations."
3505
msgstr "Muestra la fecha de ejecución en anotaciones."
3507
#: bzrlib/builtins.py:5223
3508
msgid "Cannot sign a range of non-revision-history revisions"
3511
#: bzrlib/builtins.py:5235
3512
msgid "Please supply either one revision, or a range."
3513
msgstr "Proporcione una revisión o un rango."
3515
#: bzrlib/builtins.py:5239
3517
"Convert the current branch into a checkout of the supplied branch.\n"
3518
"If no branch is supplied, rebind to the last bound location."
3521
#: bzrlib/builtins.py:5242
3523
"Once converted into a checkout, commits must succeed on the master branch\n"
3524
"before they will be applied to the local branch."
3527
#: bzrlib/builtins.py:5245
3529
"Bound branches use the nickname of its master branch unless it is set\n"
3530
"locally, in which case binding will update the local nickname to be\n"
3531
"that of the master."
3534
#: bzrlib/builtins.py:5260
3535
msgid "No location supplied. This format does not remember old locations."
3537
"No se proporcionó ubicación. Este formato no recuerda antiguas ubicaciones."
3539
#: bzrlib/builtins.py:5265
3540
msgid "Branch is already bound"
3541
msgstr "La rama ya está asociada"
3543
#: bzrlib/builtins.py:5267
3544
msgid "No location supplied and no previous location known"
3545
msgstr "No se proporcionó ubicación y no hay ubicación previa conocida"
3547
#: bzrlib/builtins.py:5273
3548
msgid "These branches have diverged. Try merging, and then bind again."
3550
"Las ramas tienen divergencias. Intente fusionar y vincularlas de nuevo."
3552
#: bzrlib/builtins.py:5280
3553
msgid "Convert the current checkout into a regular branch."
3554
msgstr "Convertir la comprobación actual en una rama regular."
3556
#: bzrlib/builtins.py:5282
3558
"After unbinding, the local branch is considered independent and subsequent\n"
3559
"commits will be local only."
3562
#: bzrlib/builtins.py:5293
3563
msgid "Local branch is not bound"
3564
msgstr "La rama local no está vinculada"
3566
#: bzrlib/builtins.py:5297
3567
msgid "Remove the last committed revision."
3568
msgstr "Elimina la última revisión ejecutada."
3570
#: bzrlib/builtins.py:5299
3572
"--verbose will print out what is being removed.\n"
3573
"--dry-run will go through all the motions, but not actually\n"
3577
#: bzrlib/builtins.py:5303
3579
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3580
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3581
"branch at revision 15."
3584
#: bzrlib/builtins.py:5307
3586
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3587
"it may make is to restore any pending merges that were present before\n"
3591
#: bzrlib/builtins.py:5318
3592
msgid "Don't actually make changes."
3593
msgstr "En relaidad no hace cambios."
3595
#: bzrlib/builtins.py:5319
3596
msgid "Say yes to all questions."
3597
msgstr "Decir sí a todas las preguntas."
3599
#: bzrlib/builtins.py:5321
3600
msgid "Keep tags that point to removed revisions."
3601
msgstr "Mantener etiquetas que apuntan a eliminar revisiones."
3603
#: bzrlib/builtins.py:5323
3604
msgid "Only remove the commits from the local branch when in a checkout."
3606
"Solo elimina ejecuciones de la rama local cuando se está en una comprobación."
3608
#: bzrlib/builtins.py:5372
3609
msgid "No revisions to uncommit.\n"
3610
msgstr "No hay revisiones para desejecutar.\n"
3612
#: bzrlib/builtins.py:5387
3613
msgid "Dry-run, pretending to remove the above revisions.\n"
3616
#: bzrlib/builtins.py:5390
3617
msgid "The above revision(s) will be removed.\n"
3618
msgstr "Las revisiones de arriba se eliminarán.\n"
3620
#: bzrlib/builtins.py:5394
3621
msgid "Uncommit these revisions"
3622
msgstr "Desejecutar estas revisiones"
3624
#: bzrlib/builtins.py:5397
3626
msgstr "Cancelado\n"
3628
#: bzrlib/builtins.py:5404
3631
"You can restore the old tip by running:\n"
3632
" bzr pull . -r revid:%s\n"
3634
"Puede restaurar el consejo antiguo ejecutando:\n"
3635
" bzr pull . -r revid:%s\n"
3637
#: bzrlib/builtins.py:5409
3638
msgid "Break a dead lock."
3639
msgstr "Romper un bloqueo."
3641
#: bzrlib/builtins.py:5411
3643
"This command breaks a lock on a repository, branch, working directory or\n"
3646
"Esta orden rompe un bloqueo en un repositorio, rama, directorio de trabajo "
3648
"archivo de configuración."
3650
#: bzrlib/builtins.py:5414
3652
"CAUTION: Locks should only be broken when you are sure that the process\n"
3653
"holding the lock has been stopped."
3656
#: bzrlib/builtins.py:5417
3658
"You can get information on what locks are open via the 'bzr info\n"
3659
"[location]' command."
3662
#: bzrlib/builtins.py:5420
3666
" bzr break-lock bzr+ssh://example.com/bzr/foo\n"
3667
" bzr break-lock --conf ~/.bazaar"
3671
" bzr break-lock bzr+ssh://example.com/bzr/foo\n"
3672
" bzr break-lock --conf ~/.bazaar"
3674
#: bzrlib/builtins.py:5429
3675
msgid "LOCATION is the directory where the config lock is."
3678
#: bzrlib/builtins.py:5431
3679
msgid "Do not ask for confirmation before breaking the lock."
3680
msgstr "No pedir confirmación antes de romper el bloqueo."
3682
#: bzrlib/builtins.py:5466
3683
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3686
#: bzrlib/builtins.py:5467
3687
msgid "Run the bzr server."
3688
msgstr "Ejecutar el servidor bzr."
3690
#: bzrlib/builtins.py:5473
3691
msgid "Serve on stdin/out for use from inetd or sshd."
3694
#: bzrlib/builtins.py:5474
3698
#: bzrlib/builtins.py:5475
3699
msgid "Protocol to serve."
3700
msgstr "Protocolo a servir."
3702
#: bzrlib/builtins.py:5479
3704
"Listen for connections on nominated port of the form [hostname:]portnumber. "
3705
"Passing 0 as the port number will result in a dynamically allocated port. "
3706
"The default port depends on the protocol."
3709
#: bzrlib/builtins.py:5485
3710
msgid "Serve contents of this directory."
3713
#: bzrlib/builtins.py:5487
3715
"By default the server is a readonly server. Supplying --allow-writes "
3716
"enables write access to the contents of the served directory and below. "
3717
"Note that ``bzr serve`` does not perform authentication, so unless some form "
3718
"of external authentication is arranged supplying this option leads to global "
3719
"uncontrolled write access to your file system."
3722
#: bzrlib/builtins.py:5496
3723
msgid "Override the default idle client timeout (5min)."
3726
#: bzrlib/builtins.py:5546
3727
msgid "Combine a tree into its containing tree."
3728
msgstr "Combina un árbol en su árbol contenedor."
3730
#: bzrlib/builtins.py:5548
3731
msgid "This command requires the target tree to be in a rich-root format."
3734
#: bzrlib/builtins.py:5550
3736
"The TREE argument should be an independent tree, inside another tree, but\n"
3737
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3738
"running \"bzr branch\" with the target inside a tree.)"
3741
#: bzrlib/builtins.py:5554
3743
"The result is a combined tree, with the subtree no longer an independent\n"
3744
"part. This is marked as a merge of the subtree into the containing tree,\n"
3745
"and all history is preserved."
3748
#: bzrlib/builtins.py:5572
3751
"Can't join trees because %s doesn't support rich root data.\n"
3752
"You can use bzr upgrade on the repository."
3755
#: bzrlib/builtins.py:5582 bzrlib/builtins.py:5588
3756
msgid "Cannot join {0}. {1}"
3757
msgstr "No se puede unir {0}. {1}"
3759
#: bzrlib/builtins.py:5592
3760
msgid "Split a subdirectory of a tree into a separate tree."
3761
msgstr "Divide un subdirectorio de un árbol en un árbol separado."
3763
#: bzrlib/builtins.py:5594
3765
"This command will produce a target tree in a format that supports\n"
3766
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3767
"converted into earlier formats like 'dirstate-tags'."
3770
#: bzrlib/builtins.py:5598
3772
"The TREE argument should be a subdirectory of a working tree. That\n"
3773
"subdirectory will be converted into an independent tree, with its own\n"
3774
"branch. Commits in the top-level tree will not apply to the new subtree."
3777
#: bzrlib/builtins.py:5678
3778
msgid "No submit branch specified or known"
3779
msgstr "No se ha enviado una rama especificada o conocida"
3781
#: bzrlib/builtins.py:5686 bzrlib/send.py:108
3782
msgid "No public branch specified or known"
3783
msgstr "No hay una rama especificada o conocida pública"
3785
#: bzrlib/builtins.py:5691
3786
msgid "bzr merge-directive takes at most two one revision identifiers"
3789
#: bzrlib/builtins.py:5700
3790
msgid "No revisions to bundle."
3793
#: bzrlib/builtins.py:5719
3794
msgid "Mail or create a merge-directive for submitting changes."
3797
#: bzrlib/builtins.py:5721
3798
msgid "A merge directive provides many things needed for requesting merges:"
3801
#: bzrlib/builtins.py:5723
3802
msgid "* A machine-readable description of the merge to perform"
3805
#: bzrlib/builtins.py:5725
3806
msgid "* An optional patch that is a preview of the changes requested"
3808
"* Una ruta opcional que es una vista previa de los cambios requeridos"
3810
#: bzrlib/builtins.py:5727
3812
"* An optional bundle of revision data, so that the changes can be applied\n"
3813
" directly from the merge directive, without retrieving data from a\n"
3817
#: bzrlib/builtins.py:5731
3819
"`bzr send` creates a compact data set that, when applied using bzr\n"
3820
"merge, has the same effect as merging from the source branch. "
3823
#: bzrlib/builtins.py:5734
3825
"By default the merge directive is self-contained and can be applied to any\n"
3826
"branch containing submit_branch in its ancestory without needing access to\n"
3827
"the source branch."
3830
#: bzrlib/builtins.py:5738
3832
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3833
"revisions, but only a structured request to merge from the\n"
3834
"public_location. In that case the public_branch is needed and it must be\n"
3835
"up-to-date and accessible to the recipient. The public_branch is always\n"
3836
"included if known, so that people can check it later."
3839
#: bzrlib/builtins.py:5744
3841
"The submit branch defaults to the parent of the source branch, but can be\n"
3842
"overridden. Both submit branch and public branch will be remembered in\n"
3843
"branch.conf the first time they are used for a particular branch. The\n"
3844
"source branch defaults to that containing the working directory, but can\n"
3845
"be changed using --from."
3848
#: bzrlib/builtins.py:5750
3850
"Both the submit branch and the public branch follow the usual behavior with\n"
3851
"respect to --remember: If there is no default location set, the first send\n"
3852
"will set it (use --no-remember to avoid setting it). After that, you can\n"
3853
"omit the location to use the default. To change the default, use\n"
3854
"--remember. The value will only be saved if the location can be accessed."
3857
#: bzrlib/builtins.py:5756
3859
"In order to calculate those changes, bzr must analyse the submit branch.\n"
3860
"Therefore it is most efficient for the submit branch to be a local mirror.\n"
3861
"If a public location is known for the submit_branch, that location is used\n"
3862
"in the merge directive."
3865
#: bzrlib/builtins.py:5761
3867
"The default behaviour is to send the merge directive by mail, unless -o is\n"
3868
"given, in which case it is sent to a file."
3871
#: bzrlib/builtins.py:5764
3873
"Mail is sent using your preferred mail program. This should be transparent\n"
3874
"on Windows (it uses MAPI). On Unix, it requires the xdg-email utility.\n"
3875
"If the preferred client can't be found (or used), your editor will be used."
3878
#: bzrlib/builtins.py:5768
3880
"To use a specific mail program, set the mail_client configuration option.\n"
3881
"(For Thunderbird 1.5, this works around some bugs.) Supported values for\n"
3882
"specific clients are \"claws\", \"evolution\", \"kmail\", \"mail.app\" "
3884
"Mail.app), \"mutt\", and \"thunderbird\"; generic options are \"default\",\n"
3885
"\"editor\", \"emacsclient\", \"mapi\", and \"xdg-email\". Plugins may also "
3887
"supported clients."
3890
#: bzrlib/builtins.py:5775
3892
"If mail is being sent, a to address is required. This can be supplied\n"
3893
"either on the commandline, by setting the submit_to configuration\n"
3894
"option in the branch itself or the child_submit_to configuration option\n"
3895
"in the submit branch."
3898
#: bzrlib/builtins.py:5780
3900
"Two formats are currently supported: \"4\" uses revision bundle format 4 "
3902
"merge directive format 2. It is significantly faster and smaller than\n"
3903
"older formats. It is compatible with Bazaar 0.19 and later. It is the\n"
3904
"default. \"0.9\" uses revision bundle format 0.9 and merge directive\n"
3905
"format 1. It is compatible with Bazaar 0.12 - 0.18."
3908
#: bzrlib/builtins.py:5786
3910
"The merge directives created by bzr send may be applied using bzr merge or\n"
3911
"bzr pull by specifying a file containing a merge directive as the location."
3914
#: bzrlib/builtins.py:5789
3916
"bzr send makes extensive use of public locations to map local locations "
3918
"URLs that can be used by other people. See `bzr help configuration` to\n"
3919
"set them, and use `bzr info` to display them."
3922
#: bzrlib/builtins.py:5813
3923
msgid "Write merge directive to this file or directory; use - for stdout."
3924
msgstr "Escribir la directiva de fusión a este archivo; use - for stdout."
3926
#: bzrlib/builtins.py:5817
3928
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3929
"strict disables the check."
3932
#: bzrlib/builtins.py:5819
3933
msgid "Mail the request to this address."
3934
msgstr "Enviar por correo la petición a esta dirección"
3936
#: bzrlib/builtins.py:5823
3937
msgid "Body for the email."
3938
msgstr "Cuerpo para el correo."
3940
#: bzrlib/builtins.py:5876
3941
msgid "Do not include a bundle in the merge directive."
3944
#: bzrlib/builtins.py:5877
3945
msgid "Do not include a preview patch in the merge directive."
3946
msgstr "No incluir una ruta de vista previa en la directiva de fusión."
3948
#: bzrlib/builtins.py:5880
3949
msgid "Remember submit and public branch."
3950
msgstr "Recordar el envío y la rama pública."
3952
#: bzrlib/builtins.py:5882
3954
"Branch to generate the submission from, rather than the one containing the "
3955
"working directory."
3958
#: bzrlib/builtins.py:5892 bzrlib/cmd_version_info.py:76
3962
#: bzrlib/builtins.py:5893
3963
msgid "Use the specified output format."
3964
msgstr "Usar el formato de salida especificado."
3966
#: bzrlib/builtins.py:5915
3967
msgid "Create, remove or modify a tag naming a revision."
3968
msgstr "Crea, elimina o modifica una etiqueta que nombra una revisión."
3970
#: bzrlib/builtins.py:5917
3972
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
3973
"(--revision) option can be given -rtag:X, where X is any previously\n"
3977
#: bzrlib/builtins.py:5921
3979
"Tags are stored in the branch. Tags are copied from one branch to another\n"
3980
"along when you branch, push, pull or merge."
3983
#: bzrlib/builtins.py:5924
3985
"It is an error to give a tag name that already exists unless you pass\n"
3986
"--force, in which case the tag is moved to point to the new revision."
3989
#: bzrlib/builtins.py:5927
3991
"To rename a tag (change the name but keep it on the same revsion), run "
3993
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3996
#: bzrlib/builtins.py:5930
3998
"If no tag name is specified it will be determined through the \n"
3999
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
4000
"upstream releases by reading configure.ac. See ``bzr help hooks`` for\n"
4004
#: bzrlib/builtins.py:5940
4005
msgid "Delete this tag rather than placing it."
4006
msgstr "Eliminar esta etiqueta en lugar de colocarla."
4008
#: bzrlib/builtins.py:5943
4009
msgid "Branch in which to place the tag."
4012
#: bzrlib/builtins.py:5945
4013
msgid "Replace existing tags."
4014
msgstr "Reemplazar las etiquetas existentes."
4016
#: bzrlib/builtins.py:5960
4017
msgid "No tag specified to delete."
4018
msgstr "No hay etiquetas especificadas para eliminar."
4020
#: bzrlib/builtins.py:5962
4022
msgid "Deleted tag %s."
4023
msgstr "Etiqueta%s eliminada."
4025
#: bzrlib/builtins.py:5976
4026
msgid "Please specify a tag name."
4027
msgstr "Especifique un nombre de etiqueta."
4029
#: bzrlib/builtins.py:5984
4031
msgid "Tag %s already exists for that revision."
4032
msgstr "La etiqueta %s existe para esta revisión."
4034
#: bzrlib/builtins.py:5988
4036
msgid "Created tag %s."
4037
msgstr "Etiqueta %s creada."
4039
#: bzrlib/builtins.py:5990
4041
msgid "Updated tag %s."
4042
msgstr "Etiqueta actualizada %s."
4044
#: bzrlib/builtins.py:5994
4046
msgstr "Listar etiquetas."
4048
#: bzrlib/builtins.py:5996
4050
"This command shows a table of tag names and the revisions they reference."
4053
#: bzrlib/builtins.py:6002
4054
msgid "Branch whose tags should be displayed."
4055
msgstr "Rama cuyas etiquetas se deben mostrar."
4057
#: bzrlib/builtins.py:6004
4058
msgid "Sort tags by different criteria."
4059
msgstr "Ordenar etiquetas con diferentes criterios."
4061
#: bzrlib/builtins.py:6004
4063
msgstr "Ordenación"
4065
#: bzrlib/builtins.py:6073
4066
msgid "Reconfigure the type of a bzr directory."
4067
msgstr "Reconfigura el tipo de un directorio bzr."
4069
#: bzrlib/builtins.py:6075
4070
msgid "A target configuration must be specified."
4071
msgstr "Se debe especificar una configuración objetivo."
4073
#: bzrlib/builtins.py:6077
4075
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
4076
"The order of preference is\n"
4077
"1. For a lightweight checkout, the current bound location.\n"
4078
"2. For branches that used to be checkouts, the previously-bound location.\n"
4079
"3. The push location.\n"
4080
"4. The parent location.\n"
4081
"If none of these is available, --bind-to must be specified."
4084
#: bzrlib/builtins.py:6091
4086
msgstr "Tipo de árbol"
4088
#: bzrlib/builtins.py:6092
4089
msgid "The relation between branch and tree."
4090
msgstr "La relación entre rama y árbol."
4092
#: bzrlib/builtins.py:6094
4093
msgid "Reconfigure to be an unbound branch with no working tree."
4096
#: bzrlib/builtins.py:6095
4097
msgid "Reconfigure to be an unbound branch with a working tree."
4100
#: bzrlib/builtins.py:6096
4101
msgid "Reconfigure to be a bound branch with a working tree."
4104
#: bzrlib/builtins.py:6097
4105
msgid "Reconfigure to be a lightweight checkout (with no local history)."
4108
#: bzrlib/builtins.py:6102
4109
msgid "Repository type"
4110
msgstr "Tipo de repositorio"
4112
#: bzrlib/builtins.py:6103
4113
msgid "Location fo the repository."
4114
msgstr "Ubicación en el repositorio."
4116
#: bzrlib/builtins.py:6105
4118
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
4121
#: bzrlib/builtins.py:6107
4122
msgid "Reconfigure to use a shared repository."
4125
#: bzrlib/builtins.py:6111
4126
msgid "Trees in Repository"
4127
msgstr "Árboles en el repositorio"
4129
#: bzrlib/builtins.py:6112
4130
msgid "Whether new branches in the repository have trees."
4131
msgstr "Si las ramas nuevas en el repositorio tienen árboles."
4133
#: bzrlib/builtins.py:6114
4135
"Reconfigure repository to create working trees on branches by default."
4138
#: bzrlib/builtins.py:6116
4140
"Reconfigure repository to not create working trees on branches by default."
4143
#: bzrlib/builtins.py:6119
4144
msgid "Branch to bind checkout to."
4147
#: bzrlib/builtins.py:6121
4148
msgid "Perform reconfiguration even if local changes will be lost."
4150
"Realizar reconfiguración incluso si se han perdido los cambios locales."
4152
#: bzrlib/builtins.py:6124
4153
msgid "Reconfigure a branch to be stacked on another branch."
4154
msgstr "Reconfigurar una rama para apilarla en otra rama."
4156
#: bzrlib/builtins.py:6128
4158
"Reconfigure a branch to be unstacked. This may require copying substantial "
4162
#: bzrlib/builtins.py:6138
4163
msgid "Can't use both --stacked-on and --unstacked"
4164
msgstr "No se pueden usar ambos --stacked-on y --unstacked"
4166
#: bzrlib/builtins.py:6152
4167
msgid "No target configuration specified"
4168
msgstr "No se ha especificado una configuración objetivo"
4170
#: bzrlib/builtins.py:6187
4171
msgid "Set the branch of a checkout and update."
4172
msgstr "Establezca la rama de una comprobación y actualización."
4174
#: bzrlib/builtins.py:6189
4176
"For lightweight checkouts, this changes the branch being referenced.\n"
4177
"For heavyweight checkouts, this checks that there are no local commits\n"
4178
"versus the current bound branch, then it makes the local branch a mirror\n"
4179
"of the new location and binds to it."
4182
#: bzrlib/builtins.py:6194
4184
"In both cases, the working tree is updated and uncommitted changes\n"
4185
"are merged. The user can commit or revert these as they desire."
4188
#: bzrlib/builtins.py:6197
4189
msgid "Pending merges need to be committed or reverted before using switch."
4192
#: bzrlib/builtins.py:6199
4194
"The path to the branch to switch to can be specified relative to the parent\n"
4195
"directory of the current branch. For example, if you are currently in a\n"
4196
"checkout of /path/to/branch, specifying 'newbranch' will find a branch at\n"
4197
"/path/to/newbranch."
4200
#: bzrlib/builtins.py:6204
4202
"Bound branches use the nickname of its master branch unless it is set\n"
4203
"locally, in which case switching will update the local nickname to be\n"
4204
"that of the master."
4207
#: bzrlib/builtins.py:6212
4208
msgid "Switch even if local commits will be lost."
4209
msgstr "Cambiar incluso si las ejecuciones se han perdido."
4211
#: bzrlib/builtins.py:6215
4212
msgid "Create the target branch from this one before switching to it."
4215
#: bzrlib/builtins.py:6229
4216
msgid "You must supply either a revision or a location"
4217
msgstr "Debe especificar una revisión o una ubicación"
4219
#: bzrlib/builtins.py:6242
4220
msgid "cannot create branch without source branch"
4221
msgstr "no se puede crear una rama sin rama origen"
4223
#: bzrlib/builtins.py:6262
4224
msgid "Manage filtered views."
4225
msgstr "Gestionar vistas filtradas."
4227
#: bzrlib/builtins.py:6264
4229
"Views provide a mask over the tree so that users can focus on\n"
4230
"a subset of a tree when doing their work. After creating a view,\n"
4231
"commands that support a list of files - status, diff, commit, etc -\n"
4232
"effectively have that list of files implicitly given each time.\n"
4233
"An explicit list of files can still be given but those files\n"
4234
"must be within the current view."
4237
#: bzrlib/builtins.py:6271
4239
"In most cases, a view has a short life-span: it is created to make\n"
4240
"a selected change and is deleted once that change is committed.\n"
4241
"At other times, you may wish to create one or more named views\n"
4242
"and switch between them."
4245
#: bzrlib/builtins.py:6276
4247
"To disable the current view without deleting it, you can switch to\n"
4248
"the pseudo view called ``off``. This can be useful when you need\n"
4249
"to see the whole tree for an operation or two (e.g. merge) but\n"
4250
"want to switch back to your view after that."
4253
#: bzrlib/builtins.py:6281
4256
" To define the current view::"
4259
" Para definir la vista actual::"
4261
#: bzrlib/builtins.py:6284
4262
msgid " bzr view file1 dir1 ..."
4263
msgstr " bzr view file1 dir1 ..."
4265
#: bzrlib/builtins.py:6286
4266
msgid " To list the current view::"
4267
msgstr " Para listar la vista actual::"
4269
#: bzrlib/builtins.py:6288
4273
#: bzrlib/builtins.py:6290
4274
msgid " To delete the current view::"
4275
msgstr " Para eliminar la vista actual::"
4277
#: bzrlib/builtins.py:6292
4278
msgid " bzr view --delete"
4279
msgstr " bzr view --delete"
4281
#: bzrlib/builtins.py:6294
4282
msgid " To disable the current view without deleting it::"
4283
msgstr " Para desactivar la vista actual sin eliminarla::"
4285
#: bzrlib/builtins.py:6296
4286
msgid " bzr view --switch off"
4287
msgstr " bzr view --switch off"
4289
#: bzrlib/builtins.py:6298
4290
msgid " To define a named view and switch to it::"
4293
#: bzrlib/builtins.py:6300
4294
msgid " bzr view --name view-name file1 dir1 ..."
4295
msgstr " bzr view --name view-name file1 dir1 ..."
4297
#: bzrlib/builtins.py:6302
4298
msgid " To list a named view::"
4299
msgstr " Para lista la vista nombrada::"
4301
#: bzrlib/builtins.py:6304
4302
msgid " bzr view --name view-name"
4303
msgstr " bzr view --name view-name"
4305
#: bzrlib/builtins.py:6306
4306
msgid " To delete a named view::"
4307
msgstr " Para eliminar una vista nombrada::"
4309
#: bzrlib/builtins.py:6308
4310
msgid " bzr view --name view-name --delete"
4311
msgstr " bzr view --name view-name --delete"
4313
#: bzrlib/builtins.py:6310
4314
msgid " To switch to a named view::"
4315
msgstr " Para cambiar a una vista nombrada::"
4317
#: bzrlib/builtins.py:6312
4318
msgid " bzr view --switch view-name"
4319
msgstr " bzr view --switch view-name"
4321
#: bzrlib/builtins.py:6314
4322
msgid " To list all views defined::"
4323
msgstr " Para listar todas las vistas definidas::"
4325
#: bzrlib/builtins.py:6316
4326
msgid " bzr view --all"
4327
msgstr " bzr view --all"
4329
#: bzrlib/builtins.py:6318
4330
msgid " To delete all views::"
4331
msgstr " Para eliminar todas las vistas::"
4333
#: bzrlib/builtins.py:6320
4334
msgid " bzr view --delete --all"
4335
msgstr " bzr view --delete --all"
4337
#: bzrlib/builtins.py:6327
4338
msgid "Apply list or delete action to all views."
4341
#: bzrlib/builtins.py:6330
4342
msgid "Delete the view."
4343
msgstr "Eliminar la vista."
4345
#: bzrlib/builtins.py:6333
4346
msgid "Name of the view to define, list or delete."
4347
msgstr "Nombre de la vista a definir, listar o eliminar."
4349
#: bzrlib/builtins.py:6337
4350
msgid "Name of the view to switch to."
4351
msgstr "Nombre de la vista a la que cambiar."
4353
#: bzrlib/builtins.py:6356
4354
msgid "Both --delete and a file list specified"
4357
#: bzrlib/builtins.py:6359
4358
msgid "Both --delete and --switch specified"
4359
msgstr "Ambos --delete y --switch especificados"
4361
#: bzrlib/builtins.py:6362
4362
msgid "Deleted all views.\n"
4363
msgstr "Eliminar todas las vistas.\n"
4365
#: bzrlib/builtins.py:6364
4366
msgid "No current view to delete"
4367
msgstr "No hay vista para eliminar"
4369
#: bzrlib/builtins.py:6367
4371
msgid "Deleted '%s' view.\n"
4372
msgstr "Vista «%s» eliminada.\n"
4374
#: bzrlib/builtins.py:6371
4375
msgid "Both --switch and a file list specified"
4378
#: bzrlib/builtins.py:6374
4379
msgid "Both --switch and --all specified"
4380
msgstr "Ambos --switch y --all especificados"
4382
#: bzrlib/builtins.py:6377
4383
msgid "No current view to disable"
4384
msgstr "No hay vista actual que desactivar"
4386
#: bzrlib/builtins.py:6379
4388
msgid "Disabled '%s' view.\n"
4389
msgstr "Vista «%s» desactivada.\n"
4391
#: bzrlib/builtins.py:6383 bzrlib/builtins.py:6405
4392
msgid "Using '{0}' view: {1}\n"
4393
msgstr "Usar «{0}» vista: {1}\n"
4395
#: bzrlib/builtins.py:6386
4396
msgid "Views defined:\n"
4397
msgstr "Vistas definidas:\n"
4399
#: bzrlib/builtins.py:6395
4400
msgid "No views defined.\n"
4401
msgstr "No hay vista definida.\n"
4403
#: bzrlib/builtins.py:6402
4404
msgid "Cannot change the 'off' pseudo view"
4407
#: bzrlib/builtins.py:6410
4408
msgid "No current view.\n"
4409
msgstr "No hay vista actual.\n"
4411
#: bzrlib/builtins.py:6413
4412
msgid "'{0}' view is: {1}\n"
4413
msgstr "«{0}» vista es: {1}\n"
4415
#: bzrlib/builtins.py:6433
4416
msgid " <no hooks installed>\n"
4419
#: bzrlib/builtins.py:6437
4420
msgid "Remove a branch."
4421
msgstr "Eliminar una rama."
4423
#: bzrlib/builtins.py:6439
4425
"This will remove the branch from the specified location but \n"
4426
"will keep any working tree or repository in place."
4429
#: bzrlib/builtins.py:6444
4430
msgid " Remove the branch at repo/trunk::"
4431
msgstr " Eliminar la rama en repo/trunk::"
4433
#: bzrlib/builtins.py:6446
4434
msgid " bzr remove-branch repo/trunk"
4435
msgstr " bzr remove-branch repo/trunk"
4437
#: bzrlib/builtins.py:6461
4438
msgid "Plaintext diff output."
4441
#: bzrlib/builtins.py:6462
4442
msgid "Temporarily set aside some changes from the current tree."
4445
#: bzrlib/builtins.py:6464
4447
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4448
"ie. out of the way, until a later time when you can bring them back from\n"
4449
"the shelf with the 'unshelve' command. The changes are stored alongside\n"
4450
"your working tree, and so they aren't propagated along with your branch nor\n"
4451
"will they survive its deletion."
4454
#: bzrlib/builtins.py:6470
4455
msgid "If shelve --list is specified, previously-shelved changes are listed."
4458
#: bzrlib/builtins.py:6472
4460
"Shelve is intended to help separate several sets of changes that have\n"
4461
"been inappropriately mingled. If you just want to get rid of all changes\n"
4462
"and you don't need to restore them later, use revert. If you want to\n"
4463
"shelve all text changes at once, use shelve --all."
4466
#: bzrlib/builtins.py:6477
4468
"If filenames are specified, only the changes to those files will be\n"
4469
"shelved. Other files will be left untouched."
4472
#: bzrlib/builtins.py:6480
4474
"If a revision is specified, changes since that revision will be shelved."
4476
"Si se especifica una revisión, los cambios realizados desde esta revisión "
4479
#: bzrlib/builtins.py:6482
4481
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
4482
"restore the most recently shelved changes."
4485
#: bzrlib/builtins.py:6485
4487
"For complicated changes, it is possible to edit the changes in a separate\n"
4488
"editor program to decide what the file remaining in the working copy\n"
4489
"should look like. To do this, add the configuration option"
4492
#: bzrlib/builtins.py:6489
4493
msgid " change_editor = PROGRAM @new_path @old_path"
4496
#: bzrlib/builtins.py:6491
4498
"where @new_path is replaced with the path of the new version of the \n"
4499
"file and @old_path is replaced with the path of the old version of \n"
4500
"the file. The PROGRAM should save the new file with the desired \n"
4501
"contents of the file in the working tree.\n"
4505
#: bzrlib/builtins.py:6503
4506
msgid "Shelve all changes."
4507
msgstr "Guardar todos los cambios."
4509
#: bzrlib/builtins.py:6505
4510
msgid "Method to use for writing diffs."
4511
msgstr "Método a usar para escribir diferencias."
4513
#: bzrlib/builtins.py:6505
4517
#: bzrlib/builtins.py:6509
4518
msgid "List shelved changes."
4519
msgstr "Listar cambios guardados."
4521
#: bzrlib/builtins.py:6511
4522
msgid "Destroy removed changes instead of shelving them."
4523
msgstr "Destruir cambios eliminados en vez de guardarlos."
4525
#: bzrlib/builtins.py:6540
4526
msgid "No shelved changes."
4527
msgstr "No ha cambios guardados."
4529
#: bzrlib/builtins.py:6551
4530
msgid "Restore shelved changes."
4531
msgstr "Restaurar cambios guardados."
4533
#: bzrlib/builtins.py:6553
4535
"By default, the most recently shelved changes are restored. However if you\n"
4536
"specify a shelf by id those changes will be restored instead. This works\n"
4537
"best when the changes don't depend on each other."
4540
#: bzrlib/builtins.py:6562
4541
msgid "The action to perform."
4542
msgstr "La acción a realizar."
4544
#: bzrlib/builtins.py:6562 bzrlib/conflicts.py:694
4548
#: bzrlib/builtins.py:6564
4549
msgid "Apply changes and remove from the shelf."
4552
#: bzrlib/builtins.py:6565
4553
msgid "Show changes, but do not apply or remove them."
4556
#: bzrlib/builtins.py:6566
4558
"Instead of unshelving the changes, show the diff that would result from "
4562
#: bzrlib/builtins.py:6568
4563
msgid "Delete changes without applying them."
4566
#: bzrlib/builtins.py:6569
4567
msgid "Apply changes but don't delete them."
4570
#: bzrlib/builtins.py:6584
4571
msgid "Remove unwanted files from working tree."
4572
msgstr "Eliminar archivos no deseados desde el árbol de trabajo."
4574
#: bzrlib/builtins.py:6586
4576
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4577
"files are never deleted."
4580
#: bzrlib/builtins.py:6589
4582
"Another class is 'detritus', which includes files emitted by bzr during\n"
4583
"normal operations and selftests. (The value of these files decreases with\n"
4587
#: bzrlib/builtins.py:6593
4589
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4590
"flags are respected, and may be combined."
4593
#: bzrlib/builtins.py:6596
4594
msgid "To check what clean-tree will do, use --dry-run."
4597
#: bzrlib/builtins.py:6599
4598
msgid "Delete all ignored files."
4599
msgstr "Eliminar todos los archivos ignorados."
4601
#: bzrlib/builtins.py:6600
4603
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4606
#: bzrlib/builtins.py:6603
4607
msgid "Delete files unknown to bzr (default)."
4608
msgstr "Eliminar archivos desconocidos de bzr (predeterminado)."
4610
#: bzrlib/builtins.py:6604
4611
msgid "Show files to delete instead of deleting them."
4612
msgstr "Mostrar archivos a eliminar en vez de eliminarles."
4614
#: bzrlib/builtins.py:6606
4615
msgid "Do not prompt before deleting."
4616
msgstr "No preguntar antes de eliminar."
4618
#: bzrlib/bundle/__init__.py:59
4619
msgid "A directory cannot be a bundle"
4622
#: bzrlib/bundle/apply_bundle.py:40
4623
msgid "Install revisions"
4626
#: bzrlib/bundle/commands.py:64
4627
msgid "--verbose requires a merge directive"
4630
#: bzrlib/bundle/commands.py:67
4631
msgid "Bundle format not supported"
4634
#: bzrlib/bundle/commands.py:77
4638
#: bzrlib/bundle/commands.py:81
4639
msgid "{0}: {1} ({2} multiparent)\n"
4642
#: bzrlib/bundle/commands.py:83
4644
msgid "unique files: %d\n"
4647
#: bzrlib/bundle/commands.py:92
4651
#: bzrlib/bundle/commands.py:93
4656
#: bzrlib/bundle/commands.py:95
4663
#: bzrlib/bundle/commands.py:103
4664
msgid "Decoded contents\n"
4667
#: bzrlib/bundle/serializer/v4.py:327
4669
msgid "Bundling %d revision."
4670
msgid_plural "Bundling %d revisions."
4674
#: bzrlib/bzrdir.py:490
4676
"making backup of {0}\n"
4679
"haciendo respaldo de {0}\n"
4682
#: bzrlib/bzrdir.py:513
4683
msgid "renamed {0} to {1}"
4684
msgstr "renombrado {0} a {1}"
4686
#: bzrlib/bzrdir.py:1652
4689
"Source repository format does not support stacking, using format:\n"
4693
#: bzrlib/bzrdir.py:1672
4696
"Source branch format does not support stacking, using format:\n"
4700
#: bzrlib/bzrdir.py:1818
4701
msgid "starting repository conversion"
4702
msgstr "iniciar conversión de repositorio"
4704
#: bzrlib/bzrdir.py:2039
4705
msgid "Using default stacking branch {0} at {1}"
4708
#: bzrlib/check.py:108
4712
#: bzrlib/check.py:110
4713
msgid "checking revisions"
4714
msgstr "marcar revisiones"
4716
#: bzrlib/check.py:112
4717
msgid "checking commit contents"
4720
#: bzrlib/check.py:114
4721
msgid "checking file graphs"
4724
#: bzrlib/check.py:118
4725
msgid "checking branches and trees"
4728
#: bzrlib/check.py:205
4729
msgid "checked repository {0} format {1}"
4732
#: bzrlib/check.py:208
4734
msgid "%6d revisions"
4735
msgstr "%6d revisiones"
4737
#: bzrlib/check.py:209
4739
msgid "%6d file-ids"
4742
#: bzrlib/check.py:211
4744
msgid "%6d unreferenced text versions"
4745
msgstr "%6d versiones de texto no referenciadas"
4747
#: bzrlib/check.py:215
4748
msgid "unreferenced version: {{{0}}} in {1}"
4749
msgstr "versión no referenciada: {{{0}}} en {1}"
4751
#: bzrlib/check.py:218
4753
msgid "%6d revisions are missing inventory_sha1"
4756
#: bzrlib/check.py:221
4758
msgid "%6d revisions are mentioned but not present"
4761
#: bzrlib/check.py:224
4763
msgid "%6d ghost revisions"
4766
#: bzrlib/check.py:229
4768
msgid "%6d revisions missing parents in ancestry"
4771
#: bzrlib/check.py:233
4773
msgid " %s should be in the ancestry for:"
4776
#: bzrlib/check.py:237
4778
msgid "%6d inconsistent parents"
4779
msgstr "%6d padres inconsistentes"
4781
#: bzrlib/check.py:241
4782
msgid " * {0} version {1} has parents {2!r} but should have {3!r}"
4785
#: bzrlib/check.py:247
4787
msgid "%6d revisions have incorrect parents in the revision index"
4790
#: bzrlib/check.py:253
4791
msgid " {0} has wrong parents in index: {1!r} should be {2!r}"
4794
#: bzrlib/check.py:267
4795
msgid "Mismatched internal revid {{{0}}} and index revid {{{1}}}"
4798
#: bzrlib/check.py:296
4800
"Multiple expected sha1s for {0}. {{{1}}} expects {{{2}}}, {{{3}}} expects "
4804
#: bzrlib/check.py:354
4806
msgid "Checking branch at '%s'."
4807
msgstr "Comprobando rama en «%s»."
4809
#: bzrlib/check.py:374
4811
msgid "Checking working tree at '%s'."
4812
msgstr "Comprobando árbol de trabajo en «%s»."
4814
#: bzrlib/check.py:427 bzrlib/check.py:441
4815
msgid "No branch found at specified location."
4816
msgstr "No se ha encontrado rama en la ubicación especificada."
4818
#: bzrlib/check.py:429 bzrlib/check.py:439
4819
msgid "No working tree found at specified location."
4820
msgstr "No se ha encontrado árbol de trabajo en la ubicación especificada."
4822
#: bzrlib/check.py:432
4824
msgid "Checking repository at '%s'."
4825
msgstr "Comprobando repositorio en «%s»."
4827
#: bzrlib/check.py:443
4828
msgid "No repository found at specified location."
4829
msgstr "No se ha encontrado repositorio en la ubicación especificada."
4831
#: bzrlib/clean_tree.py:63
4832
msgid "Nothing to delete."
4833
msgstr "Nada que eliminar."
4835
#: bzrlib/clean_tree.py:68
4836
msgid "Are you sure you wish to delete these"
4839
#: bzrlib/clean_tree.py:70
4843
#: bzrlib/clean_tree.py:107
4845
msgid "unable to remove %s"
4846
msgstr "imposible eliminar %s"
4848
#: bzrlib/clean_tree.py:111
4849
msgid "deleting paths:"
4850
msgstr "eliminar rutas:"
4852
#: bzrlib/clean_tree.py:125
4853
msgid "unable to remove \"{0}\": {1}."
4854
msgstr "imposible eliminar «{0}»: {1}."
4856
#: bzrlib/clean_tree.py:130
4857
msgid "No files deleted."
4858
msgstr "No hay archivos eliminados."
4860
#: bzrlib/cmd_version_info.py:47
4861
msgid "No known version info format {0}. Supported types are: {1}"
4864
#: bzrlib/cmd_version_info.py:52
4865
msgid "Version info in Custom template-based format."
4868
#: bzrlib/cmd_version_info.py:52
4869
msgid "Version info in Python format."
4872
#: bzrlib/cmd_version_info.py:52
4873
msgid "Version info in RIO (simple text) format (default)."
4876
#: bzrlib/cmd_version_info.py:53
4877
msgid "Show version information about this tree."
4878
msgstr "Mostrar la información de la versión acerca de este árbol."
4880
#: bzrlib/cmd_version_info.py:55
4882
"You can use this command to add information about version into\n"
4883
"source code of an application. The output can be in one of the\n"
4884
"supported formats or in a custom format based on a template."
4887
#: bzrlib/cmd_version_info.py:59 en/help_topics/configuration.txt:700
4888
#: en/help_topics/configuration.txt:710
4889
msgid "For example::"
4890
msgstr "Por ejemplo::"
4892
#: bzrlib/cmd_version_info.py:61
4894
" bzr version-info --custom \\\n"
4895
" --template=\"#define VERSION_INFO \\\"Project 1.2.3 (r{revno})\\\"\\n\""
4898
#: bzrlib/cmd_version_info.py:64
4900
"will produce a C header file with formatted string containing the\n"
4901
"current revision number. Other supported variables in templates are:"
4904
#: bzrlib/cmd_version_info.py:67
4906
" * {date} - date of the last revision\n"
4907
" * {build_date} - current date\n"
4908
" * {revno} - revision number\n"
4909
" * {revision_id} - revision id\n"
4910
" * {branch_nick} - branch nickname\n"
4911
" * {clean} - 0 if the source tree contains uncommitted changes,\n"
4915
#: bzrlib/cmd_version_info.py:77
4916
msgid "Select the output format."
4917
msgstr "Seleccionar el formato de salida."
4919
#: bzrlib/cmd_version_info.py:81
4920
msgid "Include all possible information."
4921
msgstr "Incluir toda la información posible."
4923
#: bzrlib/cmd_version_info.py:82
4924
msgid "Check if tree is clean."
4925
msgstr "Comprobar si el árbol está limpio."
4927
#: bzrlib/cmd_version_info.py:84
4928
msgid "Include the revision-history."
4931
#: bzrlib/cmd_version_info.py:86
4932
msgid "Include the last revision for each file."
4935
#: bzrlib/cmd_version_info.py:87
4936
msgid "Template for the output."
4937
msgstr "Plantilla para la salida."
4939
#: bzrlib/cmd_version_info.py:101
4940
msgid "bzr version-info --revision takes exactly one revision specifier"
4943
#: bzrlib/commands.py:229
4945
msgid "unknown command \"%s\""
4946
msgstr "orden «%s» desconocida"
4948
#: bzrlib/commands.py:476
4949
msgid "No help for this command."
4950
msgstr "No hay ayuda para esta orden."
4952
#: bzrlib/commands.py:489
4954
msgid ":Purpose: %s\n"
4955
msgstr ":Propósito: %s\n"
4957
#: bzrlib/commands.py:491
4966
#: bzrlib/commands.py:493
4968
msgid ":Usage: %s\n"
4971
#: bzrlib/commands.py:512
4974
msgstr ":Opciones:%s"
4976
#: bzrlib/commands.py:523
4987
#: bzrlib/commands.py:533
4990
"See bzr help %s for more details and examples.\n"
4994
#: bzrlib/commands.py:538
4998
#: bzrlib/commands.py:542
5000
msgid ":From: plugin \"%s\"\n"
5001
msgstr ":Desde: complemento «%s»\n"
5003
#: bzrlib/commands.py:554
5004
msgid ":doc:`{0} <{1}-help>`"
5005
msgstr ":doc:`{0} <{1}-help>`"
5007
#: bzrlib/commands.py:558
5009
msgid ":See also: %s"
5010
msgstr ":Vea también: %s"
5012
#: bzrlib/commands.py:816 bzrlib/gpg.py:324
5013
msgid "Only ASCII permitted in option names"
5014
msgstr "Solo se permiten nombres de opción en ASCII"
5016
#: bzrlib/commands.py:841 bzrlib/commands.py:849
5017
msgid "command {0!r} needs one or more {1}"
5018
msgstr "la orden {0!r} necesita una o más {1}"
5020
#: bzrlib/commands.py:858
5021
msgid "command {0!r} requires argument {1}"
5022
msgstr "la orden {0!r} necesita un argumento {1}"
5024
#: bzrlib/commands.py:865
5025
msgid "extra argument to command {0}: {1}"
5028
#: bzrlib/commands.py:962
5030
msgid "Profile data written to \"%s\"."
5031
msgstr "Datos de perfil escritos en «%s»"
5033
#: bzrlib/commit.py:117 bzrlib/commit.py:740
5037
#: bzrlib/commit.py:117 bzrlib/commit.py:748
5041
#: bzrlib/commit.py:131
5043
msgid "Committing%s"
5046
#: bzrlib/commit.py:134
5048
msgid "Committed revision %d."
5051
#: bzrlib/commit.py:143
5054
msgstr "eliminado %s"
5056
#: bzrlib/commit.py:146
5061
#: bzrlib/commit.py:511
5063
"Conflicting tags in bound branch:\n"
5067
#: bzrlib/commit.py:742
5071
#: bzrlib/commit.py:977
5073
msgstr "sin cambios"
5075
#: bzrlib/commit.py:999
5076
msgid "{0} [{1}] - Stage"
5079
#: bzrlib/commit.py:1002
5084
#: bzrlib/commit_signature_commands.py:36
5085
msgid "Sign all commits by a given committer."
5088
#: bzrlib/commit_signature_commands.py:38
5090
"If location is not specified the local tree is used.\n"
5091
"If committer is not specified the default committer is used."
5094
#: bzrlib/commit_signature_commands.py:41
5095
msgid "This does not sign commits that already have signatures."
5098
#: bzrlib/commit_signature_commands.py:49
5100
"Don't actually sign anything, just print the revisions that would be signed."
5103
#: bzrlib/commit_signature_commands.py:103
5104
msgid "Verify all commit signatures."
5105
msgstr "Verificar todas las firmas de ejecución."
5107
#: bzrlib/commit_signature_commands.py:105
5109
"Verifies that all commits in the branch are signed by known GnuPG keys."
5112
#: bzrlib/commit_signature_commands.py:110
5114
"Comma separated list of GPG key patterns which are acceptable for "
5118
#: bzrlib/commit_signature_commands.py:147
5119
msgid "Cannot verify a range of non-revision-history revisions"
5122
#: bzrlib/commit_signature_commands.py:168
5123
msgid "All commits signed with verifiable keys"
5126
#: bzrlib/config.py:475
5127
msgid "Invalid config value for \"{0}\" value {1!r} is not an SI unit."
5130
#: bzrlib/config.py:2485
5131
msgid "{0} is not an SI unit."
5134
#: bzrlib/config.py:2949
5136
"Option {0} in section {1} of {2} was changed from {3} to {4}. The {5} value "
5140
#: bzrlib/config.py:3093
5142
msgid "Invalid '%s', should be of the form 'name=value'"
5145
#: bzrlib/config.py:3962
5146
msgid "Display, set or remove a configuration option."
5149
#: bzrlib/config.py:3964
5150
msgid "Display the active value for a given option."
5153
#: bzrlib/config.py:3966
5155
"If --all is specified, NAME is interpreted as a regular expression and all\n"
5156
"matching options are displayed mentioning their scope. The active value\n"
5157
"that bzr will take into account is the first one displayed for each option."
5160
#: bzrlib/config.py:3970
5161
msgid "If no NAME is given, --all .* is implied."
5164
#: bzrlib/config.py:3972
5166
"Setting a value is achieved by using name=value without spaces. The value\n"
5167
"is set in the most relevant scope and can be checked by displaying the\n"
5171
#: bzrlib/config.py:3984
5172
msgid "Reduce the scope to the specified configuration file."
5175
#: bzrlib/config.py:3988
5176
msgid "Display all the defined values for the matching options."
5179
#: bzrlib/config.py:3990
5180
msgid "Remove the option from the configuration file."
5183
#: bzrlib/conflicts.py:50
5184
msgid "List files with conflicts."
5187
#: bzrlib/conflicts.py:57
5189
"Conflicts normally are listed as short, human-readable messages. If --text\n"
5190
"is supplied, the pathnames of files with text conflicts are listed,\n"
5191
"instead. (This is useful for editing all files with text conflicts.)"
5194
#: bzrlib/conflicts.py:61
5195
msgid "Use bzr resolve when you have fixed a problem."
5198
#: bzrlib/conflicts.py:66
5199
msgid "List paths of files with text conflicts."
5202
#: bzrlib/conflicts.py:85
5203
msgid "Marks the conflict as resolved."
5206
#: bzrlib/conflicts.py:88
5207
msgid "Resolve the conflict preserving the version in the working tree."
5210
#: bzrlib/conflicts.py:91
5211
msgid "Resolve the conflict taking the merged version into account."
5214
#: bzrlib/conflicts.py:98
5215
msgid "How to resolve the conflict."
5218
#: bzrlib/conflicts.py:104
5219
msgid "Mark a conflict as resolved."
5222
#: bzrlib/conflicts.py:111
5224
"Once you have fixed a problem, use \"bzr resolve\" to automatically mark\n"
5225
"text conflicts as fixed, \"bzr resolve FILE\" to mark a specific conflict "
5227
"resolved, or \"bzr resolve --all\" to mark all conflicts as resolved."
5230
#: bzrlib/conflicts.py:119
5231
msgid "Resolve all conflicts in this tree."
5232
msgstr "Resolver todos los conflictos es este árbol."
5234
#: bzrlib/conflicts.py:126
5235
msgid "If --all is specified, no FILE may be provided"
5238
#: bzrlib/conflicts.py:151
5240
msgid "%d conflict auto-resolved."
5241
msgid_plural "%d conflicts auto-resolved."
5245
#: bzrlib/conflicts.py:154
5246
msgid "Remaining conflicts:"
5247
msgstr "Mantener conflictos:"
5249
#: bzrlib/conflicts.py:159
5250
msgid "All conflicts resolved."
5251
msgstr "Todos los conflictos resueltos."
5253
#: bzrlib/conflicts.py:168
5254
msgid "{0} conflict resolved, {1} remaining"
5255
msgid_plural "{0} conflicts resolved, {1} remaining"
5259
#: bzrlib/controldir.py:710
5260
msgid "{0} is{1} redirected to {2}"
5261
msgstr "{0} es{1} redirigido a {2}"
5263
#: bzrlib/diff.py:399
5265
msgid "*** Ignoring files outside view. View is %s"
5268
#: bzrlib/errors.py:157
5269
msgid "The tree builder is already building a tree."
5272
#: bzrlib/errors.py:178
5273
msgid "The dirstate file (%(state)s) appears to be corrupt: %(msg)s"
5276
#: bzrlib/errors.py:197
5278
"The API for \"%(api)s\" is not compatible with \"%(wanted)s\". It supports "
5279
"versions \"%(minimum)s\" to \"%(current)s\"."
5282
#: bzrlib/errors.py:209
5283
msgid "The transport '%(transport)s' is only accessible within this process."
5286
#: bzrlib/errors.py:227
5287
msgid "Invalid revision number %(revno)s"
5290
#: bzrlib/errors.py:236
5291
msgid "Invalid revision-id {%(revision_id)s} in %(branch)s"
5294
#: bzrlib/errors.py:247
5295
msgid "Reserved revision-id {%(revision_id)s}"
5298
#: bzrlib/errors.py:261
5299
msgid "There is no public branch set for \"%(branch_url)s\"."
5302
#: bzrlib/errors.py:271
5304
"No help could be found for '%(topic)s'. Please use 'bzr help topics' to "
5305
"obtain a list of topics."
5308
#: bzrlib/errors.py:280
5309
msgid "The file id \"%(file_id)s\" is not present in the tree %(tree)s."
5312
#: bzrlib/errors.py:290
5314
"The file id \"%(file_id)s\" is not present in the repository %(repository)r"
5317
#: bzrlib/errors.py:299
5318
msgid "The branch '%(branch)s' is not stacked."
5321
#: bzrlib/errors.py:313
5322
msgid "No WorkingTree exists for \"%(base)s\"."
5325
#: bzrlib/errors.py:322
5326
msgid "Not currently building a tree."
5329
#: bzrlib/errors.py:327
5330
msgid "%(url)s is not a local path."
5333
#: bzrlib/errors.py:355
5334
msgid "%(not_locked)r is not write locked but needs to be."
5337
#: bzrlib/errors.py:363
5338
msgid "Error in command line options"
5339
msgstr "Error en las opciones de la línea de órdenes"
5341
#: bzrlib/errors.py:368
5342
msgid "%(value)s is not an index of type %(_type)s."
5345
#: bzrlib/errors.py:378
5346
msgid "Error in data for index %(value)s."
5349
#: bzrlib/errors.py:387
5350
msgid "The key '%(key)s' is already in index '%(index)s'."
5353
#: bzrlib/errors.py:397
5354
msgid "The key '%(key)s' is not a valid key."
5357
#: bzrlib/errors.py:406
5358
msgid "Could not parse options for index %(value)s."
5361
#: bzrlib/errors.py:415
5362
msgid "The value '%(value)s' is not a valid value."
5365
#: bzrlib/errors.py:424
5366
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
5369
#: bzrlib/errors.py:443
5370
msgid "Generic path error: %(path)r%(extra)s)"
5373
#: bzrlib/errors.py:456
5374
msgid "No such file: %(path)r%(extra)s"
5377
#: bzrlib/errors.py:461
5378
msgid "File exists: %(path)r%(extra)s"
5381
#: bzrlib/errors.py:467
5383
"Could not rename %(source)s => %(dest)s because both files exist. (Use --"
5384
"after to tell bzr about a rename that has already happened)%(extra)s"
5387
#: bzrlib/errors.py:483
5388
msgid "\"%(path)s\" is not a directory %(extra)s"
5391
#: bzrlib/errors.py:488
5392
msgid "\"%(path)s\" is not in the working directory %(extra)s"
5395
#: bzrlib/errors.py:493
5396
msgid "Directory not empty: \"%(path)s\"%(extra)s"
5399
#: bzrlib/errors.py:498
5400
msgid "Hard-linking \"%(path)s\" is not supported"
5403
#: bzrlib/errors.py:513
5404
msgid "Device or resource busy: \"%(path)s\"%(extra)s"
5407
#: bzrlib/errors.py:518
5408
msgid "Permission denied: \"%(path)s\"%(extra)s"
5411
#: bzrlib/errors.py:523
5412
msgid "Invalid url supplied to transport: \"%(path)s\"%(extra)s"
5415
#: bzrlib/errors.py:528
5416
msgid "Invalid URL join request: %(reason)s: %(base)r + %(join_args)r"
5419
#: bzrlib/errors.py:539
5420
msgid "URLs differ by more than path: %(from_)r and %(to)r"
5423
#: bzrlib/errors.py:561
5424
msgid "The %(type)s hook '%(hook)s' is unknown in this version of bzrlib."
5427
#: bzrlib/errors.py:571
5428
msgid "Unsupported protocol for url \"%(path)s\"%(extra)s"
5431
#: bzrlib/errors.py:579
5433
"The branch '%(url)s'(%(format)s) is not a stackable format. You will need to "
5434
"upgrade the branch to permit branch stacking."
5437
#: bzrlib/errors.py:590
5438
msgid "The branch '%(branch_url)s' cannot be stacked on '%(target_url)s'."
5441
#: bzrlib/errors.py:600
5443
"The repository '%(url)s'(%(format)s) is not a stackable format. You will "
5444
"need to upgrade the repository to permit branch stacking."
5447
#: bzrlib/errors.py:611
5448
msgid "Error reading from %(path)r."
5451
#: bzrlib/errors.py:630
5452
msgid "Path \"%(path)s\" is not a child of path \"%(base)s\"%(extra)s"
5455
#: bzrlib/errors.py:646
5456
msgid "Path \"%(path)s\" is not unicode normalized"
5459
#: bzrlib/errors.py:654
5460
msgid "Not a branch: \"%(path)s\"%(detail)s."
5463
#: bzrlib/errors.py:696
5464
msgid "No submit branch available for branch \"%(path)s\""
5467
#: bzrlib/errors.py:705
5468
msgid "A control directory already exists: \"%(path)s\"."
5471
#: bzrlib/errors.py:710
5472
msgid "Already a branch: \"%(path)s\"."
5475
#: bzrlib/errors.py:715
5476
msgid "Parent branch already exists: \"%(path)s\"."
5479
#: bzrlib/errors.py:721
5481
"Directory contains a branch, but no working tree (use bzr checkout if you "
5482
"wish to build a working tree): \"%(path)s\""
5485
#: bzrlib/errors.py:726
5487
"\"%(function)s\" called on an AtomicFile after it was closed: \"%(path)s\""
5490
#: bzrlib/errors.py:736
5492
"Parent not accessible given base \"%(base)s\" and relative path \"%(path)s\""
5495
#: bzrlib/errors.py:746
5496
msgid "No repository present: \"%(path)s\""
5499
#: bzrlib/errors.py:753
5501
"Unsupported branch format: %(format)s\n"
5502
"Please run 'bzr upgrade'"
5505
#: bzrlib/errors.py:759
5506
msgid "Unknown %(kind)s format: %(format)r"
5509
#: bzrlib/errors.py:768
5510
msgid "Format %(format)s is not compatible with .bzr version %(bzrdir)s."
5513
#: bzrlib/errors.py:778
5514
msgid "Parse error on line %(lineno)d of %(format)s format: %(line)s"
5517
#: bzrlib/errors.py:793
5520
"is not compatible with\n"
5525
#: bzrlib/errors.py:809
5526
msgid "Revision is not compatible with %(repo_format)s"
5529
#: bzrlib/errors.py:819
5530
msgid "%(context_info)s%(path)s is already versioned."
5533
#: bzrlib/errors.py:840
5534
msgid "%(context_info)s%(path)s is not versioned."
5537
#: bzrlib/errors.py:861
5538
msgid "Path(s) are not versioned: %(paths_as_string)s"
5541
#: bzrlib/errors.py:872
5542
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5545
#: bzrlib/errors.py:891
5546
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5549
#: bzrlib/errors.py:899
5551
"Filename %(filename)r is not valid in your current filesystem encoding "
5555
#: bzrlib/errors.py:910
5556
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5559
#: bzrlib/errors.py:928
5560
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5563
#: bzrlib/errors.py:967
5564
msgid "Cannot lock %(lock)s: %(why)s"
5567
#: bzrlib/errors.py:977
5569
"A transaction related operation was attempted after the transaction finished."
5572
#: bzrlib/errors.py:1004
5573
msgid "Cannot lock: transport is read only: %(transport)s"
5576
#: bzrlib/errors.py:1012
5577
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
5580
#: bzrlib/errors.py:1023
5582
"Lock was broken while still open: %(lock)s - check storage consistency!"
5585
#: bzrlib/errors.py:1034
5587
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5588
"%(holder)r, wanted to break %(target)r"
5591
#: bzrlib/errors.py:1046
5593
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5594
"Use 'bzr break-lock' to clear it"
5597
#: bzrlib/errors.py:1059
5598
msgid "Lock not held: %(lock)s"
5601
#: bzrlib/errors.py:1088
5602
msgid "No changes to commit"
5603
msgstr "No hay cambios que ejecutar."
5605
#: bzrlib/errors.py:1093
5607
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5610
#: bzrlib/errors.py:1103
5612
"Excluding paths during commit is not supported by repository at "
5616
#: bzrlib/errors.py:1112
5618
"The specified commit message contains characters unsupported by the current "
5622
#: bzrlib/errors.py:1118
5623
msgid "Upgrade URL cannot work with readonly URLs."
5626
#: bzrlib/errors.py:1123
5627
msgid "The branch format %(format)s is already at the most recent format."
5630
#: bzrlib/errors.py:1146
5631
msgid "Option --change does not accept revision ranges"
5634
#: bzrlib/errors.py:1151
5635
msgid "No namespace registered for string: %(spec)r"
5638
#: bzrlib/errors.py:1170
5640
"Requested revision: '%(spec)s' does not exist in branch: "
5641
"%(branch_url)s%(extra)s"
5644
#: bzrlib/errors.py:1184
5646
"Operation denied because it would change the main history, which is not "
5647
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5650
#: bzrlib/errors.py:1195
5652
"These branches have diverged. Use the missing command to see how.\n"
5653
"Use the merge command to reconcile them."
5656
#: bzrlib/errors.py:1215
5658
"Branches have no common ancestor, and no merge base revision was specified."
5661
#: bzrlib/errors.py:1221
5663
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
5666
#: bzrlib/errors.py:1227
5667
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5670
#: bzrlib/errors.py:1236
5672
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5675
#: bzrlib/errors.py:1245
5676
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5679
#: bzrlib/errors.py:1254
5680
msgid "Branch %(branch)s has no commits."
5683
#: bzrlib/errors.py:1272
5685
"Bound branch %(branch)s is out of date with master branch "
5686
"%(master)s.%(extra_help)s"
5689
#: bzrlib/errors.py:1284
5691
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5692
"bound to %(remote)s."
5695
#: bzrlib/errors.py:1296
5696
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
5699
#: bzrlib/errors.py:1305
5701
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5705
#: bzrlib/errors.py:1317
5706
msgid "Error in processing weave: %(msg)s"
5709
#: bzrlib/errors.py:1326
5710
msgid "Revision {%(revision_id)s} already present in %(weave)s"
5713
#: bzrlib/errors.py:1337
5714
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5717
#: bzrlib/errors.py:1347
5718
msgid "Weave invariant violated: %(what)s"
5721
#: bzrlib/errors.py:1356
5722
msgid "Parents are mismatched between two revisions. %(msg)s"
5725
#: bzrlib/errors.py:1378
5727
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5731
#: bzrlib/errors.py:1390
5732
msgid "Versioned file error"
5733
msgstr "Error en el archivo versiondao"
5735
#: bzrlib/errors.py:1395
5736
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5739
#: bzrlib/errors.py:1405
5740
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5743
#: bzrlib/errors.py:1415
5744
msgid "Text did not match its checksum: %(msg)s"
5747
#: bzrlib/errors.py:1541
5748
msgid "Export format %(format)r not supported"
5751
#: bzrlib/errors.py:1550
5752
msgid "Transport error: %(msg)s %(orig_error)s"
5755
#: bzrlib/errors.py:1576
5756
msgid "Generic bzr smart protocol error: %(details)s"
5759
#: bzrlib/errors.py:1584
5760
msgid "Received bad protocol version marker: %(marker)r"
5763
#: bzrlib/errors.py:1616
5764
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
5767
#: bzrlib/errors.py:1621
5768
msgid "Connection error: %(msg)s %(orig_error)s"
5771
#: bzrlib/errors.py:1626
5772
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
5775
#: bzrlib/errors.py:1647
5776
msgid "Connection closed: %(msg)s %(orig_error)s"
5779
#: bzrlib/errors.py:1652
5780
msgid "Connection Timeout: %(msg)s%(orig_error)s"
5783
#: bzrlib/errors.py:1657
5784
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5787
#: bzrlib/errors.py:1667
5788
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
5791
#: bzrlib/errors.py:1682
5792
msgid "Certificate error: %(error)s"
5795
#: bzrlib/errors.py:1690
5796
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
5799
#: bzrlib/errors.py:1704
5800
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
5803
#: bzrlib/errors.py:1712
5804
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
5807
#: bzrlib/errors.py:1721
5808
msgid "%(source)s is%(permanently)s redirected to %(target)s"
5811
#: bzrlib/errors.py:1735
5812
msgid "Too many redirections"
5813
msgstr "Demasiadas redirecciones"
5815
#: bzrlib/errors.py:1740
5816
msgid "Working tree has conflicts."
5819
#: bzrlib/errors.py:1744
5820
msgid "Config file %(filename)s is not UTF-8 encoded\n"
5823
#: bzrlib/errors.py:1753
5825
"Error(s) parsing config file %(filename)s:\n"
5829
#: bzrlib/errors.py:1763
5831
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
5832
"See ``bzr help %(name)s``"
5835
#: bzrlib/errors.py:1773
5836
msgid "%(username)r does not seem to contain a reasonable email address"
5839
#: bzrlib/errors.py:1782
5840
msgid "Failed to GPG sign data with command \"%(command_line)s\""
5843
#: bzrlib/errors.py:1790
5844
msgid "Failed to verify GPG signature data with error \"%(error)s\""
5847
#: bzrlib/errors.py:1798
5848
msgid "Unable to import library \"%(library)s\": %(error)s"
5851
#: bzrlib/errors.py:1806
5852
msgid "python-gpgme is not installed, it is needed to verify signatures"
5855
#: bzrlib/errors.py:1814
5857
"The working tree for %(basedir)s has changed since the last commit, but "
5858
"weave merge requires that it be unchanged"
5861
#: bzrlib/errors.py:1824
5863
"Can't reprocess and show base, because reprocessing obscures the "
5864
"relationship of conflicting lines to the base"
5867
#: bzrlib/errors.py:1830
5868
msgid "Cycle in graph %(graph)r"
5871
#: bzrlib/errors.py:1858
5872
msgid "File %(filename)s is not conflicted."
5875
#: bzrlib/errors.py:1880
5876
msgid "No bundle was found in \"%(filename)s\"."
5879
#: bzrlib/errors.py:1889
5880
msgid "Unable to handle bundle version %(version)s: %(msg)s"
5883
#: bzrlib/errors.py:1899
5884
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
5887
#: bzrlib/errors.py:1912
5888
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
5891
#: bzrlib/errors.py:1922
5892
msgid "Key %(key)s is already present in map"
5895
#: bzrlib/errors.py:1927
5896
msgid "The prefix %(prefix)s is in the help search path twice."
5899
#: bzrlib/errors.py:1937
5901
"No final name for trans_id %(trans_id)r\n"
5902
"file-id: %(file_id)r\n"
5903
"root trans-id: %(root_trans_id)r\n"
5906
#: bzrlib/errors.py:1969
5907
msgid "Attempt to reuse a transform that has already been applied."
5910
#: bzrlib/errors.py:1974
5911
msgid "Moving the root directory is not supported at this time"
5914
#: bzrlib/errors.py:1979
5915
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
5918
#: bzrlib/errors.py:1990
5920
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5923
#: bzrlib/errors.py:2026
5925
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5928
#: bzrlib/errors.py:2056
5929
msgid "Unable to import paramiko (required for sftp support): %(error)s"
5932
#: bzrlib/errors.py:2064
5933
msgid "Nothing to merge."
5934
msgstr "Nada a fusionar."
5936
#: bzrlib/errors.py:2069
5937
msgid "Format %(format)s cannot be initialised by this version of bzr."
5940
#: bzrlib/errors.py:2078
5942
"Cannot convert from format %(from_format)s to format %(format)s. "
5946
#: bzrlib/errors.py:2090
5947
msgid "Could not find an appropriate Differ for file \"%(path)s\""
5950
#: bzrlib/errors.py:2098
5951
msgid "%(exe_name)s could not be found on this machine"
5954
#: bzrlib/errors.py:2106
5955
msgid "Diff is not installed on this machine: %(msg)s"
5958
#: bzrlib/errors.py:2114
5959
msgid "Diff3 is not installed on this machine."
5962
#: bzrlib/errors.py:2120
5963
msgid "The content being inserted is already present."
5966
#: bzrlib/errors.py:2125
5968
"This tree contains left-over files from a failed operation.\n"
5969
" Please examine %(limbo_dir)s to see if it contains any files you wish "
5971
" keep, and delete it when you are done."
5974
#: bzrlib/errors.py:2136
5976
"This tree contains left-over files from a failed operation.\n"
5977
" Please examine %(pending_deletion)s to see if it contains any files you\n"
5978
" wish to keep, and delete it when you are done."
5981
#: bzrlib/errors.py:2146
5983
"Unable to delete transform temporary directory %(limbo_dir)s.\n"
5984
" Please examine %(limbo_dir)s to see if it contains any files you wish "
5986
" keep, and delete it when you are done."
5989
#: bzrlib/errors.py:2157
5991
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
5992
"examine %(pending_deletion)s to see if it contains any files you wish to "
5993
"keep, and delete it when you are done."
5996
#: bzrlib/errors.py:2167
5997
msgid "Working tree is out of date, please run 'bzr update'.%(more)s"
6000
#: bzrlib/errors.py:2181
6002
"Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
6005
#: bzrlib/errors.py:2194
6006
msgid "Error in merge modified format"
6007
msgstr "Error en el formato modificado de fusión"
6009
#: bzrlib/errors.py:2199
6010
msgid "Format error in conflict listings"
6013
#: bzrlib/errors.py:2203
6015
"Inconsistency in dirstate file %(dirstate_path)s.\n"
6016
"Error: %(description)s"
6019
#: bzrlib/errors.py:2214
6021
"An error has been detected in the repository %(repo_path)s.\n"
6022
"Please run bzr reconcile on this repository."
6025
#: bzrlib/errors.py:2225
6027
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
6028
"reason: %(reason)s"
6031
#: bzrlib/errors.py:2238
6033
"An inconsistent delta was supplied: %(delta)r\n"
6034
"reason: %(reason)s"
6037
#: bzrlib/errors.py:2250
6038
msgid "To use this feature you must upgrade your branch at %(path)s."
6041
#: bzrlib/errors.py:2259
6042
msgid "To use this feature you must upgrade your repository at %(path)s."
6045
#: bzrlib/errors.py:2264
6047
"To use this feature you must upgrade your branch at %(path)s to a format "
6048
"which supports rich roots."
6051
#: bzrlib/errors.py:2270
6052
msgid "Cannot perform local-only commits on unbound branches."
6055
#: bzrlib/errors.py:2275
6056
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
6059
#: bzrlib/errors.py:2296
6060
msgid "Ghost tags not supported by format %(format)r."
6063
#: bzrlib/errors.py:2304
6064
msgid "File is binary but should be text."
6067
#: bzrlib/errors.py:2309
6068
msgid "The path %(path)s is not permitted on this platform"
6071
#: bzrlib/errors.py:2318
6073
"Testament did not match expected value.\n"
6074
" For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
6078
#: bzrlib/errors.py:2330
6079
msgid "Not a bzr revision-bundle: %(text)r"
6082
#: bzrlib/errors.py:2339
6083
msgid "Bad bzr revision-bundle: %(text)r"
6086
#: bzrlib/errors.py:2348
6087
msgid "Malformed bzr revision-bundle header: %(text)r"
6090
#: bzrlib/errors.py:2353
6091
msgid "Malformed patches in bzr revision-bundle: %(text)r"
6094
#: bzrlib/errors.py:2358
6095
msgid "Malformed footer in bzr revision-bundle: %(text)r"
6098
#: bzrlib/errors.py:2363
6099
msgid "End of line marker was not \\n in bzr revision-bundle"
6102
#: bzrlib/errors.py:2373
6103
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
6106
#: bzrlib/errors.py:2383
6107
msgid "Root class for inventory serialization errors"
6110
#: bzrlib/errors.py:2387
6112
"The inventory was not in the expected format:\n"
6116
#: bzrlib/errors.py:2396
6117
msgid "This operation requires rich root data storage"
6120
#: bzrlib/errors.py:2409
6121
msgid "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
6124
#: bzrlib/errors.py:2418
6126
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
6130
#: bzrlib/errors.py:2425
6132
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
6133
"ghost at {%(ghost_revision_id)s}"
6136
#: bzrlib/errors.py:2435
6137
msgid "Ghost revision {%(revision_id)s} cannot be used here."
6140
#: bzrlib/errors.py:2486
6142
"A merge directive must provide either a bundle or a public branch location."
6145
#: bzrlib/errors.py:2493
6146
msgid "Bad merge directive payload %(start)r"
6149
#: bzrlib/errors.py:2503
6150
msgid "Preview patch does not match requested changes."
6153
#: bzrlib/errors.py:2509
6154
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
6157
#: bzrlib/errors.py:2519
6159
"Your branch does not have all of the revisions required in order to merge "
6160
"this merge directive and the target location specified in the merge "
6161
"directive is not a branch: %(location)s."
6164
#: bzrlib/errors.py:2531
6165
msgid "Unsupported entry kind %(kind)s"
6168
#: bzrlib/errors.py:2539
6169
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
6172
#: bzrlib/errors.py:2549
6173
msgid "Subsume target %(other_tree)s needs to be upgraded."
6176
#: bzrlib/errors.py:2568
6177
msgid "No such tag: %(tag_name)s"
6180
#: bzrlib/errors.py:2576
6181
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
6184
#: bzrlib/errors.py:2585
6185
msgid "Tag %(tag_name)s already exists."
6188
#: bzrlib/errors.py:2593
6190
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
6191
"bugs\" for more information on this feature."
6194
#: bzrlib/errors.py:2603
6196
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
6199
#: bzrlib/errors.py:2613
6201
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
6204
#: bzrlib/errors.py:2623
6205
msgid "Invalid line in bugs property: '%(line)s'"
6208
#: bzrlib/errors.py:2631
6209
msgid "Invalid bug status: '%(status)s'"
6212
#: bzrlib/errors.py:2639
6213
msgid "Could not understand response from smart server: %(response_tuple)r"
6216
#: bzrlib/errors.py:2678
6217
msgid "Server sent an unexpected error: %(error_tuple)r"
6218
msgstr "El servidor envió un error inesperado: %(error_tuple)r"
6220
#: bzrlib/errors.py:2697
6221
msgid "Unrecognised container format: %(container_format)r"
6224
#: bzrlib/errors.py:2705
6225
msgid "Unexpected end of container stream"
6226
msgstr "Final inesperado del flujo del contenedor"
6228
#: bzrlib/errors.py:2710
6229
msgid "Unknown record type: %(record_type)r"
6230
msgstr "Tipo de registro inesperado: %(record_type)r"
6232
#: bzrlib/errors.py:2718
6233
msgid "Invalid record: %(reason)s"
6234
msgstr "Registro inesperado: %(reason)s"
6236
#: bzrlib/errors.py:2726
6237
msgid "Container has data after end marker: %(excess)r"
6240
#: bzrlib/errors.py:2734
6241
msgid "Container has multiple records with the same name: %(name)s"
6244
#: bzrlib/errors.py:2747
6245
msgid "Corrupt or incompatible data stream: %(reason)s"
6248
#: bzrlib/errors.py:2755
6249
msgid "SMTP error: %(error)s"
6250
msgstr "Error SMTP: %(error)s"
6252
#: bzrlib/errors.py:2763
6253
msgid "No message supplied."
6254
msgstr "No se ha proporcionado mensaje."
6256
#: bzrlib/errors.py:2768
6257
msgid "No mail-to address (--mail-to) or output (-o) specified."
6259
"No se a especificado una dirección de correo a enviar (--mail-to) o salida (-"
6262
#: bzrlib/errors.py:2773
6263
msgid "Unknown mail client: %(mail_client)s"
6264
msgstr "Correo de cliente desconocido: %(mail_client)s"
6266
#: bzrlib/errors.py:2781
6268
"Unable to find mail client with the following names: "
6269
"%(mail_command_list_string)s"
6272
#: bzrlib/errors.py:2791
6273
msgid "SMTP connection to %(host)s refused"
6274
msgstr "Las conexiones SMTP a %(host)s se han rechazado"
6276
#: bzrlib/errors.py:2800
6277
msgid "Please specify smtp_server. No server at default %(host)s."
6280
#: bzrlib/errors.py:2814
6282
"'%(display_url)s' is not in sync with %(target_url)s. See bzr help sync-for-"
6286
#: bzrlib/errors.py:2826
6287
msgid "'%(display_url)s' is already a branch."
6288
msgstr "«%(display_url)s» ya es una la rama."
6290
#: bzrlib/errors.py:2831
6291
msgid "'%(display_url)s' is already a tree."
6292
msgstr "«%(display_url)s» ya es un árbol."
6294
#: bzrlib/errors.py:2836
6295
msgid "'%(display_url)s' is already a checkout."
6296
msgstr "«%(display_url)s» ya es una comprobación."
6298
#: bzrlib/errors.py:2841
6299
msgid "'%(display_url)s' is already a lightweight checkout."
6300
msgstr "«%(display_url)s» ya es una comprobación ligera."
6302
#: bzrlib/errors.py:2846
6303
msgid "'%(display_url)s' is already using a shared repository."
6304
msgstr "«%(display_url)s» ya está usando un repositorio compartido."
6306
#: bzrlib/errors.py:2851
6307
msgid "'%(display_url)s' is already standalone."
6308
msgstr "«%(display_url)s» ya es autónomo."
6310
#: bzrlib/errors.py:2856
6311
msgid "Shared repository '%(display_url)s' already creates working trees."
6314
#: bzrlib/errors.py:2862
6316
"Shared repository '%(display_url)s' already doesn't create working trees."
6319
#: bzrlib/errors.py:2868
6320
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
6323
#: bzrlib/errors.py:2873
6324
msgid "No location could be found to bind to at %(display_url)s."
6325
msgstr "No se encontró ubicación a donde vincular %(display_url)s."
6327
#: bzrlib/errors.py:2878
6329
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
6333
#: bzrlib/errors.py:2897
6335
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
6339
#: bzrlib/errors.py:2903
6340
msgid "Variable {%(name)s} is not available."
6341
msgstr "La variable {%(name)s} no está disponible."
6343
#: bzrlib/errors.py:2911
6344
msgid "No template specified."
6345
msgstr "No se ha especificado una plantilla."
6347
#: bzrlib/errors.py:2916
6348
msgid "Unable to create symlink %(path_str)son this platform"
6349
msgstr "Imposible crear un vínculo simbólico %(path_str)s en esta plataforma"
6351
#: bzrlib/errors.py:2931
6353
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
6354
"\"original\", \"local\"."
6356
"Formato de zona horaria «%(timezone)s» no permitido , las opciones son«utc», "
6357
"«original», «local»."
6359
#: bzrlib/errors.py:2965
6361
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
6364
#: bzrlib/errors.py:2977
6365
msgid "The \"%(config_id)s\" configuration does not exist."
6368
#: bzrlib/errors.py:2985
6369
msgid "The \"%(option_name)s\" configuration option does not exist."
6372
#: bzrlib/errors.py:2993
6373
msgid "The alias \"%(alias_name)s\" does not exist."
6376
#: bzrlib/errors.py:3007
6377
msgid "\"%(alias_name)s\" is not a valid location alias."
6380
#: bzrlib/errors.py:3015
6381
msgid "No %(alias_name)s location assigned."
6384
#: bzrlib/errors.py:3023
6385
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
6388
#: bzrlib/errors.py:3033
6389
msgid "Unknown rules detected: %(unknowns_str)s."
6390
msgstr "Reglas detectadas desconocidas: %(unknowns_str)s."
6392
#: bzrlib/errors.py:3044
6393
msgid "Tip change rejected: %(msg)s"
6396
#: bzrlib/errors.py:3052
6397
msgid "Shelf corrupt."
6400
#: bzrlib/errors.py:3057
6401
msgid "Corruption while decompressing repository file%(orig_error)s"
6404
#: bzrlib/errors.py:3069
6405
msgid "No changes are shelved with id \"%(shelf_id)d\"."
6408
#: bzrlib/errors.py:3077
6409
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6412
#: bzrlib/errors.py:3085
6414
"An attempt to access a url outside the server jail was made: '%(url)s'."
6417
#: bzrlib/errors.py:3093
6418
msgid "The user aborted the operation."
6419
msgstr "El usuario abortó la operación."
6421
#: bzrlib/errors.py:3098
6422
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
6425
#: bzrlib/errors.py:3108
6426
msgid "No such view: %(view_name)s."
6429
#: bzrlib/errors.py:3118
6431
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6432
"to a later format."
6435
#: bzrlib/errors.py:3127
6437
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6440
#: bzrlib/errors.py:3194
6441
msgid "%(bzrdir)r does not support co-located branches."
6444
#: bzrlib/errors.py:3200
6446
"Unable to determine your name.\n"
6447
"Please, set your name with the 'whoami' command.\n"
6448
"E.g. bzr whoami \"Your Name <name@example.com>\""
6451
#: bzrlib/errors.py:3209
6452
msgid "Invalid pattern(s) found. %(msg)s"
6453
msgstr "Se encontró un patrón inválido. %(msg)s"
6455
#: bzrlib/errors.py:3217
6457
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6461
#: bzrlib/errors.py:3228
6462
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
6465
#: bzrlib/errors.py:3237
6466
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
6469
#: bzrlib/errors.py:3246
6471
"No compatible object available for operations from %(source)r to %(target)r."
6474
#: bzrlib/errors.py:3256
6476
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6480
#: bzrlib/errors.py:3266
6482
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6486
#: bzrlib/errors.py:3278
6488
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6492
#: bzrlib/errors.py:3291
6493
msgid "Binary files section encountered."
6496
#: bzrlib/errors.py:3299
6498
"Malformed patch header. %(desc)s\n"
6502
#: bzrlib/errors.py:3308
6504
"Malformed hunk header. %(desc)s\n"
6508
#: bzrlib/errors.py:3317
6510
"Malformed line. %(desc)s\n"
6514
#: bzrlib/errors.py:3327
6516
"Text contents mismatch at line %(line_no)d. Original has \"%(orig_line)s\", "
6517
"but patch says it should be \"%(patch_line)s\""
6520
#: bzrlib/errors.py:3338
6521
msgid "The feature %(feature)s has already been registered."
6524
#: bzrlib/export_pot.py:252
6526
msgid "Exporting messages from builtin command: %s"
6529
#: bzrlib/export_pot.py:271
6530
msgid "Exporting messages from plugin command: {0} in {1}"
6533
#: bzrlib/export_pot.py:292
6535
msgid "Exporting message from error: %s"
6536
msgstr "Exportando mensaje del error: %s"
6538
#: bzrlib/fetch.py:98
6539
msgid "Finding revisions"
6540
msgstr "Buscando revisiones"
6542
#: bzrlib/fetch.py:103
6543
msgid "Fetching revisions"
6544
msgstr "Obteniendo revisiones"
6546
#: bzrlib/foreign.py:262
6547
msgid "Push into a different VCS without any custom bzr metadata."
6550
#: bzrlib/foreign.py:264
6552
"This will afterwards rebase the local branch on the remote\n"
6553
"branch unless the --no-rebase option is used, in which case \n"
6554
"the two branches will be out of sync after the push. "
6557
#: bzrlib/foreign.py:277
6558
msgid "Do not rebase after push."
6561
#: bzrlib/foreign.py:311
6563
msgid "Using saved location: %s\n"
6564
msgstr "Usando las ubicaciones guardadas: %s\n"
6566
#: bzrlib/foreign.py:321
6568
"{0!r} and {1!r} are in the same VCS, lossy push not necessary. Please use "
6572
#: bzrlib/gpg.py:119 bzrlib/gpg.py:460
6573
msgid "{0} commits with valid signatures"
6574
msgstr "{0} ejecuciones con firmas válidas"
6576
#: bzrlib/gpg.py:123 bzrlib/gpg.py:465
6577
msgid "{0} commit with unknown key"
6578
msgid_plural "{0} commits with unknown keys"
6579
msgstr[0] "{0} ejecución con clave desconocida"
6580
msgstr[1] "{0} ejecuciones con claves desconocidas"
6582
#: bzrlib/gpg.py:129 bzrlib/gpg.py:472
6583
msgid "{0} commit not valid"
6584
msgid_plural "{0} commits not valid"
6585
msgstr[0] "{0} ejecución inválida"
6586
msgstr[1] "{0} ejecuciones inválidas"
6588
#: bzrlib/gpg.py:135 bzrlib/gpg.py:479
6589
msgid "{0} commit not signed"
6590
msgid_plural "{0} commits not signed"
6591
msgstr[0] "{0} ejecución no firmada"
6592
msgstr[1] "{0} ejecuciones no firmadas"
6594
#: bzrlib/gpg.py:141 bzrlib/gpg.py:486
6595
msgid "{0} commit with key now expired"
6596
msgid_plural "{0} commits with key now expired"
6600
#: bzrlib/gpg.py:343
6601
msgid "No GnuPG key results for pattern: {0}"
6602
msgstr "No hay resultados de la clave GnuPG para el patrón: {0}"
6604
#: bzrlib/gpg.py:386
6605
msgid "{0} signed {1} commit"
6606
msgid_plural "{0} signed {1} commits"
6610
#: bzrlib/gpg.py:403 bzrlib/gpg.py:419
6611
msgid "{0} commit by author {1}"
6612
msgid_plural "{0} commits by author {1}"
6616
#: bzrlib/gpg.py:433
6617
msgid "Unknown key {0} signed {1} commit"
6618
msgid_plural "Unknown key {0} signed {1} commits"
6622
#: bzrlib/gpg.py:452
6623
msgid "{0} commit by author {1} with key {2} now expired"
6624
msgid_plural "{0} commits by author {1} with key {2} now expired"
6628
#: bzrlib/groupcompress.py:1739
6630
msgid "Insert claimed random_id=True, but then inserted %r two times"
6633
#: bzrlib/hooks.py:331
6635
msgid "Introduced in: %s"
6638
#: bzrlib/hooks.py:334
6640
msgid "Deprecated in: %s"
6643
#: bzrlib/knit.py:1766 bzrlib/knit.py:1802
6644
msgid "Walking content"
6647
#: bzrlib/knit.py:3330
6651
#: bzrlib/lock.py:548
6652
msgid "{0!r} was {1} locked again"
6655
#: bzrlib/lockdir.py:321
6657
msgid "error removing pending lock: %s"
6660
#: bzrlib/lockdir.py:616
6661
msgid "Unable to obtain"
6664
#: bzrlib/lockdir.py:618
6665
msgid "Lock owner changed for"
6668
#: bzrlib/lockdir.py:620
6669
msgid "{0} lock {1} {2}."
6672
#: bzrlib/lockdir.py:627
6674
msgid "Will continue to try until %s, unless you press Ctrl-C."
6677
#: bzrlib/lockdir.py:629
6678
msgid "See \"bzr help break-lock\" for more."
6681
#: bzrlib/lockdir.py:739
6684
"held by %(user)s on %(hostname)s (process #%(pid)s), acquired %(time_ago)s"
6687
#: bzrlib/log.py:572
6688
msgid "--exclude-common-ancestry requires two different revisions"
6689
msgstr "--exclude-common-ancestry requiere dos revisiones diferentes"
6691
#: bzrlib/log.py:574
6693
msgid "invalid direction %r"
6694
msgstr "dirección %r inválida"
6696
#: bzrlib/log.py:662
6697
msgid "Start revision not found in history of end revision."
6700
#: bzrlib/log.py:1080 bzrlib/log.py:1138
6701
msgid "Logging revision 0 is invalid."
6704
#: bzrlib/log.py:1082 bzrlib/log.py:1140
6705
msgid "Start revision must be older than the end revision."
6706
msgstr "El inicio de la revisión debe ser anterior al final."
6708
#: bzrlib/log.py:1827
6710
msgid "unknown log formatter: %r"
6713
#: bzrlib/log.py:2123
6715
msgid_plural "fixes bugs"
6716
msgstr[0] "error areglado"
6717
msgstr[1] "errores arreglados"
6719
#: bzrlib/merge.py:689
6720
msgid "All changes applied successfully."
6721
msgstr "Cambios aplicados con éxito."
6723
#: bzrlib/merge.py:691
6725
msgid "%d conflicts encountered."
6726
msgstr "%d conflictos encontrados."
6728
#: bzrlib/merge.py:845 bzrlib/merge.py:1933
6729
msgid "Preparing file merge"
6732
#: bzrlib/multiparent.py:426
6733
msgid "Importing revisions"
6734
msgstr "Importar revisiones"
6736
#: bzrlib/option.py:526
6737
msgid "Show help message."
6738
msgstr "Mostrar mensaje de ayuda."
6740
#: bzrlib/option.py:528
6741
msgid "Only display errors and warnings."
6742
msgstr "Mostrar solo errores y avisos."
6744
#: bzrlib/option.py:531
6745
msgid "Show usage message and options."
6746
msgstr "Mostrar mensaje de uso y opciones."
6748
#: bzrlib/option.py:533
6749
msgid "Display more information."
6750
msgstr "Mostrar más información."
6752
#: bzrlib/option.py:541
6754
"Select changes introduced by the specified revision. See also \"help "
6758
#: bzrlib/option.py:543
6759
msgid "Branch to operate on, instead of working directory."
6762
#: bzrlib/option.py:545
6763
msgid "Detailed log format."
6766
#: bzrlib/option.py:545
6767
msgid "Format used by GNU ChangeLog files."
6770
#: bzrlib/option.py:545
6771
msgid "Log format with one line per revision."
6774
#: bzrlib/option.py:545
6775
msgid "Moderately short log format."
6778
#: bzrlib/option.py:545
6779
msgid "Use specified log format."
6780
msgstr "Usar el formato de registro especificado."
6782
#: bzrlib/option.py:547
6784
msgstr "Formato de registro"
6786
#: bzrlib/option.py:549
6787
msgid "LCA-newness merge."
6790
#: bzrlib/option.py:549
6791
msgid "Merge using external diff3."
6794
#: bzrlib/option.py:549
6795
msgid "Native diff3-style merge."
6798
#: bzrlib/option.py:549
6799
msgid "Select a particular merge algorithm."
6800
msgstr "Seleccionar un algoritmo de fusión particular."
6802
#: bzrlib/option.py:549
6803
msgid "Weave-based merge."
6806
#: bzrlib/option.py:551
6807
msgid "Merge algorithm"
6808
msgstr "Algoritmo de fusión"
6810
#: bzrlib/option.py:554
6811
msgid "Message string."
6812
msgstr "Cadena de mensaje."
6814
#: bzrlib/option.py:556
6815
msgid "Use an ASCII NUL (\\0) separator rather than a newline."
6818
#: bzrlib/option.py:558
6819
msgid "Ignore differences between branches and overwrite unconditionally."
6822
#: bzrlib/option.py:560
6823
msgid "Remember the specified location as a default."
6824
msgstr "Recordar la ubicación especificada como predeterminada."
6826
#: bzrlib/option.py:562
6827
msgid "Reprocess to reduce spurious conflicts."
6828
msgstr "Reprocesar para reducir los conflictos espurios."
6830
#: bzrlib/option.py:566
6831
msgid "See \"help revisionspec\" for details."
6832
msgstr "Consulte «help revisionspec» para obtener más detalles."
6834
#: bzrlib/option.py:568
6835
msgid "Show internal object ids."
6836
msgstr "Mostrar las id de los objetos internos."
6838
#: bzrlib/option.py:571
6839
msgid "Display timezone as local, original, or utc."
6842
#: bzrlib/osutils.py:100
6843
msgid "Parameter {0!r} encoding is unsupported by {1} application locale."
6846
#: bzrlib/osutils.py:220
6847
msgid "lstat/stat of ({0!r}): {1!r}"
6848
msgstr "lstat/stat de ({0!r}): {1!r}"
6850
#: bzrlib/osutils.py:1008 bzrlib/osutils.py:1019
6852
msgid "sorry, %r not allowed in path"
6855
#: bzrlib/osutils.py:1237
6857
msgid "%r is too short to calculate a relative path"
6860
#: bzrlib/plugin.py:143
6862
msgid "\"%s\" is not a valid <plugin_name>@<plugin_path> description "
6865
#: bzrlib/plugins/bash_completion/bashcomp.py:411
6866
msgid "Enable completions for the selected plugin (default: all plugins)"
6869
#: bzrlib/plugins/bash_completion/bashcomp.py:412
6870
msgid "Generate a shell function for bash command line completion."
6873
#: bzrlib/plugins/bash_completion/bashcomp.py:414
6875
"This command generates a shell function which can be used by bash to\n"
6876
"automatically complete the currently typed command when the user presses\n"
6877
"the completion key (usually tab)."
6880
#: bzrlib/plugins/bash_completion/bashcomp.py:418
6882
"Commonly used like this:\n"
6883
" eval \"`bzr bash-completion`\""
6886
#: bzrlib/plugins/bash_completion/bashcomp.py:424
6887
msgid "Name of the generated function (default: _bzr)"
6888
msgstr "Nombre de la función generada (predeterminado: _bzr)"
6890
#: bzrlib/plugins/bash_completion/bashcomp.py:426
6891
msgid "Generate only the shell function, don't enable it"
6894
#: bzrlib/plugins/launchpad/__init__.py:81
6895
msgid "Register a branch with launchpad.net."
6896
msgstr "Registrar una rama con launchpad.net."
6898
#: bzrlib/plugins/launchpad/__init__.py:83
6900
"This command lists a bzr branch in the directory of branches on\n"
6901
"launchpad.net. Registration allows the branch to be associated with\n"
6902
"bugs or specifications."
6905
#: bzrlib/plugins/launchpad/__init__.py:87
6907
"Before using this command you must register the project to which the\n"
6908
"branch belongs, and create an account for yourself on launchpad.net."
6911
#: bzrlib/plugins/launchpad/__init__.py:90
6914
" public_url: The publicly visible url for the branch to register.\n"
6915
" This must be an http or https url (which Launchpad can read\n"
6916
" from to access the branch). Local file urls, SFTP urls, and\n"
6917
" bzr+ssh urls will not work.\n"
6918
" If no public_url is provided, bzr will use the configured\n"
6919
" public_url if there is one for the current branch, and\n"
6923
#: bzrlib/plugins/launchpad/__init__.py:99
6926
" bzr register-branch http://foo.com/bzr/fooproject.mine \\\n"
6927
" --project fooproject"
6930
#: bzrlib/plugins/launchpad/__init__.py:106
6931
msgid "Launchpad project short name to associate with the branch."
6932
msgstr "Nombre corto del proyecto de Launchpad para asociar con la rama."
6934
#: bzrlib/plugins/launchpad/__init__.py:113
6936
"Short name for the branch; by default taken from the last component of the "
6940
#: bzrlib/plugins/launchpad/__init__.py:117
6941
msgid "One-sentence description of the branch."
6944
#: bzrlib/plugins/launchpad/__init__.py:120
6945
msgid "Longer description of the purpose or contents of the branch."
6948
#: bzrlib/plugins/launchpad/__init__.py:123
6949
msgid "Branch author's email address, if not yourself."
6952
#: bzrlib/plugins/launchpad/__init__.py:126
6953
msgid "The bug this branch fixes."
6954
msgstr "El error que arregla esta rama."
6956
#: bzrlib/plugins/launchpad/__init__.py:129
6957
msgid "Prepare the request but don't actually send it."
6960
#: bzrlib/plugins/launchpad/__init__.py:151
6962
"register-branch requires a public branch url - see bzr help register-branch."
6965
#: bzrlib/plugins/launchpad/__init__.py:159
6966
msgid "--product is deprecated; please use --project."
6969
#: bzrlib/plugins/launchpad/__init__.py:191
6970
msgid "Open a Launchpad branch page in your web browser."
6971
msgstr "Abrir una página de rama de Launchpad en su navegador web."
6973
#: bzrlib/plugins/launchpad/__init__.py:196
6974
msgid "Do not actually open the browser. Just say the URL we would use."
6977
#: bzrlib/plugins/launchpad/__init__.py:231
6979
msgid "Opening %s in web browser"
6982
#: bzrlib/plugins/launchpad/__init__.py:241
6983
msgid "Show or set the Launchpad user ID."
6984
msgstr "Mostrar o establecer el ID de usuario de Launchpad."
6986
#: bzrlib/plugins/launchpad/__init__.py:243
6988
"When communicating with Launchpad, some commands need to know your\n"
6989
"Launchpad user ID. This command can be used to set or show the\n"
6990
"user ID that Bazaar will use for such communication."
6993
#: bzrlib/plugins/launchpad/__init__.py:247
6996
" Show the Launchpad ID of the current user::"
6999
#: bzrlib/plugins/launchpad/__init__.py:250
7000
msgid " bzr launchpad-login"
7001
msgstr " bzr launchpad-login"
7003
#: bzrlib/plugins/launchpad/__init__.py:252
7004
msgid " Set the Launchpad ID of the current user to 'bob'::"
7007
#: bzrlib/plugins/launchpad/__init__.py:254
7008
msgid " bzr launchpad-login bob"
7009
msgstr " bzr launchpad-login bob"
7011
#: bzrlib/plugins/launchpad/__init__.py:261
7012
msgid "Don't check that the user name is valid."
7013
msgstr "No comprueba que el nombre de usuario sea válido."
7015
#: bzrlib/plugins/launchpad/__init__.py:276
7016
#: bzrlib/plugins/launchpad/__init__.py:287
7017
msgid "Launchpad user ID exists and has SSH keys.\n"
7020
#: bzrlib/plugins/launchpad/__init__.py:279
7021
msgid "No Launchpad user ID configured.\n"
7024
#: bzrlib/plugins/launchpad/__init__.py:290
7026
msgid "Launchpad user ID set to '%s'.\n"
7029
#: bzrlib/plugins/launchpad/__init__.py:298
7030
msgid "Ask Launchpad to mirror a branch now."
7033
#: bzrlib/plugins/launchpad/__init__.py:318
7034
msgid "Propose merging a branch on Launchpad."
7037
#: bzrlib/plugins/launchpad/__init__.py:320
7039
"This will open your usual editor to provide the initial comment. When it\n"
7040
"has created the proposal, it will open it in your default web browser."
7043
#: bzrlib/plugins/launchpad/__init__.py:323
7045
"The branch will be proposed to merge into SUBMIT_BRANCH. If SUBMIT_BRANCH\n"
7046
"is not supplied, the remembered submit branch will be used. If no submit\n"
7047
"branch is remembered, the development focus will be used."
7050
#: bzrlib/plugins/launchpad/__init__.py:327
7052
"By default, the SUBMIT_BRANCH's review team will be requested to review\n"
7053
"the merge proposal. This can be overriden by specifying --review (-R).\n"
7054
"The parameter the launchpad account name of the desired reviewer. This\n"
7055
"may optionally be followed by '=' and the review type. For example:"
7058
#: bzrlib/plugins/launchpad/__init__.py:332
7059
msgid " bzr lp-propose-merge --review jrandom --review review-team=qa"
7060
msgstr " bzr lp-propose-merge --review jrandom --review review-team=qa"
7062
#: bzrlib/plugins/launchpad/__init__.py:334
7064
"This will propose a merge, request \"jrandom\" to perform a review of\n"
7065
"unspecified type, and request \"review-team\" to perform a \"qa\" review."
7068
#: bzrlib/plugins/launchpad/__init__.py:339
7069
msgid "Propose the merge on staging."
7072
#: bzrlib/plugins/launchpad/__init__.py:341
7073
msgid "Commit message."
7074
msgstr "Mensaje de ejecución."
7076
#: bzrlib/plugins/launchpad/__init__.py:343
7077
msgid "Mark the proposal as approved immediately."
7078
msgstr "Marcar el propuesto como aprobado inmediatamente."
7080
#: bzrlib/plugins/launchpad/__init__.py:345
7081
msgid "Requested reviewer and optional type."
7082
msgstr "Revisor solicitado y tipo opcional."
7084
#: bzrlib/plugins/launchpad/__init__.py:382
7085
msgid "Find the proposal to merge this revision."
7086
msgstr "Buscar el propuesto para fusionar esta revisión."
7088
#: bzrlib/plugins/launchpad/__init__.py:384
7090
"Finds the merge proposal(s) that discussed landing the specified revision.\n"
7091
"This works only if the selected branch was the merge proposal target, and\n"
7092
"if the merged_revno is recorded for the merge proposal. The proposal(s)\n"
7093
"are opened in a web browser."
7096
#: bzrlib/plugins/launchpad/__init__.py:389
7098
"Any revision involved in the merge may be specified-- the revision in\n"
7099
"which the merge was performed, or one of the revisions that was merged."
7102
#: bzrlib/plugins/launchpad/__init__.py:392
7103
msgid "So, to find the merge proposal that reviewed line 1 of README::"
7106
#: bzrlib/plugins/launchpad/__init__.py:394
7107
msgid " bzr lp-find-proposal -r annotate:README:1"
7108
msgstr " bzr lp-find-proposal -r annotate:README:1"
7110
#: bzrlib/plugins/launchpad/__init__.py:409
7111
msgid "No review found."
7114
#: bzrlib/plugins/launchpad/__init__.py:410
7116
msgid "%d proposals(s) found."
7119
#: bzrlib/plugins/launchpad/__init__.py:420
7120
msgid "Finding revision-id"
7123
#: bzrlib/plugins/launchpad/__init__.py:427
7124
msgid "Finding merge"
7127
#: bzrlib/plugins/launchpad/__init__.py:432
7128
msgid "Finding revno"
7131
#: bzrlib/plugins/launchpad/__init__.py:437
7132
msgid "Finding Launchpad branch"
7135
#: bzrlib/plugins/launchpad/__init__.py:440
7136
msgid "Finding proposals"
7139
#: bzrlib/plugins/launchpad/account.py:66
7140
msgid "Setting ssh/sftp usernames for launchpad.net."
7143
#: bzrlib/plugins/launchpad/lp_api.py:241
7144
#: bzrlib/plugins/launchpad/lp_api.py:246
7146
msgid "%s is not registered on Launchpad"
7149
#: bzrlib/plugins/launchpad/lp_api.py:256
7151
msgid "%s has no development focus."
7154
#: bzrlib/plugins/launchpad/lp_api.py:261
7156
msgid "development focus %s has no branch."
7159
#: bzrlib/plugins/launchpad/lp_api.py:266
7161
msgid "source package %s has no branch."
7164
#: bzrlib/plugins/launchpad/lp_api.py:270
7166
msgid "%s has no associated product or source package."
7169
#: bzrlib/plugins/launchpad/lp_api.py:282
7171
msgid "%s is already up-to-date."
7174
#: bzrlib/plugins/launchpad/lp_api.py:289
7176
msgid "Pushing to %s"
7179
#: bzrlib/plugins/launchpad/lp_directory.py:170
7181
"resolution for {0}\n"
7186
#: bzrlib/plugins/launchpad/lp_propose.py:149
7188
msgid "There is already a branch merge proposal: %s"
7191
#: bzrlib/plugins/weave_fmt/bzrdir.py:236
7192
msgid "pb parameter to convert() is deprecated"
7195
#: bzrlib/plugins/weave_fmt/bzrdir.py:239
7196
msgid "starting upgrade from format 4 to 5"
7199
#: bzrlib/plugins/weave_fmt/bzrdir.py:249
7200
msgid "note: upgrade may be faster if all store files are ungzipped first"
7203
#: bzrlib/plugins/weave_fmt/bzrdir.py:278
7204
msgid "converting revision"
7207
#: bzrlib/plugins/weave_fmt/bzrdir.py:283
7208
msgid "upgraded to weaves:"
7211
#: bzrlib/plugins/weave_fmt/bzrdir.py:284
7213
msgid "%6d revisions and inventories"
7216
#: bzrlib/plugins/weave_fmt/bzrdir.py:286
7218
msgid "%6d revisions not present"
7221
#: bzrlib/plugins/weave_fmt/bzrdir.py:288
7226
#: bzrlib/plugins/weave_fmt/bzrdir.py:324
7227
msgid "writing weave"
7230
#: bzrlib/plugins/weave_fmt/bzrdir.py:328
7231
#: bzrlib/plugins/weave_fmt/bzrdir.py:330
7235
#: bzrlib/plugins/weave_fmt/bzrdir.py:347
7236
msgid "write revision"
7239
#: bzrlib/plugins/weave_fmt/bzrdir.py:361
7240
msgid "loading revision"
7243
#: bzrlib/plugins/weave_fmt/bzrdir.py:366
7245
msgid "revision {%s} not present in branch; will be converted as a ghost"
7248
#: bzrlib/plugins/weave_fmt/bzrdir.py:506
7249
msgid "starting upgrade from format 5 to 6"
7252
#: bzrlib/plugins/weave_fmt/bzrdir.py:516
7254
msgid "adding prefixes to %s"
7257
#: bzrlib/plugins/weave_fmt/bzrdir.py:556
7258
msgid "starting upgrade from format 6 to metadir"
7261
#: bzrlib/plugins/weave_fmt/bzrdir.py:564
7262
msgid "Removing ancestry.weave"
7265
#: bzrlib/plugins/weave_fmt/bzrdir.py:569
7266
msgid "Finding branch files"
7269
#: bzrlib/plugins/weave_fmt/bzrdir.py:579
7270
msgid "Upgrading repository"
7273
#: bzrlib/plugins/weave_fmt/bzrdir.py:589
7274
msgid "Upgrading branch"
7277
#: bzrlib/plugins/weave_fmt/bzrdir.py:612
7278
msgid "No working tree."
7281
#: bzrlib/plugins/weave_fmt/bzrdir.py:619
7282
msgid "Upgrading working tree"
7285
#: bzrlib/plugins/weave_fmt/bzrdir.py:640
7287
msgid "Make %s lock"
7290
#: bzrlib/plugins/weave_fmt/bzrdir.py:651
7295
#: bzrlib/push.py:56
7296
msgid "Created new branch."
7297
msgstr "Rama nueva creada."
7299
#: bzrlib/push.py:97
7302
"Target directory %s already contains a .bzr directory, but it is not valid."
7305
#: bzrlib/push.py:101
7308
"Target directory %s already exists, but does not have a .bzr directory. "
7309
"Supply --use-existing-dir to push there anyway."
7312
#: bzrlib/push.py:122
7314
msgid "Too many redirections trying to make %s."
7317
#: bzrlib/push.py:147
7319
"These branches have diverged. See \"bzr help diverged-branches\" for more "
7323
#: bzrlib/push.py:151
7326
"It is not possible to losslessly push to %s. You may want to use dpush "
7330
#: bzrlib/push.py:157
7333
"At %s you have a valid .bzr control directory, but not a branch or "
7334
"repository. This is an unsupported configuration. Please move the target "
7335
"directory out of the way and try again."
7338
#: bzrlib/reconcile.py:97
7340
msgid "Reconciling branch %s"
7341
msgstr "Reconciliando rama %s"
7343
#: bzrlib/reconcile.py:103
7345
msgid "Reconciling repository %s"
7346
msgstr "Reconciliando repositorio %s"
7348
#: bzrlib/reconcile.py:105
7349
msgid "Reconciling repository"
7350
msgstr "Reconciliando repositorio"
7352
#: bzrlib/reconcile.py:111
7354
msgid "%s cannot canonicalize CHKs."
7357
#: bzrlib/reconcile.py:119
7358
msgid "Reconcile aborted: revision index has inconsistent parents."
7361
#: bzrlib/reconcile.py:121
7362
msgid "Run \"bzr check\" for more details."
7365
#: bzrlib/reconcile.py:123
7366
msgid "Reconciliation complete."
7367
msgstr "Reconciliación completa."
7369
#: bzrlib/reconcile.py:166
7370
msgid "Fixing last revision info {0} => {1}"
7373
#: bzrlib/reconcile.py:173
7374
msgid "revision_history ok."
7377
#: bzrlib/reconcile.py:234
7378
msgid "Reading inventory data"
7379
msgstr "Leyendo los datos de inventario"
7381
#: bzrlib/reconcile.py:254 bzrlib/reconcile.py:384
7382
msgid "Inventory ok."
7385
#: bzrlib/reconcile.py:256 bzrlib/reconcile.py:386
7386
msgid "Backing up inventory"
7387
msgstr "Respaldando inventario"
7389
#: bzrlib/reconcile.py:258
7390
msgid "Backup inventory created."
7393
#: bzrlib/reconcile.py:274 bzrlib/reconcile.py:405
7394
msgid "Writing weave"
7397
#: bzrlib/reconcile.py:277 bzrlib/reconcile.py:408
7398
msgid "Inventory regenerated."
7399
msgstr "Inventario regenerado."
7401
#: bzrlib/reconcile.py:371 bzrlib/reconcile.py:373 bzrlib/reconcile.py:376
7402
msgid "Reading indexes"
7403
msgstr "Leyendo índices"
7405
#: bzrlib/reconcile.py:380 bzrlib/reconcile.py:382
7406
msgid "Checking unused inventories"
7409
#: bzrlib/reconcile.py:388
7410
msgid "Backup Inventory created"
7413
#: bzrlib/reconcile.py:446
7414
msgid "Fixing text parents"
7417
#: bzrlib/reconfigure.py:54
7418
msgid "{0} is now stacked on {1}\n"
7419
msgstr "{0} está ahora apilado en {1}\n"
7421
#: bzrlib/reconfigure.py:69
7423
msgid "%s is now not stacked\n"
7426
#: bzrlib/remote.py:1228 bzrlib/repository.py:289
7428
msgid "bzr: ERROR (ignored): %s"
7429
msgstr "bzr: ERROR (ignorado): %s"
7431
#: bzrlib/remote.py:2541
7432
msgid "Copying repository content as tarball..."
7435
#: bzrlib/rename_map.py:69
7436
msgid "Calculating hashes"
7437
msgstr "Calculando hashes"
7439
#: bzrlib/rename_map.py:107
7440
msgid "Determining hash hits"
7443
#: bzrlib/rename_map.py:242
7447
#: bzrlib/repository.py:1787
7448
msgid "Moving repository to repository.backup"
7451
#: bzrlib/repository.py:1794
7452
msgid "Creating new repository"
7453
msgstr "Creando repositorio nuevo"
7455
#: bzrlib/repository.py:1799
7456
msgid "Copying content"
7457
msgstr "Copiar contenido"
7459
#: bzrlib/repository.py:1803
7460
msgid "Deleting old repository content"
7463
#: bzrlib/repository.py:1805
7464
msgid "repository converted"
7465
msgstr "repositorio convertido"
7467
#: bzrlib/revisionspec.py:903
7468
msgid "Using {0} {1}"
7469
msgstr "Usando {0} {1}"
7471
#: bzrlib/send.py:58
7473
msgid "Mail client \"%s\" does not support specifying body"
7476
#: bzrlib/send.py:62
7477
msgid "--remember requires a branch to be specified."
7480
#: bzrlib/send.py:77
7481
msgid "No submit branch known or specified"
7484
#: bzrlib/send.py:80
7485
msgid "Using saved {0} location \"{1}\" to determine what changes to submit."
7488
#: bzrlib/send.py:98
7490
msgid "No such send format '%s'."
7493
#: bzrlib/send.py:114
7494
msgid "bzr send takes at most two one revision identifiers"
7497
#: bzrlib/send.py:127
7498
msgid "No revisions to submit."
7499
msgstr "No hay revisiones para enviar."
7501
#: bzrlib/send.py:139
7503
"- not supported for merge directives that use more than one output file."
7506
#: bzrlib/send.py:185
7507
msgid "Format 0.9 does not permit bundle with no patch"
7510
#: bzrlib/shelf_ui.py:46
7512
msgid "Shelve adding file \"%(path)s\"?"
7515
#: bzrlib/shelf_ui.py:47
7516
msgid "Shelve binary changes?"
7519
#: bzrlib/shelf_ui.py:48
7520
msgid "Shelve changing \"%s\" from %(other)s to %(this)s?"
7523
#: bzrlib/shelf_ui.py:50
7525
msgid "Shelve removing file \"%(path)s\"?"
7528
#: bzrlib/shelf_ui.py:51
7530
msgid "Shelve %d change(s)?"
7533
#: bzrlib/shelf_ui.py:52
7535
msgstr "¿Arrinconar?"
7537
#: bzrlib/shelf_ui.py:53
7540
"Shelve changing target of \"%(path)s\" from \"%(other)s\" to \"%(this)s\"?"
7543
#: bzrlib/shelf_ui.py:55
7545
msgid "Shelve renaming \"%(other)s\" => \"%(this)s\"?"
7548
#: bzrlib/shelf_ui.py:70
7550
msgid "Changes shelved with id \"%d\"."
7553
#: bzrlib/shelf_ui.py:74
7554
msgid "Selected changes destroyed."
7555
msgstr "Cambios seleccionados destruidos."
7557
#: bzrlib/shelf_ui.py:78
7558
msgid "Selected changes:"
7559
msgstr "Cambios seleccionados:"
7561
#: bzrlib/shelf_ui.py:98
7563
msgid "Delete file \"%(path)s\"?"
7564
msgstr "¿Eliminar archivo «%(path)s»?"
7566
#: bzrlib/shelf_ui.py:99
7567
msgid "Apply binary changes?"
7568
msgstr "¿Aplicar cambios binarios?"
7570
#: bzrlib/shelf_ui.py:100
7572
msgid "Change \"%(path)s\" from %(this)s to %(other)s?"
7575
#: bzrlib/shelf_ui.py:102
7577
msgid "Add file \"%(path)s\"?"
7578
msgstr "¿Añadir archivo «%(path)s»?"
7580
#: bzrlib/shelf_ui.py:103
7582
msgid "Apply %d change(s)?"
7583
msgstr "¿Aplicar %d cambio(s)?"
7585
#: bzrlib/shelf_ui.py:104
7586
msgid "Apply change?"
7587
msgstr "¿Aplicar cambio?"
7589
#: bzrlib/shelf_ui.py:105
7591
msgid "Change target of \"%(path)s\" from \"%(this)s\" to \"%(other)s\"?"
7594
#: bzrlib/shelf_ui.py:107
7596
msgid "Rename \"%(this)s\" => \"%(other)s\"?"
7599
#: bzrlib/shelf_ui.py:402
7600
msgid "No changes are shelved."
7601
msgstr "No se han arrinconado cambios."
7603
#: bzrlib/shelf_ui.py:460
7605
msgid "Using changes with id \"%d\"."
7608
#: bzrlib/shelf_ui.py:464
7611
msgstr "Mensaje: %s"
7613
#: bzrlib/shelf_ui.py:476
7615
msgid "Deleted changes with id \"%d\"."
7618
#: bzrlib/smart/medium.py:714
7619
msgid "HPSS calls: {0} ({1} vfs) {2}"
7622
#: bzrlib/smart/server.py:169
7623
msgid "Requested to stop gracefully"
7626
#: bzrlib/smart/server.py:179
7628
msgid "Waiting for %d client(s) to finish"
7631
#: bzrlib/smart/server.py:185
7633
msgid "Still waiting for %d client(s) to finish"
7636
#: bzrlib/smart/server.py:219
7638
msgid "listening socket error: %s"
7641
#: bzrlib/smart/server.py:452
7643
msgid "listening on port: %s"
7646
#: bzrlib/switch.py:73
7647
msgid "Pending merges must be committed or reverted before using switch."
7650
#: bzrlib/switch.py:100
7652
"Cannot switch as local commits found in the checkout. Commit these to the "
7653
"bound branch or use --force to throw them away."
7656
#: bzrlib/switch.py:105
7659
"Unable to connect to current master branch %(target)s: %(error)s To switch "
7660
"anyway, use --force."
7663
#: bzrlib/switch.py:125
7664
msgid "Cannot switch a branch, only a checkout."
7667
#: bzrlib/switch.py:163
7669
msgid "Tree is up to date at revision %d."
7672
#: bzrlib/switch.py:169
7674
msgid "Updated to revision %d."
7677
#: bzrlib/transform.py:1734 bzrlib/transform.py:1745 bzrlib/transform.py:1747
7679
msgstr "Aplicar fase"
7681
#: bzrlib/transform.py:1773 bzrlib/transform.py:1841
7682
msgid "removing file"
7683
msgstr "eliminar archivo"
7685
#: bzrlib/transform.py:1791 bzrlib/transform.py:1876
7687
msgstr "añadiendo archivo"
7689
#: bzrlib/transform.py:2591
7690
msgid "Building tree"
7691
msgstr "Construyendo árbol"
7693
#: bzrlib/transform.py:2681 bzrlib/transform.py:2708
7694
msgid "Adding file contents"
7695
msgstr "Añadiendo contenidos de archivo"
7697
#: bzrlib/transform.py:3028
7698
msgid "Resolution pass"
7701
#: bzrlib/transport/ftp/_gssapi.py:88
7703
msgid "Authenticated as %s"
7706
#: bzrlib/tree.py:634
7707
msgid "*** {0} content-filter: {1} => {2!r}"
7710
#: bzrlib/upgrade.py:77
7712
msgid "This is a checkout. The branch (%s) needs to be upgraded separately."
7715
#: bzrlib/upgrade.py:100
7717
msgid "cannot upgrade from bzrdir format %s"
7720
#: bzrlib/upgrade.py:103
7722
msgid "starting upgrade of %s"
7725
#: bzrlib/upgrade.py:110
7729
#: bzrlib/upgrade.py:120
7730
msgid "Deleting backup.bzr"
7733
#: bzrlib/upgrade.py:151
7736
"SUMMARY: {0} upgrades attempted, {1} succeeded, {2} failed"
7739
#: bzrlib/upgrade.py:208
7741
msgid "Found %d dependent branches - upgrading ..."
7744
#: bzrlib/upgrade.py:276
7745
msgid "Upgrading bzrdirs"
7746
msgstr "Actualizando bzrdirs"
7748
#: bzrlib/upgrade.py:282
7750
msgid "Upgrading %s"
7751
msgstr "Actualizando %s"
7753
#: bzrlib/upgrade.py:283
7754
msgid "Upgrading {0} {1} ..."
7755
msgstr "Actualizando {0} {1} ..."
7757
#: bzrlib/upgrade.py:301
7758
msgid "Removing backup ..."
7761
#: bzrlib/upgrade.py:305
7762
msgid "failed to clean-up {0}: {1}"
7765
#: bzrlib/vf_repository.py:1090
7769
#: bzrlib/vf_repository.py:1116
7773
#: bzrlib/vf_repository.py:1621 bzrlib/vf_repository.py:1630
7774
msgid "Calculating text parents"
7777
#: bzrlib/vf_repository.py:1706
7781
#: bzrlib/vf_repository.py:2535
7782
msgid "loading text store"
7785
#: bzrlib/vf_repository.py:2541
7786
msgid "checking text graph"
7789
#: bzrlib/vf_repository.py:2995 bzrlib/vf_repository.py:3009
7790
#: bzrlib/vf_repository.py:3124
7791
msgid "Transferring revisions"
7794
#: bzrlib/win32utils.py:146
7795
msgid "Failed to GetProcessMemoryInfo()"
7798
#: bzrlib/win32utils.py:167
7799
msgid "Cannot debug memory on win32 without ctypes or win32process"
7802
#: bzrlib/win32utils.py:172
7803
msgid "WorkingSize {0:>7}KiB\tPeakWorking {1:>7}KiB\t{2}"
7806
#: bzrlib/win32utils.py:180
7808
msgid "WorkingSize %8d KiB"
7811
#: bzrlib/win32utils.py:181
7813
msgid "PeakWorking %8d KiB"
7816
#: bzrlib/win32utils.py:182
7818
msgid "PagefileUsage %8d KiB"
7821
#: bzrlib/win32utils.py:183
7823
msgid "PeakPagefileUsage %8d KiB"
7826
#: bzrlib/win32utils.py:185
7828
msgid "PrivateUsage %8d KiB"
7831
#: bzrlib/win32utils.py:186
7833
msgid "PageFaultCount %8d"
7836
#: bzrlib/workingtree.py:1478
7837
msgid "Rerun update after fixing the conflicts."
7840
#: dummy/help_topics/authentication/summary.txt:1
7841
msgid "Information on configuring authentication"
7844
#: dummy/help_topics/basic/detail.txt:1
7846
"Bazaar 2.5b6 -- a free distributed version-control tool\n"
7847
"http://bazaar.canonical.com/"
7850
#: dummy/help_topics/basic/detail.txt:4
7853
" bzr init makes this directory a versioned branch\n"
7854
" bzr branch make a copy of another branch"
7857
#: dummy/help_topics/basic/detail.txt:8
7859
" bzr add make files or directories versioned\n"
7860
" bzr ignore ignore a file or pattern\n"
7861
" bzr mv move or rename a versioned file"
7864
#: dummy/help_topics/basic/detail.txt:12
7866
" bzr status summarize changes in working copy\n"
7867
" bzr diff show detailed diffs"
7870
#: dummy/help_topics/basic/detail.txt:15
7872
" bzr merge pull in changes from another branch\n"
7873
" bzr commit save some or all changes\n"
7874
" bzr send send changes via email"
7877
#: dummy/help_topics/basic/detail.txt:19
7879
" bzr log show history of changes\n"
7880
" bzr check validate storage"
7882
" bzr log muestra el historial de cambios\n"
7883
" bzr check valida el almacenamiento"
7885
#: dummy/help_topics/basic/detail.txt:22
7887
" bzr help init more help on e.g. init command\n"
7888
" bzr help commands list all commands\n"
7889
" bzr help topics list all help topics\n"
7892
#: dummy/help_topics/basic/summary.txt:1
7893
msgid "Basic commands"
7894
msgstr "Órdenes básicas"
7896
#: dummy/help_topics/branches/detail.txt:1
7900
#: dummy/help_topics/branches/detail.txt:3
7902
"A branch consists of the state of a project, including all of its\n"
7903
"history. All branches have a repository associated (which is where the\n"
7904
"branch history is stored), but multiple branches may share the same\n"
7905
"repository (a shared repository). Branches can be copied and merged."
7908
#: dummy/help_topics/branches/detail.txt:8
7910
"In addition, one branch may be bound to another one. Binding to another\n"
7911
"branch indicates that commits which happen in this branch must also \n"
7912
"happen in the other branch. Bazaar ensures consistency by not allowing \n"
7913
"commits when the two branches are out of date. In order for a commit \n"
7914
"to succeed, it may be necessary to update the current branch using \n"
7918
#: dummy/help_topics/branches/detail.txt:15
7919
#: dummy/help_topics/checkouts/detail.txt:66
7920
#: dummy/help_topics/repositories/detail.txt:36
7921
msgid "Related commands::"
7922
msgstr "Órdenes relacionadas"
7924
#: dummy/help_topics/branches/detail.txt:17
7926
" init Change a directory into a versioned branch.\n"
7927
" branch Create a new branch that is a copy of an existing branch.\n"
7928
" merge Perform a three-way merge.\n"
7929
" bind Bind a branch to another one.\n"
7932
#: dummy/help_topics/branches/summary.txt:1
7933
msgid "Information on what a branch is"
7936
#: dummy/help_topics/bugs/summary.txt:1
7937
msgid "Bug tracker settings"
7938
msgstr "Configuración del seguimiento de errores"
7940
#: dummy/help_topics/checkouts/detail.txt:1
7942
msgstr "Comrpobaciones"
7944
#: dummy/help_topics/checkouts/detail.txt:3
7946
"Checkouts are source trees that are connected to a branch, so that when\n"
7947
"you commit in the source tree, the commit goes into that branch. They\n"
7948
"allow you to use a simpler, more centralized workflow, ignoring some of\n"
7949
"Bazaar's decentralized features until you want them. Using checkouts\n"
7950
"with shared repositories is very similar to working with SVN or CVS, but\n"
7951
"doesn't have the same restrictions. And using checkouts still allows\n"
7952
"others working on the project to use whatever workflow they like."
7955
#: dummy/help_topics/checkouts/detail.txt:11
7957
"A checkout is created with the bzr checkout command (see \"help "
7959
"You pass it a reference to another branch, and it will create a local copy\n"
7960
"for you that still contains a reference to the branch you created the\n"
7961
"checkout from (the master branch). Then if you make any commits they will "
7963
"made on the other branch first. This creates an instant mirror of your work, "
7965
"facilitates lockstep development, where each developer is working together,\n"
7966
"continuously integrating the changes of others."
7969
#: dummy/help_topics/checkouts/detail.txt:19
7971
"However the checkout is still a first class branch in Bazaar terms, so that\n"
7972
"you have the full history locally. As you have a first class branch you "
7974
"also commit locally if you want, for instance due to the temporary loss af "
7976
"network connection. Use the --local option to commit to do this. All the "
7978
"commits will then be made on the master branch the next time you do a non-"
7983
#: dummy/help_topics/checkouts/detail.txt:26
7985
"If you are using a checkout from a shared branch you will periodically want "
7987
"pull in all the changes made by others. This is done using the \"update\"\n"
7988
"command. The changes need to be applied before any non-local commit, but\n"
7989
"Bazaar will tell you if there are any changes and suggest that you use this\n"
7990
"command when needed."
7993
#: dummy/help_topics/checkouts/detail.txt:32
7995
"It is also possible to create a \"lightweight\" checkout by passing the\n"
7996
"--lightweight flag to checkout. A lightweight checkout is even closer to an\n"
7997
"SVN checkout in that it is not a first class branch, it mainly consists of "
7999
"working tree. This means that any history operations must query the master\n"
8000
"branch, which could be slow if a network connection is involved. Also, as "
8002
"don't have a local branch, then you cannot commit locally."
8005
#: dummy/help_topics/checkouts/detail.txt:39
8007
"Lightweight checkouts work best when you have fast reliable access to the\n"
8008
"master branch. This means that if the master branch is on the same disk or "
8010
"a lightweight checkout will be faster than a heavyweight one for any "
8012
"that modify the revision history (as only one copy of the branch needs to\n"
8013
"be updated). Heavyweight checkouts will generally be faster for any command\n"
8014
"that uses the history but does not change it, but if the master branch is "
8016
"the same disk then there won't be a noticeable difference."
8019
#: dummy/help_topics/checkouts/detail.txt:47
8021
"Another possible use for a checkout is to use it with a treeless repository\n"
8022
"containing your branches, where you maintain only one working tree by\n"
8023
"switching the master branch that the checkout points to when you want to\n"
8024
"work on a different branch."
8027
#: dummy/help_topics/checkouts/detail.txt:52
8029
"Obviously to commit on a checkout you need to be able to write to the "
8031
"branch. This means that the master branch must be accessible over a "
8033
"protocol , such as sftp://, and that you have write permissions at the "
8035
"end. Checkouts also work on the local file system, so that all that matters "
8040
#: dummy/help_topics/checkouts/detail.txt:58
8042
"You can change the master of a checkout by using the \"switch\" command "
8044
"\"help switch\"). This will change the location that the commits are sent "
8046
"The \"bind\" command can also be used to turn a normal branch into a heavy\n"
8047
"checkout. If you would like to convert your heavy checkout into a normal\n"
8048
"branch so that every commit is local, you can use the \"unbind\" command. To "
8050
"whether or not a branch is bound or not you can use the \"info\" command. If "
8052
"branch is bound it will tell you the location of the bound branch."
8055
#: dummy/help_topics/checkouts/detail.txt:68
8057
" checkout Create a checkout. Pass --lightweight to get a lightweight\n"
8059
" update Pull any changes in the master branch in to your checkout\n"
8060
" commit Make a commit that is sent to the master branch. If you have\n"
8061
" a heavy checkout then the --local option will commit to the\n"
8062
" checkout without sending the commit to the master\n"
8063
" switch Change the master branch that the commits in the checkout "
8066
" bind Turn a standalone branch into a heavy checkout so that any\n"
8067
" commits will be sent to the master branch\n"
8068
" unbind Turn a heavy checkout into a standalone branch so that any\n"
8069
" commits are only made locally\n"
8070
" info Displays whether a branch is bound or unbound. If the branch "
8072
" bound, then it will also display the location of the bound "
8076
#: dummy/help_topics/checkouts/summary.txt:1
8077
msgid "Information on what a checkout is"
8078
msgstr "información sobre lo que es una comprobación"
8080
#: dummy/help_topics/commands/summary.txt:1
8081
msgid "Basic help for all commands"
8082
msgstr "Ayuda básica para todas las órdenes"
8084
#: dummy/help_topics/configuration/summary.txt:1
8085
msgid "Details on the configuration settings available"
8086
msgstr "Detalles de las configuraciones disponibles"
8088
#: dummy/help_topics/conflict-types/summary.txt:1
8089
msgid "Types of conflicts and what to do about them"
8090
msgstr "Tipos de conflicto y qué hacer con ellos"
8092
#: dummy/help_topics/content-filters/summary.txt:1
8093
msgid "Conversion of content into/from working trees"
8096
#: dummy/help_topics/criss-cross/detail.txt:1
8100
#: dummy/help_topics/criss-cross/detail.txt:3
8102
"A criss-cross in the branch history can cause the default merge technique\n"
8103
"to emit more conflicts than would normally be expected."
8106
#: dummy/help_topics/criss-cross/detail.txt:6
8108
"In complex merge cases, ``bzr merge --lca`` or ``bzr merge --weave`` may "
8110
"better results. You may wish to ``bzr revert`` the working tree and merge\n"
8111
"again. Alternatively, use ``bzr remerge`` on particular conflicted files."
8114
#: dummy/help_topics/criss-cross/detail.txt:10
8116
"Criss-crosses occur in a branch's history if two branches merge the same "
8118
"and then merge one another, or if two branches merge one another at the "
8120
"time. They can be avoided by having each branch only merge from or into a\n"
8121
"designated central branch (a \"star topology\")."
8124
#: dummy/help_topics/criss-cross/detail.txt:15
8126
"Criss-crosses cause problems because of the way merge works. Bazaar's "
8128
"merge is a three-way merger; in order to merge OTHER into THIS, it must\n"
8129
"find a basis for comparison, BASE. Using BASE, it can determine whether\n"
8130
"differences between THIS and OTHER are due to one side adding lines, or\n"
8131
"from another side removing lines."
8134
#: dummy/help_topics/criss-cross/detail.txt:21
8136
"Criss-crosses mean there is no good choice for a base. Selecting the "
8138
"merge points could cause one side's changes to be silently discarded.\n"
8139
"Selecting older merge points (which Bazaar does) mean that extra conflicts\n"
8143
#: dummy/help_topics/criss-cross/detail.txt:26
8145
"The ``weave`` merge type is not affected by this problem because it uses\n"
8146
"line-origin detection instead of a basis revision to determine the cause of\n"
8150
#: dummy/help_topics/criss-cross/summary.txt:1
8151
msgid "Information on criss-cross merging"
8154
#: dummy/help_topics/current-formats/summary.txt:1
8155
msgid "Current storage formats"
8158
#: dummy/help_topics/debug-flags/summary.txt:1
8159
msgid "Options to show or record debug information"
8160
msgstr "Opciones para mostrar o grabar información de depuración"
8162
#: dummy/help_topics/diverged-branches/summary.txt:1
8163
msgid "How to fix diverged branches"
8166
#: dummy/help_topics/env-variables/detail.txt:1
8167
msgid "Environment Variables"
8168
msgstr "Variables de entorno"
8170
#: dummy/help_topics/env-variables/detail.txt:3
8172
"=================== "
8173
"===========================================================\n"
8174
"BZRPATH Path where bzr is to look for shell plugin external\n"
8176
"BZR_EMAIL E-Mail address of the user. Overrides EMAIL.\n"
8177
"EMAIL E-Mail address of the user.\n"
8178
"BZR_EDITOR Editor for editing commit messages. Overrides EDITOR.\n"
8179
"EDITOR Editor for editing commit messages.\n"
8180
"BZR_PLUGIN_PATH Paths where bzr should look for plugins.\n"
8181
"BZR_DISABLE_PLUGINS Plugins that bzr should not load.\n"
8182
"BZR_PLUGINS_AT Plugins to load from a directory not in "
8183
"BZR_PLUGIN_PATH.\n"
8184
"BZR_HOME Directory holding .bazaar config dir. Overrides HOME.\n"
8185
"BZR_HOME (Win32) Directory holding bazaar config dir. Overrides APPDATA "
8188
"BZR_REMOTE_PATH Full name of remote 'bzr' command (for bzr+ssh:// "
8190
"BZR_SSH Path to SSH client, or one of paramiko, openssh, "
8193
"BZR_LOG Location of .bzr.log (use '/dev/null' to suppress log).\n"
8194
"BZR_LOG (Win32) Location of .bzr.log (use 'NUL' to suppress log).\n"
8195
"BZR_COLUMNS Override implicit terminal width.\n"
8196
"BZR_CONCURRENCY Number of processes that can be run concurrently "
8198
"BZR_PROGRESS_BAR Override the progress display. Values are 'none' or "
8200
"BZR_PDB Control whether to launch a debugger on error.\n"
8201
"BZR_SIGQUIT_PDB Control whether SIGQUIT behaves normally or invokes a\n"
8202
" breakin debugger.\n"
8203
"BZR_TEXTUI_INPUT Force console input mode for prompts to line-based "
8205
" of char-based).\n"
8206
"=================== "
8207
"===========================================================\n"
8210
#: dummy/help_topics/env-variables/summary.txt:1
8211
msgid "Environment variable names and values"
8212
msgstr "Nombres y valores de variables de entorno"
8214
#: dummy/help_topics/eol/summary.txt:1
8215
msgid "Information on end-of-line handling"
8218
#: dummy/help_topics/files/detail.txt:1
8222
#: dummy/help_topics/files/detail.txt:3
8224
":On Unix: ~/.bazaar/bazaar.conf\n"
8225
":On Windows: C:\\\\Documents and Settings\\\\username\\\\Application Data\\\\"
8226
"bazaar\\\\2.0\\\\bazaar.conf"
8229
#: dummy/help_topics/files/detail.txt:6
8231
"Contains the user's default configuration. The section ``[DEFAULT]`` is\n"
8232
"used to define general configuration that will be applied everywhere.\n"
8233
"The section ``[ALIASES]`` can be used to create command aliases for\n"
8234
"commonly used options."
8237
#: dummy/help_topics/files/detail.txt:11
8238
msgid "A typical config file might look something like::"
8241
#: dummy/help_topics/files/detail.txt:13
8244
" email=John Doe <jdoe@isp.com>"
8247
#: dummy/help_topics/files/detail.txt:16
8250
" commit = commit --strict\n"
8251
" log10 = log --short -r -10..-1\n"
8254
" commit = commit --strict\n"
8255
" log10 = log --short -r -10..-1\n"
8257
#: dummy/help_topics/files/summary.txt:1
8258
msgid "Information on configuration and log files"
8259
msgstr "Información sobre configuración y archivos de registro"
8261
#: dummy/help_topics/formats/detail.txt:1
8262
msgid "Storage Formats"
8263
msgstr "Formatos de almacenamiento"
8265
#: dummy/help_topics/formats/detail.txt:3
8267
"To ensure that older clients do not access data incorrectly,\n"
8268
"Bazaar's policy is to introduce a new storage format whenever\n"
8269
"new features requiring new metadata are added. New storage\n"
8270
"formats may also be introduced to improve performance and\n"
8274
#: dummy/help_topics/formats/detail.txt:9
8276
"The newest format, 2a, is highly recommended. If your\n"
8277
"project is not using 2a, then you should suggest to the\n"
8278
"project owner to upgrade."
8281
#: dummy/help_topics/formats/detail.txt:13
8289
#: dummy/help_topics/formats/detail.txt:16
8291
" Some of the older formats have two variants:\n"
8292
" a plain one and a rich-root one. The latter include an additional\n"
8293
" field about the root of the tree. There is no performance cost\n"
8294
" for using a rich-root format but you cannot easily merge changes\n"
8295
" from a rich-root format into a plain format. As a consequence,\n"
8296
" moving a project to a rich-root format takes some co-ordination\n"
8297
" in that all contributors need to upgrade their repositories\n"
8298
" around the same time. 2a and all future formats will be\n"
8299
" implicitly rich-root."
8302
#: dummy/help_topics/formats/detail.txt:26
8304
"See :doc:`current-formats-help` for the complete list of\n"
8305
"currently supported formats. See :doc:`other-formats-help` for\n"
8306
"descriptions of any available experimental and deprecated formats.\n"
8309
#: dummy/help_topics/formats/summary.txt:1
8310
msgid "Information on choosing a storage format"
8311
msgstr "Información para escoger un formato de almacenamiento"
8313
#: dummy/help_topics/global-options/detail.txt:1
8314
msgid "Global Options"
8315
msgstr "Opciones globales"
8317
#: dummy/help_topics/global-options/detail.txt:3
8319
"These options may be used with any command, and may appear in front of any\n"
8320
"command. (e.g. ``bzr --profile help``)."
8323
#: dummy/help_topics/global-options/detail.txt:6
8325
"--version Print the version number. Must be supplied before the "
8327
"--no-aliases Do not process command aliases when running this command.\n"
8328
"--builtin Use the built-in version of a command, not the plugin "
8330
" This does not suppress other plugin effects.\n"
8331
"--no-plugins Do not process any plugins.\n"
8332
"--no-l10n Do not translate messages.\n"
8333
"--concurrency Number of processes that can be run concurrently (selftest)."
8336
#: dummy/help_topics/global-options/detail.txt:14
8338
"--profile Profile execution using the hotshot profiler.\n"
8339
"--lsprof Profile execution using the lsprof profiler.\n"
8340
"--lsprof-file Profile execution using the lsprof profiler, and write the\n"
8341
" results to a specified file. If the filename ends with "
8343
" text format will be used. If the filename either starts "
8345
" \"callgrind.out\" or end with \".callgrind\", the output will "
8347
" formatted for use with KCacheGrind. Otherwise, the output\n"
8348
" will be a pickle.\n"
8349
"--coverage Generate line coverage report in the specified directory."
8352
#: dummy/help_topics/global-options/detail.txt:24
8354
"-Oname=value Override the ``name`` config option setting it to ``value`` "
8356
" the duration of the command. This can be used multiple times "
8358
" several options need to be overridden."
8361
#: dummy/help_topics/global-options/detail.txt:28
8363
"See http://doc.bazaar.canonical.com/developers/profiling.html for more\n"
8364
"information on profiling."
8366
"Visite http://doc.bazaar.canonical.com/developers/profiling.html para tener\n"
8367
"más información del perfilado."
8369
#: dummy/help_topics/global-options/detail.txt:31
8371
"A number of debug flags are also available to assist troubleshooting and\n"
8372
"development. See :doc:`debug-flags-help`.\n"
8375
#: dummy/help_topics/global-options/summary.txt:1
8376
msgid "Options that control how Bazaar runs"
8377
msgstr "Opciones que controlan como se ejecuta Bazaar"
8379
#: dummy/help_topics/hidden-commands/summary.txt:1
8380
msgid "All hidden commands"
8381
msgstr "Todas las órdenes ocultas"
8383
#: dummy/help_topics/hooks/summary.txt:1
8384
msgid "Points at which custom processing can be added"
8387
#: dummy/help_topics/launchpad/detail.txt:1
8388
msgid "Integration with Launchpad.net"
8389
msgstr "Integración con Launchpad.net"
8391
#: dummy/help_topics/launchpad/detail.txt:3
8393
"Launchpad.net provides free Bazaar branch hosting with integrated bug and\n"
8394
"specification tracking."
8397
#: dummy/help_topics/launchpad/detail.txt:6
8399
"The bzr client (through the plugin called 'launchpad') has special\n"
8400
"features to communicate with Launchpad:"
8403
#: dummy/help_topics/launchpad/detail.txt:9
8405
" * The launchpad-login command tells Bazaar your Launchpad user name. "
8407
" is then used by the 'lp:' transport to download your branches using\n"
8411
#: dummy/help_topics/launchpad/detail.txt:13
8413
" * The 'lp:' transport uses Launchpad as a directory service: for "
8415
" 'lp:bzr' and 'lp:python' refer to the main branches of the relevant\n"
8416
" projects and may be branched, logged, etc. You can also use the 'lp:'\n"
8417
" transport to refer to specific branches, e.g. lp:~bzr/bzr/trunk."
8420
#: dummy/help_topics/launchpad/detail.txt:18
8422
" * The 'lp:' bug tracker alias can expand launchpad bug numbers to their\n"
8423
" URLs for use with 'bzr commit --fixes', e.g. 'bzr commit --fixes "
8425
" will record a revision property that marks that revision as fixing\n"
8426
" Launchpad bug 12345. When you push that branch to Launchpad it will\n"
8427
" automatically be linked to the bug report."
8430
#: dummy/help_topics/launchpad/detail.txt:24
8432
" * The register-branch command tells Launchpad about the url of a\n"
8433
" public branch. Launchpad will then mirror the branch, display\n"
8434
" its contents and allow it to be attached to bugs and other\n"
8438
#: dummy/help_topics/launchpad/detail.txt:29
8439
msgid "For more information see http://help.launchpad.net/\n"
8442
#: dummy/help_topics/launchpad/summary.txt:1
8443
msgid "Using Bazaar with Launchpad.net"
8444
msgstr "Usar Bazaar con Launchpad.net"
8446
#: dummy/help_topics/location-alias/summary.txt:1
8447
msgid "Aliases for remembered locations"
8448
msgstr "Alias para recordar ubicaciones"
8450
#: dummy/help_topics/log-formats/summary.txt:1
8451
msgid "Details on the logging formats available"
8452
msgstr "Detalles sobre los formatos de acceso disponibles"
8454
#: dummy/help_topics/other-formats/summary.txt:1
8455
msgid "Experimental and deprecated storage formats"
8456
msgstr "Formatos de almacenamiento experimentales y obsoletos"
8458
#: dummy/help_topics/patterns/summary.txt:1
8459
msgid "Information on the pattern syntax"
8460
msgstr "Información de la sintaxis de patrones"
8462
#: dummy/help_topics/repositories/detail.txt:1
8463
msgid "Repositories"
8464
msgstr "Repositorios"
8466
#: dummy/help_topics/repositories/detail.txt:3
8468
"Repositories in Bazaar are where committed information is stored. There is\n"
8469
"a repository associated with every branch."
8472
#: dummy/help_topics/repositories/detail.txt:6
8474
"Repositories are a form of database. Bzr will usually maintain this for\n"
8475
"good performance automatically, but in some situations (e.g. when doing\n"
8476
"very many commits in a short time period) you may want to ask bzr to\n"
8477
"optimise the database indices. This can be done by the 'bzr pack' command."
8480
#: dummy/help_topics/repositories/detail.txt:11
8482
"By default just running 'bzr init' will create a repository within the new\n"
8483
"branch but it is possible to create a shared repository which allows "
8485
"branches to share their information in the same location. When a new branch "
8487
"created it will first look to see if there is a containing shared repository "
8492
#: dummy/help_topics/repositories/detail.txt:17
8494
"When two branches of the same project share a repository, there is\n"
8495
"generally a large space saving. For some operations (e.g. branching\n"
8496
"within the repository) this translates in to a large time saving."
8499
#: dummy/help_topics/repositories/detail.txt:21
8501
"To create a shared repository use the init-repository command (or the alias\n"
8502
"init-repo). This command takes the location of the repository to create. "
8504
"means that 'bzr init-repository repo' will create a directory named 'repo',\n"
8505
"which contains a shared repository. Any new branches that are created in "
8507
"directory will then use it for storage."
8510
#: dummy/help_topics/repositories/detail.txt:27
8512
"It is a good idea to create a repository whenever you might create more\n"
8513
"than one branch of a project. This is true for both working areas where you\n"
8514
"are doing the development, and any server areas that you use for hosting\n"
8515
"projects. In the latter case, it is common to want branches without working\n"
8516
"trees. Since the files in the branch will not be edited directly there is "
8518
"need to use up disk space for a working tree. To create a repository in "
8520
"the branches will not have working trees pass the '--no-trees' option to\n"
8521
"'init-repository'."
8524
#: dummy/help_topics/repositories/detail.txt:38
8526
" init-repository Create a shared repository. Use --no-trees to create "
8528
" in which new branches won't get a working tree.\n"
8531
#: dummy/help_topics/repositories/summary.txt:1
8532
msgid "Basic information on shared repositories."
8533
msgstr "Información básica de los repositorios compartidos."
8535
#: dummy/help_topics/revisionspec/summary.txt:1
8536
msgid "Explain how to use --revision"
8537
msgstr "Explicar cómo se usa --revision"
8539
#: dummy/help_topics/rules/summary.txt:1
8540
msgid "Information on defining rule-based preferences"
8543
#: dummy/help_topics/standalone-trees/detail.txt:1
8544
msgid "Standalone Trees"
8545
msgstr "Áboles autónomos"
8547
#: dummy/help_topics/standalone-trees/detail.txt:3
8549
"A standalone tree is a working tree with an associated repository. It\n"
8550
"is an independently usable branch, with no dependencies on any other.\n"
8551
"Creating a standalone tree (via bzr init) is the quickest way to put\n"
8552
"an existing project under version control."
8555
#: dummy/help_topics/standalone-trees/detail.txt:8
8556
msgid "Related Commands::"
8557
msgstr "Órdenes relacionadas::"
8559
#: dummy/help_topics/standalone-trees/detail.txt:10
8560
msgid " init Make a directory into a versioned branch.\n"
8563
#: dummy/help_topics/standalone-trees/summary.txt:1
8564
msgid "Information on what a standalone tree is"
8565
msgstr "Información sobre lo que es un árbol autónomo"
8567
#: dummy/help_topics/standard-options/detail.txt:1
8568
msgid "Standard Options"
8569
msgstr "Opciones estándar"
8571
#: dummy/help_topics/standard-options/detail.txt:3
8572
msgid "Standard options are legal for all commands."
8573
msgstr "Las opciones estándar son legales para todas las órdenes."
8575
#: dummy/help_topics/standard-options/detail.txt:5
8577
"--help, -h Show help message.\n"
8578
"--verbose, -v Display more information.\n"
8579
"--quiet, -q Only display errors and warnings."
8582
#: dummy/help_topics/standard-options/detail.txt:9
8583
msgid "Unlike global options, standard options can be used in aliases.\n"
8586
#: dummy/help_topics/standard-options/summary.txt:1
8587
msgid "Options that can be used with any command"
8588
msgstr "Opciones que se pueden usar con cualquier orden"
8590
#: dummy/help_topics/status-flags/detail.txt:1
8591
msgid "Status Flags"
8592
msgstr "Marcas de estado"
8594
#: dummy/help_topics/status-flags/detail.txt:3
8596
"Status flags are used to summarise changes to the working tree in a concise\n"
8597
"manner. They are in the form::"
8600
#: dummy/help_topics/status-flags/detail.txt:6
8601
msgid " xxx <filename>"
8602
msgstr " xxx <nombre de archivo>"
8604
#: dummy/help_topics/status-flags/detail.txt:8
8605
msgid "where the columns' meanings are as follows."
8606
msgstr "donde los significados de las columnas son los siguientes"
8608
#: dummy/help_topics/status-flags/detail.txt:10
8609
msgid "Column 1 - versioning/renames::"
8612
#: dummy/help_topics/status-flags/detail.txt:12
8614
" + File versioned\n"
8615
" - File unversioned\n"
8618
" X File nonexistent (and unknown to bzr)\n"
8619
" C File has conflicts\n"
8620
" P Entry for a pending merge (not a file)"
8623
#: dummy/help_topics/status-flags/detail.txt:20
8624
msgid "Column 2 - contents::"
8625
msgstr "Columna 2 - contenidos::"
8627
#: dummy/help_topics/status-flags/detail.txt:22
8631
" K File kind changed\n"
8635
#: dummy/help_topics/status-flags/detail.txt:27
8636
msgid "Column 3 - execute::"
8639
#: dummy/help_topics/status-flags/detail.txt:29
8640
msgid " * The execute bit was changed\n"
8643
#: dummy/help_topics/status-flags/summary.txt:1
8644
msgid "Help on status flags"
8645
msgstr "Ayuda sobre marcas de estado"
8647
#: dummy/help_topics/sync-for-reconfigure/detail.txt:1
8648
msgid "Branches Out of Sync"
8649
msgstr "Ramas sin sincronización"
8651
#: dummy/help_topics/sync-for-reconfigure/detail.txt:3
8653
"When reconfiguring a checkout, tree or branch into a lightweight checkout,\n"
8654
"a local branch must be destroyed. (For checkouts, this is the local branch\n"
8655
"that serves primarily as a cache.) If the branch-to-be-destroyed does not\n"
8656
"have the same last revision as the new reference branch for the lightweight\n"
8657
"checkout, data could be lost, so Bazaar refuses."
8660
#: dummy/help_topics/sync-for-reconfigure/detail.txt:9
8661
msgid "How you deal with this depends on *why* the branches are out of sync."
8664
#: dummy/help_topics/sync-for-reconfigure/detail.txt:11
8666
"If you have a checkout and have done local commits, you can get back in "
8668
"by running \"bzr update\" (and possibly \"bzr commit\")."
8671
#: dummy/help_topics/sync-for-reconfigure/detail.txt:14
8673
"If you have a branch and the remote branch is out-of-date, you can push\n"
8674
"the local changes using \"bzr push\". If the local branch is out of date, "
8676
"can do \"bzr pull\". If both branches have had changes, you can merge, "
8678
"and then push your changes. If you decide that some of the changes aren't\n"
8679
"useful, you can \"push --overwrite\" or \"pull --overwrite\" instead.\n"
8682
#: dummy/help_topics/sync-for-reconfigure/summary.txt:1
8683
msgid "Steps to resolve \"out-of-sync\" when reconfiguring"
8686
#: dummy/help_topics/topics/summary.txt:1
8688
msgstr "Lista de temas"
8690
#: dummy/help_topics/url-special-chars/summary.txt:1
8691
msgid "Special character handling in URLs"
8694
#: dummy/help_topics/urlspec/summary.txt:1
8695
msgid "Supported transport protocols"
8696
msgstr "Protocolos de transporte permitidos"
8698
#: dummy/help_topics/working-trees/detail.txt:1
8699
msgid "Working Trees"
8700
msgstr "Árboles de trabajo"
8702
#: dummy/help_topics/working-trees/detail.txt:3
8704
"A working tree is the contents of a branch placed on disk so that you can\n"
8705
"see the files and edit them. The working tree is where you make changes to "
8707
"branch, and when you commit the current state of the working tree is the\n"
8708
"snapshot that is recorded in the commit."
8711
#: dummy/help_topics/working-trees/detail.txt:8
8713
"When you push a branch to a remote system, a working tree will not be\n"
8714
"created. If one is already present the files will not be updated. The\n"
8715
"branch information will be updated and the working tree will be marked\n"
8716
"as out-of-date. Updating a working tree remotely is difficult, as there\n"
8717
"may be uncommitted changes or the update may cause content conflicts that "
8719
"difficult to deal with remotely."
8722
#: dummy/help_topics/working-trees/detail.txt:15
8724
"If you have a branch with no working tree you can use the 'checkout' "
8726
"to create a working tree. If you run 'bzr checkout .' from the branch it "
8728
"create the working tree. If the branch is updated remotely, you can update "
8730
"working tree by running 'bzr update' in that directory."
8733
#: dummy/help_topics/working-trees/detail.txt:20
8735
"If you have a branch with a working tree that you do not want the 'remove-"
8737
"command will remove the tree if it is safe. This can be done to avoid the\n"
8738
"warning about the remote working tree not being updated when pushing to the\n"
8739
"branch. It can also be useful when working with a '--no-trees' repository\n"
8740
"(see 'bzr help repositories')."
8743
#: dummy/help_topics/working-trees/detail.txt:26
8745
"If you want to have a working tree on a remote machine that you push to you\n"
8746
"can either run 'bzr update' in the remote branch after each push, or use "
8748
"other method to update the tree during the push. There is an 'rspush' "
8750
"that will update the working tree using rsync as well as doing a push. "
8752
"is also a 'push-and-update' plugin that automates running 'bzr update' via "
8757
#: dummy/help_topics/working-trees/detail.txt:33
8758
msgid "Useful commands::"
8759
msgstr "Órdenes útiles::"
8761
#: dummy/help_topics/working-trees/detail.txt:35
8763
" checkout Create a working tree when a branch does not have one.\n"
8764
" remove-tree Removes the working tree from a branch when it is safe to do "
8766
" update When a working tree is out of sync with its associated "
8768
" this will update the tree to match the branch.\n"
8771
#: dummy/help_topics/working-trees/summary.txt:1
8772
msgid "Information on working trees"
8773
msgstr "Información en árboles de trabajo"
8775
#: en/help_topics/authentication.txt:1
8777
"Authentication Settings\n"
8778
"======================="
8780
"Configuración de la autenticación\n"
8781
"==========================="
8783
#: en/help_topics/authentication.txt:4
8793
#: en/help_topics/authentication.txt:8
8795
"Many different authentication policies can be described in the\n"
8796
"``authentication.conf`` file but a particular user should need only a few\n"
8797
"definitions to cover his needs without having to specify a user and a "
8799
"for every branch he uses."
8802
#: en/help_topics/authentication.txt:13
8804
"The definitions found in this file are used to find the credentials to use "
8806
"a given url. The same credentials can generally be used for as many branches "
8808
"possible by grouping their declaration around the remote servers that need\n"
8809
"them. It's even possible to declare credentials that will be used by "
8814
#: en/help_topics/authentication.txt:19
8816
"The intent is to make this file as small as possible to minimize maintenance."
8818
"El intento es hacer este archivo tan pequeño como sea posible para minimizar "
8821
#: en/help_topics/authentication.txt:21
8823
"Once the relevant credentials are declared in this file you may use branch "
8825
"without embedding passwords (security hazard) or even users (enabling "
8827
"of your urls with others)."
8830
#: en/help_topics/authentication.txt:25
8831
msgid "Instead of using::"
8832
msgstr "en vez de usar::"
8834
#: en/help_topics/authentication.txt:27
8835
msgid " bzr branch ftp://joe:secret@host.com/path/to/my/branch"
8836
msgstr " bzr branch ftp://joe:secret@host.com/path/to/my/branch"
8838
#: en/help_topics/authentication.txt:29
8839
msgid "you simply use::"
8840
msgstr "simplemente use::"
8842
#: en/help_topics/authentication.txt:31
8843
msgid " bzr branch ftp://host.com/path/to/my/branch"
8844
msgstr " bzr branch ftp://host.com/path/to/my/branch"
8846
#: en/help_topics/authentication.txt:33
8848
"provided you have created the following ``authentication.conf`` file::"
8851
#: en/help_topics/authentication.txt:35
8857
" password=secret\n"
8864
" password=secreta\n"
8867
#: en/help_topics/authentication.txt:42
8869
"Authentication definitions\n"
8870
"--------------------------"
8872
"Definiciones de autenticación\n"
8873
"--------------------------"
8875
#: en/help_topics/authentication.txt:45
8877
"There are two kinds of authentication used by the various schemes supported "
8882
#: en/help_topics/authentication.txt:48
8883
msgid "1. user and password"
8884
msgstr "1. usuario y contraseña"
8886
#: en/help_topics/authentication.txt:50
8888
"``FTP`` needs a (``user``, ``password``) to authenticate against a ``host``\n"
8889
"``SFTP`` can use either a password or a host key to authenticate. However,\n"
8890
"ssh agents are a better, more secure solution. So we have chosen to not "
8892
"our own less secure method."
8895
#: en/help_topics/authentication.txt:55
8896
msgid "2. user, realm and password"
8897
msgstr "2. usuario, reino y contraseña"
8899
#: en/help_topics/authentication.txt:57
8901
"``HTTP`` and ``HTTPS`` needs a (``user, realm, password``) to authenticate\n"
8902
"against a host. But, by using ``.htaccess`` files, for example, it is "
8904
"to define several (``user, realm, password``) for a given ``host``. So what "
8906
"really needed is (``user``, ``password``, ``host``, ``path``). The ``realm`` "
8908
"not taken into account in the definitions, but will displayed if bzr "
8910
"you for a password."
8913
#: en/help_topics/authentication.txt:64
8915
"``HTTP proxy`` can be handled as ``HTTP`` (or ``HTTPS``) by explicitly\n"
8916
"specifying the appropriate port."
8919
#: en/help_topics/authentication.txt:67
8921
"To take all schemes into account, the password will be deduced from a set "
8923
"authentication definitions (``scheme``, ``host``, ``port``, ``path``, "
8928
#: en/help_topics/authentication.txt:71
8930
" * ``scheme``: can be empty (meaning the rest of the definition can be "
8932
" for any scheme), ``SFTP`` and ``bzr+ssh`` should not be used here, "
8934
" should be used instead since this is the real scheme regarding\n"
8938
#: en/help_topics/authentication.txt:76
8939
msgid " * ``host``: can be empty (to act as a default for any host),"
8942
#: en/help_topics/authentication.txt:78
8944
" * ``port`` can be empty (useful when an host provides several servers for "
8946
" same scheme), only numerical values are allowed, this should be used "
8948
" when the server uses a port different than the scheme standard port,"
8951
#: en/help_topics/authentication.txt:82
8952
msgid " * ``path``: can be empty (FTP or SFTP will never user it),"
8955
#: en/help_topics/authentication.txt:84
8957
" * ``user``: can be empty (``bzr`` will defaults to python's\n"
8958
" ``getpass.get_user()``),"
8961
#: en/help_topics/authentication.txt:87
8963
" * ``password``: can be empty if you prefer to always be prompted for your\n"
8967
#: en/help_topics/authentication.txt:90
8969
"Multiple definitions can be provided and, for a given URL, bzr will select "
8971
"(``user`` [, ``password``]) based on the following rules :"
8974
#: en/help_topics/authentication.txt:93
8975
msgid " 1. the first match wins,"
8976
msgstr " 1. la primera coincidencia gana,"
8978
#: en/help_topics/authentication.txt:95
8979
msgid " 2. empty fields match everything,"
8980
msgstr " 2. los campos vacíos coinciden siempre,"
8982
#: en/help_topics/authentication.txt:97
8984
" 3. ``scheme`` matches even if decorators are used in the requested URL,"
8986
" 3. «scheme» coincide incluso si los decoradores se han usado en el URL "
8989
#: en/help_topics/authentication.txt:99
8991
" 4. ``host`` matches exactly or act as a domain if it starts with '.'\n"
8992
" (``project.bzr.sf.net`` will match ``.bzr.sf.net`` but "
8993
"``projectbzr.sf.net``\n"
8994
" will not match ``bzr.sf.net``)."
8997
#: en/help_topics/authentication.txt:103
8999
" 5. ``port`` matches if included in the requested URL (exact matches only)"
9002
#: en/help_topics/authentication.txt:105
9004
" 6. ``path`` matches if included in the requested URL (and by rule #2 "
9006
" empty paths will match any provided path)."
9009
#: en/help_topics/authentication.txt:110
9014
"Formato de archivo\n"
9015
"------------------"
9017
#: en/help_topics/authentication.txt:113
9019
"The general rules for :doc:`configuration files <configuration-help>`\n"
9020
"apply except for the variable policies."
9023
#: en/help_topics/authentication.txt:116
9024
msgid "Each section describes an authentication definition."
9025
msgstr "Cada sección describe una definición de autenticación."
9027
#: en/help_topics/authentication.txt:118
9029
"The section name is an arbitrary string, only the ``DEFAULT`` value is "
9031
"and should appear as the *last* section."
9034
#: en/help_topics/authentication.txt:121
9035
msgid "Each section should define:"
9036
msgstr "Cada sección debe definir:"
9038
#: en/help_topics/authentication.txt:123
9039
msgid "* ``user``: the login to be used,"
9040
msgstr "* «user»: el acceso a usar,"
9042
#: en/help_topics/authentication.txt:125
9043
msgid "Each section could define:"
9044
msgstr "Cada sección puede definir:"
9046
#: en/help_topics/authentication.txt:127
9047
msgid "* ``host``: the remote server,"
9048
msgstr "* «host»: el servidor remoto,"
9050
#: en/help_topics/authentication.txt:129
9051
msgid "* ``port``: the port the server is listening,"
9052
msgstr "* «port»: el puerto en el que escucha el servidor,"
9054
#: en/help_topics/authentication.txt:131
9055
msgid "* ``path``: the branch location,"
9056
msgstr "* «path»: la ubicación de la rama,"
9058
#: en/help_topics/authentication.txt:133
9059
msgid "* ``password``: the password."
9060
msgstr "* «password»: la contraseña."
9062
#: en/help_topics/authentication.txt:135
9072
#: en/help_topics/authentication.txt:139
9075
"Personal projects hosted outside\n"
9076
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
9079
#: en/help_topics/authentication.txt:143
9081
"All connections are done with the same ``user`` (the remote one for which "
9083
"default bzr one is not appropriate) and the password is always prompted "
9088
#: en/help_topics/authentication.txt:147
9090
" # Pet projects on hobby.net\n"
9092
" host=r.hobby.net\n"
9094
" password=obvious1234\n"
9101
" password=1essobV10us\n"
9104
" # Our local user is barbaz, on all remote sites we're known as "
9108
" # Proyecto de mascotas para hobby.net\n"
9110
" host=r.hobby.net\n"
9112
" password=obvia1234\n"
9119
" password=1essobV10us\n"
9122
" # Nuestro usuario local es barbaz, en todos los sitios remotos se "
9123
"conoce como foobar\n"
9126
#: en/help_topics/authentication.txt:164
9129
"Source hosting provider\n"
9130
"~~~~~~~~~~~~~~~~~~~~~~~"
9133
"Proveedor del albergue de origen\n"
9134
"~~~~~~~~~~~~~~~~~~~~~~~~~~"
9136
#: en/help_topics/authentication.txt:168
9137
msgid "In the shp.net (fictitious) domain, each project has its own site::"
9139
"En el dominio shp.net (ficticio) cada proyecto tiene su propio sitio::"
9141
#: en/help_topics/authentication.txt:170
9143
" [shpnet domain]\n"
9144
" # we use sftp, but ssh is the scheme used for authentication\n"
9146
" # The leading '.' ensures that 'shp.net' alone doesn't match\n"
9149
" # bzr don't support supplying a password for sftp,\n"
9150
" # consider using an ssh agent if you don't want to supply\n"
9151
" # a password interactively. (pageant, ssh-agent, etc)"
9154
#: en/help_topics/authentication.txt:180
9156
"HTTPS, SFTP servers and their proxy\n"
9157
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
9159
"HTTPS, servidores SFTP y su proxy\n"
9160
"~~~~~~~~~~~~~~~~~~~~~~~~~~~"
9162
#: en/help_topics/authentication.txt:183
9164
"At company.com, the server hosting release and integration branches is "
9166
"proxy, and the two branches use different authentication policies::"
9169
#: en/help_topics/authentication.txt:186
9171
" [reference code]\n"
9173
" host=dev.company.com\n"
9178
" [reference code]\n"
9180
" host=dev.company.com\n"
9185
#: en/help_topics/authentication.txt:193
9187
" # development branches on dev server\n"
9189
" scheme=ssh # bzr+ssh and sftp are available here\n"
9190
" host=dev.company.com\n"
9191
" path=/dev/integration\n"
9197
" host=proxy.company.com\n"
9199
" user=proxyuser1\n"
9200
" password=proxypass1"
9203
#: en/help_topics/authentication.txt:208
9206
"Planned enhancements\n"
9207
"--------------------"
9210
"Mejoras planificadas\n"
9211
"--------------------"
9213
#: en/help_topics/authentication.txt:212
9215
"The following are not yet implemented but planned as parts of a work in\n"
9219
#: en/help_topics/authentication.txt:215
9220
msgid "* add a ``password_encoding`` field allowing:"
9223
#: en/help_topics/authentication.txt:217
9225
" - storing the passwords in various obfuscating encodings (base64 for one),"
9228
#: en/help_topics/authentication.txt:219
9229
msgid " - delegate password storage to plugins (.netrc for example)."
9232
#: en/help_topics/authentication.txt:221
9234
"* update the credentials when the user is prompted for user or password,"
9237
#: en/help_topics/authentication.txt:223
9238
msgid "* add a ``verify_certificates`` field for ``HTTPS``."
9239
msgstr "* añadri un campo «verify_certificates» para «HTTPS»."
9241
#: en/help_topics/authentication.txt:225
9243
"The ``password_encoding`` and ``verify_certificates`` fields are recognized "
9245
"ignored in the actual implementation.\n"
9248
#: en/help_topics/bugs.txt:1
9249
msgid "Bug Tracker Settings"
9250
msgstr "Configuración del seguimiento de errores"
9252
#: en/help_topics/bugs.txt:3
9254
"When making a commit, metadata about bugs fixed by that change can be\n"
9255
"recorded by using the ``--fixes`` option. For each bug marked as fixed, an\n"
9256
"entry is included in the 'bugs' revision property stating '<url> <status>'.\n"
9257
"(The only ``status`` value currently supported is ``fixed.``)"
9260
#: en/help_topics/bugs.txt:8
9262
"The ``--fixes`` option allows you to specify a bug tracker and a bug "
9264
"rather than a full URL. This looks like::"
9267
#: en/help_topics/bugs.txt:11
9268
msgid " bzr commit --fixes <tracker>:<id>"
9269
msgstr " bzr commit --fixes <tracker>:<id>"
9271
#: en/help_topics/bugs.txt:13 en/help_topics/configuration.txt:398
9275
#: en/help_topics/bugs.txt:15
9276
msgid " bzr commit --fixes <id>"
9277
msgstr " bzr commit --fixes <id>"
9279
#: en/help_topics/bugs.txt:17
9281
"where \"<tracker>\" is an identifier for the bug tracker, and \"<id>\" is "
9283
"identifier for that bug within the bugtracker, usually the bug number.\n"
9284
"If \"<tracker>\" is not specified the ``bugtracker`` set in the branch\n"
9285
"or global configuration is used."
9288
#: en/help_topics/bugs.txt:22
9290
"Bazaar knows about a few bug trackers that have many users. If\n"
9291
"you use one of these bug trackers then there is no setup required to\n"
9292
"use this feature, you just need to know the tracker identifier to use.\n"
9293
"These are the bugtrackers that are built in:"
9296
#: en/help_topics/bugs.txt:27
9298
" ============================ ============ ============\n"
9299
" URL Abbreviation Example\n"
9300
" ============================ ============ ============\n"
9301
" https://bugs.launchpad.net/ lp lp:12345\n"
9302
" http://bugs.debian.org/ deb deb:12345\n"
9303
" http://bugzilla.gnome.org/ gnome gnome:12345\n"
9304
" ============================ ============ ============"
9306
" ============================ ============ ============\n"
9307
" URL Ejemplo de abreviatura\n"
9308
" ============================ ============ ============\n"
9309
" https://bugs.launchpad.net/ lp lp:12345\n"
9310
" http://bugs.debian.org/ deb deb:12345\n"
9311
" http://bugzilla.gnome.org/ gnome gnome:12345\n"
9312
" ============================ ============ ============"
9314
#: en/help_topics/bugs.txt:35
9316
"For the bug trackers not listed above configuration is required.\n"
9317
"Support for generating the URLs for any project using Bugzilla or Trac\n"
9318
"is built in, along with a template mechanism for other bugtrackers with\n"
9319
"simple URL schemes. If your bug tracker can't be described by one\n"
9320
"of the schemes described below then you can write a plugin to support\n"
9324
#: en/help_topics/bugs.txt:42
9326
"If you use Bugzilla or Trac, then you only need to set a configuration\n"
9327
"variable which contains the base URL of the bug tracker. These options\n"
9328
"can go into ``bazaar.conf``, ``branch.conf`` or into a branch-specific\n"
9329
"configuration section in ``locations.conf``. You can set up these values\n"
9330
"for each of the projects you work on."
9333
#: en/help_topics/bugs.txt:48
9335
"Note: As you provide a short name for each tracker, you can specify one or\n"
9336
"more bugs in one or more trackers at commit time if you wish."
9339
#: en/help_topics/bugs.txt:51
9347
#: en/help_topics/bugs.txt:54
9349
"Use ``bzr commit --fixes lp:2`` to record that this commit fixes bug 2."
9351
"Use «bzr commit --fixes lp:2»» para grabar que esta ejecución arregla el "
9354
#: en/help_topics/bugs.txt:56
9356
"bugzilla_<tracker>_url\n"
9357
"----------------------"
9359
"bugzilla_<tracker>_url\n"
9360
"----------------------"
9362
#: en/help_topics/bugs.txt:59
9364
"If present, the location of the Bugzilla bug tracker referred to by\n"
9365
"<tracker>. This option can then be used together with ``bzr commit\n"
9366
"--fixes`` to mark bugs in that tracker as being fixed by that commit. For\n"
9370
#: en/help_topics/bugs.txt:64
9371
msgid " bugzilla_squid_url = http://bugs.squid-cache.org"
9372
msgstr " bugzilla_squid_url = http://bugs.squid-cache.org"
9374
#: en/help_topics/bugs.txt:66
9376
"would allow ``bzr commit --fixes squid:1234`` to mark Squid's bug 1234 as\n"
9380
#: en/help_topics/bugs.txt:69
9382
"trac_<tracker>_url\n"
9383
"------------------"
9385
"trac_<tracker>_url\n"
9386
"------------------"
9388
#: en/help_topics/bugs.txt:72
9390
"If present, the location of the Trac instance referred to by\n"
9391
"<tracker>. This option can then be used together with ``bzr commit\n"
9392
"--fixes`` to mark bugs in that tracker as being fixed by that commit. For\n"
9396
#: en/help_topics/bugs.txt:77
9397
msgid " trac_twisted_url = http://www.twistedmatrix.com/trac"
9398
msgstr " trac_twisted_url = http://www.twistedmatrix.com/trac"
9400
#: en/help_topics/bugs.txt:79
9402
"would allow ``bzr commit --fixes twisted:1234`` to mark Twisted's bug 1234 "
9407
#: en/help_topics/bugs.txt:82
9409
"bugtracker_<tracker>_url\n"
9410
"------------------------"
9412
"bugtracker_<tracker>_url\n"
9413
"------------------------"
9415
#: en/help_topics/bugs.txt:85
9417
"If present, the location of a generic bug tracker instance referred to by\n"
9418
"<tracker>. The location must contain an ``{id}`` placeholder,\n"
9419
"which will be replaced by a specific bug ID. This option can then be used\n"
9420
"together with ``bzr commit --fixes`` to mark bugs in that tracker as being\n"
9421
"fixed by that commit. For example::"
9424
#: en/help_topics/bugs.txt:91
9425
msgid " bugtracker_python_url = http://bugs.python.org/issue{id}"
9426
msgstr " bugtracker_python_url = http://bugs.python.org/issue{id}"
9428
#: en/help_topics/bugs.txt:93
9430
"would allow ``bzr commit --fixes python:1234`` to mark bug 1234 in Python's\n"
9431
"Roundup bug tracker as fixed, or::"
9434
#: en/help_topics/bugs.txt:96
9436
" bugtracker_cpan_url = http://rt.cpan.org/Public/Bug/Display.html?id={id}"
9438
" bugtracker_cpan_url = http://rt.cpan.org/Public/Bug/Display.html?id={id}"
9440
#: en/help_topics/bugs.txt:98
9442
"would allow ``bzr commit --fixes cpan:1234`` to mark bug 1234 in CPAN's\n"
9443
"RT bug tracker as fixed, or::"
9446
#: en/help_topics/bugs.txt:101
9447
msgid " bugtracker_hudson_url = http://issues.hudson-ci.org/browse/{id}"
9448
msgstr " bugtracker_hudson_url = http://issues.hudson-ci.org/browse/{id}"
9450
#: en/help_topics/bugs.txt:103
9452
"would allow ``bzr commit --fixes hudson:HUDSON-1234`` to mark bug HUDSON-"
9454
"in Hudson's JIRA bug tracker as fixed.\n"
9457
#: en/help_topics/commands.txt:1
9459
"add Add specified files or directories.\n"
9460
"alias Set/unset and display aliases.\n"
9461
"annotate Show the origin of each line in a file.\n"
9462
"bash-completion Generate a shell function for bash command line "
9464
" [bash_completion]\n"
9465
"bind Convert the current branch into a checkout of the "
9468
"branch Create a new branch that is a copy of an existing branch.\n"
9469
"branches List the branches available at the current location.\n"
9470
"break-lock Break a dead lock.\n"
9471
"cat Write the contents of a file as of a given revision to\n"
9472
" standard output.\n"
9473
"check Validate working tree structure, branch consistency and\n"
9474
" repository history.\n"
9475
"checkout Create a new checkout of an existing branch.\n"
9476
"clean-tree Remove unwanted files from working tree.\n"
9477
"commit Commit changes into a new revision.\n"
9478
"config Display, set or remove a configuration option.\n"
9479
"conflicts List files with conflicts.\n"
9480
"deleted List files deleted in the working tree.\n"
9481
"diff Show differences in the working tree, between revisions "
9484
"dpush Push into a different VCS without any custom bzr "
9486
"export Export current or past revision to a destination directory "
9489
"help Show help on a command or other topic.\n"
9490
"ignore Ignore specified files or patterns.\n"
9491
"ignored List ignored files and the patterns that matched them.\n"
9492
"info Show information about a working tree, branch or "
9494
"init Make a directory into a versioned branch.\n"
9495
"init-repository Create a shared repository for branches to share storage\n"
9497
"join Combine a tree into its containing tree.\n"
9498
"launchpad-login Show or set the Launchpad user ID. [launchpad]\n"
9499
"launchpad-mirror Ask Launchpad to mirror a branch now. [launchpad]\n"
9500
"launchpad-open Open a Launchpad branch page in your web browser. "
9502
"log Show historical log for a branch or subset of a branch.\n"
9503
"lp-find-proposal Find the proposal to merge this revision. [launchpad]\n"
9504
"lp-propose-merge Propose merging a branch on Launchpad. [launchpad]\n"
9505
"ls List files in a tree.\n"
9506
"merge Perform a three-way merge.\n"
9507
"missing Show unmerged/unpulled revisions between two branches.\n"
9508
"mkdir Create a new versioned directory.\n"
9509
"mv Move or rename a file.\n"
9510
"nick Print or set the branch nickname.\n"
9511
"pack Compress the data within a repository.\n"
9512
"plugins List the installed plugins.\n"
9513
"pull Turn this branch into a mirror of another branch.\n"
9514
"push Update a mirror of this branch.\n"
9515
"reconcile Reconcile bzr metadata in a branch.\n"
9516
"reconfigure Reconfigure the type of a bzr directory.\n"
9517
"register-branch Register a branch with launchpad.net. [launchpad]\n"
9518
"remerge Redo a merge.\n"
9519
"remove Remove files or directories.\n"
9520
"remove-branch Remove a branch.\n"
9521
"remove-tree Remove the working tree from a given branch/checkout.\n"
9522
"renames Show list of renamed files.\n"
9523
"resolve Mark a conflict as resolved.\n"
9524
"revert Revert files to a previous revision.\n"
9525
"revno Show current revision number.\n"
9526
"root Show the tree root directory.\n"
9527
"send Mail or create a merge-directive for submitting changes.\n"
9528
"serve Run the bzr server.\n"
9529
"shelve Temporarily set aside some changes from the current tree.\n"
9530
"sign-my-commits Sign all commits by a given committer.\n"
9531
"split Split a subdirectory of a tree into a separate tree.\n"
9532
"status Display status summary.\n"
9533
"switch Set the branch of a checkout and update.\n"
9534
"tag Create, remove or modify a tag naming a revision.\n"
9536
"testament Show testament (signing-form) of a revision.\n"
9537
"unbind Convert the current checkout into a regular branch.\n"
9538
"uncommit Remove the last committed revision.\n"
9539
"unshelve Restore shelved changes.\n"
9540
"update Update a working tree to a new revision.\n"
9541
"upgrade Upgrade a repository, branch or working tree to a newer\n"
9543
"verify-signatures Verify all commit signatures.\n"
9544
"version Show version of bzr.\n"
9545
"version-info Show version information about this tree.\n"
9546
"view Manage filtered views.\n"
9547
"whoami Show or set bzr user id.\n"
9550
#: en/help_topics/configuration.txt:1
9552
"Configuration Settings\n"
9553
"======================="
9558
#: en/help_topics/configuration.txt:4
9560
"Environment settings\n"
9561
"---------------------"
9563
"Configuración de entrono\n"
9564
"---------------------"
9566
#: en/help_topics/configuration.txt:7
9568
"While most configuration is handled by configuration files, some options\n"
9569
"which may be semi-permanent can also be controlled through the environment."
9572
#: en/help_topics/configuration.txt:10
9580
#: en/help_topics/configuration.txt:13
9581
msgid "Override the email id used by Bazaar. Typical format::"
9584
#: en/help_topics/configuration.txt:15
9585
msgid " \"John Doe <jdoe@example.com>\""
9586
msgstr " \"Juan Dado <jdado@ejemplo.com>\""
9588
#: en/help_topics/configuration.txt:17
9589
msgid "See also the ``email`` configuration option."
9590
msgstr "Vea también las opciones de configuración de «email»"
9592
#: en/help_topics/configuration.txt:19
9594
"BZR_PROGRESS_BAR\n"
9597
"BZR_PROGRESS_BAR\n"
9600
#: en/help_topics/configuration.txt:22
9602
"Override the progress display. Possible values are \"none\" or \"text\". "
9604
"the value is \"none\" then no progress bar is displayed. The value \"text\" "
9606
"the ordinary command line progress bar."
9609
#: en/help_topics/configuration.txt:26
9617
#: en/help_topics/configuration.txt:29
9619
"Control whether SIGQUIT behaves normally or invokes a breakin debugger."
9622
#: en/help_topics/configuration.txt:31
9624
"* 0 = Standard SIGQUIT behavior (normally, exit with a core dump)\n"
9625
"* 1 = Invoke breakin debugger (default)"
9628
#: en/help_topics/configuration.txt:34
9636
#: en/help_topics/configuration.txt:37
9637
msgid "Override the home directory used by Bazaar."
9638
msgstr "Sobrescribe el directorio de inicio usado por Bazaar."
9640
#: en/help_topics/configuration.txt:39
9648
#: en/help_topics/configuration.txt:42
9649
msgid "Select a different SSH implementation."
9650
msgstr "Seleccione una implementación SSH diferente."
9652
#: en/help_topics/configuration.txt:44
9660
#: en/help_topics/configuration.txt:47
9661
msgid "Control whether to launch a debugger on error."
9662
msgstr "Controla si lanzar un depurador para el error."
9664
#: en/help_topics/configuration.txt:49
9666
"* 0 = Standard behavior\n"
9667
"* 1 = Launch debugger"
9669
"* 0 = Comportamiento estándar\n"
9670
"* 1 = Lanzar depurador"
9672
#: en/help_topics/configuration.txt:52
9680
#: en/help_topics/configuration.txt:55
9681
msgid "Path to the Bazaar executable to use when using the bzr+ssh protocol."
9684
#: en/help_topics/configuration.txt:57
9685
msgid "See also the ``bzr_remote_path`` configuration option."
9688
#: en/help_topics/configuration.txt:59
9696
#: en/help_topics/configuration.txt:62
9697
msgid "Path to the editor Bazaar should use for commit messages, etc."
9700
#: en/help_topics/configuration.txt:64
9708
#: en/help_topics/configuration.txt:67
9710
"Location of the Bazaar log file. You can check the current location by\n"
9711
"running ``bzr version``."
9714
#: en/help_topics/configuration.txt:70
9716
"The log file contains debug information that is useful for diagnosing or\n"
9717
"reporting problems with Bazaar."
9720
#: en/help_topics/configuration.txt:73
9722
"Setting this to ``NUL`` on Windows or ``/dev/null`` on other platforms\n"
9723
"will disable logging."
9726
#: en/help_topics/configuration.txt:76
9736
#: en/help_topics/configuration.txt:80
9738
"The path to the plugins directory that Bazaar should use.\n"
9739
"If not set, Bazaar will search for plugins in:"
9742
#: en/help_topics/configuration.txt:83
9744
"* the user specific plugin directory (containing the ``user`` plugins),"
9747
#: en/help_topics/configuration.txt:85
9748
msgid "* the bzrlib directory (containing the ``core`` plugins),"
9749
msgstr "* el directorio bzrlib (contiene los complementos «core»),"
9751
#: en/help_topics/configuration.txt:87
9753
"* the site specific plugin directory if applicable (containing\n"
9754
" the ``site`` plugins)."
9757
#: en/help_topics/configuration.txt:90
9759
"If ``BZR_PLUGIN_PATH`` is set in any fashion, it will change the\n"
9760
"the way the plugin are searched. "
9763
#: en/help_topics/configuration.txt:93
9765
"As for the ``PATH`` variables, if multiple directories are\n"
9766
"specified in ``BZR_PLUGIN_PATH`` they should be separated by the\n"
9767
"platform specific appropriate character (':' on Unix,\n"
9771
#: en/help_topics/configuration.txt:98
9773
"By default if ``BZR_PLUGIN_PATH`` is set, it replaces searching\n"
9774
"in ``user``. However it will continue to search in ``core`` and\n"
9775
"``site`` unless they are explicitly removed."
9778
#: en/help_topics/configuration.txt:102
9780
"If you need to change the order or remove one of these\n"
9781
"directories, you should use special values:"
9784
#: en/help_topics/configuration.txt:105
9786
"* ``-user``, ``-core``, ``-site`` will remove the corresponding\n"
9787
" path from the default values,"
9789
"* «-user», «-core», «-site» eliminarán las correspondientes\n"
9790
" rutas de los valores predeterminados,"
9792
#: en/help_topics/configuration.txt:108
9794
"* ``+user``, ``+core``, ``+site`` will add the corresponding path\n"
9795
" before the remaining default values (and also remove it from\n"
9796
" the default values)."
9799
#: en/help_topics/configuration.txt:112
9801
"Note that the special values 'user', 'core' and 'site' should be\n"
9802
"used literally, they will be substituted by the corresponding,\n"
9803
"platform specific, values."
9806
#: en/help_topics/configuration.txt:116
9808
"The examples below use ':' as the separator, windows users\n"
9812
#: en/help_topics/configuration.txt:119
9813
msgid "Overriding the default user plugin directory::"
9815
"Sobrescribiendo el directorio de complemento de usuario predeterminado::"
9817
#: en/help_topics/configuration.txt:121
9818
msgid " BZR_PLUGIN_PATH='/path/to/my/other/plugins'"
9819
msgstr " BZR_PLUGIN_PATH='/ruta/a/mis/otros/complementos'"
9821
#: en/help_topics/configuration.txt:123
9822
msgid "Disabling the site directory while retaining the user directory::"
9825
#: en/help_topics/configuration.txt:125
9826
msgid " BZR_PLUGIN_PATH='-site:+user'"
9829
#: en/help_topics/configuration.txt:127
9830
msgid "Disabling all plugins (better achieved with --no-plugins)::"
9833
#: en/help_topics/configuration.txt:129
9834
msgid " BZR_PLUGIN_PATH='-user:-core:-site'"
9835
msgstr " BZR_PLUGIN_PATH='-user:-core:-site'"
9837
#: en/help_topics/configuration.txt:131
9838
msgid "Overriding the default site plugin directory::"
9839
msgstr "Sobrescribe el directorio de complemento de sitio predeterminado::"
9841
#: en/help_topics/configuration.txt:133
9842
msgid " BZR_PLUGIN_PATH='/path/to/my/site/plugins:-site':+user"
9843
msgstr " BZR_PLUGIN_PATH='/ruta/a/mi/sitiode/complementos:-sitio':+usuario"
9845
#: en/help_topics/configuration.txt:135
9847
"BZR_DISABLE_PLUGINS\n"
9848
"~~~~~~~~~~~~~~~~~~~"
9850
"BZR_DISABLE_PLUGINS\n"
9851
"~~~~~~~~~~~~~~~~~~~"
9853
#: en/help_topics/configuration.txt:138
9855
"Under special circumstances (mostly when trying to diagnose a\n"
9856
"bug), it's better to disable a plugin (or several) rather than\n"
9857
"uninstalling them completely. Such plugins can be specified in\n"
9858
"the ``BZR_DISABLE_PLUGINS`` environment variable."
9861
#: en/help_topics/configuration.txt:143
9863
"In that case, ``bzr`` will stop loading the specified plugins and\n"
9864
"will raise an import error if they are explicitly imported (by\n"
9865
"another plugin that depends on them for example)."
9868
#: en/help_topics/configuration.txt:147
9869
msgid "Disabling ``myplugin`` and ``yourplugin`` is achieved by::"
9870
msgstr "Desactivar «myplugin» y «yourplugin» se consigue::"
9872
#: en/help_topics/configuration.txt:149
9873
msgid " BZR_DISABLE_PLUGINS='myplugin:yourplugin'"
9874
msgstr " BZR_DISABLE_PLUGINS='myplugin:yourplugin'"
9876
#: en/help_topics/configuration.txt:151
9884
#: en/help_topics/configuration.txt:154
9886
"When adding a new feature or working on a bug in a plugin,\n"
9887
"developers often need to use a specific version of a given\n"
9888
"plugin. Since python requires that the directory containing the\n"
9889
"code is named like the plugin itself this make it impossible to\n"
9890
"use arbitrary directory names (using a two-level directory scheme\n"
9891
"is inconvenient). ``BZR_PLUGINS_AT`` allows such directories even\n"
9892
"if they don't appear in ``BZR_PLUGIN_PATH`` ."
9895
#: en/help_topics/configuration.txt:162
9897
"Plugins specified in this environment variable takes precedence\n"
9898
"over the ones in ``BZR_PLUGIN_PATH``."
9901
#: en/help_topics/configuration.txt:165
9903
"The variable specified a list of ``plugin_name@plugin path``,\n"
9904
"``plugin_name`` being the name of the plugin as it appears in\n"
9905
"python module paths, ``plugin_path`` being the path to the\n"
9906
"directory containing the plugin code itself\n"
9907
"(i.e. ``plugins/myplugin`` not ``plugins``). Use ':' as the list\n"
9908
"separator, use ';' on windows."
9911
#: en/help_topics/configuration.txt:172
9919
#: en/help_topics/configuration.txt:175
9921
"Using a specific version of ``myplugin``:\n"
9922
"``BZR_PLUGINS_AT='myplugin@/home/me/bugfixes/123456-myplugin``"
9925
#: en/help_topics/configuration.txt:178
9933
#: en/help_topics/configuration.txt:181
9934
msgid "The path where Bazaar should look for shell plugin external commands."
9937
#: en/help_topics/configuration.txt:183
9940
"http_proxy, https_proxy\n"
9941
"~~~~~~~~~~~~~~~~~~~~~~~"
9944
"http_proxy, https_proxy\n"
9945
"~~~~~~~~~~~~~~~~~~~~~~~"
9947
#: en/help_topics/configuration.txt:187
9948
msgid "Specifies the network proxy for outgoing connections, for example::"
9951
#: en/help_topics/configuration.txt:189
9953
" http_proxy=http://proxy.example.com:3128/ \n"
9954
" https_proxy=http://proxy.example.com:3128/"
9956
" http_proxy=http://proxy.ejemplo.com:3128/ \n"
9957
" https_proxy=http://proxy.ejemplo.com:3128/"
9959
#: en/help_topics/configuration.txt:192
9962
"Configuration files\n"
9963
"-------------------"
9966
"Archivos de configuración\n"
9967
"-------------------------"
9969
#: en/help_topics/configuration.txt:196
9977
#: en/help_topics/configuration.txt:199
9979
"Configuration files are located in ``$HOME/.bazaar`` on Unix and\n"
9980
"``C:\\Documents and Settings\\<username>\\Application Data\\Bazaar\\2.0`` "
9982
"Windows. (You can check the location for your system by using\n"
9986
#: en/help_topics/configuration.txt:204
9987
msgid "There are three primary configuration files in this location:"
9988
msgstr "Hay tres archivos de configuración primarios en esta ubicación:"
9990
#: en/help_topics/configuration.txt:206
9991
msgid "* ``bazaar.conf`` describes default configuration options,"
9993
"* «bazaar.conf» describe las opciones de configuración predeterminadas,"
9995
#: en/help_topics/configuration.txt:208
9997
"* ``locations.conf`` describes configuration information for\n"
9998
" specific branch locations,"
10000
"* «locations.conf» describe información de configuración para\n"
10001
" ubicaciones de rama específicas,"
10003
#: en/help_topics/configuration.txt:211
10005
"* ``authentication.conf`` describes credential information for\n"
10008
"* «authentication.conf» describe información de credencial para\n"
10009
" servidores remotos."
10011
#: en/help_topics/configuration.txt:214
10013
"Each branch can also contain a configuration file that sets values specific\n"
10014
"to that branch. This file is found at ``.bzr/branch/branch.conf`` within "
10016
"branch. This file is visible to all users of a branch, if you wish to "
10018
"one of the values for a branch with a setting that is specific to you then "
10020
"can do so in ``locations.conf``."
10023
#: en/help_topics/configuration.txt:220
10028
"Formato general\n"
10031
#: en/help_topics/configuration.txt:223
10033
"An ini file has three types of contructs: section headers, section\n"
10034
"options and comments."
10037
#: en/help_topics/configuration.txt:226
10045
#: en/help_topics/configuration.txt:229
10047
"A comment is any line that starts with a \"#\" (sometimes called a \"hash\n"
10048
"mark\", \"pound sign\" or \"number sign\"). Comment lines are ignored by\n"
10049
"Bazaar when parsing ini files."
10052
#: en/help_topics/configuration.txt:233
10054
"Section headers\n"
10057
"Cabeceras de sección\n"
10058
"^^^^^^^^^^^^^^^^^^^^"
10060
#: en/help_topics/configuration.txt:236
10062
"A section header is a word enclosed in brackets that starts at the begining\n"
10063
"of a line. A typical section header looks like this::"
10066
#: en/help_topics/configuration.txt:239
10068
msgstr " [PREDETERMINADO]"
10070
#: en/help_topics/configuration.txt:241
10072
"The only valid section headers for bazaar.conf currently are [DEFAULT] and\n"
10073
"[ALIASES]. Section headers are case sensitive. The default section provides "
10075
"setting options which can be overridden with the branch config file."
10078
#: en/help_topics/configuration.txt:245
10080
"For ``locations.conf``, the options from the section with the\n"
10081
"longest matching section header are used to the exclusion of other\n"
10082
"potentially valid section headers. A section header uses the path for\n"
10083
"the branch as the section header. Some examples include::"
10086
#: en/help_topics/configuration.txt:250
10088
" [http://mybranches.isp.com/~jdoe/branchdir]\n"
10089
" [/home/jdoe/branches/]"
10091
" [http://misramas.isp.com/~jdado/dirrama]\n"
10092
" [/home/jdado/ramas/]"
10094
#: en/help_topics/configuration.txt:253
10097
"Section options\n"
10101
#: en/help_topics/configuration.txt:257
10103
"A section option resides within a section. A section option contains an\n"
10104
"option name, an equals sign and a value. For example::"
10107
#: en/help_topics/configuration.txt:260
10109
" email = John Doe <jdoe@isp.com>\n"
10110
" gpg_signing_key = Amy Pond <amy@example.com>"
10112
" email = Juan Dado <jdado@isp.com>\n"
10113
" gpg_signing_key = Ana Pons <ana@ejemplo.com>"
10115
#: en/help_topics/configuration.txt:263
10117
"A option can reference other options by enclosing them in curly brackets::"
10120
#: en/help_topics/configuration.txt:265
10122
" my_branch_name = feature_x\n"
10123
" my_server = bzr+ssh://example.com\n"
10124
" push_location = {my_server}/project/{my_branch_name}"
10127
#: en/help_topics/configuration.txt:269
10129
"Option policies\n"
10133
#: en/help_topics/configuration.txt:272
10135
"Options defined in a section affect the named directory or URL plus\n"
10136
"any locations they contain. Policies can be used to change how an\n"
10137
"option value is interpreted for contained locations. Currently\n"
10138
"there are three policies available:"
10141
#: en/help_topics/configuration.txt:277
10144
" the value is interpreted the same for contained locations. This is\n"
10145
" the default behaviour.\n"
10147
" the value is only used for the exact location specified by the\n"
10150
" for contained locations, any additional path components are\n"
10151
" appended to the value."
10154
#: en/help_topics/configuration.txt:287
10156
"Policies are specified by keys with names of the form "
10157
"\"<option_name>:policy\".\n"
10158
"For example, to define the push location for a tree of branches, the\n"
10159
"following could be used::"
10162
#: en/help_topics/configuration.txt:291
10164
" [/top/location]\n"
10165
" push_location = sftp://example.com/location\n"
10166
" push_location:policy = appendpath"
10168
" [/top/ubicacón]\n"
10169
" push_location = sftp://ejemplo.com/ubicaciñon\n"
10170
" push_location:policy = appendpath"
10172
#: en/help_topics/configuration.txt:295
10174
"With this configuration, the push location for ``/top/location/branch1``\n"
10175
"would be ``sftp://example.com/location/branch1``."
10178
#: en/help_topics/configuration.txt:298
10180
"Section local options\n"
10181
"^^^^^^^^^^^^^^^^^^^^^"
10184
#: en/help_topics/configuration.txt:301
10186
"Some options are defined automatically inside a given section and can be\n"
10187
"refered to in this section only. "
10190
#: en/help_topics/configuration.txt:304
10191
msgid "For example, the ``appendpath`` policy can be used like this::"
10194
#: en/help_topics/configuration.txt:306
10196
" [/home/vila/src/bzr/bugs]\n"
10197
" mypush = lp:~vila/bzr\n"
10198
" mypush:policy=appendpath"
10201
#: en/help_topics/configuration.txt:310
10202
msgid "Using ``relpath`` to achieve the same result is done like this::"
10205
#: en/help_topics/configuration.txt:312
10207
" [/home/vila/src/bzr/bugs]\n"
10208
" mypush = lp:~vila/bzr/{relpath}"
10211
#: en/help_topics/configuration.txt:315
10213
"In both cases, when used in a directory like\n"
10214
"``/home/vila/src/bzr/bugs/832013-expand-in-stack`` we'll get::"
10217
#: en/help_topics/configuration.txt:318 en/help_topics/configuration.txt:329
10219
" $ bzr config mypush\n"
10220
" lp:~vila/bzr/832013-expand-in-stack"
10223
#: en/help_topics/configuration.txt:321
10224
msgid "Another such option is ``basename`` which can be used like this::"
10227
#: en/help_topics/configuration.txt:323
10229
" [/home/vila/src/bzr]\n"
10230
" mypush = lp:~vila/bzr/{basename}"
10233
#: en/help_topics/configuration.txt:326
10235
"When used in a directory like\n"
10236
"``/home/vila/src/bzr/bugs/832013-expand-in-stack`` we'll get::"
10239
#: en/help_topics/configuration.txt:332
10241
"Note that ``basename`` here refers to the base name of ``relpath`` which\n"
10242
"itself is defined as the relative path between the section name and the\n"
10243
"location it matches."
10246
#: en/help_topics/configuration.txt:336
10248
"When an option is local to a Section, it cannot be referred to from option\n"
10249
"values in any other section from the same ``Store`` nor from any other\n"
10253
#: en/help_topics/configuration.txt:340
10256
"The main configuration file, bazaar.conf\n"
10257
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10260
"El archivo de configuración principal, bazaar.conf\n"
10261
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10263
#: en/help_topics/configuration.txt:344
10265
"``bazaar.conf`` allows two sections: ``[DEFAULT]`` and ``[ALIASES]``.\n"
10266
"The default section contains the default\n"
10267
"configuration options for all branches. The default section can be\n"
10268
"overriden by providing a branch-specific section in ``locations.conf``."
10271
#: en/help_topics/configuration.txt:349
10272
msgid "A typical ``bazaar.conf`` section often looks like the following::"
10275
#: en/help_topics/configuration.txt:351
10278
" email = John Doe <jdoe@isp.com>\n"
10279
" editor = /usr/bin/vim\n"
10280
" create_signatures = when-required"
10283
" email = Juan Dado <jdado@isp.com>\n"
10284
" editor = /usr/bin/vim\n"
10285
" create_signatures = when-required"
10287
#: en/help_topics/configuration.txt:356
10290
"The branch location configuration file, locations.conf\n"
10291
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10294
"El archivo de ubicación de la rama, locations.conf\n"
10295
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10297
#: en/help_topics/configuration.txt:360
10299
"``locations.conf`` allows one to specify overriding settings for\n"
10300
"a specific branch. The format is almost identical to the default section in\n"
10301
"bazaar.conf with one significant change: The section header, instead of "
10303
"default, will be the path to a branch that you wish to override a value\n"
10304
"for. The '?' and '*' wildcards are supported::"
10307
#: en/help_topics/configuration.txt:366
10309
" [/home/jdoe/branches/nethack]\n"
10310
" email = Nethack Admin <nethack@nethack.com>"
10312
" [/home/jdado/ramas/nethack]\n"
10313
" email = Nethack Admin <nethack@nethack.com>"
10315
#: en/help_topics/configuration.txt:369
10317
" [http://hypothetical.site.com/branches/devel-branch]\n"
10318
" create_signatures = always"
10320
" [http://hypothetical.site.com/branches/devel-branch]\n"
10321
" create_signatures = always"
10323
#: en/help_topics/configuration.txt:372
10325
"The authentication configuration file, authentication.conf\n"
10326
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10328
"El archivo de configuración de la autenticación, authentication.conf\n"
10329
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10331
#: en/help_topics/configuration.txt:375
10333
"``authentication.conf`` allows one to specify credentials for\n"
10334
"remote servers. This can be used for all the supported transports and any "
10336
"of bzr that requires authentication (smtp for example)."
10339
#: en/help_topics/configuration.txt:379
10341
"The syntax of the file obeys the same rules as the others except for the\n"
10342
"option policies which don't apply."
10345
#: en/help_topics/configuration.txt:382
10347
"For more information on the possible uses of the authentication "
10349
"file see :doc:`authentication-help`."
10352
#: en/help_topics/configuration.txt:385
10359
#: en/help_topics/configuration.txt:389
10367
#: en/help_topics/configuration.txt:392
10369
"A comma-separated list of debugging options to turn on. The same values\n"
10370
"can be used as with the -D command-line option (see `help global-options`).\n"
10374
#: en/help_topics/configuration.txt:396
10375
msgid " debug_flags = hpss"
10376
msgstr " debug_flags = hpss"
10378
#: en/help_topics/configuration.txt:400
10379
msgid " debug_flags = hpss,evil"
10380
msgstr " debug_flags = hpss,evil"
10382
#: en/help_topics/configuration.txt:402
10390
#: en/help_topics/configuration.txt:405
10392
"The email address to use when committing a branch. Typically takes the form\n"
10396
#: en/help_topics/configuration.txt:408
10397
msgid " email = Full Name <account@hostname.tld>"
10400
#: en/help_topics/configuration.txt:410
10408
#: en/help_topics/configuration.txt:413
10410
"The path of the editor that you wish to use if *bzr commit* is run without\n"
10411
"a commit message. This setting is trumped by the environment variable\n"
10412
"``BZR_EDITOR``, and overrides the ``VISUAL`` and ``EDITOR`` environment\n"
10416
#: en/help_topics/configuration.txt:418
10424
#: en/help_topics/configuration.txt:421
10426
"The default log format to use. Standard log formats are ``long``, ``short``\n"
10427
"and ``line``. Additional formats may be provided by plugins. The default\n"
10428
"value is ``long``."
10431
#: en/help_topics/configuration.txt:425
10433
"check_signatures\n"
10436
"check_signatures\n"
10439
#: en/help_topics/configuration.txt:428
10441
"Reserved for future use. These options will allow a policy for branches to\n"
10442
"require signatures."
10445
#: en/help_topics/configuration.txt:431
10448
" The gnupg signature for revisions must be present and must be valid."
10451
#: en/help_topics/configuration.txt:434
10454
" Do not check gnupg signatures of revisions."
10457
#: en/help_topics/configuration.txt:437
10459
"check-available\n"
10460
" (default) If gnupg signatures for revisions are present, check them.\n"
10461
" Bazaar will fail if it finds a bad signature, but will not fail if\n"
10462
" no signature is present."
10465
#: en/help_topics/configuration.txt:442
10467
"create_signatures\n"
10468
"~~~~~~~~~~~~~~~~~"
10470
"create_signatures\n"
10471
"~~~~~~~~~~~~~~~~~"
10473
#: en/help_topics/configuration.txt:445
10475
"Defines the behaviour of signing revisions on commits. By default bzr will "
10477
"sign new commits."
10480
#: en/help_topics/configuration.txt:448
10483
" Sign every new revision that is committed. If the signing fails then "
10485
" commit will not be made."
10488
#: en/help_topics/configuration.txt:452
10491
" Reserved for future use."
10494
" Reservada para uso futuro."
10496
#: en/help_topics/configuration.txt:455
10499
" Reserved for future use."
10502
" Reservada para uso futuro."
10504
#: en/help_topics/configuration.txt:458
10506
"In future it is planned that ``when-required`` will sign newly\n"
10507
"committed revisions only when the branch requires them. ``never`` will "
10509
"to sign newly committed revisions, even if the branch requires signatures."
10512
#: en/help_topics/configuration.txt:462
10514
"dirstate.fdatasync\n"
10515
"~~~~~~~~~~~~~~~~~~"
10517
"dirstate.fdatasync\n"
10518
"~~~~~~~~~~~~~~~~~~"
10520
#: en/help_topics/configuration.txt:465
10522
"If true (default), working tree metadata changes are flushed through the\n"
10523
"OS buffers to physical disk. This is somewhat slower, but means data\n"
10524
"should not be lost if the machine crashes. See also repository.fdatasync."
10527
#: en/help_topics/configuration.txt:469
10529
"gpg_signing_key\n"
10532
"gpg_signing_key\n"
10535
#: en/help_topics/configuration.txt:472
10537
"The GnuPG user identity to use when signing commits. Can be an e-mail\n"
10538
"address, key fingerprint or full key ID. When unset or when set to\n"
10539
"\"default\" Bazaar will use the user e-mail set with ``whoami``."
10542
#: en/help_topics/configuration.txt:476
10550
#: en/help_topics/configuration.txt:479
10552
"Only useful in ``locations.conf``. Defines whether or not the\n"
10553
"configuration for this section applies to subdirectories:"
10556
#: en/help_topics/configuration.txt:482
10559
" (default) This section applies to subdirectories as well."
10562
#: en/help_topics/configuration.txt:485
10565
" This section only applies to the branch at this directory and not\n"
10566
" branches below it."
10569
#: en/help_topics/configuration.txt:489
10571
"gpg_signing_command\n"
10572
"~~~~~~~~~~~~~~~~~~~"
10574
"gpg_signing_command\n"
10575
"~~~~~~~~~~~~~~~~~~~"
10577
#: en/help_topics/configuration.txt:492
10579
"(Default: \"gpg\"). Which program should be used to sign and check "
10584
#: en/help_topics/configuration.txt:495
10585
msgid " gpg_signing_command = /usr/bin/gnpg"
10586
msgstr " gpg_signing_command = /usr/bin/gnpg"
10588
#: en/help_topics/configuration.txt:497
10590
"The specified command must accept the options \"--clearsign\" and \"-u "
10593
"La orden especificada puede aceptar las opciones «--clearsign» y «-u "
10596
#: en/help_topics/configuration.txt:499
10598
"bzr_remote_path\n"
10601
"bzr_remote_path\n"
10604
#: en/help_topics/configuration.txt:502
10606
"(Default: \"bzr\"). The path to the command that should be used to run the "
10608
"server for bzr. This value may only be specified in locations.conf, because:"
10611
#: en/help_topics/configuration.txt:505
10613
"- it's needed before branch.conf is accessible\n"
10614
"- allowing remote branch.conf files to specify commands would be a security\n"
10618
#: en/help_topics/configuration.txt:509
10619
msgid "It is overridden by the BZR_REMOTE_PATH environment variable."
10622
#: en/help_topics/configuration.txt:511
10630
#: en/help_topics/configuration.txt:514
10632
"(Default: \"localhost\"). SMTP server to use when Bazaar needs to send\n"
10633
"email, eg. with ``merge-directive --mail-to``, or the bzr-email plugin."
10636
#: en/help_topics/configuration.txt:517
10638
"smtp_username, smtp_password\n"
10639
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10641
"smtp_username, smtp_password\n"
10642
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10644
#: en/help_topics/configuration.txt:520
10646
"User and password to authenticate to the SMTP server. If smtp_username\n"
10647
"is set, and smtp_password is not, Bazaar will prompt for a password.\n"
10648
"These settings are only needed if the SMTP server requires authentication\n"
10652
#: en/help_topics/configuration.txt:525
10654
"locks.steal_dead\n"
10657
"locks.steal_dead\n"
10660
#: en/help_topics/configuration.txt:528
10662
"If set to true, bzr will automatically break locks held by processes from\n"
10663
"the same machine and user that are no longer alive. Otherwise, it will\n"
10664
"print a message and you can break the lock manually, if you are satisfied\n"
10665
"the object is no longer in use."
10668
#: en/help_topics/configuration.txt:533
10676
#: en/help_topics/configuration.txt:536
10678
"A mail client to use for sending merge requests.\n"
10679
"By default, bzr will try to use ``mapi`` on Windows. On other platforms, "
10681
"will try ``xdg-email``. If either of these fails, it will fall back to\n"
10685
#: en/help_topics/configuration.txt:541
10686
msgid "Supported values for specific clients:"
10687
msgstr "Valores permitidos para clientes específicos:"
10689
#: en/help_topics/configuration.txt:543
10691
":claws: Use Claws. This skips a dialog for attaching files.\n"
10692
":evolution: Use Evolution.\n"
10693
":kmail: Use KMail.\n"
10694
":mutt: Use Mutt.\n"
10695
":thunderbird: Use Mozilla Thunderbird or Icedove. For Thunderbird/Icedove "
10697
" this works around some bugs that xdg-email doesn't handle."
10700
#: en/help_topics/configuration.txt:550
10701
msgid "Supported generic values are:"
10702
msgstr "Los valores genéricos permitidos son:"
10704
#: en/help_topics/configuration.txt:552
10706
":default: See above.\n"
10707
":editor: Use your editor to compose the merge request. This also uses\n"
10708
" your commit id, (see ``bzr whoami``), smtp_server and (optionally)\n"
10709
" smtp_username and smtp_password.\n"
10710
":mapi: Use your preferred e-mail client on Windows.\n"
10711
":xdg-email: Use xdg-email to run your preferred mail program"
10714
#: en/help_topics/configuration.txt:559
10716
"repository.fdatasync\n"
10717
"~~~~~~~~~~~~~~~~~~~~"
10719
"repository.fdatasync\n"
10720
"~~~~~~~~~~~~~~~~~~~~"
10722
#: en/help_topics/configuration.txt:562
10724
"If true (default), repository changes are flushed through the OS buffers\n"
10725
"to physical disk. This is somewhat slower, but means data should not be\n"
10726
"lost if the machine crashes. See also dirstate.fdatasync."
10729
#: en/help_topics/configuration.txt:566
10737
#: en/help_topics/configuration.txt:569
10739
"The branch you intend to submit your current work to. This is "
10741
"set by ``bzr send``, and is also used by the ``submit:`` revision spec. "
10743
"should usually be set on a per-branch or per-location basis."
10746
#: en/help_topics/configuration.txt:573
10754
#: en/help_topics/configuration.txt:576
10756
"A publically-accessible version of this branch (implying that this version "
10758
"not publically-accessible). Used (and set) by ``bzr send``."
10761
#: en/help_topics/configuration.txt:579
10763
"suppress_warnings\n"
10764
"~~~~~~~~~~~~~~~~~"
10766
"suppress_warnings\n"
10767
"~~~~~~~~~~~~~~~~~"
10769
#: en/help_topics/configuration.txt:582
10771
"A list of strings, each string represent a warning that can be emitted by\n"
10772
"bzr. Mentioning a warning in this list tells bzr to not emit it."
10775
#: en/help_topics/configuration.txt:585
10776
msgid "Valid values:"
10777
msgstr "valores válidos:"
10779
#: en/help_topics/configuration.txt:587
10781
"* ``format_deprecation``:\n"
10782
" whether the format deprecation warning is shown on repositories that "
10784
" using deprecated formats."
10787
#: en/help_topics/configuration.txt:591
10795
#: en/help_topics/configuration.txt:594
10797
"A format name for the default format used when creating branches. See "
10799
"help formats`` for possible values."
10802
#: en/help_topics/configuration.txt:597
10805
"Unicode options\n"
10809
"Opciones Unicode\n"
10812
#: en/help_topics/configuration.txt:601
10814
"output_encoding\n"
10817
"output_encoding\n"
10820
#: en/help_topics/configuration.txt:604
10822
"A Python unicode encoding name for text output from bzr, such as log\n"
10823
"information. Values include: utf8, cp850, ascii, iso-8859-1. The default\n"
10824
"is the terminal encoding prefered by the operating system."
10827
#: en/help_topics/configuration.txt:608
10830
"Branch type specific options\n"
10831
"----------------------------"
10834
"Opciones específicas del tipo de rama\n"
10835
"-----------------------------------------------------------"
10837
#: en/help_topics/configuration.txt:612
10839
"These options apply only to branches that use the ``dirstate-tags`` or\n"
10840
"later format. They\n"
10841
"are usually set in ``.bzr/branch/branch.conf`` automatically, but may be\n"
10842
"manually set in ``locations.conf`` or ``bazaar.conf``."
10845
#: en/help_topics/configuration.txt:617
10847
"append_revisions_only\n"
10848
"~~~~~~~~~~~~~~~~~~~~~"
10850
"append_revisions_only\n"
10851
"~~~~~~~~~~~~~~~~~~~~~"
10853
#: en/help_topics/configuration.txt:620
10855
"If set to \"True\" then revisions can only be appended to the log, not\n"
10856
"removed. A branch with this setting enabled can only pull from another\n"
10857
"branch if the other branch's log is a longer version of its own. This is\n"
10858
"normally set by ``bzr init --append-revisions-only``. If you set it\n"
10859
"manually, use either 'True' or 'False' (case-sensitive) to maintain\n"
10860
"compatibility with previous bzr versions (older than 2.2)."
10863
#: en/help_topics/configuration.txt:627
10865
"parent_location\n"
10868
"parent_location\n"
10871
#: en/help_topics/configuration.txt:630
10873
"If present, the location of the default branch for pull or merge. This "
10875
"is normally set when creating a branch, the first ``pull`` or by ``pull\n"
10879
#: en/help_topics/configuration.txt:634
10887
#: en/help_topics/configuration.txt:637
10889
"If present, the location of the default branch for push. This option\n"
10890
"is normally set by the first ``push`` or ``push --remember``."
10893
#: en/help_topics/configuration.txt:640
10901
#: en/help_topics/configuration.txt:643
10903
"If present, defines the ``--strict`` option default value for checking\n"
10904
"uncommitted changes before pushing."
10907
#: en/help_topics/configuration.txt:646
10915
#: en/help_topics/configuration.txt:649
10917
"If present, defines the ``--strict`` option default value for checking\n"
10918
"uncommitted changes before pushing into a different VCS without any\n"
10919
"custom bzr metadata."
10922
#: en/help_topics/configuration.txt:653
10930
#: en/help_topics/configuration.txt:656
10932
"The location that commits should go to when acting as a checkout.\n"
10933
"This option is normally set by ``bind``."
10936
#: en/help_topics/configuration.txt:659
10944
#: en/help_topics/configuration.txt:662
10946
"If set to \"True\", the branch should act as a checkout, and push each "
10948
"the bound_location. This option is normally set by ``bind``/``unbind``."
10951
#: en/help_topics/configuration.txt:665
10959
#: en/help_topics/configuration.txt:668
10961
"If present, defines the ``--strict`` option default value for checking\n"
10962
"uncommitted changes before sending a merge directive."
10965
#: en/help_topics/configuration.txt:671
10967
"add.maximum_file_size\n"
10968
"~~~~~~~~~~~~~~~~~~~~~"
10970
"add.maximum_file_size\n"
10971
"~~~~~~~~~~~~~~~~~~~"
10973
#: en/help_topics/configuration.txt:674
10975
"Defines the maximum file size the command line \"add\" operation will allow\n"
10976
"in recursive mode, with files larger than this value being skipped. You may "
10978
"specify this value as an integer (in which case it is interpreted as bytes), "
10980
"or you may specify the value using SI units, i.e. 10KB, 20MB, 1G. A value of "
10982
"will disable skipping."
10985
#: en/help_topics/configuration.txt:680
10987
"External Merge Tools\n"
10988
"--------------------"
10990
"Herramientas de fusión externas\n"
10991
"----------------------------------------------------"
10993
#: en/help_topics/configuration.txt:683
10995
"bzr.mergetool.<name>\n"
10996
"~~~~~~~~~~~~~~~~~~~~"
10998
"bzr.mergetool.<nombre>\n"
10999
"~~~~~~~~~~~~~~~~~~~"
11001
#: en/help_topics/configuration.txt:686
11003
"Defines an external merge tool called <name> with the given command-line.\n"
11004
"Arguments containing spaces should be quoted using single or double quotes. "
11006
"executable may omit its path if it can be found on the PATH."
11009
#: en/help_topics/configuration.txt:690
11011
"The following markers can be used in the command-line to substitute "
11013
"involved in the merge conflict::"
11016
#: en/help_topics/configuration.txt:693
11018
" {base} file.BASE\n"
11019
" {this} file.THIS\n"
11020
" {other} file.OTHER\n"
11021
" {result} output file\n"
11022
" {this_temp} temp copy of file.THIS, used to overwrite output file if "
11027
#: en/help_topics/configuration.txt:702
11028
msgid " bzr.mergetool.kdiff3 = kdiff3 {base} {this} {other} -o {result}"
11029
msgstr " bzr.mergetool.kdiff3 = kdiff3 {base} {este} {otro} -o {resultado}"
11031
#: en/help_topics/configuration.txt:704
11033
"bzr.default_mergetool\n"
11034
"~~~~~~~~~~~~~~~~~~~~~"
11036
"bzr.default_mergetool\n"
11037
"~~~~~~~~~~~~~~~~~~"
11039
#: en/help_topics/configuration.txt:707
11041
"Specifies which external merge tool (as defined above) should be selected "
11043
"default in tools such as ``bzr qconflicts``."
11046
#: en/help_topics/configuration.txt:712
11047
msgid " bzr.default_mergetool = kdiff3\n"
11048
msgstr " bzr.default_mergetool = kdiff3\n"
11050
#: en/help_topics/conflict-types.txt:1
11055
"Tipos de conflicto\n"
11056
"=================="
11058
#: en/help_topics/conflict-types.txt:4
11060
"Some operations, like merge, revert and pull, modify the contents of your\n"
11061
"working tree. These modifications are programmatically generated, and so "
11063
"may conflict with the current state of your working tree. "
11066
#: en/help_topics/conflict-types.txt:8
11068
"When conflicts are present in your working tree (as shown by ``bzr\n"
11069
"conflicts``), you should resolve them and then inform bzr that the "
11071
"have been resolved."
11074
#: en/help_topics/conflict-types.txt:12
11076
"Resolving conflicts is sometimes not obvious. Either because the user that\n"
11077
"should resolve them is not the one responsible for their occurrence, as is "
11079
"case when merging other people's work or because some conflicts are "
11081
"in a way that is not easy to understand."
11084
#: en/help_topics/conflict-types.txt:17
11086
"Bazaar tries to avoid conflicts ; its aim is to ask you to resolve the\n"
11087
"conflict if and only if there's an actual conceptual conflict in the source\n"
11088
"tree. Because Bazaar doesn't understand the real meaning of the files "
11090
"versioned, it can, when faced with ambiguities, fall short in either "
11092
"trying to resolve the conflict itself. Many kinds of changes can be "
11094
"programmatically, but sometimes only a human can determine the right thing "
11099
#: en/help_topics/conflict-types.txt:25
11101
"When Bazaar generates a conflict, it adds information into the working tree "
11103
"present the conflicting versions, and it's up to you to find the correct\n"
11107
#: en/help_topics/conflict-types.txt:29
11108
msgid "Whatever the conflict is, resolving it is roughly done in two steps:"
11111
#: en/help_topics/conflict-types.txt:31
11113
"1. Modify the working tree content so that the conflicted item is now in "
11115
" state you want to keep, then"
11118
#: en/help_topics/conflict-types.txt:34
11120
"2. Inform Bazaar that the conflict is now solved and ask to cleanup any\n"
11121
" remaining generated information (``bzr resolve <item>``)."
11124
#: en/help_topics/conflict-types.txt:37
11126
"For most conflict types, there are some obvious ways to modify the working\n"
11127
"tree and put it into the desired state. For some types of conflicts, Bazaar\n"
11128
"itself already made a choice, when possible."
11131
#: en/help_topics/conflict-types.txt:41
11133
"Yet, whether Bazaar makes a choice or not, there are some other simple but\n"
11134
"different ways to resolve the conflict."
11137
#: en/help_topics/conflict-types.txt:44
11139
"Each type of conflict is explained below, and the action which must be done "
11141
"resolve the conflict is outlined."
11144
#: en/help_topics/conflict-types.txt:47
11146
"Various actions are available depending on the kind of conflict, for some "
11148
"these actions, Bazaar can provide some help. In the end you should at least\n"
11149
"inform Bazaar that you're done with the conflict with::"
11152
#: en/help_topics/conflict-types.txt:51
11153
msgid " ``bzr resolve FILE --action=done'"
11156
#: en/help_topics/conflict-types.txt:53
11158
"Note that this is the default action when a single file is involved so you "
11163
#: en/help_topics/conflict-types.txt:56
11164
msgid " ``bzr resolve FILE``"
11165
msgstr " «bzr resolve ARCHIVO»"
11167
#: en/help_topics/conflict-types.txt:58
11168
msgid "See ``bzr help resolve`` for more details."
11169
msgstr "Vea «bzr help resolve» para tener más detalles."
11171
#: en/help_topics/conflict-types.txt:60
11176
"Conflictos de texto\n"
11177
"------------------------------"
11179
#: en/help_topics/conflict-types.txt:63 en/help_topics/conflict-types.txt:120
11180
#: en/help_topics/conflict-types.txt:151 en/help_topics/conflict-types.txt:175
11181
#: en/help_topics/conflict-types.txt:198 en/help_topics/conflict-types.txt:213
11182
#: en/help_topics/conflict-types.txt:239 en/help_topics/conflict-types.txt:281
11183
#: en/help_topics/conflict-types.txt:303 en/help_topics/conflict-types.txt:339
11184
msgid "Typical message::"
11185
msgstr "Mensaje típico::"
11187
#: en/help_topics/conflict-types.txt:65
11188
msgid " Text conflict in FILE"
11189
msgstr " Conflictos de texto en ARCHIVO"
11191
#: en/help_topics/conflict-types.txt:67
11193
"These are produced when a text merge cannot completely reconcile two sets "
11195
"text changes. Bazaar will emit files for each version with the extensions\n"
11196
"THIS, OTHER, and BASE. THIS is the version of the file from the target "
11198
"i.e. the tree that you are merging changes into. OTHER is the version that "
11200
"are merging into the target. BASE is an older version that is used as a "
11205
#: en/help_topics/conflict-types.txt:74
11207
"In the main copy of the file, Bazaar will include all the changes that it\n"
11208
"could reconcile, and any un-reconciled conflicts are surrounded by\n"
11209
"\"herringbone\" markers like ``<<<<<<<``."
11212
#: en/help_topics/conflict-types.txt:78
11214
"Say the initial text is \"The project leader released it.\", and THIS "
11216
"to \"Martin Pool released it.\", while OTHER modifies it to \"The project "
11218
"released Bazaar.\" A conflict would look like this::"
11221
#: en/help_topics/conflict-types.txt:82
11224
" Martin Pool released it.\n"
11226
" The project leader released Bazaar.\n"
11227
" >>>>>>> MERGE-SOURCE"
11230
" Martin Pool released it.\n"
11232
" The project leader released Bazaar.\n"
11233
" >>>>>>> MERGE-SOURCE"
11235
#: en/help_topics/conflict-types.txt:88
11236
msgid "The correct resolution would be \"Martin Pool released Bazaar.\""
11237
msgstr "La resolución correcta debería ser «Martin Pool released Bazaar.»"
11239
#: en/help_topics/conflict-types.txt:90
11241
"You can handle text conflicts either by editing the main copy of the file,\n"
11242
"or by invoking external tools on the THIS, OTHER and BASE versions. It's\n"
11243
"worth mentioning that resolving text conflicts rarely involves picking one\n"
11244
"set of changes over the other (but see below when you encounter these\n"
11245
"cases). More often, the two sets of changes must be intelligently combined."
11248
#: en/help_topics/conflict-types.txt:96
11250
"If you edit the main copy, be sure to remove the herringbone markers. When\n"
11251
"you are done editing, the file should look like it never had a conflict, and "
11256
#: en/help_topics/conflict-types.txt:100
11258
"When you have resolved text conflicts, just run ``bzr resolve --auto``, and\n"
11259
"Bazaar will auto-detect which conflicts you have resolved."
11262
#: en/help_topics/conflict-types.txt:103
11264
"When the conflict is resolved, Bazaar deletes the previously generated\n"
11265
"``.BASE``, ``.THIS`` and ``.OTHER`` files if they are still present in the\n"
11269
#: en/help_topics/conflict-types.txt:107
11272
"When you want to pick one set of changes over the other, you can use ``bzr\n"
11273
"resolve`` with one of the following actions:"
11276
#: en/help_topics/conflict-types.txt:111
11278
"* ``--action=take-this`` will issue ``mv FILE.THIS FILE``,\n"
11279
"* ``--action=take-other`` will issue ``mv FILE.OTHER FILE``."
11282
#: en/help_topics/conflict-types.txt:114
11284
"Note that if you have modified ``FILE.THIS`` or ``FILE.OTHER``, these\n"
11285
"modifications will be taken into account."
11288
#: en/help_topics/conflict-types.txt:117
11290
"Content conflicts\n"
11291
"-----------------"
11293
"Conflictos de contenido\n"
11294
"-------------------------------------"
11296
#: en/help_topics/conflict-types.txt:122
11297
msgid " Contents conflict in FILE"
11298
msgstr " Conflictos de contenido en ARCHIVO"
11300
#: en/help_topics/conflict-types.txt:124
11302
"This conflict happens when there are conflicting changes in the working "
11304
"and the merge source, but the conflicted items are not text files. They "
11306
"be binary files, or symlinks, or directories. It can even happen with "
11308
"that are deleted on one side, and modified on the other."
11311
#: en/help_topics/conflict-types.txt:129
11313
"Like text conflicts, Bazaar will emit THIS, OTHER and BASE files. (They may "
11315
"regular files, symlinks or directories). But it will not include a \"main "
11317
"of the file with herringbone conflict markers. It will appear that the "
11319
"copy\" has been renamed to THIS or OTHER."
11322
#: en/help_topics/conflict-types.txt:134 en/help_topics/conflict-types.txt:182
11324
"To resolve that kind of conflict, you should rebuild FILE from either "
11326
"or a combination of both."
11329
#: en/help_topics/conflict-types.txt:137 en/help_topics/conflict-types.txt:185
11330
#: en/help_topics/conflict-types.txt:226 en/help_topics/conflict-types.txt:252
11331
#: en/help_topics/conflict-types.txt:291 en/help_topics/conflict-types.txt:326
11332
#: en/help_topics/conflict-types.txt:361
11333
msgid "``bzr resolve`` recognizes the following actions:"
11334
msgstr "«bzr resolve» reconoce las siguientes acciones:"
11336
#: en/help_topics/conflict-types.txt:139
11338
"* ``--action=take-this`` will issue ``bzr mv FILE.THIS FILE``,\n"
11339
"* ``--action=take-other`` will issue ``bzr mv FILE.OTHER FILE``,\n"
11340
"* ``--action=done`` will just mark the conflict as resolved."
11343
#: en/help_topics/conflict-types.txt:143
11345
"Any action will also delete the previously generated ``.BASE``, ``.THIS`` "
11347
"``.OTHER`` files if they are still present in the working tree."
11350
#: en/help_topics/conflict-types.txt:146 en/help_topics/conflict-types.txt:193
11351
#: en/help_topics/conflict-types.txt:234 en/help_topics/conflict-types.txt:276
11352
#: en/help_topics/conflict-types.txt:298 en/help_topics/conflict-types.txt:334
11353
#: en/help_topics/conflict-types.txt:369
11355
"Bazaar cannot auto-detect when conflicts of this kind have been resolved."
11357
"Bazaar no puede detectar automáticamente cuando se han resuelto conflictos "
11360
#: en/help_topics/conflict-types.txt:148
11365
"Conflicto de etiquetas\n"
11366
"-----------------------------------"
11368
#: en/help_topics/conflict-types.txt:153
11370
" Conflicting tags:\n"
11374
#: en/help_topics/conflict-types.txt:156
11376
"When pulling from or pushing to another branch, Bazaar informs you about "
11378
"that conflict between the two branches; that is the same tag points to two\n"
11379
"different revisions. You need not resolve these conflicts, but subsequent\n"
11380
"uses of pull or push will result in the same message."
11383
#: en/help_topics/conflict-types.txt:161
11385
"To resolve the conflict, you must apply the correct tags to either the "
11387
"branch or the source branch as appropriate. Use \"bzr tags --show-ids -d\n"
11388
"SOURCE_URL\" to see the tags in the source branch. If you want to make the\n"
11389
"target branch's tags match the source branch, then in the target branch do\n"
11390
"``bzr tag --force -r revid:REVISION_ID CONFLICTING_TAG`` for each of the\n"
11391
"CONFLICTING_TAGs, where REVISION_ID comes from the list of tags in the "
11393
"branch. You need not call \"bzr resolve\" after doing this. To resolve in\n"
11394
"favor of the target branch, you need to similarly use ``tag --force`` in "
11396
"source branch. (Note that pulling or pushing using --overwrite will "
11398
"all tags as well.)"
11401
#: en/help_topics/conflict-types.txt:172
11403
"Duplicate paths\n"
11406
"Rutas duplicadas\n"
11407
"--------------------------"
11409
#: en/help_topics/conflict-types.txt:177
11410
msgid " Conflict adding file FILE. Moved existing file to FILE.moved."
11413
#: en/help_topics/conflict-types.txt:179
11415
"Sometimes Bazaar will attempt to create a file using a pathname that has\n"
11416
"already been used. The existing file will be renamed to \"FILE.moved\". "
11419
#: en/help_topics/conflict-types.txt:187
11421
"* ``--action=take-this`` will issue ``bzr rm FILE ; bzr mv FILE.moved "
11423
"* ``--action=take-other`` will issue ``bzr rm FILE.moved``,\n"
11424
"* ``--action=done`` will just mark the conflict as resolved."
11427
#: en/help_topics/conflict-types.txt:191
11429
"Note that you must get rid of FILE.moved before using ``--action=done``."
11432
#: en/help_topics/conflict-types.txt:195
11434
"Unversioned parent\n"
11435
"------------------"
11437
"Padre sin versión\n"
11438
"--------------------------"
11440
#: en/help_topics/conflict-types.txt:200
11442
" Conflict because FILE is not versioned, but has versioned children."
11445
#: en/help_topics/conflict-types.txt:202
11447
"Sometimes Bazaar will attempt to create a file whose parent directory is "
11449
"versioned. This happens when the directory has been deleted in the target,\n"
11450
"but has a new child in the source, or vice versa. In this situation, "
11452
"will version the parent directory as well. Resolving this issue depends\n"
11453
"very much on the particular scenario. You may wish to rename or delete "
11455
"the file or the directory. When you are satisfied, you can run \"bzr "
11457
"FILE\" to mark the conflict as resolved."
11460
#: en/help_topics/conflict-types.txt:210
11466
"---------------------"
11468
#: en/help_topics/conflict-types.txt:215
11469
msgid " Conflict adding files to FILE. Created directory."
11472
#: en/help_topics/conflict-types.txt:217
11474
"This happens when a directory has been deleted in the target, but has new\n"
11475
"children in the source. This is similar to the \"unversioned parent\" "
11477
"except that the parent directory does not *exist*, instead of just being\n"
11478
"unversioned. In this situation, Bazaar will create the missing parent.\n"
11479
"Resolving this issue depends very much on the particular scenario."
11482
#: en/help_topics/conflict-types.txt:223 en/help_topics/conflict-types.txt:249
11484
"To resolve that kind of conflict, you should either remove or rename the\n"
11485
"children or the directory or a combination of both."
11488
#: en/help_topics/conflict-types.txt:228
11490
"* ``--action=take-this`` will issue ``bzr rm directory`` including the\n"
11492
"* ``--action=take-other`` will acknowledge Bazaar choice to keep the "
11494
" and restoring the directory,\n"
11495
"* ``--action=done`` will just mark the conflict as resolved."
11498
#: en/help_topics/conflict-types.txt:236
11500
"Deleting parent\n"
11503
"Eliminando padre\n"
11504
"---------------------------"
11506
#: en/help_topics/conflict-types.txt:241
11507
msgid " Conflict: can't delete DIR because it is not empty. Not deleting."
11510
#: en/help_topics/conflict-types.txt:243
11512
"This is the opposite of \"missing parent\". A directory is deleted in the\n"
11513
"source, but has new children in the target (either because a directory\n"
11514
"deletion is merged or because the merge introduce new children). Bazaar\n"
11515
"will retain the directory. Resolving this issue depends very much on the\n"
11516
"particular scenario."
11519
#: en/help_topics/conflict-types.txt:254
11521
"* ``--action=take-this`` will acknowledge Bazaar choice to keep the "
11525
#: en/help_topics/conflict-types.txt:256
11527
"* ``--action=take-other`` will issue ``bzr rm directory`` including the \n"
11531
#: en/help_topics/conflict-types.txt:259
11532
msgid "* ``--action=done`` will just mark the conflict as resolved."
11535
#: en/help_topics/conflict-types.txt:261
11537
"Note that when merging a directory deletion, if unversioned files are\n"
11538
"present, they become potential orphans has they don't have a directory\n"
11542
#: en/help_topics/conflict-types.txt:265
11544
"Handling such orphans, *before* the conflict is created, is controlled by\n"
11545
"setting the ``bzr.transform.orphan_policy`` configuration option."
11548
#: en/help_topics/conflict-types.txt:268
11549
msgid "There are two possible values for this option:"
11550
msgstr "Hay dos posibles valores para esta opción:"
11552
#: en/help_topics/conflict-types.txt:270
11554
"* ``conflict`` (the default): will leave the orphans in place and\n"
11555
" generate a conflicts,"
11558
#: en/help_topics/conflict-types.txt:273
11560
"* ``move``: will move the orphans to a ``bzr-orphans`` directory at the "
11562
" of the working tree with names like ``<file>.~#~``."
11565
#: en/help_topics/conflict-types.txt:278
11570
"Conflicto de ruta\n"
11571
"--------------------------"
11573
#: en/help_topics/conflict-types.txt:283
11574
msgid " Path conflict: PATH1 / PATH2"
11577
#: en/help_topics/conflict-types.txt:285
11579
"This happens when the source and target have each modified the name or "
11581
"directory of a file. Bazaar will use the path elements from the source."
11584
#: en/help_topics/conflict-types.txt:288
11586
"To resolve that kind of conflict, you just have to decide what name should "
11588
"retained for the file involved."
11591
#: en/help_topics/conflict-types.txt:293
11593
"* ``--action=take-this`` will revert Bazaar choice and keep ``PATH1`` by\n"
11594
" issuing ``bzr mv PATH2 PATH1``,\n"
11595
"* ``--action=take-other`` will acknowledge Bazaar choice of keeping "
11597
"* ``--action=done`` will just mark the conflict as resolved."
11600
#: en/help_topics/conflict-types.txt:300
11606
#: en/help_topics/conflict-types.txt:305
11607
msgid " Conflict moving FILE into DIRECTORY. Cancelled move."
11610
#: en/help_topics/conflict-types.txt:307
11612
"This happens when the source and the target have each moved directories, so\n"
11613
"that, if the change could be applied, a directory would be contained by "
11618
#: en/help_topics/conflict-types.txt:311
11621
" $ bzr mkdir white\n"
11622
" $ bzr mkdir black\n"
11623
" $ bzr commit -m \"BASE\"\n"
11624
" $ bzr branch . ../other\n"
11625
" $ bzr mv white black\n"
11626
" $ bzr commit -m \"THIS\"\n"
11627
" $ bzr mv ../other/black ../other/white\n"
11628
" $ bzr commit ../other -m \"OTHER\"\n"
11629
" $ bzr merge ../other"
11632
" $ bzr mkdir white\n"
11633
" $ bzr mkdir black\n"
11634
" $ bzr commit -m \"BASE\"\n"
11635
" $ bzr branch . ../other\n"
11636
" $ bzr mv white black\n"
11637
" $ bzr commit -m \"THIS\"\n"
11638
" $ bzr mv ../other/black ../other/white\n"
11639
" $ bzr commit ../other -m \"OTHER\"\n"
11640
" $ bzr merge ../other"
11642
#: en/help_topics/conflict-types.txt:322
11644
"In this situation, Bazaar will cancel the move, and leave ``white`` in\n"
11645
"``black``. To resolve that kind of conflict, you just have to decide what\n"
11646
"name should be retained for the directories involved."
11649
#: en/help_topics/conflict-types.txt:328
11651
"* ``--action=take-this`` will acknowledge Bazaar choice of leaving ``white`` "
11654
"* ``--action=take-other`` will revert Bazaar choice and move ``black`` in\n"
11655
" ``white`` by issuing ``bzr mv black/white white ; bzr mv black white``,\n"
11656
"* ``--action=done`` will just mark the conflict as resolved."
11659
#: en/help_topics/conflict-types.txt:336
11661
"Non-directory parent\n"
11662
"--------------------"
11665
#: en/help_topics/conflict-types.txt:341
11667
" Conflict: foo.new is not a directory, but has files in it.\n"
11668
" Created directory."
11671
#: en/help_topics/conflict-types.txt:344
11673
"This happens when one side has added files to a directory, and the other "
11675
"has changed the directory into a file or symlink. For example::"
11678
#: en/help_topics/conflict-types.txt:347
11681
" $ bzr mkdir foo\n"
11682
" $ bzr commit -m \"BASE\"\n"
11683
" $ bzr branch . ../other\n"
11686
" $ bzr commit -m \"THIS\"\n"
11687
" $ bzr mkdir ../other/foo/bar\n"
11688
" $ bzr commit ../other -m \"OTHER\"\n"
11689
" $ bzr merge ../other"
11692
" $ bzr mkdir foo\n"
11693
" $ bzr commit -m \"BASE\"\n"
11694
" $ bzr branch . ../other\n"
11697
" $ bzr commit -m \"THIS\"\n"
11698
" $ bzr mkdir ../other/foo/bar\n"
11699
" $ bzr commit ../other -m \"OTHER\"\n"
11700
" $ bzr merge ../other"
11702
#: en/help_topics/conflict-types.txt:358
11704
"To resolve that kind of conflict, you have to decide what name should be\n"
11705
"retained for the file, directory or symlink involved."
11708
#: en/help_topics/conflict-types.txt:363
11710
"* ``--action=take-this`` will issue ``bzr rm --force foo.new`` and \n"
11711
" ``bzr add foo``,\n"
11712
"* ``--action=take-other`` will issue ``bzr rm --force foo`` and \n"
11713
" ``bzr mv foo.new foo``,\n"
11714
"* ``--action=done`` will just mark the conflict as resolved."
11717
#: en/help_topics/conflict-types.txt:371
11719
"MalformedTransform\n"
11720
"------------------"
11723
#: en/help_topics/conflict-types.txt:374
11725
"It is possible (though very rare) for Bazaar to raise a MalformedTransform\n"
11726
"exception. This means that Bazaar encountered a filesystem conflict that it "
11728
"unable to resolve. This usually indicates a bug. Please let us know if "
11730
"encounter this. Our bug tracker is at https://launchpad.net/bzr/+bugs\n"
11733
#: en/help_topics/content-filters.txt:1
11735
"Content Filters\n"
11739
#: en/help_topics/content-filters.txt:4
11741
"Content formats\n"
11745
#: en/help_topics/content-filters.txt:7
11747
"Bazaar's content filtering allows you to store files in a different\n"
11748
"format from the copy in your working tree. This lets you, or your\n"
11749
"co-developers, use Windows development tools that expect CRLF files\n"
11750
"on projects that use other line-ending conventions. Among other things,\n"
11751
"content filters also let Unix developers more easily work on projects\n"
11752
"using Windows line-ending conventions, keyword expansion/compression,\n"
11753
"and trailing spaces on lines in text files to be implicitly stripped\n"
11757
#: en/help_topics/content-filters.txt:16
11758
msgid "To generalize, there are two content formats supported by Bazaar:"
11759
msgstr "Generalizando, hay dos formatos de contenido permitidos por Bazaar:"
11761
#: en/help_topics/content-filters.txt:18
11763
"* a canonical format - how files are stored internally\n"
11764
"* a convenience format - how files are created in a working tree."
11767
#: en/help_topics/content-filters.txt:21
11770
"Format conversion\n"
11771
"-----------------"
11774
"Conversión de formato\n"
11775
"------------------------------------"
11777
#: en/help_topics/content-filters.txt:25
11779
"The conversion between these formats is done by content filters.\n"
11780
"A content filter has two parts:"
11783
#: en/help_topics/content-filters.txt:28
11785
"* a read converter - converts from convenience to canonical format\n"
11786
"* a write converter - converts from canonical to convenience format."
11789
#: en/help_topics/content-filters.txt:31
11791
"Many of these converters will provide *round-trip* conversion,\n"
11792
"i.e. applying the read converter followed by the write converter\n"
11793
"gives back the original content. However, others may provide an\n"
11794
"asymmetric conversion. For example, a read converter might strip\n"
11795
"trailing whitespace off lines in source code while the matching\n"
11796
"write converter might pass content through unchanged."
11799
#: en/help_topics/content-filters.txt:38
11802
"Enabling content filters\n"
11803
"------------------------"
11806
"Activar filtros de contenido\n"
11807
"--------------------------------------------"
11809
#: en/help_topics/content-filters.txt:42
11811
"Content filters are typically provided by plugins, so the first step\n"
11812
"in using them is to install the relevant plugins and read their\n"
11813
"documentation. Some plugins may be very specific about which files\n"
11814
"they filter, e.g. only files ending in ``.java`` or ``.php``.\n"
11815
"In other cases, the plugin may leave it in the user's hands to\n"
11816
"define which files are to be filtered. This is typically done\n"
11817
"using rule-based preferences. See ``bzr help rules`` for general\n"
11818
"information about defining these."
11821
#: en/help_topics/content-filters.txt:51
11824
"Impact on commands\n"
11825
"------------------"
11828
"Impacto en las órdenes\n"
11829
"------------------------------------"
11831
#: en/help_topics/content-filters.txt:55
11833
"Read converters are only applied to commands that read content from\n"
11834
"a working tree, e.g. status, diff and commit. For example, ``bzr diff``\n"
11835
"will apply read converters to files in the working tree, then compare\n"
11836
"the results to the content last committed."
11839
#: en/help_topics/content-filters.txt:60
11841
"Write converters are only applied by commands that **create files in a\n"
11842
"working tree**, e.g. branch, checkout, update. If you wish to see the\n"
11843
"canonical format of a file or tree, use ``bzr cat`` or ``bzr export``\n"
11847
#: en/help_topics/content-filters.txt:65
11849
"Note: ``bzr commit`` does not implicitly apply write converters after\n"
11850
"comitting files. If this makes sense for a given plugin providing\n"
11851
"a content filter, the plugin can usually achieve this effect by using a\n"
11852
"``start_commit`` or ``post_commit`` hook say. See :doc:`hooks-help`\n"
11853
"for more information on hooks."
11856
#: en/help_topics/content-filters.txt:71
11859
"Refreshing your working tree\n"
11860
"----------------------------"
11863
"Actualizar su árbol de trabajo\n"
11864
"----------------------------------------------"
11866
#: en/help_topics/content-filters.txt:75
11868
"For performance reasons, Bazaar caches the timestamps of files in\n"
11869
"a working tree, and assumes files are unchanged if their timestamps\n"
11870
"match the cached values. As a consequence, there are times when\n"
11871
"you may need to explicitly ask for content filtering to be reapplied\n"
11872
"in one or both directions, e.g. after installing or reconfiguring\n"
11873
"plugins providing it."
11876
#: en/help_topics/content-filters.txt:82
11877
msgid "Here are some general guidelines for doing this:"
11878
msgstr "Aquí hay algunas directrices para hacer esto:"
11880
#: en/help_topics/content-filters.txt:84
11882
" * To reapply read converters, ``touch`` files, i.e. update their\n"
11883
" timestamp. Operations like ``bzr status`` should then reapply the\n"
11884
" relevant read converters and compare the end result with the\n"
11885
" canonical format."
11888
#: en/help_topics/content-filters.txt:89
11890
" * To reapply write converters, ensure there are no local changes,\n"
11891
" delete the relevant files and run ``bzr revert`` on those files."
11894
#: en/help_topics/content-filters.txt:92
11896
"Note: In the future, it is likely that additional options will be added\n"
11897
"to commands to make this refreshing process faster and safer.\n"
11900
#: en/help_topics/current-formats.txt:1
11901
msgid "Current Storage Formats"
11902
msgstr "Formatos de almacenamiento actual"
11904
#: en/help_topics/current-formats.txt:3
11907
" (native) (default) Format for the bzr 2.0 series. Uses group-\n"
11908
" compress storage. Provides rich roots which are a one-way\n"
11912
#: en/help_topics/current-formats.txt:8 en/help_topics/other-formats.txt:17
11915
"See :doc:`formats-help` for more about storage formats."
11918
#: en/help_topics/debug-flags.txt:1
11923
"Marcas de depuración\n"
11924
"================="
11926
#: en/help_topics/debug-flags.txt:4
11928
"These flags can be passed on the bzr command line or (without the ``-D``\n"
11929
"prefix) put in the ``debug_flags`` variable in ``bazaar.conf``."
11932
#: en/help_topics/debug-flags.txt:7
11934
"-Dauth Trace authentication sections used.\n"
11935
"-Dbytes Print out how many bytes were transferred\n"
11936
"-Ddirstate Trace dirstate activity (verbose!)\n"
11937
"-Derror Instead of normal error handling, always print a "
11940
"-Devil Capture call sites that do expensive or badly-scaling\n"
11942
"-Dfetch Trace history copying between repositories.\n"
11943
"-Dfilters Emit information for debugging content filtering.\n"
11944
"-Dforceinvdeltas Force use of inventory deltas during generic streaming "
11946
"-Dgraph Trace graph traversal.\n"
11947
"-Dhashcache Log every time a working file is read to determine its "
11949
"-Dhooks Trace hook execution.\n"
11950
"-Dhpss Trace smart protocol requests and responses.\n"
11951
"-Dhpssdetail More hpss details.\n"
11952
"-Dhpssvfs Traceback on vfs access to Remote objects.\n"
11953
"-Dhttp Trace http connections, requests and responses.\n"
11954
"-Dindex Trace major index operations.\n"
11955
"-Dknit Trace knit operations.\n"
11956
"-Dlock Trace when lockdir locks are taken or released.\n"
11957
"-Dnoretry If a connection is reset, fail immediately rather than\n"
11958
" retrying the request.\n"
11959
"-Dprogress Trace progress bar operations.\n"
11960
"-Dmem_dump Dump memory to a file upon an out of memory error.\n"
11961
"-Dmerge Emit information for debugging merges.\n"
11962
"-Dno_apport Don't use apport to report crashes.\n"
11963
"-Dno_activity \t Don't show transport activity indicator in progress bar.\n"
11964
"-Dpack Emit information about pack operations.\n"
11965
"-Drelock Emit a message every time a branch or repository object "
11967
" unlocked then relocked the same way.\n"
11968
"-Dsftp Trace SFTP internals.\n"
11969
"-Dstatic_tuple Error when a tuple is used where a StaticTuple is "
11971
"-Dstream Trace fetch streams.\n"
11972
"-Dstrict_locks Trace when OS locks are potentially used in a non-"
11975
"-Dunlock Some errors during unlock are treated as warnings.\n"
11976
"-DIDS_never Never use InterDifferingSerializer when fetching.\n"
11977
"-DIDS_always Always use InterDifferingSerializer to fetch if "
11979
" for the format, even for non-local fetches.\n"
11982
#: en/help_topics/diverged-branches.txt:1
11984
"Diverged Branches\n"
11985
"================="
11987
"Ramas con divergencia\n"
11988
"=================="
11990
#: en/help_topics/diverged-branches.txt:4
11992
"When Bazaar tries to push one branch onto another, it requires that the\n"
11993
"destination branch must be ready to receive the source branch. If this "
11995
"the case, then we say that the branches have ``diverged``. Branches are\n"
11996
"considered diverged if the destination branch's most recent commit is one "
11998
"has not been merged (directly or indirectly) by the source branch. To "
12000
"from diverged branches, one must merge the missing revisions into the "
12005
#: en/help_topics/diverged-branches.txt:12
12007
"This situation commonly arises when using a centralized workflow with local\n"
12008
"commits. If someone else has committed new work to the mainline since your\n"
12009
"last pull and you have local commits that have not yet been pushed to the\n"
12010
"mainline, then your local branch and the mainline have diverged."
12013
#: en/help_topics/diverged-branches.txt:17
12015
"Discovering What Has Diverged\n"
12016
"-----------------------------"
12019
#: en/help_topics/diverged-branches.txt:20
12021
"The ``bzr missing`` command is used to find out what revisions are in "
12023
"branch that are not present in the current branch, and vice-versa. It shows "
12025
"summary of which extra revisions exist in each branch. If you want to see "
12027
"precise effects of those revisions, you can use ``bzr diff --"
12028
"old=other_branch``\n"
12029
"to show the differences between other_branch and your current branch."
12032
#: en/help_topics/diverged-branches.txt:26
12040
#: en/help_topics/diverged-branches.txt:29
12042
"The solution is to merge the revisions from the mainline into your local\n"
12043
"branch. To do so, use ``bzr merge`` to get the new revisions from the\n"
12044
"mainline. This merge may result in conflicts if the other developer's "
12046
"overlap with your changes. These conflicts should be resolved before\n"
12047
"continuing. After any conflicts have been resolved, or even if there were "
12049
"conflicts, Bazaar requires that you explicitly commit these new revisions\n"
12050
"to your local branch. This requirement gives you an opportunity to test "
12052
"resulting working tree for correctness, since the merged revisions could "
12054
"made arbitrary changes. After testing, you should commit the merge using\n"
12055
"``bzr commit``. This clears up the diverged branches situation. Your "
12057
"branch can now be pushed to the mainline.\n"
12060
#: en/help_topics/eol.txt:1
12062
"End of Line Conversion\n"
12063
"======================"
12065
"Conversión de fin de línea\n"
12066
"====================="
12068
#: en/help_topics/eol.txt:4
12070
"EOL conversion is provided as a content filter where Bazaar internally\n"
12071
"stores a canonical format but outputs a convenience format. See\n"
12072
"``bzr help content-filters`` for general information about using these."
12075
#: en/help_topics/eol.txt:8
12077
"Note: Content filtering is only supported in recently added formats,\n"
12078
"e.g. 1.14. Be sure that both the repository *and* the branch are\n"
12079
"in a recent format. (Just setting the format on the repository\n"
12080
"is not enough.) If content filtering does not appear to be working, use\n"
12081
"'bzr info -v' to confirm that the branch is using \"Working tree format 5\"\n"
12085
#: en/help_topics/eol.txt:15
12087
"EOL conversion needs to be enabled for selected file patterns using\n"
12088
"rules. See ``bzr help rules`` for general information on defining rules.\n"
12089
"Currently, rules are only supported in $BZR_HOME/.bazaar/rules (or\n"
12090
"%BZR_HOME%/bazaar/2.0/rules on Windows). Branch specific rules will be\n"
12091
"supported in a future verison of Bazaar."
12094
#: en/help_topics/eol.txt:21
12096
"To configure which files to filter, set ``eol`` to one of the values below.\n"
12097
"(If a value is not set, ``exact`` is the default.)"
12100
#: en/help_topics/eol.txt:24
12102
" ========== ===================================== ======================\n"
12103
" Value Checkout end-of-lines as Commit end-of-lines as\n"
12104
" ========== ===================================== ======================\n"
12105
" ``native`` ``crlf`` on Windows, ``lf`` otherwise ``lf``\n"
12106
" ---------- ------------------------------------- ----------------------\n"
12107
" ``lf`` ``lf`` ``lf``\n"
12108
" ---------- ------------------------------------- ----------------------\n"
12109
" ``crlf`` ``crlf`` ``lf``\n"
12110
" ---------- ------------------------------------- ----------------------\n"
12111
" ``exact`` No conversion Exactly as in file\n"
12112
" ========== ===================================== ======================"
12115
#: en/help_topics/eol.txt:36
12117
"Note: For safety reasons, no conversion is applied to any file where a null\n"
12118
"byte is detected in the file."
12121
#: en/help_topics/eol.txt:39
12123
"For users working on a cross-platform project, here is a suggested rule\n"
12124
"to use as a starting point::"
12127
#: en/help_topics/eol.txt:42 en/help_topics/eol.txt:52
12128
#: en/help_topics/eol.txt:67 en/help_topics/eol.txt:82
12134
#: en/help_topics/eol.txt:45
12136
"If you have binary files that do not contain a null byte though, be\n"
12137
"sure to add ``eol = exact`` rules for those as well. You can do this\n"
12138
"by giving more explicit patterns earlier in the rules file. For example::"
12141
#: en/help_topics/eol.txt:49
12147
#: en/help_topics/eol.txt:55
12149
"If your working tree is on a network drive shared by users on different\n"
12150
"operating systems, you typically want to force certain conventions for\n"
12151
"certain files. In that way, if a file is created with the wrong line\n"
12152
"endings or line endings get mixed during editing, it gets committed\n"
12153
"correctly and gets checked out correctly. For example::"
12156
#: en/help_topics/eol.txt:61
12162
#: en/help_topics/eol.txt:64
12168
#: en/help_topics/eol.txt:70
12170
"If you take the care to create files with their required endings, you can\n"
12171
"achieve *almost* the same thing by using ``eol = exact``. It is slightly\n"
12172
"safer to use ``lf`` and ``crlf`` though because edits accidentally\n"
12173
"introducing mixed line endings will be corrected during commit for files\n"
12174
"with those settings."
12177
#: en/help_topics/eol.txt:76
12179
"If you have sample test data that deliberately has text files with mixed\n"
12180
"newline conventions, you can ask for those to be left alone like this::"
12183
#: en/help_topics/eol.txt:79
12185
" [name test_data/]\n"
12189
#: en/help_topics/eol.txt:85
12191
"Note that ``exact`` does not imply the file is binary but it does mean\n"
12192
"that no conversion of end-of-lines will be done. (Bazaar currently relies\n"
12193
"of content analysis to detect binary files for commands like ``diff``.\n"
12194
"In the future, a ``binary = true`` rule may be added but it is not\n"
12198
#: en/help_topics/eol.txt:91
12200
"If you have an existing repository with text files already stored using\n"
12201
"Windows newline conventions (``crlf``), then you may want to keep using "
12203
"convention in the repository. Forcing certain files to this convention\n"
12204
"may also help users who do not have rules configured. To do this, set\n"
12205
"``eol`` to one of the values below."
12208
#: en/help_topics/eol.txt:97
12210
" ============================ ======================== "
12211
"======================\n"
12212
" Value Checkout end-of-lines as Commit end-of-lines "
12214
" ============================ ======================== "
12215
"======================\n"
12216
" ``native-with-crlf-in-repo`` ``crlf`` on Windows, ``crlf``\n"
12217
" ``lf`` otherwise\n"
12218
" ---------------------------- ------------------------ ----------------------"
12220
" ``lf-with-crlf-in-repo`` ``lf`` ``crlf``\n"
12221
" ---------------------------- ------------------------ ----------------------"
12223
" ``crlf-with-crlf-in-repo`` ``crlf`` ``crlf``\n"
12224
" ============================ ======================== ======================"
12227
#: en/help_topics/eol.txt:108
12229
"For users working on an existing project that uses Windows newline\n"
12230
"conventions in their Bazaar repository, this rule is suggested as a\n"
12234
#: en/help_topics/eol.txt:112
12237
" eol = native-with-crlf-in-repo"
12240
#: en/help_topics/eol.txt:115
12242
"For new projects, it is recommended that end-of-lines be stored as ``lf``\n"
12243
"and that users stick to the basic settings, i.e. ``native``, ``lf``,\n"
12244
"``crlf`` and ``exact``."
12247
#: en/help_topics/eol.txt:119
12249
"Note: Bazaar's EOL conversion will convert the content of files but\n"
12250
"never reject files because a given line ending or mixed line endings\n"
12251
"are found. A precommit hook should be used if you wish to validate\n"
12252
"(and not just convert) content before committing.\n"
12255
#: en/help_topics/hidden-commands.txt:1
12257
"added List files added in working tree.\n"
12258
"ancestry List all revisions merged into this branch.\n"
12259
"assert-fail Test reporting of assertion failures\n"
12260
"bundle-info Output interesting stats about a bundle\n"
12261
"bundle-revisions Create a merge-directive for submitting changes.\n"
12262
"cat-revision Write out metadata for a revision.\n"
12263
"dump-btree Dump the contents of a btree index file to stdout.\n"
12264
"export-pot Export command helps and error messages in po format.\n"
12265
"file-id Print file_id of a particular file or directory.\n"
12266
"file-path Print path of file_ids to a file or directory.\n"
12267
"find-merge-base Find and print a base revision for merging two "
12269
"hooks Show hooks.\n"
12270
"inventory Show inventory of the current working copy or a "
12272
"local-time-offset Show the offset in seconds from GMT to local time.\n"
12273
"lookup-revision Lookup the revision-id from a revision-number\n"
12274
"merge-directive Generate a merge directive for auto-merge tools.\n"
12275
"modified List files modified in working tree.\n"
12276
"re-sign Create a digital signature for an existing revision.\n"
12277
"reference list, view and set branch locations for nested trees.\n"
12278
"relpath Show path of a file relative to root\n"
12279
"repair-workingtree Reset the working tree state file.\n"
12280
"revision-history Display the list of revision ids on a branch.\n"
12281
"revision-info Show revision number and revision id for a given "
12284
"rocks Statement of optimism.\n"
12285
"selftest Run internal test suite.\n"
12286
"shell-complete Show appropriate completions for context.\n"
12287
"test-script Run a shell-like test from a file.\n"
12288
"touching-revisions Return revision-ids which affected a particular file.\n"
12289
"unknowns List unknown files.\n"
12290
"wait-until-signalled Test helper for\n"
12291
" test_start_and_stop_bzr_subprocess_send_signal.\n"
12294
#: en/help_topics/hooks.txt:1
12304
#: en/help_topics/hooks.txt:5 en/help_topics/rules.txt:4
12312
#: en/help_topics/hooks.txt:8
12313
msgid "A hook of type *xxx* of class *yyy* needs to be registered using::"
12316
#: en/help_topics/hooks.txt:10
12317
msgid " yyy.hooks.install_named_hook(\"xxx\", ...)"
12320
#: en/help_topics/hooks.txt:12
12322
"See :doc:`Using hooks<../user-guide/hooks>` in the User Guide for examples."
12325
#: en/help_topics/hooks.txt:14
12327
"The class that contains each hook is given before the hooks it supplies. "
12329
"instance, BranchHooks as the class is the hooks class for\n"
12330
"`bzrlib.branch.Branch.hooks`."
12333
#: en/help_topics/hooks.txt:18
12335
"Each description also indicates whether the hook runs on the client (the\n"
12336
"machine where bzr was invoked) or the server (the machine addressed by\n"
12337
"the branch URL). These may be, but are not necessarily, the same machine."
12340
#: en/help_topics/hooks.txt:22
12342
"Plugins (including hooks) are run on the server if all of these is true:"
12345
#: en/help_topics/hooks.txt:24
12347
" * The connection is via a smart server (accessed with a URL starting with\n"
12348
" \"bzr://\", \"bzr+ssh://\" or \"bzr+http://\", or accessed via a "
12350
" URL when a smart server is available via HTTP)."
12353
#: en/help_topics/hooks.txt:28
12355
" * The hook is either server specific or part of general infrastructure "
12357
" than client specific code (such as commit)."
12360
#: en/help_topics/hooks.txt:31
12370
#: en/help_topics/hooks.txt:35
12372
"automatic_tag_name\n"
12373
"~~~~~~~~~~~~~~~~~~"
12375
"automatic_tag_name\n"
12376
"~~~~~~~~~~~~~~~~~~"
12378
#: en/help_topics/hooks.txt:38 en/help_topics/hooks.txt:56
12379
#: en/help_topics/hooks.txt:102 en/help_topics/hooks.txt:259
12380
msgid "Introduced in: 2.2"
12381
msgstr "Introducido en: 2.2"
12383
#: en/help_topics/hooks.txt:40
12385
"Called to determine an automatic tag name for a revision.\n"
12386
"automatic_tag_name is called with (branch, revision_id) and should\n"
12387
"return a tag name or None if no tag name could be determined. The\n"
12388
"first non-None tag name returned will be used."
12391
#: en/help_topics/hooks.txt:45
12399
#: en/help_topics/hooks.txt:48 en/help_topics/hooks.txt:290
12400
#: en/help_topics/hooks.txt:304
12401
msgid "Introduced in: 1.8"
12402
msgstr "Introducido en: 1.8"
12404
#: en/help_topics/hooks.txt:50
12406
"Called with the Branch object that has been opened after a branch is\n"
12410
#: en/help_topics/hooks.txt:53
12412
"post_branch_init\n"
12415
"post_branch_init\n"
12418
#: en/help_topics/hooks.txt:58
12420
"Called after new branch initialization completes. post_branch_init is\n"
12421
"called with a bzrlib.branch.BranchInitHookParams. Note that init,\n"
12422
"branch and checkout (both heavyweight and lightweight) will all\n"
12423
"trigger this hook."
12426
#: en/help_topics/hooks.txt:63
12428
"post_change_branch_tip\n"
12429
"~~~~~~~~~~~~~~~~~~~~~~"
12431
"post_change_branch_tip\n"
12432
"~~~~~~~~~~~~~~~~~~~~~~"
12434
#: en/help_topics/hooks.txt:66 en/help_topics/hooks.txt:418
12435
msgid "Introduced in: 1.4"
12436
msgstr "Introducido en: 1.4"
12438
#: en/help_topics/hooks.txt:68
12440
"Called in bzr client and server after a change to the tip of a branch\n"
12441
"is made. post_change_branch_tip is called with a\n"
12442
"bzrlib.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
12443
"uncommit will all trigger this hook."
12446
#: en/help_topics/hooks.txt:73 en/help_topics/hooks.txt:389
12454
#: en/help_topics/hooks.txt:76 en/help_topics/hooks.txt:86
12455
#: en/help_topics/hooks.txt:94 en/help_topics/hooks.txt:110
12456
#: en/help_topics/hooks.txt:145
12457
msgid "Introduced in: 0.15"
12458
msgstr "Introducido en: 0.15"
12460
#: en/help_topics/hooks.txt:78
12462
"Called in the bzr client after a commit has completed. post_commit is\n"
12463
"called with (local, master, old_revno, old_revid, new_revno,\n"
12464
"new_revid). old_revid is NULL_REVISION for the first commit to a\n"
12468
#: en/help_topics/hooks.txt:83
12476
#: en/help_topics/hooks.txt:88
12478
"Called after a pull operation completes. post_pull is called with a\n"
12479
"bzrlib.branch.PullResult object and only runs in the bzr client."
12482
#: en/help_topics/hooks.txt:91
12490
#: en/help_topics/hooks.txt:96
12492
"Called after a push operation completes. post_push is called with a\n"
12493
"bzrlib.branch.BranchPushResult object and only runs in the bzr client."
12496
#: en/help_topics/hooks.txt:99
12504
#: en/help_topics/hooks.txt:104
12506
"Called after a checkout switches branch. post_switch is called with a\n"
12507
"bzrlib.branch.SwitchHookParams."
12510
#: en/help_topics/hooks.txt:107
12518
#: en/help_topics/hooks.txt:112
12520
"Called in the bzr client after an uncommit completes. post_uncommit is\n"
12521
"called with (local, master, old_revno, old_revid, new_revno,\n"
12522
"new_revid) where local is the local branch or None, master is the\n"
12523
"target branch, and an empty branch receives new_revno of 0, new_revid\n"
12527
#: en/help_topics/hooks.txt:118
12529
"pre_change_branch_tip\n"
12530
"~~~~~~~~~~~~~~~~~~~~~"
12532
"pre_change_branch_tip\n"
12533
"~~~~~~~~~~~~~~~~~~~~~"
12535
#: en/help_topics/hooks.txt:121
12536
msgid "Introduced in: 1.6"
12537
msgstr "Introducido en: 1.6"
12539
#: en/help_topics/hooks.txt:123
12541
"Called in bzr client and server before a change to the tip of a branch\n"
12542
"is made. pre_change_branch_tip is called with a\n"
12543
"bzrlib.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
12544
"uncommit will all trigger this hook."
12547
#: en/help_topics/hooks.txt:128
12555
#: en/help_topics/hooks.txt:131
12556
msgid "Introduced in: 0.91"
12557
msgstr "Introducido en: 0.91"
12559
#: en/help_topics/hooks.txt:133
12561
"Called after a commit is calculated but before it is completed.\n"
12562
"pre_commit is called with (local, master, old_revno, old_revid,\n"
12563
"future_revno, future_revid, tree_delta, future_tree). old_revid is\n"
12564
"NULL_REVISION for the first commit to a branch, tree_delta is a\n"
12565
"TreeDelta object describing changes from the basis revision. hooks\n"
12566
"MUST NOT modify this delta. future_tree is an in-memory tree obtained\n"
12567
"from CommitBuilder.revision_tree() and hooks MUST NOT modify this\n"
12571
#: en/help_topics/hooks.txt:142
12579
#: en/help_topics/hooks.txt:147
12581
"Invoked whenever the revision history has been set via\n"
12582
"set_revision_history. The api signature is (branch, revision_history),\n"
12583
"and the branch will be write-locked. The set_rh hook can be expensive\n"
12584
"for bzr to trigger, a better hook to use is\n"
12585
"Branch.post_change_branch_tip."
12588
#: en/help_topics/hooks.txt:153
12590
"transform_fallback_location\n"
12591
"~~~~~~~~~~~~~~~~~~~~~~~~~~~"
12593
"transform_fallback_location\n"
12594
"~~~~~~~~~~~~~~~~~~~~~~~~~~~"
12596
#: en/help_topics/hooks.txt:156
12597
msgid "Introduced in: 1.9"
12598
msgstr "Introducido en: 1.9"
12600
#: en/help_topics/hooks.txt:158
12602
"Called when a stacked branch is activating its fallback locations.\n"
12603
"transform_fallback_location is called with (branch, url), and should\n"
12604
"return a new url. Returning the same url allows it to be used as-is,\n"
12605
"returning a different one can be used to cause the branch to stack on\n"
12606
"a closer copy of that fallback_location. Note that the branch cannot\n"
12607
"have history accessing methods called on it during this hook because\n"
12608
"the fallback locations have not been activated. When there are\n"
12609
"multiple hooks installed for transform_fallback_location, all are\n"
12610
"called with the url returned from the previous hook.The order is\n"
12611
"however undefined."
12614
#: en/help_topics/hooks.txt:169
12622
#: en/help_topics/hooks.txt:172
12630
#: en/help_topics/hooks.txt:175
12631
msgid "Introduced in: 1.13"
12632
msgstr "Introducido en: 1.13"
12634
#: en/help_topics/hooks.txt:177
12636
"Called after creating a command object to allow modifications such as\n"
12637
"adding or removing options, docs etc. Called with the new\n"
12638
"bzrlib.commands.Command object."
12641
#: en/help_topics/hooks.txt:181
12649
#: en/help_topics/hooks.txt:184 en/help_topics/hooks.txt:196
12650
#: en/help_topics/hooks.txt:205 en/help_topics/hooks.txt:464
12651
msgid "Introduced in: 1.17"
12652
msgstr "Introducido en: 1.17"
12654
#: en/help_topics/hooks.txt:186
12656
"Called when creating a single command. Called with (cmd_or_None,\n"
12657
"command_name). get_command should either return the cmd_or_None\n"
12658
"parameter, or a replacement Command object that should be used for the\n"
12659
"command. Note that the Command.hooks hooks are core infrastructure.\n"
12660
"Many users will prefer to use bzrlib.commands.register_command or\n"
12661
"plugin_cmds.register_lazy."
12664
#: en/help_topics/hooks.txt:193
12666
"get_missing_command\n"
12667
"~~~~~~~~~~~~~~~~~~~"
12669
"get_missing_command\n"
12670
"~~~~~~~~~~~~~~~~~~~"
12672
#: en/help_topics/hooks.txt:198
12674
"Called when creating a single command if no command could be found.\n"
12675
"Called with (command_name). get_missing_command should either return\n"
12676
"None, or a Command object to be used for the command."
12679
#: en/help_topics/hooks.txt:202
12687
#: en/help_topics/hooks.txt:207
12689
"Called when enumerating commands. Called with a set of cmd_name\n"
12690
"strings for all the commands found so far. This set is safe to mutate\n"
12691
"- e.g. to remove a command. list_commands should return the updated\n"
12692
"set of command names."
12695
#: en/help_topics/hooks.txt:212
12703
#: en/help_topics/hooks.txt:215
12711
#: en/help_topics/hooks.txt:218 en/help_topics/hooks.txt:226
12712
#: en/help_topics/hooks.txt:233 en/help_topics/hooks.txt:241
12713
#: en/help_topics/hooks.txt:248 en/help_topics/hooks.txt:370
12714
#: en/help_topics/hooks.txt:443
12715
msgid "Introduced in: 2.4"
12716
msgstr "Introducido en: 2.4"
12718
#: en/help_topics/hooks.txt:220
12720
"Invoked when a config option is read. The signature is (stack, name,\n"
12724
#: en/help_topics/hooks.txt:223
12732
#: en/help_topics/hooks.txt:228
12733
msgid "Invoked when a config store is loaded. The signature is (store)."
12736
#: en/help_topics/hooks.txt:230
12744
#: en/help_topics/hooks.txt:235
12746
"Invoked when a config option is removed. The signature is (stack,\n"
12750
#: en/help_topics/hooks.txt:238
12758
#: en/help_topics/hooks.txt:243
12759
msgid "Invoked when a config store is saved. The signature is (store)."
12762
#: en/help_topics/hooks.txt:245
12770
#: en/help_topics/hooks.txt:250
12772
"Invoked when a config option is set. The signature is (stack, name,\n"
12776
#: en/help_topics/hooks.txt:253
12778
"ControlDirHooks\n"
12782
#: en/help_topics/hooks.txt:256
12790
#: en/help_topics/hooks.txt:261
12792
"Invoked after a repository has been initialized. post_repo_init is\n"
12793
"called with a bzrlib.controldir.RepoInitHookParams."
12796
#: en/help_topics/hooks.txt:264
12804
#: en/help_topics/hooks.txt:267
12805
msgid "Introduced in: 1.14"
12806
msgstr "Introducido en: 1.14"
12808
#: en/help_topics/hooks.txt:269
12810
"Invoked before attempting to open a ControlDir with the transport that\n"
12811
"the open will use."
12814
#: en/help_topics/hooks.txt:272
12822
#: en/help_topics/hooks.txt:275
12830
#: en/help_topics/hooks.txt:278 en/help_topics/hooks.txt:297
12831
#: en/help_topics/hooks.txt:521
12832
msgid "Introduced in: 1.15"
12833
msgstr "Introducido en: 1.15"
12835
#: en/help_topics/hooks.txt:280
12837
"Invoked when displaying the statistics for a repository. repository is\n"
12838
"called with a statistics dictionary as returned by the repository and\n"
12839
"a file-like object to write to."
12842
#: en/help_topics/hooks.txt:284
12850
#: en/help_topics/hooks.txt:287
12858
#: en/help_topics/hooks.txt:292
12860
"Called with a bzrlib.lock.LockResult when a physical lock is acquired."
12863
#: en/help_topics/hooks.txt:294
12871
#: en/help_topics/hooks.txt:299
12872
msgid "Called with a bzrlib.lock.LockResult when a physical lock is broken."
12875
#: en/help_topics/hooks.txt:301
12883
#: en/help_topics/hooks.txt:306
12885
"Called with a bzrlib.lock.LockResult when a physical lock is released."
12888
#: en/help_topics/hooks.txt:308
12896
#: en/help_topics/hooks.txt:311
12898
"merge_file_content\n"
12899
"~~~~~~~~~~~~~~~~~~"
12901
"merge_file_content\n"
12902
"~~~~~~~~~~~~~~~~~~"
12904
#: en/help_topics/hooks.txt:314
12905
msgid "Introduced in: 2.1"
12906
msgstr "Introducido en: 2.1"
12908
#: en/help_topics/hooks.txt:316
12910
"Called with a bzrlib.merge.Merger object to create a per file merge\n"
12911
"object when starting a merge. Should return either None or a subclass\n"
12912
"of ``bzrlib.merge.AbstractPerFileMerger``. Such objects will then be\n"
12913
"called per file that needs to be merged (including when one side has\n"
12914
"deleted the file and the other has changed it). See the\n"
12915
"AbstractPerFileMerger API docs for details on how it is used by merge."
12918
#: en/help_topics/hooks.txt:323
12924
#: en/help_topics/hooks.txt:326 en/help_topics/hooks.txt:334
12925
#: en/help_topics/hooks.txt:384 en/help_topics/hooks.txt:402
12926
#: en/help_topics/hooks.txt:410 en/help_topics/hooks.txt:509
12927
msgid "Introduced in: 2.5"
12930
#: en/help_topics/hooks.txt:328
12932
"Called after a merge. Receives a Merger object as the single argument.\n"
12933
"The return value is ignored."
12936
#: en/help_topics/hooks.txt:331
12942
#: en/help_topics/hooks.txt:336
12944
"Called before a merge. Receives a Merger object as the single\n"
12948
#: en/help_topics/hooks.txt:339
12950
"MergeDirectiveHooks\n"
12951
"-------------------"
12953
"MergeDirectiveHooks\n"
12954
"-------------------"
12956
#: en/help_topics/hooks.txt:342
12958
"merge_request_body\n"
12959
"~~~~~~~~~~~~~~~~~~"
12961
"merge_request_body\n"
12962
"~~~~~~~~~~~~~~~~~~"
12964
#: en/help_topics/hooks.txt:345
12965
msgid "Introduced in: 1.15.0"
12966
msgstr "Introducido en: 1.15.0"
12968
#: en/help_topics/hooks.txt:347
12970
"Called with a MergeRequestBodyParams when a body is needed for a merge\n"
12971
"request. Callbacks must return a body. If more than one callback is\n"
12972
"registered, the output of one callback is provided to the next."
12975
#: en/help_topics/hooks.txt:351
12977
"MessageEditorHooks\n"
12978
"------------------"
12980
"MessageEditorHooks\n"
12981
"------------------"
12983
#: en/help_topics/hooks.txt:354
12985
"commit_message_template\n"
12986
"~~~~~~~~~~~~~~~~~~~~~~~"
12988
"commit_message_template\n"
12989
"~~~~~~~~~~~~~~~~~~~~~~~"
12991
#: en/help_topics/hooks.txt:357
12992
msgid "Introduced in: 1.10"
12993
msgstr "Introducido en: 1.10"
12995
#: en/help_topics/hooks.txt:359
12997
"Called when a commit message is being generated.\n"
12998
"commit_message_template is called with the bzrlib.commit.Commit object\n"
12999
"and the message that is known so far. commit_message_template must\n"
13000
"return a new message to use (which could be the same as it was given).\n"
13001
"When there are multiple hooks registered for commit_message_template,\n"
13002
"they are chained with the result from the first passed into the\n"
13003
"second, and so on."
13006
#: en/help_topics/hooks.txt:367
13008
"set_commit_message\n"
13009
"~~~~~~~~~~~~~~~~~~"
13011
"set_commit_message\n"
13012
"~~~~~~~~~~~~~~~~~~"
13014
#: en/help_topics/hooks.txt:372
13016
"Set a fixed commit message. set_commit_message is called with the\n"
13017
"bzrlib.commit.Commit object (so you can also change e.g. revision\n"
13018
"properties by editing commit.builder._revprops) and the message so\n"
13019
"far. set_commit_message must return the message to use or None if it\n"
13020
"should use the message editor as normal."
13023
#: en/help_topics/hooks.txt:378
13025
"MutableTreeHooks\n"
13028
"MutableTreeHooks\n"
13031
#: en/help_topics/hooks.txt:381
13033
"post_build_tree\n"
13037
#: en/help_topics/hooks.txt:386
13039
"Called after a completely new tree is built. The hook is called with\n"
13040
"the tree as its only argument."
13043
#: en/help_topics/hooks.txt:392
13044
msgid "Introduced in: 2.0"
13045
msgstr "Introducido en: 2.0"
13047
#: en/help_topics/hooks.txt:394
13049
"Called after a commit is performed on a tree. The hook is called with\n"
13050
"a bzrlib.mutabletree.PostCommitHookParams object. The mutable tree the\n"
13051
"commit was performed on is available via the mutable_tree attribute of\n"
13055
#: en/help_topics/hooks.txt:399
13061
#: en/help_topics/hooks.txt:404
13063
"Called after a tree transform has been performed on a tree. The hook\n"
13064
"is called with the tree that is being transformed and the transform."
13067
#: en/help_topics/hooks.txt:407
13073
#: en/help_topics/hooks.txt:412
13075
"Called before a tree transform on this tree. The hook is called with\n"
13076
"the tree that is being transformed and the transform."
13079
#: en/help_topics/hooks.txt:415
13087
#: en/help_topics/hooks.txt:420
13089
"Called before a commit is performed on a tree. The start commit hook\n"
13090
"is able to change the tree before the commit takes place. start_commit\n"
13091
"is called with the bzrlib.mutabletree.MutableTree that the commit is\n"
13092
"being performed on."
13095
#: en/help_topics/hooks.txt:425
13097
"SmartClientHooks\n"
13100
"SmartClientHooks\n"
13103
#: en/help_topics/hooks.txt:428
13111
#: en/help_topics/hooks.txt:431
13112
msgid "Introduced in: unknown"
13115
#: en/help_topics/hooks.txt:433
13117
"Called when the smart client is submitting a request to the smart\n"
13118
"server. Called with a bzrlib.smart.client.CallHookParams object.\n"
13119
"Streaming request bodies, and responses, are not accessible."
13122
#: en/help_topics/hooks.txt:437
13124
"SmartServerHooks\n"
13127
"SmartServerHooks\n"
13130
#: en/help_topics/hooks.txt:440
13132
"server_exception\n"
13135
"server_exception\n"
13138
#: en/help_topics/hooks.txt:445
13140
"Called by the bzr server when an exception occurs. server_exception is\n"
13141
"called with the sys.exc_info() tuple return true for the hook if the\n"
13142
"exception has been handled, in which case the server will exit\n"
13146
#: en/help_topics/hooks.txt:450
13154
#: en/help_topics/hooks.txt:453 en/help_topics/hooks.txt:472
13155
msgid "Introduced in: 0.16"
13158
#: en/help_topics/hooks.txt:455
13160
"Called by the bzr server when it starts serving a directory.\n"
13161
"server_started is called with (backing urls, public url), where\n"
13162
"backing_url is a list of URLs giving the server-specific directory\n"
13163
"locations, and public_url is the public URL for the directory being\n"
13167
#: en/help_topics/hooks.txt:461
13169
"server_started_ex\n"
13170
"~~~~~~~~~~~~~~~~~"
13172
"server_started_ex\n"
13173
"~~~~~~~~~~~~~~~~~"
13175
#: en/help_topics/hooks.txt:466
13177
"Called by the bzr server when it starts serving a directory.\n"
13178
"server_started is called with (backing_urls, server_obj)."
13181
#: en/help_topics/hooks.txt:469
13189
#: en/help_topics/hooks.txt:474
13191
"Called by the bzr server when it stops serving a directory.\n"
13192
"server_stopped is called with the same parameters as the\n"
13193
"server_started hook: (backing_urls, public_url)."
13196
#: en/help_topics/hooks.txt:478
13204
#: en/help_topics/hooks.txt:481
13212
#: en/help_topics/hooks.txt:484 en/help_topics/hooks.txt:495
13213
msgid "Introduced in: 2.3"
13216
#: en/help_topics/hooks.txt:486
13218
"Called with argument StatusHookParams after Bazaar has displayed the\n"
13219
"status. StatusHookParams has the attributes (old_tree, new_tree,\n"
13220
"to_file, versioned, show_ids, short, verbose). The last four arguments\n"
13221
"correspond to the command line options specified by the user for the\n"
13222
"status command. to_file is the output stream for writing."
13225
#: en/help_topics/hooks.txt:492
13233
#: en/help_topics/hooks.txt:497
13235
"Called with argument StatusHookParams before Bazaar displays the\n"
13236
"status. StatusHookParams has the attributes (old_tree, new_tree,\n"
13237
"to_file, versioned, show_ids, short, verbose). The last four arguments\n"
13238
"correspond to the command line options specified by the user for the\n"
13239
"status command. to_file is the output stream for writing."
13242
#: en/help_topics/hooks.txt:503
13248
#: en/help_topics/hooks.txt:506
13254
#: en/help_topics/hooks.txt:511
13256
"Called after a new connection is established or a reconnect occurs.\n"
13257
"The sole argument passed is either the connected transport or smart\n"
13261
#: en/help_topics/hooks.txt:515
13263
"RioVersionInfoBuilderHooks\n"
13264
"--------------------------"
13266
"RioVersionInfoBuilderHooks\n"
13267
"--------------------------"
13269
#: en/help_topics/hooks.txt:518
13277
#: en/help_topics/hooks.txt:523
13279
"Invoked when adding information about a revision to the RIO stanza\n"
13280
"that is printed. revision is called with a revision object and a RIO\n"
13284
#: en/help_topics/location-alias.txt:1
13286
"Location aliases\n"
13289
"Alias de ubicación\n"
13292
#: en/help_topics/location-alias.txt:4
13294
"Bazaar defines several aliases for locations associated with a branch. "
13296
"can be used with most commands that expect a location, such as `bzr push`."
13299
#: en/help_topics/location-alias.txt:7
13300
msgid "The aliases are::"
13301
msgstr "Los alias son::"
13303
#: en/help_topics/location-alias.txt:9
13305
" :bound The branch this branch is bound to, for bound branches.\n"
13306
" :parent The parent of this branch.\n"
13307
" :public The public location of this branch.\n"
13308
" :push The saved location used for `bzr push` with no arguments.\n"
13309
" :submit The submit branch for this branch.\n"
13310
" :this This branch."
13313
#: en/help_topics/location-alias.txt:16
13314
msgid "For example, to push to the parent location::"
13315
msgstr "Por ejemplo para impulsar la ubicación padre::"
13317
#: en/help_topics/location-alias.txt:18
13318
msgid " bzr push :parent\n"
13321
#: en/help_topics/log-formats.txt:1
13326
"Formatos de registro\n"
13329
#: en/help_topics/log-formats.txt:4
13331
"A log format controls how information about each revision is displayed.\n"
13332
"The standard log formats are compared below::"
13335
#: en/help_topics/log-formats.txt:7
13337
" Feature long short line\n"
13338
" ---------------------- ------------- ------------ -------------------\n"
13339
" design goal detailed view concise view 1 revision per line\n"
13340
" committer name+email name only name only\n"
13341
" author name+email - -\n"
13342
" date-time format full date only date only\n"
13343
" commit message full full top line\n"
13344
" tags yes yes yes\n"
13345
" merges indicator - yes -\n"
13346
" status/delta optional optional -\n"
13347
" diff/patch optional optional -\n"
13348
" revision-id optional optional -\n"
13349
" branch nick yes - -\n"
13350
" foreign vcs properties yes yes -\n"
13351
" preferred levels all 1 1\n"
13352
" digital signature optional - -"
13355
#: en/help_topics/log-formats.txt:24
13357
"The default format is ``long``. To change this, define the ``log_format``\n"
13358
"setting in the ``[DEFAULT]`` section of ``bazaar.conf`` like this (say)::"
13361
#: en/help_topics/log-formats.txt:27
13364
" log_format = short"
13367
#: en/help_topics/log-formats.txt:30
13369
"Alternatively, to change the log format used for a given query, use the\n"
13370
"--long, --short or --line options."
13373
#: en/help_topics/log-formats.txt:33
13375
"If one of the standard log formats does not meet your needs, additional\n"
13376
"formats can be provided by plugins.\n"
13379
#: en/help_topics/other-formats.txt:1
13380
msgid "Other Storage Formats"
13381
msgstr "Otros formatos de almacenamiento"
13383
#: en/help_topics/other-formats.txt:3
13384
msgid "Experimental formats are shown below."
13387
#: en/help_topics/other-formats.txt:5
13389
":development-colo:\n"
13390
" (native) The 2a format with experimental support for colocated\n"
13394
#: en/help_topics/other-formats.txt:9
13397
"Deprecated formats are shown below."
13400
#: en/help_topics/other-formats.txt:12
13403
" (native) Pack-based format used in 1.x series. Introduced in 0.92.\n"
13404
" Interoperates with bzr repositories before 0.92 but cannot be read\n"
13408
#: en/help_topics/patterns.txt:1
13416
#: en/help_topics/patterns.txt:4
13418
"Bazaar uses patterns to match files at various times. For example,\n"
13419
"the ``add`` command skips over files that match ignore patterns\n"
13420
"and preferences can be associated with files using rule patterns.\n"
13421
"The pattern syntax is described below."
13424
#: en/help_topics/patterns.txt:9
13426
"Trailing slashes on patterns are ignored. If the pattern contains a\n"
13427
"slash or is a regular expression, it is compared to the whole path\n"
13428
"from the branch root. Otherwise, it is compared to only the last\n"
13429
"component of the path. To match a file only in the root directory,\n"
13430
"prepend ``./``. Patterns specifying absolute paths are not allowed."
13433
#: en/help_topics/patterns.txt:15
13434
msgid "Patterns may include globbing wildcards such as::"
13435
msgstr "Los patrones pueden incluir comodines globales tales como::"
13437
#: en/help_topics/patterns.txt:17
13439
" ? - Matches any single character except '/'\n"
13440
" * - Matches 0 or more characters except '/'\n"
13441
" /**/ - Matches 0 or more directories in a path\n"
13442
" [a-z] - Matches a single character from within a group of characters"
13445
#: en/help_topics/patterns.txt:22
13447
"Patterns may also be `Python regular expressions`_. Regular expression\n"
13448
"patterns are identified by a ``RE:`` prefix followed by the regular\n"
13449
"expression. Regular expression patterns may not include named or\n"
13453
#: en/help_topics/patterns.txt:27
13455
"Case insensitive ignore patterns can be specified with regular expressions\n"
13456
"by using the ``i`` (for ignore case) flag in the pattern."
13459
#: en/help_topics/patterns.txt:30
13461
"For example, a case insensitive match for ``foo`` may be specified as::"
13464
#: en/help_topics/patterns.txt:32
13465
msgid " RE:(?i)foo"
13468
#: en/help_topics/patterns.txt:34
13470
"Ignore patterns may be prefixed with ``!``, which means that a filename\n"
13471
"matched by that pattern will not be ignored."
13474
#: en/help_topics/patterns.txt:37
13476
".. _Python regular expressions: http://docs.python.org/library/re.html"
13479
#: en/help_topics/revisionspec.txt:1
13480
msgid "Revision Identifiers"
13481
msgstr "Identificadores de revisión"
13483
#: en/help_topics/revisionspec.txt:3
13485
"A revision identifier refers to a specific state of a branch's history. It\n"
13486
"can be expressed in several ways. It can begin with a keyword to\n"
13487
"unambiguously specify a given lookup type; some examples are 'last:1',\n"
13488
"'before:yesterday' and 'submit:'."
13491
#: en/help_topics/revisionspec.txt:8
13493
"Alternately, it can be given without a keyword, in which case it will be\n"
13494
"checked as a revision number, a tag, a revision id, a date specification, or "
13496
"branch specification, in that order. For example, 'date:today' could be\n"
13497
"written as simply 'today', though if you have a tag called 'today' that "
13502
#: en/help_topics/revisionspec.txt:14
13504
"If 'REV1' and 'REV2' are revision identifiers, then 'REV1..REV2' denotes a\n"
13505
"revision range. Examples: '3647..3649', 'date:yesterday..-1' and\n"
13506
"'branch:/path/to/branch1/..branch:/branch2' (note that there are no quotes "
13508
"spaces around the '..')."
13511
#: en/help_topics/revisionspec.txt:19
13513
"Ranges are interpreted differently by different commands. To the \"log\" "
13515
"a range is a sequence of log messages, but to the \"diff\" command, the "
13517
"denotes a change between revisions (and not a sequence of changes). In\n"
13518
"addition, \"log\" considers a closed range whereas \"diff\" and \"merge\" "
13520
"to be open-ended, that is, they include one end but not the other. For "
13522
"\"bzr log -r 3647..3649\" shows the messages of revisions 3647, 3648 and "
13524
"while \"bzr diff -r 3647..3649\" includes the changes done in revisions 3648 "
13526
"3649, but not 3647."
13529
#: en/help_topics/revisionspec.txt:28
13530
msgid "The keywords used as revision selection methods are the following:"
13532
"Las palabras claves usadas como métodos de selección de revisión son las "
13535
#: en/help_topics/revisionspec.txt:30
13538
"\tSelects a revision using the revision id.\n"
13540
"\tSelects a common ancestor with the submit branch.\n"
13542
"\tSelects a common ancestor with a second branch.\n"
13544
"\tSelects a revision on the basis of a datestamp.\n"
13546
"\tSelects the last revision of a specified branch.\n"
13548
"\tSelects a revision identified by a tag name.\n"
13550
"\tSelects a revision using a number.\n"
13552
"\tSelects the parent of the revision specified.\n"
13554
"\tSelect the revision that last modified the specified line.\n"
13556
"\tSelect mainline revision that merged the specified revision.\n"
13558
"\tSelects the nth revision from the end."
13561
#: en/help_topics/revisionspec.txt:53
13562
msgid "In addition, plugins can provide other keywords."
13563
msgstr "Además, los complementos pueden proporcionar otras palabras clave."
13565
#: en/help_topics/revisionspec.txt:55
13566
msgid "A detailed description of each keyword is given below."
13568
"A continuación se proporciona una detallada descripción de cada palabra "
13571
#: en/help_topics/revisionspec.txt:57
13575
#: en/help_topics/revisionspec.txt:59
13577
" Supply a specific revision id, that can be used to specify any\n"
13578
" revision id in the ancestry of the branch.\n"
13579
" Including merges, and pending merges.\n"
13583
#: en/help_topics/revisionspec.txt:64
13585
" revid:aaaa@bbbb-123456789 -> Select revision 'aaaa@bbbb-123456789'"
13587
" revid:aaaa@bbbb-123456789 -> Selecciona la revisión «aaaa@bbbb-"
13590
#: en/help_topics/revisionspec.txt:66
13594
#: en/help_topics/revisionspec.txt:68
13596
" Diffing against this shows all the changes that were made in this "
13598
" and is a good predictor of what merge will do. The submit branch is\n"
13599
" used by the bundle and merge directive commands. If no submit branch\n"
13600
" is specified, the parent branch is used instead."
13603
#: en/help_topics/revisionspec.txt:73 en/help_topics/revisionspec.txt:85
13605
" The common ancestor is the last revision that existed in both\n"
13606
" branches. Usually this is the branch point, but it could also be\n"
13607
" a revision that was merged."
13610
#: en/help_topics/revisionspec.txt:77 en/help_topics/revisionspec.txt:93
13611
#: en/help_topics/revisionspec.txt:109 en/help_topics/revisionspec.txt:119
13612
#: en/help_topics/revisionspec.txt:153
13613
msgid " Examples::"
13614
msgstr " Ejemplos::"
13616
#: en/help_topics/revisionspec.txt:79
13617
msgid " $ bzr diff -r submit:"
13618
msgstr " $ bzr diff -r submit:"
13620
#: en/help_topics/revisionspec.txt:81
13622
msgstr ":ancestor:"
13624
#: en/help_topics/revisionspec.txt:83
13625
msgid " Supply the path to a branch to select the common ancestor."
13628
#: en/help_topics/revisionspec.txt:89
13630
" This is frequently used with 'diff' to return all of the changes\n"
13631
" that your branch introduces, while excluding the changes that you\n"
13632
" have not merged from the remote branch."
13635
#: en/help_topics/revisionspec.txt:95
13637
" ancestor:/path/to/branch\n"
13638
" $ bzr diff -r ancestor:../../mainline/branch"
13641
#: en/help_topics/revisionspec.txt:98
13645
#: en/help_topics/revisionspec.txt:100
13647
" Supply a datestamp to select the first revision that matches the date.\n"
13648
" Date can be 'yesterday', 'today', 'tomorrow' or a YYYY-MM-DD string.\n"
13649
" Matches the first entry after a given date (either at midnight or\n"
13650
" at a specified time)."
13653
#: en/help_topics/revisionspec.txt:105
13654
msgid " One way to display all the changes since yesterday would be::"
13657
#: en/help_topics/revisionspec.txt:107
13658
msgid " bzr log -r date:yesterday.."
13661
#: en/help_topics/revisionspec.txt:111
13663
" date:yesterday -> select the first revision since "
13665
" date:2006-08-14,17:10:14 -> select the first revision after\n"
13666
" August 14th, 2006 at 5:10pm."
13669
#: en/help_topics/revisionspec.txt:115
13673
#: en/help_topics/revisionspec.txt:117
13674
msgid " Supply the path to a branch to select its last revision."
13676
" Suministra la ruta a una rama para seleccionar su última revisión."
13678
#: en/help_topics/revisionspec.txt:121
13679
msgid " branch:/path/to/branch"
13680
msgstr " branch:/ruta/a/rama"
13682
#: en/help_topics/revisionspec.txt:123
13686
#: en/help_topics/revisionspec.txt:125
13687
msgid " Tags are stored in the branch and created by the 'tag' command."
13690
#: en/help_topics/revisionspec.txt:127
13694
#: en/help_topics/revisionspec.txt:129
13696
" Use an integer to specify a revision in the history of the branch.\n"
13697
" Optionally a branch can be specified. A negative number will count\n"
13698
" from the end of the branch (-1 is the last revision, -2 the previous\n"
13699
" one). If the negative number is larger than the branch's history, the\n"
13700
" first revision is returned.\n"
13704
#: en/help_topics/revisionspec.txt:136
13706
" revno:1 -> return the first revision of this branch\n"
13707
" revno:3:/path/to/branch -> return the 3rd revision of\n"
13708
" the branch '/path/to/branch'\n"
13709
" revno:-1 -> The last revision in a branch.\n"
13710
" -2:http://other/branch -> The second to last revision in the\n"
13711
" remote branch.\n"
13712
" -1000000 -> Most likely the first revision, unless\n"
13713
" your history is very long."
13716
#: en/help_topics/revisionspec.txt:145
13720
#: en/help_topics/revisionspec.txt:147
13722
" Supply any revision spec to return the parent of that revision. This "
13724
" mostly useful when inspecting revisions that are not in the revision "
13729
#: en/help_topics/revisionspec.txt:151
13731
" It is an error to request the parent of the null revision (before:0)."
13734
#: en/help_topics/revisionspec.txt:155
13736
" before:1913 -> Return the parent of revno 1913 (revno 1912)\n"
13737
" before:revid:aaaa@bbbb-1234567890 -> return the parent of revision\n"
13738
" aaaa@bbbb-1234567890\n"
13739
" bzr diff -r before:1913..1913\n"
13740
" -> Find the changes between revision 1913 and its parent "
13742
" (What changes did revision 1913 introduce).\n"
13743
" This is equivalent to: bzr diff -c 1913"
13746
#: en/help_topics/revisionspec.txt:163
13748
msgstr ":annotate:"
13750
#: en/help_topics/revisionspec.txt:165
13752
" Select the revision that last modified the specified line. Line is\n"
13753
" specified as path:number. Path is a relative path to the file. "
13755
" start at 1, and are relative to the current version, not the last-\n"
13756
" committed version of the file."
13759
#: en/help_topics/revisionspec.txt:170
13761
msgstr ":mainline:"
13763
#: en/help_topics/revisionspec.txt:172
13765
" Select the revision that merged the specified revision into mainline."
13768
#: en/help_topics/revisionspec.txt:174
13772
#: en/help_topics/revisionspec.txt:176
13774
" Supply a positive number to get the nth revision from the end.\n"
13775
" This is the same as supplying negative numbers to the 'revno:' spec.\n"
13779
#: en/help_topics/revisionspec.txt:180
13781
" last:1 -> return the last revision\n"
13782
" last:3 -> return the revision 2 before the end.\n"
13784
" last:1 -> devuelve la última revisión\n"
13785
" last:3 -> devuelve la revisión 2 antes del final.\n"
13787
#: en/help_topics/rules.txt:1
13795
#: en/help_topics/rules.txt:7
13797
"Rules are defined in ini file format where the sections are file glob\n"
13798
"patterns and the contents of each section are the preferences for files\n"
13799
"matching that pattern(s). For example::"
13802
#: en/help_topics/rules.txt:11
13808
#: en/help_topics/rules.txt:14
13810
" [name *.html *.xml]\n"
13811
" keywords = xml_escape"
13813
" [name *.html *.xml]\n"
13814
" keywords = xml_escape"
13816
#: en/help_topics/rules.txt:17
13818
"Preferences like these are useful for commands and plugins wishing to\n"
13819
"provide custom behaviour for selected files. For more information on \n"
13820
"end of line conversion see :doc:`eol-help`.\n"
13821
"Keyword support is provided by the `keywords plugin\n"
13822
"<http://doc.bazaar.canonical.com/plugins/en/keywords-plugin.html>`_."
13825
#: en/help_topics/rules.txt:23
13833
#: en/help_topics/rules.txt:26
13835
"Default rules for all branches are defined in the optional file\n"
13836
"``BZR_HOME/rules``. "
13839
#: en/help_topics/rules.txt:29
13844
"Patrones de regla\n"
13845
"----------------------------"
13847
#: en/help_topics/rules.txt:32
13849
"Patterns are ordered and searching stops as soon as one matches.\n"
13850
"As a consequence, more explicit patterns should be placed towards\n"
13851
"the top of the file. Rule patterns use exactly the same conventions\n"
13852
"as ignore patterns. See :doc:`patterns-help` for details."
13855
#: en/help_topics/rules.txt:37
13859
#: en/help_topics/rules.txt:39
13861
" Patterns containing square brackets or spaces should be\n"
13862
" surrounded in quotes to ensure they are correctly parsed.\n"
13865
#: en/help_topics/topics.txt:1
13867
"authentication Information on configuring authentication\n"
13868
"basic Basic commands\n"
13869
"branches Information on what a branch is\n"
13870
"bugs Bug tracker settings\n"
13871
"checkouts Information on what a checkout is\n"
13872
"commands Basic help for all commands\n"
13873
"configuration Details on the configuration settings available\n"
13874
"conflict-types Types of conflicts and what to do about them\n"
13875
"content-filters Conversion of content into/from working trees\n"
13876
"criss-cross Information on criss-cross merging\n"
13877
"current-formats Current storage formats\n"
13878
"debug-flags Options to show or record debug information\n"
13879
"diverged-branches How to fix diverged branches\n"
13880
"env-variables Environment variable names and values\n"
13881
"eol Information on end-of-line handling\n"
13882
"files Information on configuration and log files\n"
13883
"formats Information on choosing a storage format\n"
13884
"global-options Options that control how Bazaar runs\n"
13885
"hidden-commands All hidden commands\n"
13886
"hooks Points at which custom processing can be added\n"
13887
"launchpad Using Bazaar with Launchpad.net\n"
13888
"location-alias Aliases for remembered locations\n"
13889
"log-formats Details on the logging formats available\n"
13890
"other-formats Experimental and deprecated storage formats\n"
13891
"patterns Information on the pattern syntax\n"
13892
"repositories Basic information on shared repositories.\n"
13893
"revisionspec Explain how to use --revision\n"
13894
"rules Information on defining rule-based preferences\n"
13895
"standalone-trees Information on what a standalone tree is\n"
13896
"standard-options Options that can be used with any command\n"
13897
"status-flags Help on status flags\n"
13898
"sync-for-reconfigure Steps to resolve \"out-of-sync\" when reconfiguring\n"
13899
"topics Topics list\n"
13900
"url-special-chars Special character handling in URLs\n"
13901
"urlspec Supported transport protocols\n"
13902
"working-trees Information on working trees\n"
13905
#: en/help_topics/url-special-chars.txt:1
13907
"Special character handling in URLs\n"
13908
"=================================="
13911
#: en/help_topics/url-special-chars.txt:4
13912
msgid "Bazaar allows locations to be specified in multiple ways, either:"
13915
#: en/help_topics/url-special-chars.txt:6
13916
msgid " * Fully qualified URLs"
13919
#: en/help_topics/url-special-chars.txt:8
13920
msgid " * File system paths, relative or absolute"
13921
msgstr " * Rutas de sistemas de archivo, relativas o absolutas"
13923
#: en/help_topics/url-special-chars.txt:10
13925
"Internally bzr treats all locations as URLs. For any file system paths\n"
13926
"that are specified it will automatically determine the appropriate URL\n"
13927
"representation, and escape special characters where necessary."
13930
#: en/help_topics/url-special-chars.txt:14
13932
"There are a few characters which have special meaning in URLs and need "
13934
"handling to avoid ambiguities. Characters can be escaped with a % and a hex\n"
13935
"value in URLs. Any non-ASCII characters in a file path will automatically "
13937
"urlencoded when the path is converted to a URL."
13940
#: en/help_topics/url-special-chars.txt:19
13942
"URLs represent non-ASCII characters in an encoding defined by the server, "
13944
"usually UTF-8. The % escapes should be of the UTF-8 bytes. Bazaar tries to "
13946
"generous in what it accepts as a URL and to print them in a way that\n"
13947
"will be readable."
13950
#: en/help_topics/url-special-chars.txt:24
13952
"For example, if you have a directory named '/tmp/%2False' these are all "
13954
"ways of accessing the content (0x2F, or 47, is the ASCII code for forward "
13958
#: en/help_topics/url-special-chars.txt:27
13961
" bzr log /tmp/%2False\n"
13962
" bzr log %2False\n"
13963
" bzr log file:///tmp/%252False\n"
13964
" bzr log file://localhost/tmp/%252False\n"
13965
" bzr log file:%252False"
13968
" bzr log /tmp/%2False\n"
13969
" bzr log %2False\n"
13970
" bzr log file:///tmp/%252False\n"
13971
" bzr log file://localhost/tmp/%252False\n"
13972
" bzr log file:%252False"
13974
#: en/help_topics/url-special-chars.txt:34
13975
msgid "These are valid but do not refer to the same file::"
13976
msgstr "Estas son válidas pero no se refieren al mismo archivo::"
13978
#: en/help_topics/url-special-chars.txt:36
13980
" bzr log file:///tmp/%2False (refers to a file called /tmp/\\/alse)\n"
13981
" bzr log %252False (refers to a file called /tmp/%252False)"
13983
" bzr log file:///tmp/%2Falso (se refiere al archivo llamado /tmp/\\/also)\n"
13984
" bzr log %252Falso (se refiere al archivo llamado /tmp/%252Falso)"
13986
#: en/help_topics/url-special-chars.txt:39
13988
"Comma also has special meaning in URLs, because it denotes `segment "
13992
#: en/help_topics/url-special-chars.txt:41
13994
"_`segment parameters`: http://www.ietf.org/rfc/rfc3986.txt (section 3.3)"
13997
#: en/help_topics/url-special-chars.txt:43
13999
"Comma is also special in any file system paths that are specified. To use a "
14001
"comma in a file system path, specify a URL and URL encode the comma::"
14004
#: en/help_topics/url-special-chars.txt:46
14006
" bzr log foo,branch=bla # path \"foo\" with the segment parameter "
14007
"\"branch\" set to \"bla\"\n"
14008
" bzr log file:foo%2Cbranch=bla # path \"foo,branch=bla\"\n"
14009
" bzr log file:foo,branch=bla # path \"foo\" with segment parameter "
14010
"\"branch\" set to \"bla\"\n"
14013
#: en/help_topics/urlspec.txt:1
14014
msgid "URL Identifiers"
14015
msgstr "Identificadores de URL"
14017
#: en/help_topics/urlspec.txt:3
14018
msgid "Supported URL prefixes::"
14019
msgstr "Prefijos de URL permitidos:"
14021
#: en/help_topics/urlspec.txt:5
14023
" aftp:// Access using active FTP.\n"
14024
" bzr:// Fast access using the Bazaar smart server.\n"
14025
" bzr+ssh:// Fast access using the Bazaar smart server over SSH.\n"
14026
" file:// Access using the standard filesystem (default)\n"
14027
" ftp:// Access using passive FTP.\n"
14028
" http:// Read-only access of branches exported on the web.\n"
14029
" https:// Read-only access of branches exported on the web using "
14031
" sftp:// Access using SFTP (most SSH servers provide SFTP)."
14034
#: en/help_topics/urlspec.txt:14
14035
msgid "Supported modifiers::"
14036
msgstr "Modificadores permitidos:"
14038
#: en/help_topics/urlspec.txt:16
14039
msgid " gio+ Access using any GIO supported protocols."
14042
#: en/help_topics/urlspec.txt:18
14043
msgid "Bazaar supports all of the standard parts within the URL::"
14044
msgstr "Bazaar permite todas las partes estándar con el URL::"
14046
#: en/help_topics/urlspec.txt:20
14047
msgid " <protocol>://[user[:password]@]host[:port]/[path]"
14048
msgstr " <protocolo>://[usuario[:contraseña]@]anfitrión[:puerto]/[ruta]"
14050
#: en/help_topics/urlspec.txt:22
14051
msgid "allowing URLs such as::"
14052
msgstr "permitir URL tales como:"
14054
#: en/help_topics/urlspec.txt:24
14055
msgid " http://bzruser:BadPass@bzr.example.com:8080/bzr/trunk"
14056
msgstr " http://bzruser:BadPass@bzr.example.com:8080/bzr/trunk"
14058
#: en/help_topics/urlspec.txt:26
14060
"For bzr+ssh:// and sftp:// URLs, Bazaar also supports paths that begin\n"
14061
"with '~' as meaning that the rest of the path should be interpreted\n"
14062
"relative to the remote user's home directory. For example if the user\n"
14063
"``remote`` has a home directory of ``/home/remote`` on the server\n"
14064
"shell.example.com, then::"
14067
#: en/help_topics/urlspec.txt:32
14068
msgid " bzr+ssh://remote@shell.example.com/~/myproject/trunk"
14069
msgstr " bzr+ssh://remote@shell.example.com/~/myproject/trunk"
14071
#: en/help_topics/urlspec.txt:34
14072
msgid "would refer to ``/home/remote/myproject/trunk``."
14073
msgstr "re refieren a «/home/remote/myproject/trunk»."
14075
#: en/help_topics/urlspec.txt:36
14077
"Many commands that accept URLs also accept location aliases too.\n"
14078
"See :doc:`location-alias-help` and :doc:`url-special-chars-help`.\n"
14080
"Muchas órdenes que aceptan URL también aceptan alias de ubicaciones.\n"
14081
"Vea :doc:`location-alias-help` y :doc:`url-special-chars-help`.\n"