15
15
"Content-Type: text/plain; charset=UTF-8\n"
16
16
"Content-Transfer-Encoding: 8bit\n"
17
17
"Plural-Forms: nplurals=2; plural=n > 1;\n"
18
"X-Launchpad-Export-Date: 2012-07-04 04:33+0000\n"
19
"X-Generator: Launchpad (build 15544)\n"
18
"X-Launchpad-Export-Date: 2012-07-11 04:34+0000\n"
19
"X-Generator: Launchpad (build 15593)\n"
22
22
msgid "skipping {0} (larger than {1} of {2} bytes)"
23
23
msgstr "saltar {0} (maior que {1} de {2} bytes)"
25
#: bzrlib/branch.py:872
25
#: bzrlib/branch.py:854
27
27
msgstr "Desempilhar"
29
#: bzrlib/branch.py:3205
29
#: bzrlib/branch.py:2955
31
31
msgid "Pushed up to revision %d."
32
32
msgstr "Enviar para revisão %d."
34
#: bzrlib/branch.py:3207
34
#: bzrlib/branch.py:2957
36
36
msgid "%d tag updated."
37
37
msgid_plural "%d tags updated."
38
38
msgstr[0] "%d tag atualizada."
39
39
msgstr[1] "%d tags atualizadas."
41
#: bzrlib/branch.py:3210
41
#: bzrlib/branch.py:2960
42
42
msgid "No new revisions or tags to push."
43
43
msgstr "Nenhuma revisão ou tags para enviar."
45
#: bzrlib/branch.py:3212
45
#: bzrlib/branch.py:2962
46
46
msgid "No new revisions to push."
47
47
msgstr "Nenhuma revisão para enviar."
49
#: bzrlib/branch.py:3232
49
#: bzrlib/branch.py:2982
50
50
msgid "checked branch {0} format {1}"
51
51
msgstr "verificado o ramo {0} formato {1}"
53
#: bzrlib/branch.py:3235
53
#: bzrlib/branch.py:2985
55
55
msgid "found error:%s"
56
56
msgstr "erro encontrado:%s"
58
#: bzrlib/builtins.py:209 bzrlib/builtins.py:3016 bzrlib/workingtree.py:315
58
#: bzrlib/builtins.py:251 bzrlib/builtins.py:3045 bzrlib/workingtree.py:323
60
60
msgid "Ignoring files outside view. View is %s"
61
61
msgstr "Ignorando arquivos fora da visualização. A visualização é %s"
63
#: bzrlib/builtins.py:218
63
#: bzrlib/builtins.py:260
65
65
msgid "bzr %s --revision takes exactly one revision identifier"
66
66
msgstr "bzr %s --revision produz exatamente o identificador da revisão"
68
#: bzrlib/builtins.py:303
68
#: bzrlib/builtins.py:315
69
69
msgid "Display status summary."
70
70
msgstr "Mostrar o resumo do estado."
72
#: bzrlib/builtins.py:305
72
#: bzrlib/builtins.py:317
74
74
"This reports on versioned and unknown files, reporting them\n"
75
75
"grouped by state. Possible states are:"
206
206
"duas revisões, passe uma intervalo de revisões como argumento.\n"
207
207
"Isto irá produzir os mesmos resultados de 'bzr diff --summarize'."
209
#: bzrlib/builtins.py:363
209
#: bzrlib/builtins.py:375
210
210
msgid "Use short status indicators."
211
211
msgstr "Use indicadores de status curto."
213
#: bzrlib/builtins.py:365
213
#: bzrlib/builtins.py:377
214
214
msgid "Only show versioned files."
215
215
msgstr "Mostrar apenas arquivos versionados."
217
#: bzrlib/builtins.py:367
217
#: bzrlib/builtins.py:379
218
218
msgid "Don't show pending merges."
219
219
msgstr "Não mostrar mesclagens pendentes."
221
#: bzrlib/builtins.py:370
221
#: bzrlib/builtins.py:382
222
222
msgid "Do not mark object type using indicator."
223
223
msgstr "Não marque o tipo do objeto através do indicador."
225
#: bzrlib/builtins.py:385
225
#: bzrlib/builtins.py:397
226
226
msgid "bzr status --revision takes exactly one or two revision specifiers"
228
228
"bzr status --revision produz exatamente um ou dois especificadores de revisão"
230
#: bzrlib/builtins.py:429 bzrlib/builtins.py:5183
230
#: bzrlib/builtins.py:441 bzrlib/builtins.py:5230
231
231
msgid "You can only supply one of revision_id or --revision"
232
232
msgstr "Você só pode fornecer um entre revision_id e --revision"
234
#: bzrlib/builtins.py:432 bzrlib/builtins.py:5185
234
#: bzrlib/builtins.py:444 bzrlib/builtins.py:5232
235
235
msgid "You must supply either --revision or a revision_id"
236
236
msgstr "Você deve fornecer qualquer um entre --revision e revision_id"
238
#: bzrlib/builtins.py:439
238
#: bzrlib/builtins.py:451
240
240
msgid "Repository %r does not support access to raw revision texts"
241
241
msgstr "O repositório %r não suporta acesso a textos de revisão tipo raw"
243
#: bzrlib/builtins.py:450
243
#: bzrlib/builtins.py:462
244
244
msgid "The repository {0} contains no revision {1}."
245
245
msgstr "O repositório {0} não contém revisão {1}."
247
#: bzrlib/builtins.py:457
247
#: bzrlib/builtins.py:469
248
248
msgid "You cannot specify a NULL revision."
249
249
msgstr "Você não pode especificar uma revisão NULL."
251
#: bzrlib/builtins.py:549
251
#: bzrlib/builtins.py:561
252
252
msgid "Remove the working tree from a given branch/checkout."
254
254
"Remover a árvore de trabalho a partir de um determinado ramo/projeto obtido."
256
#: bzrlib/builtins.py:551
256
#: bzrlib/builtins.py:563
258
258
"Since a lightweight checkout is little more than a working tree\n"
259
259
"this will refuse to run against one."
261
261
"Desde um checkout leve é pouco mais do que uma árvore de trabalho\n"
262
262
"isso vai se recusar a executar contra um."
264
#: bzrlib/builtins.py:554
264
#: bzrlib/builtins.py:566
265
265
msgid "To re-create the working tree, use \"bzr checkout\"."
266
266
msgstr "Para recriar a árvore de trabalho, use \"bzr checkout\"."
268
#: bzrlib/builtins.py:560
268
#: bzrlib/builtins.py:572
270
270
"Remove the working tree even if it has uncommitted or shelved changes."
272
272
"Remover a árvore de trabalho, mesmo que tenha mudanças não confirmadas ou "
275
#: bzrlib/builtins.py:574
275
#: bzrlib/builtins.py:586
276
276
msgid "No working tree to remove"
277
277
msgstr "Nenhuma árvore de trabalho para remover"
279
#: bzrlib/builtins.py:576
279
#: bzrlib/builtins.py:588
280
280
msgid "You cannot remove the working tree of a remote path"
281
281
msgstr "Você não pode remover a árvore de trabalho de um caminho remoto"
283
#: bzrlib/builtins.py:585
283
#: bzrlib/builtins.py:597
284
284
msgid "You cannot remove the working tree from a lightweight checkout"
285
285
msgstr "Você não pode remover a árvore de trabalho de um projeto importado"
287
#: bzrlib/builtins.py:625
287
#: bzrlib/builtins.py:637
289
289
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
290
290
"instead. Use \"--force\" if you are sure you want to reset the working tree."
301
301
", o cabeçalho parece estar corrompido, tente passar -r -1 para definir o "
302
302
"estado como última submissão"
304
#: bzrlib/builtins.py:640
304
#: bzrlib/builtins.py:652
305
305
msgid "failed to reset the tree state{0}"
306
306
msgstr "falhou para redefinir o estado da árvore{0}"
308
#: bzrlib/builtins.py:644
308
#: bzrlib/builtins.py:656
309
309
msgid "Show current revision number."
310
310
msgstr "Mostrar o número da revisão atual."
312
#: bzrlib/builtins.py:646
312
#: bzrlib/builtins.py:658
313
313
msgid "This is equal to the number of revisions on this branch."
314
314
msgstr "Este é equivalente ao número de revisões no ramo."
316
#: bzrlib/builtins.py:659
316
#: bzrlib/builtins.py:671
317
317
msgid "--tree and --revision can not be used together"
318
318
msgstr "--tre e --revision não podem ser usados juntos"
320
#: bzrlib/builtins.py:676 bzrlib/builtins.py:5967
320
#: bzrlib/builtins.py:688 bzrlib/builtins.py:5986
321
321
msgid "Tags can only be placed on a single revision, not on a range"
323
323
"Tags podem apenas serem colocadas em uma revisão simples, não em um intervalo"
325
#: bzrlib/builtins.py:700
325
#: bzrlib/builtins.py:712
326
326
msgid "Show revno of working tree."
327
327
msgstr "Mostrar número de revisão da árvore de trabalho."
329
#: bzrlib/builtins.py:748
329
#: bzrlib/builtins.py:760
330
330
msgid "Add specified files or directories."
331
331
msgstr "Adicionar arquivos ou diretórios especificados."
333
#: bzrlib/builtins.py:750
333
#: bzrlib/builtins.py:762
335
335
"In non-recursive mode, all the named items are added, regardless\n"
336
336
"of whether they were previously ignored. A warning is given if\n"
434
434
"add.maximum_file_size serão pulados. Itens nomeados nunca são pulados\n"
435
435
"devido ao tamanho do arquivo."
437
#: bzrlib/builtins.py:794
437
#: bzrlib/builtins.py:806
438
438
msgid "Don't recursively add the contents of directories."
439
439
msgstr "Não adiciona recursivamente o conteúdo dos diretórios."
441
#: bzrlib/builtins.py:800
441
#: bzrlib/builtins.py:813
442
442
msgid "Lookup file ids from this tree."
443
443
msgstr "Pesquisa de arquivo por ids nesta árvore"
445
#: bzrlib/builtins.py:836
445
#: bzrlib/builtins.py:849
446
446
msgid "ignored {0} matching \"{1}\"\n"
447
447
msgstr "ignorado {0} correspondente a \"{1}\"\n"
449
#: bzrlib/builtins.py:841
449
#: bzrlib/builtins.py:854
450
450
msgid "Create a new versioned directory."
451
451
msgstr "Criar um novo diretório versionado."
453
#: bzrlib/builtins.py:843
453
#: bzrlib/builtins.py:856
454
454
msgid "This is equivalent to creating the directory and then adding it."
455
455
msgstr "Isto é equivalente a criar o diretório e depois adicioná-lo."
457
#: bzrlib/builtins.py:850
457
#: bzrlib/builtins.py:863
458
458
msgid "No error if existing, make parent directories as needed."
459
459
msgstr "Nenhum erro existente, cria diretórios pais conforme necessário."
461
#: bzrlib/builtins.py:884
461
#: bzrlib/builtins.py:897
463
463
msgid "added %s\n"
464
464
msgstr "%s adicionado\n"
466
#: bzrlib/builtins.py:926
466
#: bzrlib/builtins.py:939
468
468
msgid "invalid kind %r specified"
469
469
msgstr "tipo especificado %r é inválido"
471
#: bzrlib/builtins.py:963
471
#: bzrlib/builtins.py:976
472
472
msgid "Move or rename a file."
473
473
msgstr "Mover ou renomear um arquivo."
475
#: bzrlib/builtins.py:965
475
#: bzrlib/builtins.py:978
476
476
msgid " bzr mv SOURCE... DESTINATION"
477
477
msgstr " bzr mv ORIGEM... DESTINO"
479
#: bzrlib/builtins.py:967
479
#: bzrlib/builtins.py:980
481
481
"If the last argument is a versioned directory, all the other names\n"
482
482
"are moved into it. Otherwise, there must be exactly two arguments\n"
500
500
"seu inventário interno para refletir essa mudança. O mesmo é válido \n"
501
501
"quando se deslocam muitos arquivos de ORIGEM para um DESTINO."
503
#: bzrlib/builtins.py:977
503
#: bzrlib/builtins.py:990
504
504
msgid "Files cannot be moved between branches."
505
505
msgstr "Os arquivos não podem ser movidos entre os ramos."
507
#: bzrlib/builtins.py:984
507
#: bzrlib/builtins.py:997
509
509
"Move only the bzr identifier of the file, because the file has already been "
512
512
"Mover apenas o identificador bzr do arquivo, porque o arquivo já foi movido."
514
#: bzrlib/builtins.py:986
514
#: bzrlib/builtins.py:999
515
515
msgid "Automatically guess renames."
516
516
msgstr "Prever que será renomeado automaticamente."
518
#: bzrlib/builtins.py:987
518
#: bzrlib/builtins.py:1000
519
519
msgid "Avoid making changes when guessing renames."
520
520
msgstr "Evite fazer alterações quando prever que será renomeado."
522
#: bzrlib/builtins.py:996
522
#: bzrlib/builtins.py:1009
523
523
msgid "--dry-run requires --auto."
524
524
msgstr "--dry-run requer --auto."
526
#: bzrlib/builtins.py:1000
526
#: bzrlib/builtins.py:1013
527
527
msgid "missing file argument"
528
528
msgstr "falta argumento de arquivo"
530
#: bzrlib/builtins.py:1004
530
#: bzrlib/builtins.py:1017
531
531
msgid "can not move root of branch"
532
532
msgstr "não é possível mover a raiz do ramo"
534
#: bzrlib/builtins.py:1010
534
#: bzrlib/builtins.py:1023
535
535
msgid "Only one path may be specified to --auto."
536
536
msgstr "Apenas um caminho deve ser especificado para --auto."
538
#: bzrlib/builtins.py:1013
538
#: bzrlib/builtins.py:1026
539
539
msgid "--after cannot be specified with --auto."
540
540
msgstr "--after não pode ser especificado com --auto."
542
#: bzrlib/builtins.py:1050
542
#: bzrlib/builtins.py:1062
543
543
msgid "to mv multiple files the destination must be a versioned directory"
545
545
"para mover múltiplos arquivos, o destino deve ser um diretório versionado"
547
#: bzrlib/builtins.py:1102
547
#: bzrlib/builtins.py:1114
548
548
msgid "Turn this branch into a mirror of another branch."
549
549
msgstr "Transformar esse ramo em um espelho de outro ramo."
551
#: bzrlib/builtins.py:1104
551
#: bzrlib/builtins.py:1116
553
553
"By default, this command only works on branches that have not diverged.\n"
554
554
"Branches are considered diverged if the destination branch's most recent \n"
634
634
"Realizar uma extração local em uma ramificação limite. Extrações locais não "
635
635
"são aplicadas na ramificação mestre."
637
#: bzrlib/builtins.py:1168
637
#: bzrlib/builtins.py:1189
638
638
msgid "Need working tree for --show-base."
639
639
msgstr "Necessário a árvore de trabalho para --show-base."
641
#: bzrlib/builtins.py:1184
641
#: bzrlib/builtins.py:1205
642
642
msgid "No pull location known or specified."
643
643
msgstr "Nenhuma localização de extração conhecida ou especificada"
645
#: bzrlib/builtins.py:1190
645
#: bzrlib/builtins.py:1211
647
647
msgid "Using saved parent location: %s\n"
648
648
msgstr "Usando a localização pai salva: %s\n"
650
#: bzrlib/builtins.py:1197 bzrlib/builtins.py:4393
650
#: bzrlib/builtins.py:1218 bzrlib/builtins.py:4425
651
651
msgid "Cannot use -r with merge directives or bundles"
652
652
msgstr "Não foi possível usar -r com diretivas mescladas ou empacotadas"
654
#: bzrlib/builtins.py:1238
654
#: bzrlib/builtins.py:1261
655
655
msgid "Update a mirror of this branch."
656
656
msgstr "Atualização de um espelho deste ramo."
658
#: bzrlib/builtins.py:1240
658
#: bzrlib/builtins.py:1263
660
660
"The target branch will not have its working tree populated because this\n"
661
661
"is both expensive, and is not supported on remote file systems."
861
865
"não tem ainda um diretório de controle. Esta opção irá permitir o ramo de "
864
#: bzrlib/builtins.py:1403
868
#: bzrlib/builtins.py:1436
865
869
msgid "Bind new branch to from location."
866
870
msgstr "Vincular novo ramo a partir da localização."
868
#: bzrlib/builtins.py:1450
872
#: bzrlib/builtins.py:1483
870
874
msgid "Target directory \"%s\" already exists."
871
875
msgstr "Diretório alvo \"%s\" já existe."
873
#: bzrlib/builtins.py:1462
877
#: bzrlib/builtins.py:1495
875
879
msgid "Parent of \"%s\" does not exist."
876
880
msgstr "Pasta pai de \"%s\" não existe."
878
#: bzrlib/builtins.py:1481
882
#: bzrlib/builtins.py:1514
879
883
msgid "The branch {0} has no revision {1}."
880
884
msgstr "O ramo {0} não tem revisão {1}."
882
#: bzrlib/builtins.py:1496 bzrlib/push.py:53
886
#: bzrlib/builtins.py:1529 bzrlib/push.py:53
884
888
msgid "Created new stacked branch referring to %s."
885
889
msgstr "Criado novo ramo empilhado referente a %s."
887
#: bzrlib/builtins.py:1500
891
#: bzrlib/builtins.py:1533
889
893
msgid "Branched %d revision."
890
894
msgid_plural "Branched %d revisions."
891
895
msgstr[0] "Revisão %d ramificada."
892
896
msgstr[1] "Revisões %d ramificadas."
894
#: bzrlib/builtins.py:1505
898
#: bzrlib/builtins.py:1538
896
900
msgid "New branch bound to %s"
897
901
msgstr "Novo ramo ligado a %s"
899
#: bzrlib/builtins.py:1510 bzrlib/builtins.py:6256
903
#: bzrlib/builtins.py:1543 bzrlib/builtins.py:6280
901
905
msgid "Switched to branch: %s"
902
906
msgstr "Trocado para o ramo: %s"
904
#: bzrlib/builtins.py:1515
908
#: bzrlib/builtins.py:1548
905
909
msgid "List the branches available at the current location."
906
910
msgstr "Lista os ramos disponíveis na localização atual."
908
#: bzrlib/builtins.py:1517
912
#: bzrlib/builtins.py:1550
910
914
"This command will print the names of all the branches at the current\n"
912
916
msgstr "Esse comando irá mostrar os nomes de todos os ramos no local atual."
914
#: bzrlib/builtins.py:1524
918
#: bzrlib/builtins.py:1557
916
920
"Recursively scan for branches rather than just looking in the specified "
1163
1167
"estatísticas básicas (como o número de arquivos na árvore de trabalho e "
1164
1168
"número de revisões no ramo e repositório):"
1166
#: bzrlib/builtins.py:1805
1170
#: bzrlib/builtins.py:1835
1167
1171
msgid " bzr info -v"
1168
1172
msgstr " bzr info -v"
1170
#: bzrlib/builtins.py:1807
1174
#: bzrlib/builtins.py:1837
1171
1175
msgid " Display the above together with number of committers to the branch:"
1172
1176
msgstr " Mostrar acima junto com o número de committers para o ramo:"
1174
#: bzrlib/builtins.py:1809
1178
#: bzrlib/builtins.py:1839
1175
1179
msgid " bzr info -vv"
1176
1180
msgstr " bzr info -vv"
1178
#: bzrlib/builtins.py:1828
1182
#: bzrlib/builtins.py:1858
1179
1183
msgid "Remove files or directories."
1180
1184
msgstr "Remove arquivos ou diretórios."
1182
#: bzrlib/builtins.py:1830
1186
#: bzrlib/builtins.py:1860
1184
1188
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
1185
1189
"delete them if they can easily be recovered using revert otherwise they\n"
1186
"will be backed up (adding an extention of the form .~#~). If no options or\n"
1190
"will be backed up (adding an extension of the form .~#~). If no options or\n"
1187
1191
"parameters are given Bazaar will scan for files that are being tracked by\n"
1188
1192
"Bazaar but missing in your tree and stop tracking them for you."
1191
#: bzrlib/builtins.py:1838
1195
#: bzrlib/builtins.py:1868
1192
1196
msgid "Only remove files that have never been committed."
1193
1197
msgstr "Remover apenas arquivos que nunca foram enviados."
1195
#: bzrlib/builtins.py:1840
1199
#: bzrlib/builtins.py:1870
1196
1200
msgid "The file deletion mode to be used."
1197
1201
msgstr "O modo de exclusão do arquivo a ser utilizado."
1199
#: bzrlib/builtins.py:1841
1203
#: bzrlib/builtins.py:1871
1200
1204
msgid "Deletion Strategy"
1201
1205
msgstr "Estratégia de exclusão"
1203
#: bzrlib/builtins.py:1842
1207
#: bzrlib/builtins.py:1872
1204
1208
msgid "Backup changed files (default)."
1205
1209
msgstr "Backup de arquivos alterados (padrão)."
1207
#: bzrlib/builtins.py:1843
1211
#: bzrlib/builtins.py:1873
1208
1212
msgid "Delete from bzr but leave the working copy."
1209
1213
msgstr "Excluir do brz mas deixe a cópia de trabalho."
1211
#: bzrlib/builtins.py:1844
1215
#: bzrlib/builtins.py:1874
1212
1216
msgid "Don't backup changed files."
1213
1217
msgstr "Não faça backup de arquivos alterados."
1215
#: bzrlib/builtins.py:1845
1219
#: bzrlib/builtins.py:1875
1217
1221
"Delete all the specified files, even if they can not be recovered and even "
1218
1222
"if they are non-empty directories. (deprecated, use no-backup)"
1523
1527
" Mostra a diferença da árvore de trabalho em relação a última submissão::"
1525
#: bzrlib/builtins.py:2223
1529
#: bzrlib/builtins.py:2253
1526
1530
msgid " bzr diff"
1527
1531
msgstr " bzr diff"
1529
#: bzrlib/builtins.py:2225
1533
#: bzrlib/builtins.py:2255
1530
1534
msgid " Difference between the working tree and revision 1::"
1531
1535
msgstr " Diferença entre a árvore de trabalho e a revisão 1::"
1533
#: bzrlib/builtins.py:2227
1537
#: bzrlib/builtins.py:2257
1534
1538
msgid " bzr diff -r1"
1535
1539
msgstr " bzr diff -r1"
1537
#: bzrlib/builtins.py:2229
1541
#: bzrlib/builtins.py:2259
1538
1542
msgid " Difference between revision 3 and revision 1::"
1539
1543
msgstr " Diferença entre a revisão 3 e a revisão 1::"
1541
#: bzrlib/builtins.py:2231
1545
#: bzrlib/builtins.py:2261
1542
1546
msgid " bzr diff -r1..3"
1543
1547
msgstr " bzr diff -r1..3"
1545
#: bzrlib/builtins.py:2233
1549
#: bzrlib/builtins.py:2263
1546
1550
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1547
1551
msgstr " Diferença entre a revisão 3 e a revisão 1 para o ramo xxx::"
1549
#: bzrlib/builtins.py:2235
1553
#: bzrlib/builtins.py:2265
1550
1554
msgid " bzr diff -r1..3 xxx"
1551
1555
msgstr " bzr diff -r1..3 xxx"
1553
#: bzrlib/builtins.py:2237
1557
#: bzrlib/builtins.py:2267
1554
1558
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1556
1560
" As alterações introduzidas pela revisão 2 (equivalente a -r1..2)::"
1558
#: bzrlib/builtins.py:2239
1562
#: bzrlib/builtins.py:2269
1559
1563
msgid " bzr diff -c2"
1560
1564
msgstr " bzr diff -c2"
1562
#: bzrlib/builtins.py:2241
1566
#: bzrlib/builtins.py:2271
1564
1568
" To see the changes introduced by revision X::\n"
1588
1592
" As mudanças entre a versão atual e a versão anterior\n"
1589
1593
" (equivalente a -c-1 e -r-2..-1)"
1591
#: bzrlib/builtins.py:2254
1595
#: bzrlib/builtins.py:2284
1592
1596
msgid " bzr diff -r-2.."
1593
1597
msgstr " bzr diff -r-2.."
1595
#: bzrlib/builtins.py:2256
1599
#: bzrlib/builtins.py:2286
1596
1600
msgid " Show just the differences for file NEWS::"
1597
1601
msgstr " Mostrar somente as diferenças para o arquivo NEWS::"
1599
#: bzrlib/builtins.py:2258
1603
#: bzrlib/builtins.py:2288
1600
1604
msgid " bzr diff NEWS"
1601
1605
msgstr " bzr diff NEWS"
1603
#: bzrlib/builtins.py:2260
1607
#: bzrlib/builtins.py:2290
1604
1608
msgid " Show the differences in working tree xxx for file NEWS::"
1606
1610
" Mostrar as diferenças na árvore de trabalho xxx para o arquivo NEWS::"
1608
#: bzrlib/builtins.py:2262
1612
#: bzrlib/builtins.py:2292
1609
1613
msgid " bzr diff xxx/NEWS"
1610
1614
msgstr " bzr diff xxx/NEWS"
1612
#: bzrlib/builtins.py:2264
1616
#: bzrlib/builtins.py:2294
1613
1617
msgid " Show the differences from branch xxx to this working tree:"
1614
1618
msgstr " Mostrar as diferenças do ramo xxx para esta árvore de trabalho:"
1616
#: bzrlib/builtins.py:2266
1620
#: bzrlib/builtins.py:2296
1617
1621
msgid " bzr diff --old xxx"
1618
1622
msgstr " bzr diff --old xxx"
1620
#: bzrlib/builtins.py:2268
1624
#: bzrlib/builtins.py:2298
1621
1625
msgid " Show the differences between two branches for file NEWS::"
1622
1626
msgstr " Mostrar as diferenças entre dois ramos para o aquivo NEWS::"
1624
#: bzrlib/builtins.py:2270
1628
#: bzrlib/builtins.py:2300
1625
1629
msgid " bzr diff --old xxx --new yyy NEWS"
1626
1630
msgstr " bzr diff --old xxx --new yyy NEWS"
1628
#: bzrlib/builtins.py:2272
1632
#: bzrlib/builtins.py:2302
1629
1633
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1631
1635
" O mesmo que 'bzr diff' exceto caminhos iniciados com velho/ e novo/::"
1633
#: bzrlib/builtins.py:2274
1637
#: bzrlib/builtins.py:2304
1635
1639
" bzr diff --prefix old/:new/\n"
1645
1649
" bzr diff --using /usr/bin/diff --diff-options -wu"
1647
#: bzrlib/builtins.py:2284
1651
#: bzrlib/builtins.py:2314
1648
1652
msgid "Pass these options to the external diff program."
1649
1653
msgstr "Passar essas opções para o programa \"diff\" externo."
1651
#: bzrlib/builtins.py:2287
1655
#: bzrlib/builtins.py:2317
1653
1657
"Set prefixes added to old and new filenames, as two values separated by a "
1654
1658
"colon. (eg \"old/:new/\")."
1657
#: bzrlib/builtins.py:2290
1661
#: bzrlib/builtins.py:2320
1658
1662
msgid "Branch/tree to compare from."
1659
1663
msgstr "Árvore/ramo para a comparar estado anterior."
1661
#: bzrlib/builtins.py:2294
1665
#: bzrlib/builtins.py:2324
1662
1666
msgid "Branch/tree to compare to."
1663
1667
msgstr "Árvore/ramo para a comparar estado posterior."
1665
#: bzrlib/builtins.py:2300
1669
#: bzrlib/builtins.py:2330
1666
1670
msgid "Use this command to compare files."
1667
1671
msgstr "Use este comando para comparar arquivos."
1669
#: bzrlib/builtins.py:2305
1673
#: bzrlib/builtins.py:2335
1670
1674
msgid "Diff format to use."
1671
1675
msgstr "Formato a ser usado no \"diff\"."
1673
#: bzrlib/builtins.py:2307
1677
#: bzrlib/builtins.py:2337
1674
1678
msgid "Diff format"
1675
1679
msgstr "Formato do \"diff\"."
1677
#: bzrlib/builtins.py:2329
1681
#: bzrlib/builtins.py:2359
1678
1682
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1680
1684
"--prefix espera dois valores separados por dois pontos (exemplo: "
1681
1685
"\"antigo/:novo/\")"
1683
#: bzrlib/builtins.py:2333
1687
#: bzrlib/builtins.py:2363
1684
1688
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1685
1689
msgstr "bzr diff --revision espera exatamente um ou dois números de revisão"
1687
#: bzrlib/builtins.py:2338 bzrlib/builtins.py:2736 bzrlib/builtins.py:2749
1688
#: bzrlib/builtins.py:2757 bzrlib/builtins.py:4919
1691
#: bzrlib/builtins.py:2368 bzrlib/builtins.py:2765 bzrlib/builtins.py:2778
1692
#: bzrlib/builtins.py:2786 bzrlib/builtins.py:4959
1689
1693
msgid "{0} and {1} are mutually exclusive"
1690
1694
msgstr "{0} e {1} são mutuamente exclusivos"
1692
#: bzrlib/builtins.py:2358
1696
#: bzrlib/builtins.py:2388
1694
1698
"List files deleted in the working tree.\n"
2022
2026
" trading disk space for faster speed."
2025
#: bzrlib/builtins.py:2624
2029
#: bzrlib/builtins.py:2653
2026
2030
msgid "Show from oldest to newest."
2027
2031
msgstr "Mostrar mais antiga para a mais recente."
2029
#: bzrlib/builtins.py:2627
2033
#: bzrlib/builtins.py:2656
2030
2034
msgid "Show files changed in each revision."
2031
2035
msgstr "Mostrar os arquivos mudaram em cada revisão."
2033
#: bzrlib/builtins.py:2633
2037
#: bzrlib/builtins.py:2662
2034
2038
msgid "Show just the specified revision. See also \"help revisionspec\"."
2036
2040
"Mostra apenas a versão especificada. Veja também \"help revisionspec\"."
2038
#: bzrlib/builtins.py:2637
2042
#: bzrlib/builtins.py:2666
2039
2043
msgid "What names to list as authors - first, all or committer."
2042
#: bzrlib/builtins.py:2638
2046
#: bzrlib/builtins.py:2667
2043
2047
msgid "Authors"
2044
2048
msgstr "Autores"
2046
#: bzrlib/builtins.py:2643
2050
#: bzrlib/builtins.py:2672
2047
2051
msgid "Number of levels to display - 0 for all, 1 for flat."
2050
#: bzrlib/builtins.py:2653
2054
#: bzrlib/builtins.py:2682
2051
2055
msgid "Limit the output to the first N revisions."
2052
2056
msgstr "Limite a saída as primeiras N versões."
2054
#: bzrlib/builtins.py:2658
2058
#: bzrlib/builtins.py:2687
2055
2059
msgid "Show changes made in each revision as a patch."
2056
2060
msgstr "Mostrar alterações feitas em cada revisão como um caminho."
2058
#: bzrlib/builtins.py:2660
2062
#: bzrlib/builtins.py:2689
2059
2063
msgid "Show merged revisions like --levels 0 does."
2060
2064
msgstr "Mostrar versões mescladas como --levels 0 faz."
2062
#: bzrlib/builtins.py:2664
2066
#: bzrlib/builtins.py:2693
2063
2067
msgid "Do not report commits with more than one parent."
2064
2068
msgstr "Não reportar submissões com mais de um pai."
2066
#: bzrlib/builtins.py:2666
2070
#: bzrlib/builtins.py:2695
2068
2072
"Display only the revisions that are not part of both ancestries (require -"
2072
#: bzrlib/builtins.py:2670
2076
#: bzrlib/builtins.py:2699
2073
2077
msgid "Show digital signature validity."
2074
2078
msgstr "Mostrar a validade da assinatura digital."
2076
#: bzrlib/builtins.py:2673
2080
#: bzrlib/builtins.py:2702
2077
2081
msgid "Show revisions whose properties match this expression."
2078
2082
msgstr "Mostrar versões onde as propriedades coincidem com essa expressão."
2080
#: bzrlib/builtins.py:2677
2084
#: bzrlib/builtins.py:2706
2081
2085
msgid "Show revisions whose message matches this expression."
2082
2086
msgstr "Mostrar versões onde a mensagem coincide com essa expressão."
2084
#: bzrlib/builtins.py:2681
2088
#: bzrlib/builtins.py:2710
2085
2089
msgid "Show revisions whose committer matches this expression."
2088
#: bzrlib/builtins.py:2685
2092
#: bzrlib/builtins.py:2714
2089
2093
msgid "Show revisions whose authors match this expression."
2090
2094
msgstr "Mostrar versões onde os autores coincidem com essa expressão."
2092
#: bzrlib/builtins.py:2689
2096
#: bzrlib/builtins.py:2718
2093
2097
msgid "Show revisions whose bugs match this expression."
2094
2098
msgstr "Mostrar versões que tem erros que coincidem com essa expressão."
2096
#: bzrlib/builtins.py:2743
2100
#: bzrlib/builtins.py:2772
2097
2101
msgid "--exclude-common-ancestry requires -r with two revisions"
2098
2102
msgstr "--exclude-common-ancestry requer -r com duas versões."
2100
#: bzrlib/builtins.py:2771
2104
#: bzrlib/builtins.py:2800
2101
2105
#, python-format
2102
2106
msgid "Path unknown at end or start of revision range: %s"
2103
2107
msgstr "Caminho desconhecido no final ou começo do intervalo da versão: %s"
2105
#: bzrlib/builtins.py:2888
2109
#: bzrlib/builtins.py:2917
2106
2110
#, python-format
2107
2111
msgid "bzr %s doesn't accept two revisions in different branches."
2108
2112
msgstr "bzr %s não aceita duas versões em diferentes ramos."
2110
#: bzrlib/builtins.py:2904
2114
#: bzrlib/builtins.py:2933
2111
2115
#, python-format
2112
2116
msgid "bzr %s --revision takes one or two values."
2113
2117
msgstr "bzr %s --revision tem um ou dois valores."
2115
#: bzrlib/builtins.py:2949
2119
#: bzrlib/builtins.py:2978
2117
2121
"List files in a tree.\n"
2120
2124
"Lista os arquivos em uma árvore.\n"
2123
#: bzrlib/builtins.py:2958
2127
#: bzrlib/builtins.py:2987
2124
2128
msgid "Recurse into subdirectories."
2127
#: bzrlib/builtins.py:2960
2131
#: bzrlib/builtins.py:2989
2128
2132
msgid "Print paths relative to the root of the branch."
2131
#: bzrlib/builtins.py:2962
2135
#: bzrlib/builtins.py:2991
2132
2136
msgid "Print unknown files."
2133
2137
msgstr "Imprimir arquivos desconhecidos."
2135
#: bzrlib/builtins.py:2963
2139
#: bzrlib/builtins.py:2992
2136
2140
msgid "Print versioned files."
2137
2141
msgstr "Imprimir arquivos versionados."
2139
#: bzrlib/builtins.py:2966
2143
#: bzrlib/builtins.py:2995
2140
2144
msgid "Print ignored files."
2141
2145
msgstr "Imprimir arquivos ignorados."
2143
#: bzrlib/builtins.py:2968
2147
#: bzrlib/builtins.py:2997
2144
2148
msgid "List entries of a particular kind: file, directory, symlink."
2146
2150
"Lista entradas de um tipo particular: arquivo, diretório ou ligação "
2149
#: bzrlib/builtins.py:2981
2153
#: bzrlib/builtins.py:3010
2150
2154
msgid "invalid kind specified"
2151
2155
msgstr "Tipo especificado inválido"
2153
#: bzrlib/builtins.py:2984
2157
#: bzrlib/builtins.py:3013
2154
2158
msgid "Cannot set both --verbose and --null"
2155
2159
msgstr "Não se pode definir --verbose e --null ao mesmo tempo."
2157
#: bzrlib/builtins.py:2993
2161
#: bzrlib/builtins.py:3022
2158
2162
msgid "cannot specify both --from-root and PATH"
2159
2163
msgstr "Não se pode definir --from-root e CAMINHO ao mesmo tempo"
2161
#: bzrlib/builtins.py:3080
2165
#: bzrlib/builtins.py:3109
2162
2166
msgid "Ignore specified files or patterns."
2163
2167
msgstr "Ignora arquivos ou padrões especificados."
2165
#: bzrlib/builtins.py:3082
2169
#: bzrlib/builtins.py:3111
2166
2170
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
2167
2171
msgstr "Veja ``bzr help patterns`` para detalhes sobre o padrão da sintaxe."
2169
#: bzrlib/builtins.py:3084
2173
#: bzrlib/builtins.py:3113
2171
2175
"If a .bzrignore file does not exist, the ignore command\n"
2172
2176
"will create one and add the specified files or patterns to the newly\n"
2225
2229
"Para padrões de ignorar que comecem com esse carácter, use o prefixo \"RE:"
2227
#: bzrlib/builtins.py:3116
2231
#: bzrlib/builtins.py:3145
2230
2234
" Ignore the top level Makefile::"
2233
#: bzrlib/builtins.py:3119
2237
#: bzrlib/builtins.py:3148
2234
2238
msgid " bzr ignore ./Makefile"
2235
2239
msgstr " bzr ignore ./Makefile"
2237
#: bzrlib/builtins.py:3121
2241
#: bzrlib/builtins.py:3150
2238
2242
msgid " Ignore .class files in all directories...::"
2239
2243
msgstr " Ignora arquivos .class em todos os diretórios...::"
2241
#: bzrlib/builtins.py:3123
2245
#: bzrlib/builtins.py:3152
2242
2246
msgid " bzr ignore \"*.class\""
2243
2247
msgstr " bzr ignore \"*.class\""
2245
#: bzrlib/builtins.py:3125
2249
#: bzrlib/builtins.py:3154
2246
2250
msgid " ...but do not ignore \"special.class\"::"
2247
2251
msgstr " ...mas não ignora \"special.class\"::"
2249
#: bzrlib/builtins.py:3127
2253
#: bzrlib/builtins.py:3156
2250
2254
msgid " bzr ignore \"!special.class\""
2251
2255
msgstr " bzr ignore \"!special.class\""
2253
#: bzrlib/builtins.py:3129
2257
#: bzrlib/builtins.py:3158
2254
2258
msgid " Ignore files whose name begins with the \"#\" character::"
2255
2259
msgstr " Ignora arquivos cujo nome começa com o caracter \"#\"::"
2257
#: bzrlib/builtins.py:3131
2261
#: bzrlib/builtins.py:3160
2258
2262
msgid " bzr ignore \"RE:^#\""
2259
2263
msgstr " bzr ignore \"RE:^#\""
2261
#: bzrlib/builtins.py:3133 bzrlib/builtins.py:3137
2265
#: bzrlib/builtins.py:3162 bzrlib/builtins.py:3166
2262
2266
msgid " Ignore .o files under the lib directory::"
2263
2267
msgstr " Ignora arquivos .o no diretório lib::"
2265
#: bzrlib/builtins.py:3135
2269
#: bzrlib/builtins.py:3164
2266
2270
msgid " bzr ignore \"lib/**/*.o\""
2267
2271
msgstr " bzr ignore \"lib/**/*.o\""
2269
#: bzrlib/builtins.py:3139
2273
#: bzrlib/builtins.py:3168
2270
2274
msgid " bzr ignore \"RE:lib/.*\\.o\""
2271
2275
msgstr " bzr ignore \"RE:lib/.*\\.o\""
2273
#: bzrlib/builtins.py:3141
2277
#: bzrlib/builtins.py:3170
2274
2278
msgid " Ignore everything but the \"debian\" toplevel directory::"
2275
2279
msgstr " Ignora tudo exceto o diretório \"debian\" primário::"
2277
#: bzrlib/builtins.py:3143
2281
#: bzrlib/builtins.py:3172
2279
2283
" bzr ignore \"RE:(?!debian/).*\"\n"
2342
2346
"que o arquivo\n"
2343
2347
"fosse ignorado."
2345
#: bzrlib/builtins.py:3214
2349
#: bzrlib/builtins.py:3243
2346
2350
msgid "Alternatively, to list just the files::"
2347
2351
msgstr "Alternativamente, listar apenas os arquivos::"
2349
#: bzrlib/builtins.py:3216
2353
#: bzrlib/builtins.py:3245
2350
2354
msgid " bzr ls --ignored"
2351
2355
msgstr " bzr ls --ignored"
2353
#: bzrlib/builtins.py:3250
2357
#: bzrlib/builtins.py:3279
2354
2358
#, python-format
2355
2359
msgid "not a valid revision-number: %r"
2356
2360
msgstr "não é um número de revisão válido: %r"
2358
#: bzrlib/builtins.py:3257
2362
#: bzrlib/builtins.py:3286
2360
2364
"Export current or past revision to a destination directory or archive."
2361
2365
msgstr "Exporta a revisão atual ou antiga para um diretório ou arquivo."
2363
#: bzrlib/builtins.py:3259
2367
#: bzrlib/builtins.py:3288
2364
2368
msgid "If no revision is specified this exports the last committed revision."
2366
2370
"Caso nenhuma revisão seja especificada isto exporta a última versão "
2369
#: bzrlib/builtins.py:3261
2373
#: bzrlib/builtins.py:3290
2371
2375
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
2372
2376
"given, try to find the format with the extension. If no extension\n"
2373
2377
"is found exports to a directory (equivalent to --format=dir)."
2376
#: bzrlib/builtins.py:3265
2380
#: bzrlib/builtins.py:3294
2378
2382
"If root is supplied, it will be used as the root directory inside\n"
2379
2383
"container formats (tar, zip, etc). If it is not supplied it will default\n"
2380
2384
"to the exported filename. The root option has no effect for 'dir' format."
2383
#: bzrlib/builtins.py:3269
2387
#: bzrlib/builtins.py:3298
2385
2389
"If branch is omitted then the branch containing the current working\n"
2386
2390
"directory will be used."
2437
2441
"Ajuste o tempo de modificação dos arquivos para a última revisão em que eles "
2438
2442
"foram modificados."
2440
#: bzrlib/builtins.py:3300
2444
#: bzrlib/builtins.py:3329
2442
2446
"Export the working tree contents rather than that of the last revision."
2443
2447
msgstr "Exportar o conteúdo da árvore de trabalho antes da última revisão."
2445
#: bzrlib/builtins.py:3319
2449
#: bzrlib/builtins.py:3348
2446
2450
msgid "--uncommitted requires a working tree"
2447
2451
msgstr "--uncommitted requer uma árvore de trabalho"
2449
#: bzrlib/builtins.py:3328
2453
#: bzrlib/builtins.py:3357
2450
2454
#, python-format
2451
2455
msgid "Unsupported export format: %s"
2452
2456
msgstr "Formato de exportação não suportado: %s"
2454
#: bzrlib/builtins.py:3332
2458
#: bzrlib/builtins.py:3361
2456
2460
"Write the contents of a file as of a given revision to standard output."
2459
#: bzrlib/builtins.py:3334
2463
#: bzrlib/builtins.py:3363
2460
2464
msgid "If no revision is nominated, the last revision is used."
2461
2465
msgstr "Caso nenhuma revisão seja designada, a última versão é usada."
2463
#: bzrlib/builtins.py:3336
2467
#: bzrlib/builtins.py:3365
2465
2469
"Note: Take care to redirect standard output when using this command on a\n"
2469
#: bzrlib/builtins.py:3342
2473
#: bzrlib/builtins.py:3371
2470
2474
msgid "The path name in the old tree."
2471
2475
msgstr "O caminho do arquivo na antiga árvore."
2473
#: bzrlib/builtins.py:3343
2477
#: bzrlib/builtins.py:3372
2474
2478
msgid "Apply content filters to display the convenience form."
2475
2479
msgstr "Aplicar filtros de conteúdo para exibir de forma conveniente."
2477
#: bzrlib/builtins.py:3354
2481
#: bzrlib/builtins.py:3383
2478
2482
msgid "bzr cat --revision takes exactly one revision specifier"
2479
2483
msgstr "bzr cat --revision pega exatamente especificador de versão."
2481
#: bzrlib/builtins.py:3379 bzrlib/builtins.py:3391
2485
#: bzrlib/builtins.py:3408 bzrlib/builtins.py:3420
2482
2486
msgid "{0!r} is not present in revision {1}"
2483
2487
msgstr "{0!r} não está presente na versão {1}"
2485
#: bzrlib/builtins.py:3414
2489
#: bzrlib/builtins.py:3443
2486
2490
msgid "Commit changes into a new revision."
2487
2491
msgstr "Submeter alterações para uma nova versão."
2489
#: bzrlib/builtins.py:3416
2493
#: bzrlib/builtins.py:3445
2491
2495
"An explanatory message needs to be given for each commit. This is\n"
2492
2496
"often done by using the --message option (getting the message from the\n"
2496
2500
"boilerplate text loaded into the editor, use the --show-diff option."
2499
#: bzrlib/builtins.py:3423
2503
#: bzrlib/builtins.py:3452
2501
2505
"By default, the entire tree is committed and the person doing the\n"
2502
2506
"commit is assumed to be the author. These defaults can be overridden\n"
2503
2507
"as explained below."
2506
#: bzrlib/builtins.py:3427
2510
#: bzrlib/builtins.py:3456
2507
2511
msgid ":Selective commits:"
2508
2512
msgstr ":Submissões seletivas:"
2510
#: bzrlib/builtins.py:3429
2514
#: bzrlib/builtins.py:3458
2512
2516
" If selected files are specified, only changes to those files are\n"
2513
2517
" committed. If a directory is specified then the directory and\n"
2514
2518
" everything within it is committed."
2517
#: bzrlib/builtins.py:3433
2521
#: bzrlib/builtins.py:3462
2519
2523
" When excludes are given, they take precedence over selected files.\n"
2520
2524
" For example, to commit only changes within foo, but not changes\n"
2521
2525
" within foo/bar::"
2524
#: bzrlib/builtins.py:3437
2528
#: bzrlib/builtins.py:3466
2525
2529
msgid " bzr commit foo -x foo/bar"
2526
2530
msgstr " bzr commit foo -x foo/bar"
2528
#: bzrlib/builtins.py:3439
2532
#: bzrlib/builtins.py:3468
2529
2533
msgid " A selective commit after a merge is not yet supported."
2532
#: bzrlib/builtins.py:3441
2536
#: bzrlib/builtins.py:3470
2533
2537
msgid ":Custom authors:"
2536
#: bzrlib/builtins.py:3443
2540
#: bzrlib/builtins.py:3472
2538
2542
" If the author of the change is not the same person as the committer,\n"
2539
2543
" you can specify the author's name using the --author option. The\n"
2604
2608
"Defina uma data de submissão manualmente usando formato de data de "
2605
2609
"submissão, ex. '2009-10-10 08:00:00 +0100'."
2607
#: bzrlib/builtins.py:3492
2611
#: bzrlib/builtins.py:3521
2608
2612
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2610
2614
"Marque um bug como estando corrigido por esta versão (ver \"bzr help bugs\")."
2612
#: bzrlib/builtins.py:3495
2616
#: bzrlib/builtins.py:3524
2613
2617
msgid "Set the author's name, if it's different from the committer."
2615
2619
"Defina o nome do autor, se este for diferente do usuário que submeteu."
2617
#: bzrlib/builtins.py:3498
2621
#: bzrlib/builtins.py:3527
2619
2623
"Perform a local commit in a bound branch. Local commits are not pushed to "
2620
2624
"the master branch until a normal commit is performed."
2623
#: bzrlib/builtins.py:3504
2627
#: bzrlib/builtins.py:3533
2625
2629
"When no message is supplied, show the diff along with the status summary in "
2626
2630
"the message editor."
2629
#: bzrlib/builtins.py:3507
2633
#: bzrlib/builtins.py:3536
2631
2635
"When committing to a foreign version control system do not push data that "
2632
2636
"can not be natively represented."
2635
#: bzrlib/builtins.py:3525
2639
#: bzrlib/builtins.py:3554
2636
2640
#, python-format
2638
2642
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2702
2706
"Conflitos detectados na árvore de trabalho. Use \"bzr conflicts\" para "
2703
2707
"listar, \"bzr resolve FILE\" para decidir."
2705
#: bzrlib/builtins.py:3670
2709
#: bzrlib/builtins.py:3699
2706
2710
msgid "Commit refused because there are unknown files in the working tree."
2708
2712
"Submissão recusada por haver arquivos desconhecidos na árvore de trabalho."
2710
#: bzrlib/builtins.py:3673
2714
#: bzrlib/builtins.py:3702
2713
2717
"To commit to master branch, run update and then commit.\n"
2714
2718
"You can also pass --local to commit to continue working disconnected."
2717
#: bzrlib/builtins.py:3681
2721
#: bzrlib/builtins.py:3710
2719
2723
"Validate working tree structure, branch consistency and repository history."
2722
#: bzrlib/builtins.py:3683
2726
#: bzrlib/builtins.py:3712
2724
2728
"This command checks various invariants about branch and repository storage\n"
2725
2729
"to detect data corruption or bzr bugs."
2728
#: bzrlib/builtins.py:3686
2732
#: bzrlib/builtins.py:3715
2730
2734
"The working tree and branch checks will only give output if a problem is\n"
2731
2735
"detected. The output fields of the repository check are:"
2734
#: bzrlib/builtins.py:3689
2738
#: bzrlib/builtins.py:3718
2737
2741
" This is just the number of revisions checked. It doesn't\n"
2738
2742
" indicate a problem."
2741
#: bzrlib/builtins.py:3693
2745
#: bzrlib/builtins.py:3722
2743
2747
"versionedfiles\n"
2744
2748
" This is just the number of versionedfiles checked. It\n"
2745
2749
" doesn't indicate a problem."
2748
#: bzrlib/builtins.py:3697
2752
#: bzrlib/builtins.py:3726
2750
2754
"unreferenced ancestors\n"
2751
2755
" Texts that are ancestors of other texts, but\n"
2779
2783
"encontrados\n"
2780
2784
"no local dado serão checados."
2782
#: bzrlib/builtins.py:3717
2786
#: bzrlib/builtins.py:3746
2783
2787
msgid " Check the tree and branch at 'foo'::"
2784
2788
msgstr " Cheque a árvore e ramo em 'foo'::"
2786
#: bzrlib/builtins.py:3719
2790
#: bzrlib/builtins.py:3748
2787
2791
msgid " bzr check --tree --branch foo"
2788
2792
msgstr " bzr check --tree --branch foo"
2790
#: bzrlib/builtins.py:3721
2794
#: bzrlib/builtins.py:3750
2791
2795
msgid " Check only the repository at 'bar'::"
2792
2796
msgstr " Cheque apenas o repositório em 'bar'::"
2794
#: bzrlib/builtins.py:3723
2798
#: bzrlib/builtins.py:3752
2795
2799
msgid " bzr check --repo bar"
2796
2800
msgstr " bzr check --repo bar"
2798
#: bzrlib/builtins.py:3725
2802
#: bzrlib/builtins.py:3754
2799
2803
msgid " Check everything at 'baz'::"
2800
2804
msgstr " Cheque tudo em 'baz'::"
2802
#: bzrlib/builtins.py:3727
2806
#: bzrlib/builtins.py:3756
2803
2807
msgid " bzr check baz"
2804
2808
msgstr " bzr check baz"
2806
#: bzrlib/builtins.py:3733
2810
#: bzrlib/builtins.py:3762
2807
2811
msgid "Check the branch related to the current directory."
2808
2812
msgstr "Cheque o ramo relacionado ao diretório atual."
2810
#: bzrlib/builtins.py:3735
2814
#: bzrlib/builtins.py:3764
2811
2815
msgid "Check the repository related to the current directory."
2812
2816
msgstr "Cheque o repositório relacionado ao diretório atual."
2814
#: bzrlib/builtins.py:3737
2818
#: bzrlib/builtins.py:3766
2815
2819
msgid "Check the working tree related to the current directory."
2816
2820
msgstr "Cheque a árvore de trabalho relacionada ao diretório atual."
2818
#: bzrlib/builtins.py:3751
2822
#: bzrlib/builtins.py:3780
2819
2823
msgid "Upgrade a repository, branch or working tree to a newer format."
2821
2825
"Atualize um repositório, ramo ou árvore de trabalho para um formato mais "
2824
#: bzrlib/builtins.py:3753
2828
#: bzrlib/builtins.py:3782
2826
2830
"When the default format has changed after a major new release of\n"
2827
2831
"Bazaar, you may be informed during certain operations that you\n"
2867
2871
"Para mais informações sobre atualizações, veja o Bazaar Upgrade Guide,\n"
2868
2872
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2870
#: bzrlib/builtins.py:3787
2874
#: bzrlib/builtins.py:3816
2871
2875
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
2873
2877
"Atualize para um formato específico. Veja \"bzr help formats\" para detalhes."
2875
#: bzrlib/builtins.py:3791
2879
#: bzrlib/builtins.py:3820
2876
2880
msgid "Branch format"
2877
2881
msgstr "Formato de ramo"
2879
#: bzrlib/builtins.py:3793
2883
#: bzrlib/builtins.py:3822
2880
2884
msgid "Remove the backup.bzr directory if successful."
2881
2885
msgstr "Remover o diretório backup.bzr se for bem sucedido."
2883
#: bzrlib/builtins.py:3795
2887
#: bzrlib/builtins.py:3824
2884
2888
msgid "Show what would be done, but don't actually do anything."
2885
2889
msgstr "Mostra o que seria feito, mas na realidade não faz nada."
2887
#: bzrlib/builtins.py:3810
2891
#: bzrlib/builtins.py:3839
2888
2892
msgid "Show or set bzr user id."
2889
2893
msgstr "Mostrar ou definir o id do usuário do bzr."
2891
#: bzrlib/builtins.py:3812
2895
#: bzrlib/builtins.py:3841
2894
2898
" Show the email of the current user::"
2897
#: bzrlib/builtins.py:3815
2901
#: bzrlib/builtins.py:3844
2898
2902
msgid " bzr whoami --email"
2899
2903
msgstr " bzr whoami --email"
2901
#: bzrlib/builtins.py:3817
2905
#: bzrlib/builtins.py:3846
2902
2906
msgid " Set the current user::"
2903
2907
msgstr " Definir o usuário atual::"
2905
#: bzrlib/builtins.py:3819
2909
#: bzrlib/builtins.py:3848
2906
2910
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2907
2911
msgstr " bzr whoami \"Frank Chu <fchu@example.com>\""
2909
#: bzrlib/builtins.py:3823
2913
#: bzrlib/builtins.py:3852
2910
2914
msgid "Display email address only."
2911
2915
msgstr "Mostra apenas o endereço de email."
2913
#: bzrlib/builtins.py:3825
2917
#: bzrlib/builtins.py:3854
2914
2918
msgid "Set identity for the current branch instead of globally."
2915
2919
msgstr "Definir uma identidade para o ramo atual ao invés de globalmente."
2917
#: bzrlib/builtins.py:3851
2921
#: bzrlib/builtins.py:3880
2918
2922
msgid "--email can only be used to display existing identity"
2919
2923
msgstr "--email pode apenas ser usado para exibir identidade existente"
2921
#: bzrlib/builtins.py:3873
2925
#: bzrlib/builtins.py:3904
2922
2926
msgid "Print or set the branch nickname."
2923
2927
msgstr "Imprime ou define o apelido do ramo."
2925
#: bzrlib/builtins.py:3887
2929
#: bzrlib/builtins.py:3906
2927
2931
"If unset, the colocated branch name is used for colocated branches, and\n"
2928
2932
"the branch directory name is used for other branches. To print the\n"
2929
2933
"current nickname, execute with no argument."
2932
#: bzrlib/builtins.py:3878
2936
#: bzrlib/builtins.py:3910
2934
2938
"Bound branches use the nickname of its master branch unless it is set\n"
2938
#: bzrlib/builtins.py:3898
2942
#: bzrlib/builtins.py:3930
2939
2943
msgid "Set/unset and display aliases."
2942
#: bzrlib/builtins.py:3900
2946
#: bzrlib/builtins.py:3932
2945
2949
" Show the current aliases::"
2948
2952
" Mostra os atalhos atuais::"
2950
#: bzrlib/builtins.py:3903
2954
#: bzrlib/builtins.py:3935
2951
2955
msgid " bzr alias"
2952
2956
msgstr " bzr alias"
2954
#: bzrlib/builtins.py:3905
2958
#: bzrlib/builtins.py:3937
2955
2959
msgid " Show the alias specified for 'll'::"
2956
2960
msgstr " Mostrar os atalhos especificados para 'll'::"
2958
#: bzrlib/builtins.py:3907
2962
#: bzrlib/builtins.py:3939
2959
2963
msgid " bzr alias ll"
2960
2964
msgstr " bzr alias ll"
2962
#: bzrlib/builtins.py:3909
2966
#: bzrlib/builtins.py:3941
2963
2967
msgid " Set an alias for 'll'::"
2964
2968
msgstr " Definir um atalho para 'll'::"
2966
#: bzrlib/builtins.py:3911
2970
#: bzrlib/builtins.py:3943
2967
2971
msgid " bzr alias ll=\"log --line -r-10..-1\""
2968
2972
msgstr " bzr alias ll=\"log --line -r-10..-1\""
2970
#: bzrlib/builtins.py:3913
2974
#: bzrlib/builtins.py:3945
2971
2975
msgid " To remove an alias for 'll'::"
2972
2976
msgstr " Para remover um atalho para 'll'::"
2974
#: bzrlib/builtins.py:3915
2978
#: bzrlib/builtins.py:3947
2975
2979
msgid " bzr alias --remove ll"
2976
2980
msgstr " bzr alias --remove ll"
2978
#: bzrlib/builtins.py:3920
2982
#: bzrlib/builtins.py:3952
2979
2983
msgid "Remove the alias."
2980
2984
msgstr "Remove o atalho."
2982
#: bzrlib/builtins.py:3938
2986
#: bzrlib/builtins.py:3970
2983
2987
msgid "bzr alias --remove expects an alias to remove."
2984
2988
msgstr "bzr alias --remove espera por um apelido(alias) para remover."
2986
#: bzrlib/builtins.py:4119
2990
#: bzrlib/builtins.py:4151
2988
2992
"subunit not available. subunit needs to be installed to use --subunit."
2990
2994
"subunit não disponivel. É preciso instalar subunit para usar --subunit."
2992
#: bzrlib/builtins.py:4136
2996
#: bzrlib/builtins.py:4168
2994
2998
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2995
2999
msgstr "--benchmark não é suportado por bzr 2.2; utilize bzr-usertest"
2997
#: bzrlib/builtins.py:4183
3001
#: bzrlib/builtins.py:4215
2998
3002
msgid "Show version of bzr."
2999
3003
msgstr "Mostra a versão do bzr."
3001
#: bzrlib/builtins.py:4187
3005
#: bzrlib/builtins.py:4219
3002
3006
msgid "Print just the version number."
3003
3007
msgstr "Mostra apenas o número da versão."
3005
#: bzrlib/builtins.py:4206
3009
#: bzrlib/builtins.py:4238
3006
3010
msgid "It sure does!\n"
3007
3011
msgstr "Com certeza faz!\n"
3009
#: bzrlib/builtins.py:4230
3013
#: bzrlib/builtins.py:4262
3010
3014
#, python-format
3011
3015
msgid "merge base is revision %s\n"
3012
3016
msgstr "a base da mesclagem é a revisão %s\n"
3014
#: bzrlib/builtins.py:4234
3018
#: bzrlib/builtins.py:4266
3015
3019
msgid "Perform a three-way merge."
3016
3020
msgstr "Realizar uma mesclagem de três-vias."
3018
#: bzrlib/builtins.py:4236
3022
#: bzrlib/builtins.py:4268
3020
3024
"The source of the merge can be specified either in the form of a branch,\n"
3021
3025
"or in the form of a path to a file containing a merge directive generated\n"
3115
3119
" Para mesclar todas as verões de bzr.dev::"
3117
#: bzrlib/builtins.py:4293
3121
#: bzrlib/builtins.py:4325
3118
3122
msgid " bzr merge ../bzr.dev"
3119
3123
msgstr " bzr merge ../bzr.dev"
3121
#: bzrlib/builtins.py:4295
3125
#: bzrlib/builtins.py:4327
3122
3126
msgid " To merge changes up to and including revision 82 from bzr.dev::"
3123
3127
msgstr " Para mesclar mudanças e incluir a versão 82 de bzr.dev::"
3125
#: bzrlib/builtins.py:4297
3129
#: bzrlib/builtins.py:4329
3126
3130
msgid " bzr merge -r 82 ../bzr.dev"
3127
3131
msgstr " bzr merge -r 82 ../bzr.dev"
3129
#: bzrlib/builtins.py:4299
3133
#: bzrlib/builtins.py:4331
3130
3134
msgid " To merge the changes introduced by 82, without previous changes::"
3132
3136
" Para mesclar as mudanças introduzidas por 82, sem as mudanças "
3135
#: bzrlib/builtins.py:4301
3139
#: bzrlib/builtins.py:4333
3136
3140
msgid " bzr merge -r 81..82 ../bzr.dev"
3137
3141
msgstr " bzr merge -r 81..82 ../bzr.dev"
3139
#: bzrlib/builtins.py:4303
3143
#: bzrlib/builtins.py:4335
3140
3144
msgid " To apply a merge directive contained in /tmp/merge::"
3141
3145
msgstr " Para aplicar uma mesclagem diretiva contida em /tmp/merge::"
3143
#: bzrlib/builtins.py:4305
3147
#: bzrlib/builtins.py:4337
3144
3148
msgid " bzr merge /tmp/merge"
3145
3149
msgstr " bzr merge /tmp/merge"
3147
#: bzrlib/builtins.py:4307
3151
#: bzrlib/builtins.py:4339
3149
3153
" To create a merge revision with three parents from two branches\n"
3150
3154
" feature1a and feature1b:"
3162
3166
" bzr merge ../feature1b --force\n"
3163
3167
" bzr commit -m 'revisão com três pais'"
3165
#: bzrlib/builtins.py:4322
3169
#: bzrlib/builtins.py:4354
3166
3170
msgid "Merge even if the destination tree has uncommitted changes."
3167
3171
msgstr "Mesclar mesmo se a árvore destino tiver mudanças não submetidas."
3169
#: bzrlib/builtins.py:4328
3173
#: bzrlib/builtins.py:4360
3171
3175
"Apply uncommitted changes from a working copy, instead of branch changes."
3174
#: bzrlib/builtins.py:4330
3178
#: bzrlib/builtins.py:4362
3176
3180
"If the destination is already completely merged into the source, pull from "
3177
3181
"the source rather than merging. When this happens, you do not need to "
3178
3182
"commit the result."
3181
#: bzrlib/builtins.py:4335
3185
#: bzrlib/builtins.py:4367
3183
3187
"Branch to merge into, rather than the one containing the working directory."
3186
#: bzrlib/builtins.py:4337
3190
#: bzrlib/builtins.py:4369
3187
3191
msgid "Instead of merging, show a diff of the merge."
3188
3192
msgstr "Em vez de mesclar, mostre uma comparação da mesclagem."
3190
#: bzrlib/builtins.py:4339
3194
#: bzrlib/builtins.py:4371
3191
3195
msgid "Select changes interactively."
3192
3196
msgstr "Selecione mudanças interativamente."
3194
#: bzrlib/builtins.py:4361
3198
#: bzrlib/builtins.py:4393
3196
3200
"Merging into empty branches not currently supported, "
3197
3201
"https://bugs.launchpad.net/bzr/+bug/308562"
3199
3203
"Mesclagem em ramos vazios não é suportada atualmente, "
3200
3204
"https://bugs.launchpad.net/bzr/+bug/308562"
3202
#: bzrlib/builtins.py:4388
3206
#: bzrlib/builtins.py:4420
3203
3207
msgid "Cannot use --uncommitted with bundles or merge directives."
3205
3209
"Não é possível usar --uncommitted com empacotamentos ou diretivas mescladas."
3207
#: bzrlib/builtins.py:4399
3211
#: bzrlib/builtins.py:4431
3208
3212
msgid "Cannot use --uncommitted and --revision at the same time."
3209
3213
msgstr "Não é possível usar --uncommitted e --revision ao mesmo tempo."
3211
#: bzrlib/builtins.py:4419
3215
#: bzrlib/builtins.py:4451
3212
3216
msgid "merger: "
3213
3217
msgstr "mesclar: "
3215
#: bzrlib/builtins.py:4421 bzrlib/bundle/apply_bundle.py:71
3219
#: bzrlib/builtins.py:4453 bzrlib/bundle/apply_bundle.py:71
3216
3220
msgid "Nothing to do."
3217
3221
msgstr "Nada a ser feito."
3219
#: bzrlib/builtins.py:4425
3223
#: bzrlib/builtins.py:4457
3220
3224
msgid "Cannot pull individual files"
3221
3225
msgstr "Não foi possível obter os arquivos individuais"
3223
#: bzrlib/builtins.py:4433
3227
#: bzrlib/builtins.py:4465
3224
3228
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
3225
3229
msgstr "Este ramo não tem submissões. (talvez você prefira 'bzr pull')"
3227
#: bzrlib/builtins.py:4491
3231
#: bzrlib/builtins.py:4523
3228
3232
#, python-format
3229
3233
msgid "Show-base is not supported for this merge type. %s"
3232
#: bzrlib/builtins.py:4500
3236
#: bzrlib/builtins.py:4532
3233
3237
#, python-format
3234
3238
msgid "Conflict reduction is not supported for merge type %s."
3235
3239
msgstr "Redução de conflito não é suportada para mesclagem de tipo %s."
3237
#: bzrlib/builtins.py:4504
3241
#: bzrlib/builtins.py:4536
3238
3242
msgid "Cannot do conflict reduction and show base."
3241
#: bzrlib/builtins.py:4615
3245
#: bzrlib/builtins.py:4647
3242
3246
msgid "No location specified or remembered"
3243
3247
msgstr "Nenhum local especificado ou memorizado"
3245
#: bzrlib/builtins.py:4617
3249
#: bzrlib/builtins.py:4649
3246
3250
msgid "{0} remembered {1} location {2}"
3249
#: bzrlib/builtins.py:4623
3253
#: bzrlib/builtins.py:4655
3250
3254
msgid "Redo a merge."
3251
3255
msgstr "Refazer uma mesclagem."
3253
#: bzrlib/builtins.py:4625
3257
#: bzrlib/builtins.py:4657
3255
3259
"Use this if you want to try a different merge technique while resolving\n"
3256
3260
"conflicts. Some merge techniques are better than others, and remerge\n"
3274
3278
"mesclagem pendente, e lhe permite especificar arquivos específicos."
3276
#: bzrlib/builtins.py:4633
3280
#: bzrlib/builtins.py:4665
3279
3283
" Re-do the merge of all conflicted files, and show the base text in\n"
3280
3284
" conflict regions, in addition to the usual THIS and OTHER texts::"
3283
#: bzrlib/builtins.py:4637
3287
#: bzrlib/builtins.py:4669
3284
3288
msgid " bzr remerge --show-base"
3285
3289
msgstr " bzr remerge --show-base"
3287
#: bzrlib/builtins.py:4639
3291
#: bzrlib/builtins.py:4671
3289
3293
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
3290
3294
" additional processing to reduce the size of conflict regions::"
3293
#: bzrlib/builtins.py:4642
3297
#: bzrlib/builtins.py:4674
3294
3298
msgid " bzr remerge --merge-type weave --reprocess foobar"
3295
3299
msgstr " bzr remerge --merge-type weave --reprocess foobar"
3297
#: bzrlib/builtins.py:4649
3301
#: bzrlib/builtins.py:4681
3298
3302
msgid "Show base revision text in conflicts."
3301
#: bzrlib/builtins.py:4661
3305
#: bzrlib/builtins.py:4693
3303
3307
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
3307
#: bzrlib/builtins.py:4717
3308
msgid "Revert files to a previous revision."
3309
msgstr "Reverter arquivos para uma revisão anterior."
3311
#: bzrlib/builtins.py:4751
3313
"Set files in the working tree back to the contents of a previous revision."
3311
#: bzrlib/builtins.py:4719
3316
#: bzrlib/builtins.py:4753
3313
3318
"Giving a list of files will revert only those files. Otherwise, all files\n"
3314
3319
"will be reverted. If the revision is not specified with '--revision', the\n"
3315
"last committed revision is used."
3320
"working tree basis revision is used. A revert operation affects only the\n"
3321
"working tree, not any revision history like the branch and repository or\n"
3322
"the working tree basis revision."
3318
#: bzrlib/builtins.py:4723
3325
#: bzrlib/builtins.py:4759
3320
3327
"To remove only some changes, without reverting to a prior version, use\n"
3321
3328
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
3322
3329
"will remove the changes introduced by the second last commit (-2), without\n"
3323
3330
"affecting the changes introduced by the last commit (-1). To remove\n"
3324
"certain changes on a hunk-by-hunk basis, see the shelve command."
3331
"certain changes on a hunk-by-hunk basis, see the shelve command.\n"
3332
"To update the branch to a specific revision or the latest revision and\n"
3333
"update the working tree accordingly while preserving local changes, see the\n"
3327
#: bzrlib/builtins.py:4729
3337
#: bzrlib/builtins.py:4768
3329
"By default, any files that have been manually changed will be backed up\n"
3330
"first. (Files changed only by merge are not backed up.) Backup files have\n"
3331
"'.~#~' appended to their name, where # is a number."
3339
"Uncommitted changes to files that are reverted will be discarded.\n"
3340
"Howver, by default, any files that have been manually changed will be\n"
3341
"backed up first. (Files changed only by merge are not backed up.) Backup\n"
3342
"files have '.~#~' appended to their name, where # is a number."
3333
"Por padrão, quaisquer arquivos que tenham sido manualmente alterados terão "
3335
"primeiramente. (Arquivos modificados apenas por mesclagem não têm cópias "
3336
"criadas.) Cópias de arquivos têm\n"
3337
"'.~#~' concatenado aos seus nomes, onde # é um número."
3339
#: bzrlib/builtins.py:4733
3345
#: bzrlib/builtins.py:4773
3341
3347
"When you provide files, you can use their current pathname or the pathname\n"
3342
3348
"from the target revision. So you can use revert to \"undelete\" a file by\n"
3453
3459
" Determina as revisões faltantes até uma versão específica nesse\n"
3456
#: bzrlib/builtins.py:4864
3462
#: bzrlib/builtins.py:4904
3457
3463
msgid " bzr missing --my-revision ..-10"
3458
3464
msgstr " bzr missing --my-revision ..-10"
3460
#: bzrlib/builtins.py:4871
3466
#: bzrlib/builtins.py:4911
3461
3467
msgid "Reverse the order of revisions."
3462
3468
msgstr "Inverter a ordem das revisões"
3464
#: bzrlib/builtins.py:4873
3470
#: bzrlib/builtins.py:4913
3465
3471
msgid "Display changes in the local branch only."
3466
3472
msgstr "Mostrar mudanças somente no ramo local."
3468
#: bzrlib/builtins.py:4874
3474
#: bzrlib/builtins.py:4914
3469
3475
msgid "Same as --mine-only."
3470
3476
msgstr "O mesmo que --mine-only."
3472
#: bzrlib/builtins.py:4876
3478
#: bzrlib/builtins.py:4916
3473
3479
msgid "Display changes in the remote branch only."
3474
3480
msgstr "Mostrar alterações somente no ramo remoto."
3476
#: bzrlib/builtins.py:4877
3482
#: bzrlib/builtins.py:4917
3477
3483
msgid "Same as --theirs-only."
3478
3484
msgstr "O mesmo que --theirs-only."
3480
#: bzrlib/builtins.py:4882
3486
#: bzrlib/builtins.py:4922
3482
3488
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3493
3499
"Filtrar em revisões de ramo locais (inclusive). Ver \"help revisionspec\" "
3494
3500
"para detalhes."
3496
#: bzrlib/builtins.py:4889
3502
#: bzrlib/builtins.py:4929
3497
3503
msgid "Show all revisions in addition to the mainline ones."
3500
#: bzrlib/builtins.py:4943
3506
#: bzrlib/builtins.py:4983
3501
3507
msgid "No peer location known or specified."
3502
3508
msgstr "Localização desconhecida ou não especificada do par."
3504
#: bzrlib/builtins.py:4947
3510
#: bzrlib/builtins.py:4987
3505
3511
msgid "Using saved parent location: {0}\n"
3508
#: bzrlib/builtins.py:4980
3514
#: bzrlib/builtins.py:5020
3509
3515
#, python-format
3510
3516
msgid "You have %d extra revision:\n"
3511
3517
msgid_plural "You have %d extra revisions:\n"
3512
3518
msgstr[0] "Você tem %d revisão extra:\n"
3513
3519
msgstr[1] "Você tem %d revisões extras:\n"
3515
#: bzrlib/builtins.py:4996
3521
#: bzrlib/builtins.py:5040
3516
3522
#, python-format
3517
3523
msgid "You are missing %d revision:\n"
3518
3524
msgid_plural "You are missing %d revisions:\n"
3519
3525
msgstr[0] "Você tem %d revisão pendente:\n"
3520
3526
msgstr[1] "Você tem %d revisões pendentes:\n"
3522
#: bzrlib/builtins.py:5008
3528
#: bzrlib/builtins.py:5055
3523
3529
msgid "This branch has no new revisions.\n"
3524
3530
msgstr "Esse ramo não tem novas revisões.\n"
3526
#: bzrlib/builtins.py:5011
3532
#: bzrlib/builtins.py:5058
3527
3533
msgid "Other branch has no new revisions.\n"
3528
3534
msgstr "Outro ramo não tem novas revisões.\n"
3530
#: bzrlib/builtins.py:5016
3536
#: bzrlib/builtins.py:5063
3531
3537
msgid "Branches are up to date.\n"
3532
3538
msgstr "Ramos estão atualizados.\n"
3534
#: bzrlib/builtins.py:5027
3540
#: bzrlib/builtins.py:5074
3535
3541
msgid "Compress the data within a repository."
3536
3542
msgstr "Comprimir os dados em um repositório."
3538
#: bzrlib/builtins.py:5029
3544
#: bzrlib/builtins.py:5076
3540
3546
"This operation compresses the data within a bazaar repository. As\n"
3541
3547
"bazaar supports automatic packing of repository, this operation is\n"
3606
3612
"plugins using the Python programming language."
3609
#: bzrlib/builtins.py:5091
3615
#: bzrlib/builtins.py:5138
3610
3616
msgid "Show testament (signing-form) of a revision."
3613
#: bzrlib/builtins.py:5094
3619
#: bzrlib/builtins.py:5141
3614
3620
msgid "Produce long-format testament."
3617
#: bzrlib/builtins.py:5096
3623
#: bzrlib/builtins.py:5143
3618
3624
msgid "Produce a strict-format testament."
3621
#: bzrlib/builtins.py:5122
3627
#: bzrlib/builtins.py:5169
3622
3628
msgid "Show the origin of each line in a file."
3623
3629
msgstr "Mostra a origem de cada linha em um arquivo."
3625
#: bzrlib/builtins.py:5124
3631
#: bzrlib/builtins.py:5171
3627
3633
"This prints out the given file with an annotation on the left side\n"
3628
3634
"indicating which revision, author and date introduced the change."
3631
#: bzrlib/builtins.py:5127
3637
#: bzrlib/builtins.py:5174
3633
3639
"If the origin is the same for a run of consecutive lines, it is\n"
3634
3640
"shown only at the top, unless the --all option is given."
3637
#: bzrlib/builtins.py:5135
3643
#: bzrlib/builtins.py:5182
3638
3644
msgid "Show annotations on all lines."
3639
3645
msgstr "Mostrar anotações em todas as linhas."
3641
#: bzrlib/builtins.py:5136
3647
#: bzrlib/builtins.py:5183
3642
3648
msgid "Show commit date in annotations."
3643
3649
msgstr "Mostrar data de submissão nas anotações."
3645
#: bzrlib/builtins.py:5223
3651
#: bzrlib/builtins.py:5270
3646
3652
msgid "Cannot sign a range of non-revision-history revisions"
3649
#: bzrlib/builtins.py:5235
3655
#: bzrlib/builtins.py:5282
3650
3656
msgid "Please supply either one revision, or a range."
3653
#: bzrlib/builtins.py:5239
3659
#: bzrlib/builtins.py:5286
3655
3661
"Convert the current branch into a checkout of the supplied branch.\n"
3656
3662
"If no branch is supplied, rebind to the last bound location."
3659
#: bzrlib/builtins.py:5242
3665
#: bzrlib/builtins.py:5289
3661
3667
"Once converted into a checkout, commits must succeed on the master branch\n"
3662
3668
"before they will be applied to the local branch."
3665
#: bzrlib/builtins.py:5245
3671
#: bzrlib/builtins.py:5292
3667
3673
"Bound branches use the nickname of its master branch unless it is set\n"
3668
3674
"locally, in which case binding will update the local nickname to be\n"
3669
3675
"that of the master."
3672
#: bzrlib/builtins.py:5260
3678
#: bzrlib/builtins.py:5307
3673
3679
msgid "No location supplied. This format does not remember old locations."
3675
3681
"Sem localização fornecida. Este formato não se lembra de locais antigos."
3677
#: bzrlib/builtins.py:5265
3683
#: bzrlib/builtins.py:5313
3678
3684
msgid "Branch is already bound"
3679
3685
msgstr "O ramo já está ligado."
3681
#: bzrlib/builtins.py:5267
3687
#: bzrlib/builtins.py:5316
3682
3688
msgid "No location supplied and no previous location known"
3683
3689
msgstr "Nenhum local fornecido e nenhuma localização prévia conhecida"
3685
#: bzrlib/builtins.py:5273
3691
#: bzrlib/builtins.py:5322
3686
3692
msgid "These branches have diverged. Try merging, and then bind again."
3689
#: bzrlib/builtins.py:5280
3695
#: bzrlib/builtins.py:5329
3690
3696
msgid "Convert the current checkout into a regular branch."
3693
#: bzrlib/builtins.py:5282
3699
#: bzrlib/builtins.py:5331
3695
3701
"After unbinding, the local branch is considered independent and subsequent\n"
3696
3702
"commits will be local only."
3699
#: bzrlib/builtins.py:5293
3705
#: bzrlib/builtins.py:5342
3700
3706
msgid "Local branch is not bound"
3701
3707
msgstr "O ramo local náo está associado"
3703
#: bzrlib/builtins.py:5297
3709
#: bzrlib/builtins.py:5346
3704
3710
msgid "Remove the last committed revision."
3705
3711
msgstr "Remover a última revisão submetida."
3707
#: bzrlib/builtins.py:5299
3713
#: bzrlib/builtins.py:5348
3709
3715
"--verbose will print out what is being removed.\n"
3710
3716
"--dry-run will go through all the motions, but not actually\n"
3711
3717
"remove anything."
3714
#: bzrlib/builtins.py:5303
3720
#: bzrlib/builtins.py:5352
3716
3722
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3717
3723
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3718
3724
"branch at revision 15."
3721
#: bzrlib/builtins.py:5307
3727
#: bzrlib/builtins.py:5356
3723
3729
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3724
3730
"it may make is to restore any pending merges that were present before\n"
3728
#: bzrlib/builtins.py:5318
3734
#: bzrlib/builtins.py:5367
3729
3735
msgid "Don't actually make changes."
3730
3736
msgstr "Na verdade, não fazer alterações."
3732
#: bzrlib/builtins.py:5319
3738
#: bzrlib/builtins.py:5368
3733
3739
msgid "Say yes to all questions."
3734
3740
msgstr "Diga sim para todas as questões."
3736
#: bzrlib/builtins.py:5321
3742
#: bzrlib/builtins.py:5370
3737
3743
msgid "Keep tags that point to removed revisions."
3740
#: bzrlib/builtins.py:5323
3746
#: bzrlib/builtins.py:5372
3741
3747
msgid "Only remove the commits from the local branch when in a checkout."
3744
#: bzrlib/builtins.py:5372
3750
#: bzrlib/builtins.py:5421
3745
3751
msgid "No revisions to uncommit.\n"
3748
#: bzrlib/builtins.py:5387
3754
#: bzrlib/builtins.py:5436
3749
3755
msgid "Dry-run, pretending to remove the above revisions.\n"
3752
#: bzrlib/builtins.py:5390
3758
#: bzrlib/builtins.py:5439
3753
3759
msgid "The above revision(s) will be removed.\n"
3754
3760
msgstr "A(s) revisão(ões) acima será(ão) removida(s).\n"
3756
#: bzrlib/builtins.py:5394
3762
#: bzrlib/builtins.py:5443
3757
3763
msgid "Uncommit these revisions"
3760
#: bzrlib/builtins.py:5397
3766
#: bzrlib/builtins.py:5446
3761
3767
msgid "Canceled\n"
3762
3768
msgstr "Cancelado\n"
3764
#: bzrlib/builtins.py:5404
3770
#: bzrlib/builtins.py:5453
3765
3771
#, python-format
3767
3773
"You can restore the old tip by running:\n"
3768
3774
" bzr pull . -r revid:%s\n"
3771
#: bzrlib/builtins.py:5409
3777
#: bzrlib/builtins.py:5458
3772
3778
msgid "Break a dead lock."
3775
#: bzrlib/builtins.py:5411
3781
#: bzrlib/builtins.py:5460
3777
3783
"This command breaks a lock on a repository, branch, working directory or\n"
3781
#: bzrlib/builtins.py:5414
3787
#: bzrlib/builtins.py:5463
3783
3789
"CAUTION: Locks should only be broken when you are sure that the process\n"
3784
3790
"holding the lock has been stopped."
3787
#: bzrlib/builtins.py:5417
3793
#: bzrlib/builtins.py:5466
3789
3795
"You can get information on what locks are open via the 'bzr info\n"
3790
3796
"[location]' command."
3793
#: bzrlib/builtins.py:5420
3799
#: bzrlib/builtins.py:5469
3796
3802
" bzr break-lock\n"
3802
3808
" bzr break-lock bzr+ssh://example.com/bzr/foo\n"
3803
3809
" bzr break-lock --conf ~/.bazaar"
3805
#: bzrlib/builtins.py:5429
3811
#: bzrlib/builtins.py:5478
3806
3812
msgid "LOCATION is the directory where the config lock is."
3809
#: bzrlib/builtins.py:5431
3815
#: bzrlib/builtins.py:5480
3810
3816
msgid "Do not ask for confirmation before breaking the lock."
3811
3817
msgstr "Não peça confirmação antes de quebrar uma trava."
3813
#: bzrlib/builtins.py:5466
3819
#: bzrlib/builtins.py:5515
3814
3820
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3817
#: bzrlib/builtins.py:5467
3823
#: bzrlib/builtins.py:5516
3818
3824
msgid "Run the bzr server."
3819
3825
msgstr "Execute o servidor bzr."
3821
#: bzrlib/builtins.py:5473
3827
#: bzrlib/builtins.py:5522
3822
3828
msgid "Serve on stdin/out for use from inetd or sshd."
3825
#: bzrlib/builtins.py:5474
3831
#: bzrlib/builtins.py:5523
3826
3832
msgid "protocol"
3827
3833
msgstr "protocolo"
3829
#: bzrlib/builtins.py:5475
3835
#: bzrlib/builtins.py:5524
3830
3836
msgid "Protocol to serve."
3833
#: bzrlib/builtins.py:5495
3839
#: bzrlib/builtins.py:5528
3834
3840
msgid "Listen for connections on nominated address."
3837
#: bzrlib/builtins.py:5497
3843
#: bzrlib/builtins.py:5530
3839
3845
"Listen for connections on nominated port. Passing 0 as the port number will "
3840
3846
"result in a dynamically allocated port. The default port depends on the "
3844
#: bzrlib/builtins.py:5485
3850
#: bzrlib/builtins.py:5535
3845
3851
msgid "Serve contents of this directory."
3848
#: bzrlib/builtins.py:5487
3854
#: bzrlib/builtins.py:5537
3850
3856
"By default the server is a readonly server. Supplying --allow-writes "
3851
3857
"enables write access to the contents of the served directory and below. "
3854
3860
"uncontrolled write access to your file system."
3857
#: bzrlib/builtins.py:5496
3863
#: bzrlib/builtins.py:5546
3858
3864
msgid "Override the default idle client timeout (5min)."
3861
#: bzrlib/builtins.py:5546
3867
#: bzrlib/builtins.py:5564
3862
3868
msgid "Combine a tree into its containing tree."
3865
#: bzrlib/builtins.py:5548
3871
#: bzrlib/builtins.py:5566
3866
3872
msgid "This command requires the target tree to be in a rich-root format."
3869
#: bzrlib/builtins.py:5550
3875
#: bzrlib/builtins.py:5568
3871
3877
"The TREE argument should be an independent tree, inside another tree, but\n"
3872
3878
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3873
3879
"running \"bzr branch\" with the target inside a tree.)"
3876
#: bzrlib/builtins.py:5554
3882
#: bzrlib/builtins.py:5572
3878
3884
"The result is a combined tree, with the subtree no longer an independent\n"
3879
3885
"part. This is marked as a merge of the subtree into the containing tree,\n"
3880
3886
"and all history is preserved."
3883
#: bzrlib/builtins.py:5572
3889
#: bzrlib/builtins.py:5590
3884
3890
#, python-format
3886
3892
"Can't join trees because %s doesn't support rich root data.\n"
3887
3893
"You can use bzr upgrade on the repository."
3890
#: bzrlib/builtins.py:5582 bzrlib/builtins.py:5588
3896
#: bzrlib/builtins.py:5600 bzrlib/builtins.py:5606
3891
3897
msgid "Cannot join {0}. {1}"
3894
#: bzrlib/builtins.py:5592
3900
#: bzrlib/builtins.py:5610
3895
3901
msgid "Split a subdirectory of a tree into a separate tree."
3898
#: bzrlib/builtins.py:5594
3904
#: bzrlib/builtins.py:5612
3900
3906
"This command will produce a target tree in a format that supports\n"
3901
3907
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3902
3908
"converted into earlier formats like 'dirstate-tags'."
3905
#: bzrlib/builtins.py:5598
3911
#: bzrlib/builtins.py:5616
3907
3913
"The TREE argument should be a subdirectory of a working tree. That\n"
3908
3914
"subdirectory will be converted into an independent tree, with its own\n"
3909
3915
"branch. Commits in the top-level tree will not apply to the new subtree."
3912
#: bzrlib/builtins.py:5678
3918
#: bzrlib/builtins.py:5696
3913
3919
msgid "No submit branch specified or known"
3914
3920
msgstr "Nenhum ramo de submissão especificado ou conhecido"
3916
#: bzrlib/builtins.py:5686 bzrlib/send.py:108
3922
#: bzrlib/builtins.py:5705 bzrlib/send.py:109
3917
3923
msgid "No public branch specified or known"
3918
3924
msgstr "Nenhum ramo público especificado ou conhecido"
3920
#: bzrlib/builtins.py:5691
3926
#: bzrlib/builtins.py:5710
3921
3927
msgid "bzr merge-directive takes at most two one revision identifiers"
3924
#: bzrlib/builtins.py:5700
3930
#: bzrlib/builtins.py:5719
3925
3931
msgid "No revisions to bundle."
3926
3932
msgstr "Sem revisões para empacotar."
3928
#: bzrlib/builtins.py:5719
3934
#: bzrlib/builtins.py:5738
3929
3935
msgid "Mail or create a merge-directive for submitting changes."
3932
#: bzrlib/builtins.py:5721
3938
#: bzrlib/builtins.py:5740
3933
3939
msgid "A merge directive provides many things needed for requesting merges:"
3936
#: bzrlib/builtins.py:5723
3942
#: bzrlib/builtins.py:5742
3937
3943
msgid "* A machine-readable description of the merge to perform"
3940
#: bzrlib/builtins.py:5725
3946
#: bzrlib/builtins.py:5744
3941
3947
msgid "* An optional patch that is a preview of the changes requested"
3944
#: bzrlib/builtins.py:5727
3950
#: bzrlib/builtins.py:5746
3946
3952
"* An optional bundle of revision data, so that the changes can be applied\n"
3947
3953
" directly from the merge directive, without retrieving data from a\n"
3951
#: bzrlib/builtins.py:5731
3957
#: bzrlib/builtins.py:5750
3953
3959
"`bzr send` creates a compact data set that, when applied using bzr\n"
3954
3960
"merge, has the same effect as merging from the source branch. "
3957
#: bzrlib/builtins.py:5734
3963
#: bzrlib/builtins.py:5753
3959
3965
"By default the merge directive is self-contained and can be applied to any\n"
3960
3966
"branch containing submit_branch in its ancestory without needing access to\n"
3961
3967
"the source branch."
3964
#: bzrlib/builtins.py:5738
3970
#: bzrlib/builtins.py:5757
3966
3972
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3967
3973
"revisions, but only a structured request to merge from the\n"
4053
4059
"set them, and use `bzr info` to display them."
4056
#: bzrlib/builtins.py:5813
4062
#: bzrlib/builtins.py:5832
4057
4063
msgid "Write merge directive to this file or directory; use - for stdout."
4060
#: bzrlib/builtins.py:5817
4066
#: bzrlib/builtins.py:5836
4062
4068
"Refuse to send if there are uncommitted changes in the working tree, --no-"
4063
4069
"strict disables the check."
4066
#: bzrlib/builtins.py:5819
4072
#: bzrlib/builtins.py:5838
4067
4073
msgid "Mail the request to this address."
4068
4074
msgstr "Enviar o pedido para este endereço."
4070
#: bzrlib/builtins.py:5823
4076
#: bzrlib/builtins.py:5842
4071
4077
msgid "Body for the email."
4072
4078
msgstr "Corpo para o e-mail."
4074
#: bzrlib/builtins.py:5876
4080
#: bzrlib/builtins.py:5895
4075
4081
msgid "Do not include a bundle in the merge directive."
4078
#: bzrlib/builtins.py:5877
4084
#: bzrlib/builtins.py:5896
4079
4085
msgid "Do not include a preview patch in the merge directive."
4082
#: bzrlib/builtins.py:5880
4088
#: bzrlib/builtins.py:5899
4083
4089
msgid "Remember submit and public branch."
4086
#: bzrlib/builtins.py:5882
4092
#: bzrlib/builtins.py:5901
4088
4094
"Branch to generate the submission from, rather than the one containing the "
4089
4095
"working directory."
4092
#: bzrlib/builtins.py:5892 bzrlib/cmd_version_info.py:76
4098
#: bzrlib/builtins.py:5911 bzrlib/cmd_version_info.py:76
4094
4100
msgstr "formato"
4096
#: bzrlib/builtins.py:5893
4102
#: bzrlib/builtins.py:5912
4097
4103
msgid "Use the specified output format."
4098
4104
msgstr "Usar o formato de saída especificado."
4100
#: bzrlib/builtins.py:5915
4106
#: bzrlib/builtins.py:5934
4101
4107
msgid "Create, remove or modify a tag naming a revision."
4102
4108
msgstr "Cria, remove ou modifica um rótulo nomeando uma versão."
4104
#: bzrlib/builtins.py:5917
4110
#: bzrlib/builtins.py:5936
4106
4112
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
4107
4113
"(--revision) option can be given -rtag:X, where X is any previously\n"
4111
#: bzrlib/builtins.py:5921
4117
#: bzrlib/builtins.py:5940
4113
4119
"Tags are stored in the branch. Tags are copied from one branch to another\n"
4114
4120
"along when you branch, push, pull or merge."
4117
#: bzrlib/builtins.py:5924
4123
#: bzrlib/builtins.py:5943
4119
4125
"It is an error to give a tag name that already exists unless you pass\n"
4120
4126
"--force, in which case the tag is moved to point to the new revision."
4123
#: bzrlib/builtins.py:5927
4129
#: bzrlib/builtins.py:5946
4125
4131
"To rename a tag (change the name but keep it on the same revsion), run "
4127
4133
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
4130
#: bzrlib/builtins.py:5930
4136
#: bzrlib/builtins.py:5949
4132
4138
"If no tag name is specified it will be determined through the \n"
4133
4139
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
4138
#: bzrlib/builtins.py:5940
4144
#: bzrlib/builtins.py:5959
4139
4145
msgid "Delete this tag rather than placing it."
4142
#: bzrlib/builtins.py:5943
4148
#: bzrlib/builtins.py:5962
4143
4149
msgid "Branch in which to place the tag."
4146
#: bzrlib/builtins.py:5945
4152
#: bzrlib/builtins.py:5964
4147
4153
msgid "Replace existing tags."
4148
4154
msgstr "Substituir as tags existentes."
4150
#: bzrlib/builtins.py:5960
4156
#: bzrlib/builtins.py:5979
4151
4157
msgid "No tag specified to delete."
4152
4158
msgstr "Sem tag especifica para apagar."
4154
#: bzrlib/builtins.py:5962
4160
#: bzrlib/builtins.py:5981
4155
4161
#, python-format
4156
4162
msgid "Deleted tag %s."
4157
4163
msgstr "Tag %s apagada."
4159
#: bzrlib/builtins.py:5976
4165
#: bzrlib/builtins.py:5995
4160
4166
msgid "Please specify a tag name."
4161
4167
msgstr "Por favor, especifique o nome da tag."
4163
#: bzrlib/builtins.py:5984
4169
#: bzrlib/builtins.py:6003
4164
4170
#, python-format
4165
4171
msgid "Tag %s already exists for that revision."
4166
4172
msgstr "A tag %s já existe para aquela revisão."
4168
#: bzrlib/builtins.py:5988
4174
#: bzrlib/builtins.py:6007
4169
4175
#, python-format
4170
4176
msgid "Created tag %s."
4171
4177
msgstr "Tag %s criada."
4173
#: bzrlib/builtins.py:5990
4179
#: bzrlib/builtins.py:6009
4174
4180
#, python-format
4175
4181
msgid "Updated tag %s."
4176
4182
msgstr "Tag %s atualizada."
4178
#: bzrlib/builtins.py:5994
4184
#: bzrlib/builtins.py:6013
4179
4185
msgid "List tags."
4180
4186
msgstr "Lista de tags."
4182
#: bzrlib/builtins.py:5996
4188
#: bzrlib/builtins.py:6015
4184
4190
"This command shows a table of tag names and the revisions they reference."
4186
4192
"Este comando mostra uma tabela de nomes de rótulos e as versões que "
4189
#: bzrlib/builtins.py:6002
4195
#: bzrlib/builtins.py:6021
4190
4196
msgid "Branch whose tags should be displayed."
4191
4197
msgstr "Ramo em que o rótulo deveria ser exibido."
4193
#: bzrlib/builtins.py:6004
4199
#: bzrlib/builtins.py:6023
4194
4200
msgid "Sort tags by different criteria."
4195
4201
msgstr "Ordene rótulos por diferentes critérios."
4197
#: bzrlib/builtins.py:6004
4203
#: bzrlib/builtins.py:6023
4198
4204
msgid "Sorting"
4201
#: bzrlib/builtins.py:6073
4207
#: bzrlib/builtins.py:6092
4202
4208
msgid "Reconfigure the type of a bzr directory."
4203
4209
msgstr "Reconfigurar o tipo de um diretório bzr."
4205
#: bzrlib/builtins.py:6075
4211
#: bzrlib/builtins.py:6094
4206
4212
msgid "A target configuration must be specified."
4207
4213
msgstr "Uma configuração de destino deve ser especificada."
4209
#: bzrlib/builtins.py:6077
4215
#: bzrlib/builtins.py:6096
4211
4217
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
4212
4218
"The order of preference is\n"
4217
4223
"If none of these is available, --bind-to must be specified."
4220
#: bzrlib/builtins.py:6091
4226
#: bzrlib/builtins.py:6110
4221
4227
msgid "Tree type"
4222
4228
msgstr "Tipo de árvore"
4224
#: bzrlib/builtins.py:6092
4230
#: bzrlib/builtins.py:6111
4225
4231
msgid "The relation between branch and tree."
4226
4232
msgstr "A relação entre ramo e árvore."
4228
#: bzrlib/builtins.py:6094
4234
#: bzrlib/builtins.py:6113
4229
4235
msgid "Reconfigure to be an unbound branch with no working tree."
4232
#: bzrlib/builtins.py:6095
4238
#: bzrlib/builtins.py:6114
4233
4239
msgid "Reconfigure to be an unbound branch with a working tree."
4236
#: bzrlib/builtins.py:6096
4242
#: bzrlib/builtins.py:6115
4237
4243
msgid "Reconfigure to be a bound branch with a working tree."
4240
#: bzrlib/builtins.py:6097
4246
#: bzrlib/builtins.py:6116
4241
4247
msgid "Reconfigure to be a lightweight checkout (with no local history)."
4244
#: bzrlib/builtins.py:6102
4250
#: bzrlib/builtins.py:6121
4245
4251
msgid "Repository type"
4246
4252
msgstr "Tipo de repositório"
4248
#: bzrlib/builtins.py:6103
4254
#: bzrlib/builtins.py:6122
4249
4255
msgid "Location fo the repository."
4250
4256
msgstr "Local para o repositório."
4252
#: bzrlib/builtins.py:6105
4258
#: bzrlib/builtins.py:6124
4254
4260
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
4257
#: bzrlib/builtins.py:6107
4263
#: bzrlib/builtins.py:6126
4258
4264
msgid "Reconfigure to use a shared repository."
4259
4265
msgstr "Reconfigurar para usar um repositório compartilhado."
4261
#: bzrlib/builtins.py:6111
4267
#: bzrlib/builtins.py:6130
4262
4268
msgid "Trees in Repository"
4263
4269
msgstr "Árvores no Repositório"
4265
#: bzrlib/builtins.py:6112
4271
#: bzrlib/builtins.py:6131
4266
4272
msgid "Whether new branches in the repository have trees."
4269
#: bzrlib/builtins.py:6114
4275
#: bzrlib/builtins.py:6133
4271
4277
"Reconfigure repository to create working trees on branches by default."
4274
#: bzrlib/builtins.py:6116
4280
#: bzrlib/builtins.py:6135
4276
4282
"Reconfigure repository to not create working trees on branches by default."
4279
#: bzrlib/builtins.py:6119
4285
#: bzrlib/builtins.py:6138
4280
4286
msgid "Branch to bind checkout to."
4283
#: bzrlib/builtins.py:6121
4289
#: bzrlib/builtins.py:6140
4284
4290
msgid "Perform reconfiguration even if local changes will be lost."
4285
4291
msgstr "Realizar reconfiguração mesmo que alterações locais sejam perdidas."
4287
#: bzrlib/builtins.py:6124
4293
#: bzrlib/builtins.py:6143
4288
4294
msgid "Reconfigure a branch to be stacked on another branch."
4291
#: bzrlib/builtins.py:6128
4297
#: bzrlib/builtins.py:6147
4293
4299
"Reconfigure a branch to be unstacked. This may require copying substantial "
4294
4300
"data into it."
4297
#: bzrlib/builtins.py:6138
4303
#: bzrlib/builtins.py:6157
4298
4304
msgid "Can't use both --stacked-on and --unstacked"
4299
4305
msgstr "Não é possível usar ambos --stacked-on e --unstacked"
4301
#: bzrlib/builtins.py:6152
4307
#: bzrlib/builtins.py:6171
4302
4308
msgid "No target configuration specified"
4303
4309
msgstr "Configuração do alvo não especificada"
4305
#: bzrlib/builtins.py:6187
4311
#: bzrlib/builtins.py:6206
4306
4312
msgid "Set the branch of a checkout and update."
4309
#: bzrlib/builtins.py:6189
4315
#: bzrlib/builtins.py:6208
4311
4317
"For lightweight checkouts, this changes the branch being referenced.\n"
4312
4318
"For heavyweight checkouts, this checks that there are no local commits\n"
4332
4338
"/path/to/newbranch."
4335
#: bzrlib/builtins.py:6204
4341
#: bzrlib/builtins.py:6223
4337
4343
"Bound branches use the nickname of its master branch unless it is set\n"
4338
4344
"locally, in which case switching will update the local nickname to be\n"
4339
4345
"that of the master."
4342
#: bzrlib/builtins.py:6212
4348
#: bzrlib/builtins.py:6231
4343
4349
msgid "Switch even if local commits will be lost."
4346
#: bzrlib/builtins.py:6215
4352
#: bzrlib/builtins.py:6234
4347
4353
msgid "Create the target branch from this one before switching to it."
4350
#: bzrlib/builtins.py:6229
4356
#: bzrlib/builtins.py:6248
4351
4357
msgid "You must supply either a revision or a location"
4352
4358
msgstr "Você deve fornecer ou uma versão ou um local"
4354
#: bzrlib/builtins.py:6242
4360
#: bzrlib/builtins.py:6261
4355
4361
msgid "cannot create branch without source branch"
4356
4362
msgstr "não é possível criar um ramo sem ramo fonte"
4358
#: bzrlib/builtins.py:6262
4364
#: bzrlib/builtins.py:6286
4359
4365
msgid "Manage filtered views."
4360
4366
msgstr "Gerenciar exibições filtradas."
4362
#: bzrlib/builtins.py:6264
4368
#: bzrlib/builtins.py:6288
4364
4370
"Views provide a mask over the tree so that users can focus on\n"
4365
4371
"a subset of a tree when doing their work. After creating a view,\n"
4385
4391
"want to switch back to your view after that."
4388
#: bzrlib/builtins.py:6281
4394
#: bzrlib/builtins.py:6305
4391
4397
" To define the current view::"
4394
#: bzrlib/builtins.py:6284
4400
#: bzrlib/builtins.py:6308
4395
4401
msgid " bzr view file1 dir1 ..."
4396
4402
msgstr " bzr view file1 dir1 ..."
4398
#: bzrlib/builtins.py:6286
4404
#: bzrlib/builtins.py:6310
4399
4405
msgid " To list the current view::"
4402
#: bzrlib/builtins.py:6288
4408
#: bzrlib/builtins.py:6312
4403
4409
msgid " bzr view"
4404
4410
msgstr " bzr view"
4406
#: bzrlib/builtins.py:6290
4412
#: bzrlib/builtins.py:6314
4407
4413
msgid " To delete the current view::"
4410
#: bzrlib/builtins.py:6292
4416
#: bzrlib/builtins.py:6316
4411
4417
msgid " bzr view --delete"
4412
4418
msgstr " bzr view --delete"
4414
#: bzrlib/builtins.py:6294
4420
#: bzrlib/builtins.py:6318
4415
4421
msgid " To disable the current view without deleting it::"
4418
#: bzrlib/builtins.py:6296
4424
#: bzrlib/builtins.py:6320
4419
4425
msgid " bzr view --switch off"
4420
4426
msgstr " bzr view --switch off"
4422
#: bzrlib/builtins.py:6298
4428
#: bzrlib/builtins.py:6322
4423
4429
msgid " To define a named view and switch to it::"
4426
#: bzrlib/builtins.py:6300
4432
#: bzrlib/builtins.py:6324
4427
4433
msgid " bzr view --name view-name file1 dir1 ..."
4428
4434
msgstr " bzr view --name view-name file1 dir1 ..."
4430
#: bzrlib/builtins.py:6302
4436
#: bzrlib/builtins.py:6326
4431
4437
msgid " To list a named view::"
4434
#: bzrlib/builtins.py:6304
4440
#: bzrlib/builtins.py:6328
4435
4441
msgid " bzr view --name view-name"
4436
4442
msgstr " bzr view --name view-name"
4438
#: bzrlib/builtins.py:6306
4444
#: bzrlib/builtins.py:6330
4439
4445
msgid " To delete a named view::"
4442
#: bzrlib/builtins.py:6308
4448
#: bzrlib/builtins.py:6332
4443
4449
msgid " bzr view --name view-name --delete"
4444
4450
msgstr " bzr view --name view-name --delete"
4446
#: bzrlib/builtins.py:6310
4452
#: bzrlib/builtins.py:6334
4447
4453
msgid " To switch to a named view::"
4450
#: bzrlib/builtins.py:6312
4456
#: bzrlib/builtins.py:6336
4451
4457
msgid " bzr view --switch view-name"
4452
4458
msgstr " bzr view --switch view-name"
4454
#: bzrlib/builtins.py:6314
4460
#: bzrlib/builtins.py:6338
4455
4461
msgid " To list all views defined::"
4458
#: bzrlib/builtins.py:6316
4464
#: bzrlib/builtins.py:6340
4459
4465
msgid " bzr view --all"
4460
4466
msgstr " bzr view --all"
4462
#: bzrlib/builtins.py:6318
4468
#: bzrlib/builtins.py:6342
4463
4469
msgid " To delete all views::"
4466
#: bzrlib/builtins.py:6320
4472
#: bzrlib/builtins.py:6344
4467
4473
msgid " bzr view --delete --all"
4468
4474
msgstr " bzr view --delete --all"
4470
#: bzrlib/builtins.py:6327
4476
#: bzrlib/builtins.py:6351
4471
4477
msgid "Apply list or delete action to all views."
4472
4478
msgstr "Aplicar ação de listar ou apagar para todas as visões."
4474
#: bzrlib/builtins.py:6330
4480
#: bzrlib/builtins.py:6354
4475
4481
msgid "Delete the view."
4476
4482
msgstr "Apagar a visão."
4478
#: bzrlib/builtins.py:6333
4484
#: bzrlib/builtins.py:6357
4479
4485
msgid "Name of the view to define, list or delete."
4480
4486
msgstr "Nome da visão para definir, listar ou apagar."
4482
#: bzrlib/builtins.py:6337
4488
#: bzrlib/builtins.py:6361
4483
4489
msgid "Name of the view to switch to."
4486
#: bzrlib/builtins.py:6356
4492
#: bzrlib/builtins.py:6380
4487
4493
msgid "Both --delete and a file list specified"
4490
#: bzrlib/builtins.py:6359
4496
#: bzrlib/builtins.py:6383
4491
4497
msgid "Both --delete and --switch specified"
4492
4498
msgstr "Ambos --delete e --switch especificados."
4494
#: bzrlib/builtins.py:6362
4500
#: bzrlib/builtins.py:6386
4495
4501
msgid "Deleted all views.\n"
4496
4502
msgstr "Todas as visões apagadas.\n"
4498
#: bzrlib/builtins.py:6364
4504
#: bzrlib/builtins.py:6388
4499
4505
msgid "No current view to delete"
4500
4506
msgstr "Nenhuma visão vigente para apagar"
4502
#: bzrlib/builtins.py:6367
4508
#: bzrlib/builtins.py:6391
4503
4509
#, python-format
4504
4510
msgid "Deleted '%s' view.\n"
4505
4511
msgstr "Visão '%s' deletada.\n"
4507
#: bzrlib/builtins.py:6371
4513
#: bzrlib/builtins.py:6395
4508
4514
msgid "Both --switch and a file list specified"
4511
#: bzrlib/builtins.py:6374
4517
#: bzrlib/builtins.py:6398
4512
4518
msgid "Both --switch and --all specified"
4515
#: bzrlib/builtins.py:6377
4521
#: bzrlib/builtins.py:6401
4516
4522
msgid "No current view to disable"
4517
4523
msgstr "Sem visão atual para desabilitar."
4519
#: bzrlib/builtins.py:6379
4525
#: bzrlib/builtins.py:6403
4520
4526
#, python-format
4521
4527
msgid "Disabled '%s' view.\n"
4524
#: bzrlib/builtins.py:6383 bzrlib/builtins.py:6405
4530
#: bzrlib/builtins.py:6407 bzrlib/builtins.py:6429
4525
4531
msgid "Using '{0}' view: {1}\n"
4528
#: bzrlib/builtins.py:6386
4534
#: bzrlib/builtins.py:6410
4529
4535
msgid "Views defined:\n"
4530
4536
msgstr "Visões definidas:\n"
4532
#: bzrlib/builtins.py:6395
4538
#: bzrlib/builtins.py:6419
4533
4539
msgid "No views defined.\n"
4534
4540
msgstr "Nenhuma visão definidas.\n"
4536
#: bzrlib/builtins.py:6402
4542
#: bzrlib/builtins.py:6426
4537
4543
msgid "Cannot change the 'off' pseudo view"
4540
#: bzrlib/builtins.py:6410
4546
#: bzrlib/builtins.py:6434
4541
4547
msgid "No current view.\n"
4544
#: bzrlib/builtins.py:6413
4550
#: bzrlib/builtins.py:6437
4545
4551
msgid "'{0}' view is: {1}\n"
4548
#: bzrlib/builtins.py:6433
4554
#: bzrlib/builtins.py:6457
4549
4555
msgid " <no hooks installed>\n"
4552
#: bzrlib/builtins.py:6437
4558
#: bzrlib/builtins.py:6461
4553
4559
msgid "Remove a branch."
4554
4560
msgstr "Remova um ramo."
4556
#: bzrlib/builtins.py:6439
4562
#: bzrlib/builtins.py:6463
4558
4564
"This will remove the branch from the specified location but \n"
4559
4565
"will keep any working tree or repository in place."
4561
4567
"Isto irá remover o ramo do local especificado mas \n"
4562
4568
"manterá qualquer árvore de trabalho ou repositório no lugar."
4564
#: bzrlib/builtins.py:6444
4570
#: bzrlib/builtins.py:6468
4565
4571
msgid " Remove the branch at repo/trunk::"
4568
#: bzrlib/builtins.py:6446
4574
#: bzrlib/builtins.py:6470
4569
4575
msgid " bzr remove-branch repo/trunk"
4570
4576
msgstr " bzr remove-branch repo/trunk"
4572
#: bzrlib/builtins.py:6444
4578
#: bzrlib/builtins.py:6477
4573
4579
msgid "Remove branch even if it is the active branch."
4574
4580
msgstr "Remover ramo mesmo que este seja o ramo ativo."
4576
#: bzrlib/builtins.py:6458
4582
#: bzrlib/builtins.py:6491
4577
4583
msgid "Branch is active. Use --force to remove it."
4578
4584
msgstr "Ramo está ativo. Use --force para removê-lo."
4580
#: bzrlib/builtins.py:6461
4586
#: bzrlib/builtins.py:6495
4581
4587
msgid "Plaintext diff output."
4584
#: bzrlib/builtins.py:6462
4590
#: bzrlib/builtins.py:6496
4585
4591
msgid "Temporarily set aside some changes from the current tree."
4588
#: bzrlib/builtins.py:6464
4594
#: bzrlib/builtins.py:6498
4590
4596
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4591
4597
"ie. out of the way, until a later time when you can bring them back from\n"
4606
4612
"shelve all text changes at once, use shelve --all."
4609
#: bzrlib/builtins.py:6477
4615
#: bzrlib/builtins.py:6511
4611
4617
"If filenames are specified, only the changes to those files will be\n"
4612
4618
"shelved. Other files will be left untouched."
4615
#: bzrlib/builtins.py:6480
4621
#: bzrlib/builtins.py:6514
4617
4623
"If a revision is specified, changes since that revision will be shelved."
4619
4625
"Se uma versão está especificada, mudanças desde aquela versão serão "
4622
#: bzrlib/builtins.py:6482
4628
#: bzrlib/builtins.py:6516
4624
4630
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
4625
4631
"restore the most recently shelved changes."
4628
#: bzrlib/builtins.py:6485
4634
#: bzrlib/builtins.py:6519
4630
4636
"For complicated changes, it is possible to edit the changes in a separate\n"
4631
4637
"editor program to decide what the file remaining in the working copy\n"
4632
4638
"should look like. To do this, add the configuration option"
4635
#: bzrlib/builtins.py:6489
4641
#: bzrlib/builtins.py:6523
4636
4642
msgid " change_editor = PROGRAM @new_path @old_path"
4637
4643
msgstr " change_editor = PROGRAM @new_path @old_path"
4639
#: bzrlib/builtins.py:6491
4645
#: bzrlib/builtins.py:6525
4641
4647
"where @new_path is replaced with the path of the new version of the \n"
4642
4648
"file and @old_path is replaced with the path of the old version of \n"
4648
#: bzrlib/builtins.py:6503
4654
#: bzrlib/builtins.py:6537
4649
4655
msgid "Shelve all changes."
4650
4656
msgstr "Arquivar todas as mudanças."
4652
#: bzrlib/builtins.py:6505
4658
#: bzrlib/builtins.py:6539
4653
4659
msgid "Method to use for writing diffs."
4656
#: bzrlib/builtins.py:6505
4662
#: bzrlib/builtins.py:6539
4658
4664
msgstr "escritor"
4660
#: bzrlib/builtins.py:6509
4666
#: bzrlib/builtins.py:6543
4661
4667
msgid "List shelved changes."
4662
4668
msgstr "Lista as mudanças arquivadas."
4664
#: bzrlib/builtins.py:6511
4670
#: bzrlib/builtins.py:6545
4665
4671
msgid "Destroy removed changes instead of shelving them."
4666
4672
msgstr "Destrói mudanças removidas em vez de arquivá-las."
4668
#: bzrlib/builtins.py:6540
4674
#: bzrlib/builtins.py:6574
4669
4675
msgid "No shelved changes."
4670
4676
msgstr "Sem mudanças arquivadas."
4672
#: bzrlib/builtins.py:6551
4678
#: bzrlib/builtins.py:6585
4673
4679
msgid "Restore shelved changes."
4674
4680
msgstr "Recuperar mudanças arquivadas."
4676
#: bzrlib/builtins.py:6553
4682
#: bzrlib/builtins.py:6587
4678
4684
"By default, the most recently shelved changes are restored. However if you\n"
4679
4685
"specify a shelf by id those changes will be restored instead. This works\n"
4680
4686
"best when the changes don't depend on each other."
4683
#: bzrlib/builtins.py:6562
4689
#: bzrlib/builtins.py:6596
4684
4690
msgid "The action to perform."
4685
4691
msgstr "A ação a ser executada."
4687
#: bzrlib/builtins.py:6562 bzrlib/conflicts.py:694
4693
#: bzrlib/builtins.py:6596 bzrlib/conflicts.py:694
4691
#: bzrlib/builtins.py:6564
4697
#: bzrlib/builtins.py:6598
4692
4698
msgid "Apply changes and remove from the shelf."
4695
#: bzrlib/builtins.py:6565
4701
#: bzrlib/builtins.py:6599
4696
4702
msgid "Show changes, but do not apply or remove them."
4699
#: bzrlib/builtins.py:6566
4705
#: bzrlib/builtins.py:6600
4701
4707
"Instead of unshelving the changes, show the diff that would result from "
4705
#: bzrlib/builtins.py:6568
4711
#: bzrlib/builtins.py:6602
4706
4712
msgid "Delete changes without applying them."
4709
#: bzrlib/builtins.py:6569
4715
#: bzrlib/builtins.py:6603
4710
4716
msgid "Apply changes but don't delete them."
4713
#: bzrlib/builtins.py:6584
4719
#: bzrlib/builtins.py:6618
4714
4720
msgid "Remove unwanted files from working tree."
4717
#: bzrlib/builtins.py:6586
4723
#: bzrlib/builtins.py:6620
4719
4725
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4720
4726
"files are never deleted."
4723
#: bzrlib/builtins.py:6589
4729
#: bzrlib/builtins.py:6623
4725
4731
"Another class is 'detritus', which includes files emitted by bzr during\n"
4726
4732
"normal operations and selftests. (The value of these files decreases with\n"
4730
#: bzrlib/builtins.py:6593
4736
#: bzrlib/builtins.py:6627
4732
4738
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4733
4739
"flags are respected, and may be combined."
4736
#: bzrlib/builtins.py:6596
4742
#: bzrlib/builtins.py:6630
4737
4743
msgid "To check what clean-tree will do, use --dry-run."
4738
4744
msgstr "Para verificar o que clean-tree ira fazer, use --dry-run."
4740
#: bzrlib/builtins.py:6599
4746
#: bzrlib/builtins.py:6633
4741
4747
msgid "Delete all ignored files."
4744
#: bzrlib/builtins.py:6600
4750
#: bzrlib/builtins.py:6634
4746
4752
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4749
#: bzrlib/builtins.py:6603
4755
#: bzrlib/builtins.py:6637
4750
4756
msgid "Delete files unknown to bzr (default)."
4753
#: bzrlib/builtins.py:6604
4759
#: bzrlib/builtins.py:6638
4754
4760
msgid "Show files to delete instead of deleting them."
4757
#: bzrlib/builtins.py:6606
4763
#: bzrlib/builtins.py:6640
4758
4764
msgid "Do not prompt before deleting."
5674
#: bzrlib/errors.py:809
5680
#: bzrlib/errors.py:818
5675
5681
msgid "Revision is not compatible with %(repo_format)s"
5678
#: bzrlib/errors.py:819
5684
#: bzrlib/errors.py:828
5679
5685
msgid "%(context_info)s%(path)s is already versioned."
5682
#: bzrlib/errors.py:840
5688
#: bzrlib/errors.py:849
5683
5689
msgid "%(context_info)s%(path)s is not versioned."
5686
#: bzrlib/errors.py:861
5692
#: bzrlib/errors.py:870
5687
5693
msgid "Path(s) are not versioned: %(paths_as_string)s"
5690
#: bzrlib/errors.py:872
5696
#: bzrlib/errors.py:881
5691
5697
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5694
#: bzrlib/errors.py:891
5700
#: bzrlib/errors.py:900
5695
5701
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5698
#: bzrlib/errors.py:899
5704
#: bzrlib/errors.py:908
5700
5706
"Filename %(filename)r is not valid in your current filesystem encoding "
5701
5707
"%(fs_encoding)s"
5704
#: bzrlib/errors.py:910
5710
#: bzrlib/errors.py:919
5705
5711
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5708
#: bzrlib/errors.py:928
5714
#: bzrlib/errors.py:937
5709
5715
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5712
#: bzrlib/errors.py:967
5718
#: bzrlib/errors.py:976
5713
5719
msgid "Cannot lock %(lock)s: %(why)s"
5716
#: bzrlib/errors.py:977
5722
#: bzrlib/errors.py:986
5718
5724
"A transaction related operation was attempted after the transaction finished."
5721
#: bzrlib/errors.py:1004
5727
#: bzrlib/errors.py:1013
5722
5728
msgid "Cannot lock: transport is read only: %(transport)s"
5725
#: bzrlib/errors.py:1012
5731
#: bzrlib/errors.py:1021
5726
5732
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
5729
#: bzrlib/errors.py:1023
5735
#: bzrlib/errors.py:1032
5731
5737
"Lock was broken while still open: %(lock)s - check storage consistency!"
5734
#: bzrlib/errors.py:1034
5740
#: bzrlib/errors.py:1043
5736
5742
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5737
5743
"%(holder)r, wanted to break %(target)r"
5740
#: bzrlib/errors.py:1046
5746
#: bzrlib/errors.py:1055
5742
5748
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5743
5749
"Use 'bzr break-lock' to clear it"
5746
#: bzrlib/errors.py:1059
5752
#: bzrlib/errors.py:1068
5747
5753
msgid "Lock not held: %(lock)s"
5750
#: bzrlib/errors.py:1088
5756
#: bzrlib/errors.py:1097
5751
5757
msgid "No changes to commit"
5754
#: bzrlib/errors.py:1093
5760
#: bzrlib/errors.py:1102
5756
5762
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5759
#: bzrlib/errors.py:1103
5765
#: bzrlib/errors.py:1112
5761
5767
"Excluding paths during commit is not supported by repository at "
5762
5768
"%(repository)r."
5765
#: bzrlib/errors.py:1112
5771
#: bzrlib/errors.py:1121
5767
5773
"The specified commit message contains characters unsupported by the current "
5771
#: bzrlib/errors.py:1118
5777
#: bzrlib/errors.py:1127
5772
5778
msgid "Upgrade URL cannot work with readonly URLs."
5775
#: bzrlib/errors.py:1123
5781
#: bzrlib/errors.py:1132
5776
5782
msgid "The branch format %(format)s is already at the most recent format."
5779
#: bzrlib/errors.py:1146
5785
#: bzrlib/errors.py:1155
5780
5786
msgid "Option --change does not accept revision ranges"
5783
#: bzrlib/errors.py:1151
5789
#: bzrlib/errors.py:1160
5784
5790
msgid "No namespace registered for string: %(spec)r"
5787
#: bzrlib/errors.py:1170
5793
#: bzrlib/errors.py:1179
5789
5795
"Requested revision: '%(spec)s' does not exist in branch: "
5790
5796
"%(branch_url)s%(extra)s"
5793
#: bzrlib/errors.py:1184
5799
#: bzrlib/errors.py:1193
5795
5801
"Operation denied because it would change the main history, which is not "
5796
5802
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5799
#: bzrlib/errors.py:1195
5805
#: bzrlib/errors.py:1204
5801
5807
"These branches have diverged. Use the missing command to see how.\n"
5802
5808
"Use the merge command to reconcile them."
5805
#: bzrlib/errors.py:1215
5811
#: bzrlib/errors.py:1224
5807
5813
"Branches have no common ancestor, and no merge base revision was specified."
5810
#: bzrlib/errors.py:1221
5816
#: bzrlib/errors.py:1230
5812
5818
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
5815
#: bzrlib/errors.py:1227
5821
#: bzrlib/errors.py:1236
5816
5822
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5819
#: bzrlib/errors.py:1236
5825
#: bzrlib/errors.py:1245
5821
5827
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5824
#: bzrlib/errors.py:1245
5830
#: bzrlib/errors.py:1254
5825
5831
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5828
#: bzrlib/errors.py:1254
5834
#: bzrlib/errors.py:1263
5829
5835
msgid "Branch %(branch)s has no commits."
5832
#: bzrlib/errors.py:1272
5838
#: bzrlib/errors.py:1281
5834
5840
"Bound branch %(branch)s is out of date with master branch "
5835
5841
"%(master)s.%(extra_help)s"
5838
#: bzrlib/errors.py:1284
5844
#: bzrlib/errors.py:1293
5840
5846
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5841
5847
"bound to %(remote)s."
5844
#: bzrlib/errors.py:1296
5850
#: bzrlib/errors.py:1305
5845
5851
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
5848
#: bzrlib/errors.py:1305
5854
#: bzrlib/errors.py:1314
5850
5856
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5854
#: bzrlib/errors.py:1317
5860
#: bzrlib/errors.py:1326
5855
5861
msgid "Error in processing weave: %(msg)s"
5858
#: bzrlib/errors.py:1326
5864
#: bzrlib/errors.py:1335
5859
5865
msgid "Revision {%(revision_id)s} already present in %(weave)s"
5862
#: bzrlib/errors.py:1337
5868
#: bzrlib/errors.py:1346
5863
5869
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5866
#: bzrlib/errors.py:1347
5872
#: bzrlib/errors.py:1356
5867
5873
msgid "Weave invariant violated: %(what)s"
5870
#: bzrlib/errors.py:1356
5876
#: bzrlib/errors.py:1365
5871
5877
msgid "Parents are mismatched between two revisions. %(msg)s"
5874
#: bzrlib/errors.py:1378
5880
#: bzrlib/errors.py:1387
5876
5882
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5880
#: bzrlib/errors.py:1390
5886
#: bzrlib/errors.py:1399
5881
5887
msgid "Versioned file error"
5884
#: bzrlib/errors.py:1395
5890
#: bzrlib/errors.py:1404
5885
5891
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5888
#: bzrlib/errors.py:1405
5894
#: bzrlib/errors.py:1414
5889
5895
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5892
#: bzrlib/errors.py:1415
5898
#: bzrlib/errors.py:1424
5893
5899
msgid "Text did not match its checksum: %(msg)s"
5896
#: bzrlib/errors.py:1541
5902
#: bzrlib/errors.py:1550
5897
5903
msgid "Export format %(format)r not supported"
5900
#: bzrlib/errors.py:1550
5906
#: bzrlib/errors.py:1559
5901
5907
msgid "Transport error: %(msg)s %(orig_error)s"
5904
#: bzrlib/errors.py:1576
5910
#: bzrlib/errors.py:1585
5905
5911
msgid "Generic bzr smart protocol error: %(details)s"
5908
#: bzrlib/errors.py:1584
5914
#: bzrlib/errors.py:1593
5909
5915
msgid "Received bad protocol version marker: %(marker)r"
5912
#: bzrlib/errors.py:1616
5918
#: bzrlib/errors.py:1625
5913
5919
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
5916
#: bzrlib/errors.py:1621
5922
#: bzrlib/errors.py:1630
5917
5923
msgid "Connection error: %(msg)s %(orig_error)s"
5920
#: bzrlib/errors.py:1626
5926
#: bzrlib/errors.py:1635
5921
5927
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
5924
#: bzrlib/errors.py:1647
5930
#: bzrlib/errors.py:1656
5925
5931
msgid "Connection closed: %(msg)s %(orig_error)s"
5928
#: bzrlib/errors.py:1652
5934
#: bzrlib/errors.py:1661
5929
5935
msgid "Connection Timeout: %(msg)s%(orig_error)s"
5932
#: bzrlib/errors.py:1657
5938
#: bzrlib/errors.py:1666
5933
5939
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5936
#: bzrlib/errors.py:1667
5942
#: bzrlib/errors.py:1676
5937
5943
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
5940
#: bzrlib/errors.py:1682
5946
#: bzrlib/errors.py:1691
5941
5947
msgid "Certificate error: %(error)s"
5944
#: bzrlib/errors.py:1690
5950
#: bzrlib/errors.py:1699
5945
5951
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
5948
#: bzrlib/errors.py:1704
5954
#: bzrlib/errors.py:1713
5949
5955
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
5952
#: bzrlib/errors.py:1712
5958
#: bzrlib/errors.py:1721
5953
5959
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
5956
#: bzrlib/errors.py:1721
5962
#: bzrlib/errors.py:1730
5957
5963
msgid "%(source)s is%(permanently)s redirected to %(target)s"
5960
#: bzrlib/errors.py:1735
5966
#: bzrlib/errors.py:1744
5961
5967
msgid "Too many redirections"
5964
#: bzrlib/errors.py:1740
5970
#: bzrlib/errors.py:1749
5965
5971
msgid "Working tree has conflicts."
5968
#: bzrlib/errors.py:1744
5974
#: bzrlib/errors.py:1753
5969
5975
msgid "Config file %(filename)s is not UTF-8 encoded\n"
5972
#: bzrlib/errors.py:1753
5978
#: bzrlib/errors.py:1762
5974
5980
"Error(s) parsing config file %(filename)s:\n"
5978
#: bzrlib/errors.py:1763
5984
#: bzrlib/errors.py:1772
5980
5986
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
5981
5987
"See ``bzr help %(name)s``"
5984
#: bzrlib/errors.py:1773
5990
#: bzrlib/errors.py:1782
5985
5991
msgid "%(username)r does not seem to contain a reasonable email address"
5988
#: bzrlib/errors.py:1782
5994
#: bzrlib/errors.py:1791
5989
5995
msgid "Failed to GPG sign data with command \"%(command_line)s\""
5992
#: bzrlib/errors.py:1790
5998
#: bzrlib/errors.py:1799
5993
5999
msgid "Failed to verify GPG signature data with error \"%(error)s\""
5996
#: bzrlib/errors.py:1798
6002
#: bzrlib/errors.py:1807
5997
6003
msgid "Unable to import library \"%(library)s\": %(error)s"
6000
#: bzrlib/errors.py:1806
6006
#: bzrlib/errors.py:1815
6001
6007
msgid "python-gpgme is not installed, it is needed to verify signatures"
6004
#: bzrlib/errors.py:1814
6010
#: bzrlib/errors.py:1823
6006
6012
"The working tree for %(basedir)s has changed since the last commit, but "
6007
6013
"weave merge requires that it be unchanged"
6010
#: bzrlib/errors.py:1824
6016
#: bzrlib/errors.py:1833
6012
6018
"Can't reprocess and show base, because reprocessing obscures the "
6013
6019
"relationship of conflicting lines to the base"
6016
#: bzrlib/errors.py:1830
6022
#: bzrlib/errors.py:1839
6017
6023
msgid "Cycle in graph %(graph)r"
6020
#: bzrlib/errors.py:1858
6026
#: bzrlib/errors.py:1867
6021
6027
msgid "File %(filename)s is not conflicted."
6024
#: bzrlib/errors.py:1880
6030
#: bzrlib/errors.py:1889
6025
6031
msgid "No bundle was found in \"%(filename)s\"."
6028
#: bzrlib/errors.py:1889
6034
#: bzrlib/errors.py:1898
6029
6035
msgid "Unable to handle bundle version %(version)s: %(msg)s"
6032
#: bzrlib/errors.py:1899
6038
#: bzrlib/errors.py:1908
6033
6039
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
6036
#: bzrlib/errors.py:1912
6042
#: bzrlib/errors.py:1921
6037
6043
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
6040
#: bzrlib/errors.py:1922
6046
#: bzrlib/errors.py:1931
6041
6047
msgid "Key %(key)s is already present in map"
6044
#: bzrlib/errors.py:1927
6050
#: bzrlib/errors.py:1936
6045
6051
msgid "The prefix %(prefix)s is in the help search path twice."
6048
#: bzrlib/errors.py:1937
6054
#: bzrlib/errors.py:1946
6050
6056
"No final name for trans_id %(trans_id)r\n"
6051
6057
"file-id: %(file_id)r\n"
6052
6058
"root trans-id: %(root_trans_id)r\n"
6055
#: bzrlib/errors.py:1969
6061
#: bzrlib/errors.py:1978
6056
6062
msgid "Attempt to reuse a transform that has already been applied."
6059
#: bzrlib/errors.py:1974
6065
#: bzrlib/errors.py:1983
6060
6066
msgid "Moving the root directory is not supported at this time"
6063
#: bzrlib/errors.py:1979
6069
#: bzrlib/errors.py:1988
6064
6070
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
6067
#: bzrlib/errors.py:1990
6073
#: bzrlib/errors.py:1999
6069
6075
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
6072
#: bzrlib/errors.py:2026
6078
#: bzrlib/errors.py:2035
6074
6080
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
6077
#: bzrlib/errors.py:2056
6083
#: bzrlib/errors.py:2065
6078
6084
msgid "Unable to import paramiko (required for sftp support): %(error)s"
6081
#: bzrlib/errors.py:2064
6087
#: bzrlib/errors.py:2073
6082
6088
msgid "Nothing to merge."
6085
#: bzrlib/errors.py:2069
6091
#: bzrlib/errors.py:2078
6086
6092
msgid "Format %(format)s cannot be initialised by this version of bzr."
6089
#: bzrlib/errors.py:2078
6095
#: bzrlib/errors.py:2087
6091
6097
"Cannot convert from format %(from_format)s to format %(format)s. "
6095
#: bzrlib/errors.py:2090
6101
#: bzrlib/errors.py:2099
6096
6102
msgid "Could not find an appropriate Differ for file \"%(path)s\""
6099
#: bzrlib/errors.py:2098
6105
#: bzrlib/errors.py:2107
6100
6106
msgid "%(exe_name)s could not be found on this machine"
6103
#: bzrlib/errors.py:2106
6109
#: bzrlib/errors.py:2115
6104
6110
msgid "Diff is not installed on this machine: %(msg)s"
6107
#: bzrlib/errors.py:2114
6113
#: bzrlib/errors.py:2123
6108
6114
msgid "Diff3 is not installed on this machine."
6111
#: bzrlib/errors.py:2120
6117
#: bzrlib/errors.py:2129
6112
6118
msgid "The content being inserted is already present."
6115
#: bzrlib/errors.py:2125
6121
#: bzrlib/errors.py:2134
6117
6123
"This tree contains left-over files from a failed operation.\n"
6118
6124
" Please examine %(limbo_dir)s to see if it contains any files you wish "
6135
6141
" keep, and delete it when you are done."
6138
#: bzrlib/errors.py:2157
6144
#: bzrlib/errors.py:2166
6140
6146
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
6141
6147
"examine %(pending_deletion)s to see if it contains any files you wish to "
6142
6148
"keep, and delete it when you are done."
6145
#: bzrlib/errors.py:2167
6151
#: bzrlib/errors.py:2176
6146
6152
msgid "Working tree is out of date, please run 'bzr update'.%(more)s"
6149
#: bzrlib/errors.py:2181
6155
#: bzrlib/errors.py:2190
6151
6157
"Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
6154
#: bzrlib/errors.py:2194
6160
#: bzrlib/errors.py:2203
6155
6161
msgid "Error in merge modified format"
6158
#: bzrlib/errors.py:2199
6164
#: bzrlib/errors.py:2208
6159
6165
msgid "Format error in conflict listings"
6162
#: bzrlib/errors.py:2203
6168
#: bzrlib/errors.py:2212
6164
6170
"Inconsistency in dirstate file %(dirstate_path)s.\n"
6165
6171
"Error: %(description)s"
6168
#: bzrlib/errors.py:2214
6174
#: bzrlib/errors.py:2223
6170
6176
"An error has been detected in the repository %(repo_path)s.\n"
6171
6177
"Please run bzr reconcile on this repository."
6174
#: bzrlib/errors.py:2225
6180
#: bzrlib/errors.py:2234
6176
6182
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
6177
6183
"reason: %(reason)s"
6180
#: bzrlib/errors.py:2238
6186
#: bzrlib/errors.py:2247
6182
6188
"An inconsistent delta was supplied: %(delta)r\n"
6183
6189
"reason: %(reason)s"
6186
#: bzrlib/errors.py:2250
6192
#: bzrlib/errors.py:2259
6187
6193
msgid "To use this feature you must upgrade your branch at %(path)s."
6190
#: bzrlib/errors.py:2259
6196
#: bzrlib/errors.py:2268
6191
6197
msgid "To use this feature you must upgrade your repository at %(path)s."
6194
#: bzrlib/errors.py:2264
6200
#: bzrlib/errors.py:2273
6196
6202
"To use this feature you must upgrade your branch at %(path)s to a format "
6197
6203
"which supports rich roots."
6200
#: bzrlib/errors.py:2270
6206
#: bzrlib/errors.py:2279
6201
6207
msgid "Cannot perform local-only commits on unbound branches."
6204
#: bzrlib/errors.py:2275
6210
#: bzrlib/errors.py:2284
6205
6211
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
6208
#: bzrlib/errors.py:2296
6214
#: bzrlib/errors.py:2305
6209
6215
msgid "Ghost tags not supported by format %(format)r."
6212
#: bzrlib/errors.py:2304
6218
#: bzrlib/errors.py:2313
6213
6219
msgid "File is binary but should be text."
6216
#: bzrlib/errors.py:2309
6222
#: bzrlib/errors.py:2318
6217
6223
msgid "The path %(path)s is not permitted on this platform"
6220
#: bzrlib/errors.py:2318
6226
#: bzrlib/errors.py:2327
6222
6228
"Testament did not match expected value.\n"
6223
6229
" For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
6224
6230
" {%(measured)s}"
6227
#: bzrlib/errors.py:2330
6233
#: bzrlib/errors.py:2339
6228
6234
msgid "Not a bzr revision-bundle: %(text)r"
6231
#: bzrlib/errors.py:2339
6237
#: bzrlib/errors.py:2348
6232
6238
msgid "Bad bzr revision-bundle: %(text)r"
6235
#: bzrlib/errors.py:2348
6241
#: bzrlib/errors.py:2357
6236
6242
msgid "Malformed bzr revision-bundle header: %(text)r"
6239
#: bzrlib/errors.py:2353
6245
#: bzrlib/errors.py:2362
6240
6246
msgid "Malformed patches in bzr revision-bundle: %(text)r"
6243
#: bzrlib/errors.py:2358
6249
#: bzrlib/errors.py:2367
6244
6250
msgid "Malformed footer in bzr revision-bundle: %(text)r"
6247
#: bzrlib/errors.py:2363
6253
#: bzrlib/errors.py:2372
6248
6254
msgid "End of line marker was not \\n in bzr revision-bundle"
6251
#: bzrlib/errors.py:2373
6257
#: bzrlib/errors.py:2382
6252
6258
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
6255
#: bzrlib/errors.py:2383
6261
#: bzrlib/errors.py:2392
6256
6262
msgid "Root class for inventory serialization errors"
6259
#: bzrlib/errors.py:2387
6265
#: bzrlib/errors.py:2396
6261
6267
"The inventory was not in the expected format:\n"
6265
#: bzrlib/errors.py:2396
6271
#: bzrlib/errors.py:2405
6266
6272
msgid "This operation requires rich root data storage"
6269
#: bzrlib/errors.py:2409
6275
#: bzrlib/errors.py:2418
6270
6276
msgid "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
6273
#: bzrlib/errors.py:2418
6279
#: bzrlib/errors.py:2427
6275
6281
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
6279
#: bzrlib/errors.py:2425
6285
#: bzrlib/errors.py:2434
6281
6287
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
6282
6288
"ghost at {%(ghost_revision_id)s}"
6285
#: bzrlib/errors.py:2435
6291
#: bzrlib/errors.py:2444
6286
6292
msgid "Ghost revision {%(revision_id)s} cannot be used here."
6289
#: bzrlib/errors.py:2486
6295
#: bzrlib/errors.py:2495
6291
6297
"A merge directive must provide either a bundle or a public branch location."
6294
#: bzrlib/errors.py:2493
6300
#: bzrlib/errors.py:2502
6295
6301
msgid "Bad merge directive payload %(start)r"
6298
#: bzrlib/errors.py:2503
6304
#: bzrlib/errors.py:2512
6299
6305
msgid "Preview patch does not match requested changes."
6302
#: bzrlib/errors.py:2509
6308
#: bzrlib/errors.py:2518
6303
6309
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
6306
#: bzrlib/errors.py:2519
6312
#: bzrlib/errors.py:2528
6308
6314
"Your branch does not have all of the revisions required in order to merge "
6309
6315
"this merge directive and the target location specified in the merge "
6310
6316
"directive is not a branch: %(location)s."
6313
#: bzrlib/errors.py:2531
6319
#: bzrlib/errors.py:2540
6314
6320
msgid "Unsupported entry kind %(kind)s"
6317
#: bzrlib/errors.py:2539
6323
#: bzrlib/errors.py:2548
6318
6324
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
6321
#: bzrlib/errors.py:2549
6327
#: bzrlib/errors.py:2558
6322
6328
msgid "Subsume target %(other_tree)s needs to be upgraded."
6325
#: bzrlib/errors.py:2568
6331
#: bzrlib/errors.py:2577
6326
6332
msgid "No such tag: %(tag_name)s"
6329
#: bzrlib/errors.py:2576
6335
#: bzrlib/errors.py:2585
6330
6336
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
6333
#: bzrlib/errors.py:2585
6339
#: bzrlib/errors.py:2594
6334
6340
msgid "Tag %(tag_name)s already exists."
6337
#: bzrlib/errors.py:2593
6343
#: bzrlib/errors.py:2602
6339
6345
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
6340
6346
"bugs\" for more information on this feature."
6343
#: bzrlib/errors.py:2603
6349
#: bzrlib/errors.py:2612
6345
6351
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
6348
#: bzrlib/errors.py:2613
6354
#: bzrlib/errors.py:2622
6350
6356
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
6353
#: bzrlib/errors.py:2623
6359
#: bzrlib/errors.py:2632
6354
6360
msgid "Invalid line in bugs property: '%(line)s'"
6357
#: bzrlib/errors.py:2631
6363
#: bzrlib/errors.py:2640
6358
6364
msgid "Invalid bug status: '%(status)s'"
6361
#: bzrlib/errors.py:2639
6367
#: bzrlib/errors.py:2648
6362
6368
msgid "Could not understand response from smart server: %(response_tuple)r"
6365
#: bzrlib/errors.py:2678
6371
#: bzrlib/errors.py:2687
6366
6372
msgid "Server sent an unexpected error: %(error_tuple)r"
6369
#: bzrlib/errors.py:2697
6375
#: bzrlib/errors.py:2706
6370
6376
msgid "Unrecognised container format: %(container_format)r"
6373
#: bzrlib/errors.py:2705
6379
#: bzrlib/errors.py:2714
6374
6380
msgid "Unexpected end of container stream"
6377
#: bzrlib/errors.py:2710
6383
#: bzrlib/errors.py:2719
6378
6384
msgid "Unknown record type: %(record_type)r"
6381
#: bzrlib/errors.py:2718
6387
#: bzrlib/errors.py:2727
6382
6388
msgid "Invalid record: %(reason)s"
6385
#: bzrlib/errors.py:2726
6391
#: bzrlib/errors.py:2735
6386
6392
msgid "Container has data after end marker: %(excess)r"
6389
#: bzrlib/errors.py:2734
6395
#: bzrlib/errors.py:2743
6390
6396
msgid "Container has multiple records with the same name: %(name)s"
6393
#: bzrlib/errors.py:2747
6399
#: bzrlib/errors.py:2756
6394
6400
msgid "Corrupt or incompatible data stream: %(reason)s"
6397
#: bzrlib/errors.py:2755
6403
#: bzrlib/errors.py:2764
6398
6404
msgid "SMTP error: %(error)s"
6401
#: bzrlib/errors.py:2763
6407
#: bzrlib/errors.py:2772
6402
6408
msgid "No message supplied."
6405
#: bzrlib/errors.py:2768
6411
#: bzrlib/errors.py:2777
6406
6412
msgid "No mail-to address (--mail-to) or output (-o) specified."
6409
#: bzrlib/errors.py:2781
6415
#: bzrlib/errors.py:2782
6411
6417
"Unable to find mail client with the following names: "
6412
6418
"%(mail_command_list_string)s"
6415
#: bzrlib/errors.py:2791
6421
#: bzrlib/errors.py:2792
6416
6422
msgid "SMTP connection to %(host)s refused"
6419
#: bzrlib/errors.py:2800
6425
#: bzrlib/errors.py:2801
6420
6426
msgid "Please specify smtp_server. No server at default %(host)s."
6423
#: bzrlib/errors.py:2814
6429
#: bzrlib/errors.py:2815
6425
6431
"'%(display_url)s' is not in sync with %(target_url)s. See bzr help sync-for-"
6429
#: bzrlib/errors.py:2826
6435
#: bzrlib/errors.py:2827
6430
6436
msgid "'%(display_url)s' is already a branch."
6433
#: bzrlib/errors.py:2831
6439
#: bzrlib/errors.py:2832
6434
6440
msgid "'%(display_url)s' is already a tree."
6437
#: bzrlib/errors.py:2836
6443
#: bzrlib/errors.py:2837
6438
6444
msgid "'%(display_url)s' is already a checkout."
6441
#: bzrlib/errors.py:2841
6447
#: bzrlib/errors.py:2842
6442
6448
msgid "'%(display_url)s' is already a lightweight checkout."
6445
#: bzrlib/errors.py:2846
6451
#: bzrlib/errors.py:2847
6446
6452
msgid "'%(display_url)s' is already using a shared repository."
6449
#: bzrlib/errors.py:2851
6455
#: bzrlib/errors.py:2852
6450
6456
msgid "'%(display_url)s' is already standalone."
6453
#: bzrlib/errors.py:2856
6459
#: bzrlib/errors.py:2857
6454
6460
msgid "Shared repository '%(display_url)s' already creates working trees."
6457
#: bzrlib/errors.py:2862
6463
#: bzrlib/errors.py:2863
6459
6465
"Shared repository '%(display_url)s' already doesn't create working trees."
6462
#: bzrlib/errors.py:2868
6468
#: bzrlib/errors.py:2869
6463
6469
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
6466
#: bzrlib/errors.py:2873
6472
#: bzrlib/errors.py:2874
6467
6473
msgid "No location could be found to bind to at %(display_url)s."
6470
#: bzrlib/errors.py:2878
6476
#: bzrlib/errors.py:2879
6472
6478
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
6473
6479
"status).%(more)s"
6476
#: bzrlib/errors.py:2897
6482
#: bzrlib/errors.py:2898
6478
6484
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
6479
6485
"list).%(more)s"
6482
#: bzrlib/errors.py:2903
6488
#: bzrlib/errors.py:2904
6483
6489
msgid "Variable {%(name)s} is not available."
6486
#: bzrlib/errors.py:2911
6492
#: bzrlib/errors.py:2912
6487
6493
msgid "No template specified."
6490
#: bzrlib/errors.py:2916
6496
#: bzrlib/errors.py:2917
6491
6497
msgid "Unable to create symlink %(path_str)son this platform"
6494
#: bzrlib/errors.py:2931
6500
#: bzrlib/errors.py:2932
6496
6502
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
6497
6503
"\"original\", \"local\"."
6500
#: bzrlib/errors.py:2965
6506
#: bzrlib/errors.py:2966
6502
6508
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
6505
#: bzrlib/errors.py:2977
6511
#: bzrlib/errors.py:2978
6506
6512
msgid "The \"%(config_id)s\" configuration does not exist."
6509
#: bzrlib/errors.py:2985
6515
#: bzrlib/errors.py:2986
6510
6516
msgid "The \"%(option_name)s\" configuration option does not exist."
6513
#: bzrlib/errors.py:2993
6519
#: bzrlib/errors.py:2994
6514
6520
msgid "The alias \"%(alias_name)s\" does not exist."
6517
#: bzrlib/errors.py:3007
6523
#: bzrlib/errors.py:3008
6518
6524
msgid "\"%(alias_name)s\" is not a valid location alias."
6521
#: bzrlib/errors.py:3015
6527
#: bzrlib/errors.py:3016
6522
6528
msgid "No %(alias_name)s location assigned."
6525
#: bzrlib/errors.py:3023
6531
#: bzrlib/errors.py:3024
6526
6532
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
6529
#: bzrlib/errors.py:3033
6535
#: bzrlib/errors.py:3034
6530
6536
msgid "Unknown rules detected: %(unknowns_str)s."
6533
#: bzrlib/errors.py:3044
6539
#: bzrlib/errors.py:3045
6534
6540
msgid "Tip change rejected: %(msg)s"
6537
#: bzrlib/errors.py:3052
6543
#: bzrlib/errors.py:3053
6538
6544
msgid "Shelf corrupt."
6541
#: bzrlib/errors.py:3057
6547
#: bzrlib/errors.py:3058
6542
6548
msgid "Corruption while decompressing repository file%(orig_error)s"
6545
#: bzrlib/errors.py:3069
6551
#: bzrlib/errors.py:3070
6546
6552
msgid "No changes are shelved with id \"%(shelf_id)d\"."
6549
#: bzrlib/errors.py:3077
6555
#: bzrlib/errors.py:3078
6550
6556
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6553
#: bzrlib/errors.py:3085
6559
#: bzrlib/errors.py:3086
6555
6561
"An attempt to access a url outside the server jail was made: '%(url)s'."
6558
#: bzrlib/errors.py:3093
6564
#: bzrlib/errors.py:3094
6559
6565
msgid "The user aborted the operation."
6562
#: bzrlib/errors.py:3098
6568
#: bzrlib/errors.py:3099
6563
6569
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
6566
#: bzrlib/errors.py:3108
6572
#: bzrlib/errors.py:3109
6567
6573
msgid "No such view: %(view_name)s."
6570
#: bzrlib/errors.py:3118
6576
#: bzrlib/errors.py:3119
6572
6578
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6573
6579
"to a later format."
6576
#: bzrlib/errors.py:3127
6582
#: bzrlib/errors.py:3128
6578
6584
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6581
#: bzrlib/errors.py:3194
6587
#: bzrlib/errors.py:3195
6582
6588
msgid "%(bzrdir)r does not support co-located branches."
6585
#: bzrlib/errors.py:3200
6591
#: bzrlib/errors.py:3201
6587
6593
"Unable to determine your name.\n"
6588
6594
"Please, set your name with the 'whoami' command.\n"
6589
6595
"E.g. bzr whoami \"Your Name <name@example.com>\""
6592
#: bzrlib/errors.py:3209
6598
#: bzrlib/errors.py:3210
6593
6599
msgid "Invalid pattern(s) found. %(msg)s"
6596
#: bzrlib/errors.py:3217
6602
#: bzrlib/errors.py:3218
6598
6604
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6599
6605
"unbind` to fix."
6602
#: bzrlib/errors.py:3228
6608
#: bzrlib/errors.py:3229
6603
6609
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
6606
#: bzrlib/errors.py:3237
6612
#: bzrlib/errors.py:3238
6607
6613
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
6610
#: bzrlib/errors.py:3246
6616
#: bzrlib/errors.py:3247
6612
6618
"No compatible object available for operations from %(source)r to %(target)r."
6615
#: bzrlib/errors.py:3256
6621
#: bzrlib/errors.py:3257
6617
6623
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6618
6624
"%(arguments)s."
6621
#: bzrlib/errors.py:3266
6627
#: bzrlib/errors.py:3267
6623
6629
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6624
6630
"format %(format)r"
6627
#: bzrlib/errors.py:3278
6633
#: bzrlib/errors.py:3279
6629
6635
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6633
#: bzrlib/errors.py:3291
6639
#: bzrlib/errors.py:3292
6634
6640
msgid "Binary files section encountered."
6637
#: bzrlib/errors.py:3299
6643
#: bzrlib/errors.py:3300
6639
6645
"Malformed patch header. %(desc)s\n"
6643
#: bzrlib/errors.py:3308
6649
#: bzrlib/errors.py:3309
6645
6651
"Malformed hunk header. %(desc)s\n"
6649
#: bzrlib/errors.py:3317
6655
#: bzrlib/errors.py:3318
6651
6657
"Malformed line. %(desc)s\n"
6655
#: bzrlib/errors.py:3327
6661
#: bzrlib/errors.py:3328
6657
6663
"Text contents mismatch at line %(line_no)d. Original has \"%(orig_line)s\", "
6658
6664
"but patch says it should be \"%(patch_line)s\""
6661
#: bzrlib/errors.py:3338
6667
#: bzrlib/errors.py:3339
6662
6668
msgid "The feature %(feature)s has already been registered."
7065
7071
" otherwise error."
7068
#: bzrlib/plugins/launchpad/__init__.py:99
7074
#: bzrlib/plugins/launchpad/cmds.py:62
7071
7077
" bzr register-branch http://foo.com/bzr/fooproject.mine \\\n"
7072
7078
" --project fooproject"
7075
#: bzrlib/plugins/launchpad/__init__.py:106
7081
#: bzrlib/plugins/launchpad/cmds.py:69
7076
7082
msgid "Launchpad project short name to associate with the branch."
7079
#: bzrlib/plugins/launchpad/__init__.py:113
7085
#: bzrlib/plugins/launchpad/cmds.py:76
7081
7087
"Short name for the branch; by default taken from the last component of the "
7085
#: bzrlib/plugins/launchpad/__init__.py:117
7091
#: bzrlib/plugins/launchpad/cmds.py:80
7086
7092
msgid "One-sentence description of the branch."
7089
#: bzrlib/plugins/launchpad/__init__.py:120
7095
#: bzrlib/plugins/launchpad/cmds.py:83
7090
7096
msgid "Longer description of the purpose or contents of the branch."
7093
#: bzrlib/plugins/launchpad/__init__.py:123
7099
#: bzrlib/plugins/launchpad/cmds.py:86
7094
7100
msgid "Branch author's email address, if not yourself."
7097
#: bzrlib/plugins/launchpad/__init__.py:126
7103
#: bzrlib/plugins/launchpad/cmds.py:89
7098
7104
msgid "The bug this branch fixes."
7101
#: bzrlib/plugins/launchpad/__init__.py:129
7107
#: bzrlib/plugins/launchpad/cmds.py:92
7102
7108
msgid "Prepare the request but don't actually send it."
7105
#: bzrlib/plugins/launchpad/__init__.py:151
7111
#: bzrlib/plugins/launchpad/cmds.py:114
7107
7113
"register-branch requires a public branch url - see bzr help register-branch."
7110
#: bzrlib/plugins/launchpad/__init__.py:159
7116
#: bzrlib/plugins/launchpad/cmds.py:122
7111
7117
msgid "--product is deprecated; please use --project."
7114
#: bzrlib/plugins/launchpad/__init__.py:191
7120
#: bzrlib/plugins/launchpad/cmds.py:152
7115
7121
msgid "Open a Launchpad branch page in your web browser."
7118
#: bzrlib/plugins/launchpad/__init__.py:196
7124
#: bzrlib/plugins/launchpad/cmds.py:157
7119
7125
msgid "Do not actually open the browser. Just say the URL we would use."
7122
#: bzrlib/plugins/launchpad/__init__.py:231
7128
#: bzrlib/plugins/launchpad/cmds.py:192
7123
7129
#, python-format
7124
7130
msgid "Opening %s in web browser"
7127
#: bzrlib/plugins/launchpad/__init__.py:241
7133
#: bzrlib/plugins/launchpad/cmds.py:200
7128
7134
msgid "Show or set the Launchpad user ID."
7131
#: bzrlib/plugins/launchpad/__init__.py:243
7137
#: bzrlib/plugins/launchpad/cmds.py:202
7133
7139
"When communicating with Launchpad, some commands need to know your\n"
7134
7140
"Launchpad user ID. This command can be used to set or show the\n"
7135
7141
"user ID that Bazaar will use for such communication."
7138
#: bzrlib/plugins/launchpad/__init__.py:247
7144
#: bzrlib/plugins/launchpad/cmds.py:206
7141
7147
" Show the Launchpad ID of the current user::"
7144
7150
" Mostra o ID do launchpad do usuário atual::"
7146
#: bzrlib/plugins/launchpad/__init__.py:250
7152
#: bzrlib/plugins/launchpad/cmds.py:209
7147
7153
msgid " bzr launchpad-login"
7148
7154
msgstr " bzr launchpad-login"
7150
#: bzrlib/plugins/launchpad/__init__.py:252
7156
#: bzrlib/plugins/launchpad/cmds.py:211
7151
7157
msgid " Set the Launchpad ID of the current user to 'bob'::"
7152
7158
msgstr " Define um ID do launchpad para o usuário 'bob'::"
7154
#: bzrlib/plugins/launchpad/__init__.py:254
7160
#: bzrlib/plugins/launchpad/cmds.py:213
7155
7161
msgid " bzr launchpad-login bob"
7156
7162
msgstr " bzr launchpad-login bob"
7158
#: bzrlib/plugins/launchpad/__init__.py:261
7164
#: bzrlib/plugins/launchpad/cmds.py:220
7159
7165
msgid "Don't check that the user name is valid."
7160
7166
msgstr "Não verifique se o nome de usuário é válido."
7162
#: bzrlib/plugins/launchpad/__init__.py:276
7163
#: bzrlib/plugins/launchpad/__init__.py:287
7168
#: bzrlib/plugins/launchpad/cmds.py:235 bzrlib/plugins/launchpad/cmds.py:246
7164
7169
msgid "Launchpad user ID exists and has SSH keys.\n"
7167
#: bzrlib/plugins/launchpad/__init__.py:279
7172
#: bzrlib/plugins/launchpad/cmds.py:238
7168
7173
msgid "No Launchpad user ID configured.\n"
7169
7174
msgstr "Nenhum ID de usuário launchpad configurado.\n"
7171
#: bzrlib/plugins/launchpad/__init__.py:290
7176
#: bzrlib/plugins/launchpad/cmds.py:249
7172
7177
#, python-format
7173
7178
msgid "Launchpad user ID set to '%s'.\n"
7174
7179
msgstr "ID de usuário launchpad definido como '%s'.\n"
7176
#: bzrlib/plugins/launchpad/__init__.py:298
7181
#: bzrlib/plugins/launchpad/cmds.py:255
7177
7182
msgid "Ask Launchpad to mirror a branch now."
7180
#: bzrlib/plugins/launchpad/__init__.py:318
7185
#: bzrlib/plugins/launchpad/cmds.py:272
7181
7186
msgid "Propose merging a branch on Launchpad."
7184
#: bzrlib/plugins/launchpad/__init__.py:320
7189
#: bzrlib/plugins/launchpad/cmds.py:274
7186
7191
"This will open your usual editor to provide the initial comment. When it\n"
7187
7192
"has created the proposal, it will open it in your default web browser."
7190
#: bzrlib/plugins/launchpad/__init__.py:323
7195
#: bzrlib/plugins/launchpad/cmds.py:277
7192
7197
"The branch will be proposed to merge into SUBMIT_BRANCH. If SUBMIT_BRANCH\n"
7193
7198
"is not supplied, the remembered submit branch will be used. If no submit\n"
7194
7199
"branch is remembered, the development focus will be used."
7197
#: bzrlib/plugins/launchpad/__init__.py:327
7202
#: bzrlib/plugins/launchpad/cmds.py:281
7199
7204
"By default, the SUBMIT_BRANCH's review team will be requested to review\n"
7200
7205
"the merge proposal. This can be overriden by specifying --review (-R).\n"
7244
7249
"are opened in a web browser."
7247
#: bzrlib/plugins/launchpad/__init__.py:389
7252
#: bzrlib/plugins/launchpad/cmds.py:342
7249
7254
"Any revision involved in the merge may be specified-- the revision in\n"
7250
7255
"which the merge was performed, or one of the revisions that was merged."
7253
#: bzrlib/plugins/launchpad/__init__.py:392
7258
#: bzrlib/plugins/launchpad/cmds.py:345
7254
7259
msgid "So, to find the merge proposal that reviewed line 1 of README::"
7257
#: bzrlib/plugins/launchpad/__init__.py:394
7262
#: bzrlib/plugins/launchpad/cmds.py:347
7258
7263
msgid " bzr lp-find-proposal -r annotate:README:1"
7261
#: bzrlib/plugins/launchpad/__init__.py:409
7266
#: bzrlib/plugins/launchpad/cmds.py:363
7262
7267
msgid "No review found."
7265
#: bzrlib/plugins/launchpad/__init__.py:410
7270
#: bzrlib/plugins/launchpad/cmds.py:364
7266
7271
#, python-format
7267
7272
msgid "%d proposals(s) found."
7270
#: bzrlib/plugins/launchpad/__init__.py:420
7275
#: bzrlib/plugins/launchpad/cmds.py:374
7271
7276
msgid "Finding revision-id"
7274
#: bzrlib/plugins/launchpad/__init__.py:427
7279
#: bzrlib/plugins/launchpad/cmds.py:381
7275
7280
msgid "Finding merge"
7278
#: bzrlib/plugins/launchpad/__init__.py:432
7283
#: bzrlib/plugins/launchpad/cmds.py:386
7279
7284
msgid "Finding revno"
7282
#: bzrlib/plugins/launchpad/__init__.py:437
7287
#: bzrlib/plugins/launchpad/cmds.py:392
7283
7288
msgid "Finding Launchpad branch"
7286
#: bzrlib/plugins/launchpad/__init__.py:440
7291
#: bzrlib/plugins/launchpad/cmds.py:395
7287
7292
msgid "Finding proposals"
7333
#: bzrlib/plugins/launchpad/lp_propose.py:149
7338
#: bzrlib/plugins/launchpad/lp_propose.py:150
7334
7339
#, python-format
7335
7340
msgid "There is already a branch merge proposal: %s"
7338
#: bzrlib/plugins/weave_fmt/bzrdir.py:236
7343
#: bzrlib/plugins/weave_fmt/bzrdir.py:237
7339
7344
msgid "pb parameter to convert() is deprecated"
7342
#: bzrlib/plugins/weave_fmt/bzrdir.py:239
7347
#: bzrlib/plugins/weave_fmt/bzrdir.py:240
7343
7348
msgid "starting upgrade from format 4 to 5"
7346
#: bzrlib/plugins/weave_fmt/bzrdir.py:249
7351
#: bzrlib/plugins/weave_fmt/bzrdir.py:250
7347
7352
msgid "note: upgrade may be faster if all store files are ungzipped first"
7350
#: bzrlib/plugins/weave_fmt/bzrdir.py:278
7355
#: bzrlib/plugins/weave_fmt/bzrdir.py:279
7351
7356
msgid "converting revision"
7354
#: bzrlib/plugins/weave_fmt/bzrdir.py:283
7359
#: bzrlib/plugins/weave_fmt/bzrdir.py:284
7355
7360
msgid "upgraded to weaves:"
7358
#: bzrlib/plugins/weave_fmt/bzrdir.py:284
7363
#: bzrlib/plugins/weave_fmt/bzrdir.py:285
7359
7364
#, python-format
7360
7365
msgid "%6d revisions and inventories"
7363
#: bzrlib/plugins/weave_fmt/bzrdir.py:286
7368
#: bzrlib/plugins/weave_fmt/bzrdir.py:287
7364
7369
#, python-format
7365
7370
msgid "%6d revisions not present"
7368
#: bzrlib/plugins/weave_fmt/bzrdir.py:288
7373
#: bzrlib/plugins/weave_fmt/bzrdir.py:289
7369
7374
#, python-format
7370
7375
msgid "%6d texts"
7373
#: bzrlib/plugins/weave_fmt/bzrdir.py:324
7378
#: bzrlib/plugins/weave_fmt/bzrdir.py:325
7374
7379
msgid "writing weave"
7377
#: bzrlib/plugins/weave_fmt/bzrdir.py:328
7378
#: bzrlib/plugins/weave_fmt/bzrdir.py:330
7382
#: bzrlib/plugins/weave_fmt/bzrdir.py:329
7383
#: bzrlib/plugins/weave_fmt/bzrdir.py:331
7379
7384
msgid "inventory"
7382
#: bzrlib/plugins/weave_fmt/bzrdir.py:347
7387
#: bzrlib/plugins/weave_fmt/bzrdir.py:348
7383
7388
msgid "write revision"
7386
#: bzrlib/plugins/weave_fmt/bzrdir.py:361
7391
#: bzrlib/plugins/weave_fmt/bzrdir.py:362
7387
7392
msgid "loading revision"
7390
#: bzrlib/plugins/weave_fmt/bzrdir.py:366
7395
#: bzrlib/plugins/weave_fmt/bzrdir.py:367
7391
7396
#, python-format
7392
7397
msgid "revision {%s} not present in branch; will be converted as a ghost"
7395
#: bzrlib/plugins/weave_fmt/bzrdir.py:506
7400
#: bzrlib/plugins/weave_fmt/bzrdir.py:507
7396
7401
msgid "starting upgrade from format 5 to 6"
7399
#: bzrlib/plugins/weave_fmt/bzrdir.py:516
7404
#: bzrlib/plugins/weave_fmt/bzrdir.py:517
7400
7405
#, python-format
7401
7406
msgid "adding prefixes to %s"
7404
#: bzrlib/plugins/weave_fmt/bzrdir.py:556
7409
#: bzrlib/plugins/weave_fmt/bzrdir.py:557
7405
7410
msgid "starting upgrade from format 6 to metadir"
7408
#: bzrlib/plugins/weave_fmt/bzrdir.py:564
7413
#: bzrlib/plugins/weave_fmt/bzrdir.py:565
7409
7414
msgid "Removing ancestry.weave"
7412
#: bzrlib/plugins/weave_fmt/bzrdir.py:569
7417
#: bzrlib/plugins/weave_fmt/bzrdir.py:570
7413
7418
msgid "Finding branch files"
7416
#: bzrlib/plugins/weave_fmt/bzrdir.py:579
7421
#: bzrlib/plugins/weave_fmt/bzrdir.py:580
7417
7422
msgid "Upgrading repository"
7420
#: bzrlib/plugins/weave_fmt/bzrdir.py:589
7425
#: bzrlib/plugins/weave_fmt/bzrdir.py:590
7421
7426
msgid "Upgrading branch"
7424
#: bzrlib/plugins/weave_fmt/bzrdir.py:612
7429
#: bzrlib/plugins/weave_fmt/bzrdir.py:613
7425
7430
msgid "No working tree."
7428
#: bzrlib/plugins/weave_fmt/bzrdir.py:619
7433
#: bzrlib/plugins/weave_fmt/bzrdir.py:620
7429
7434
msgid "Upgrading working tree"
7432
#: bzrlib/plugins/weave_fmt/bzrdir.py:640
7437
#: bzrlib/plugins/weave_fmt/bzrdir.py:641
7433
7438
#, python-format
7434
7439
msgid "Make %s lock"
7437
#: bzrlib/plugins/weave_fmt/bzrdir.py:651
7442
#: bzrlib/plugins/weave_fmt/bzrdir.py:652
7438
7443
#, python-format
7439
7444
msgid "Moving %s"
8308
8313
msgid "How to fix diverged branches"
8311
#: dummy/help_topics/env-variables/detail.txt:1
8312
msgid "Environment Variables"
8315
#: dummy/help_topics/env-variables/detail.txt:3
8317
"=================== "
8318
"===========================================================\n"
8319
"BZRPATH Path where bzr is to look for shell plugin external\n"
8321
"BZR_EMAIL E-Mail address of the user. Overrides EMAIL.\n"
8322
"EMAIL E-Mail address of the user.\n"
8323
"BZR_EDITOR Editor for editing commit messages. Overrides EDITOR.\n"
8324
"EDITOR Editor for editing commit messages.\n"
8325
"BZR_PLUGIN_PATH Paths where bzr should look for plugins.\n"
8326
"BZR_DISABLE_PLUGINS Plugins that bzr should not load.\n"
8327
"BZR_PLUGINS_AT Plugins to load from a directory not in "
8328
"BZR_PLUGIN_PATH.\n"
8329
"BZR_HOME Directory holding .bazaar config dir. Overrides HOME.\n"
8330
"BZR_HOME (Win32) Directory holding bazaar config dir. Overrides APPDATA "
8333
"BZR_REMOTE_PATH Full name of remote 'bzr' command (for bzr+ssh:// "
8335
"BZR_SSH Path to SSH client, or one of paramiko, openssh, "
8338
"BZR_LOG Location of .bzr.log (use '/dev/null' to suppress log).\n"
8339
"BZR_LOG (Win32) Location of .bzr.log (use 'NUL' to suppress log).\n"
8340
"BZR_COLUMNS Override implicit terminal width.\n"
8341
"BZR_CONCURRENCY Number of processes that can be run concurrently "
8343
"BZR_PROGRESS_BAR Override the progress display. Values are 'none' or "
8345
"BZR_PDB Control whether to launch a debugger on error.\n"
8346
"BZR_SIGQUIT_PDB Control whether SIGQUIT behaves normally or invokes a\n"
8347
" breakin debugger.\n"
8348
"BZR_TEXTUI_INPUT Force console input mode for prompts to line-based "
8350
" of char-based).\n"
8351
"=================== "
8352
"===========================================================\n"
8355
8316
#: dummy/help_topics/env-variables/summary.txt:1
8356
8317
msgid "Environment variable names and values"
10343
10332
"for. The '?' and '*' wildcards are supported::"
10346
#: en/help_topics/configuration.txt:366
10348
" [/home/jdoe/branches/nethack]\n"
10349
" email = Nethack Admin <nethack@nethack.com>"
10351
" [/home/jdoe/branches/nethack]\n"
10352
" email = Nethack Admin <nethack@nethack.com>"
10354
#: en/help_topics/configuration.txt:369
10356
" [http://hypothetical.site.com/branches/devel-branch]\n"
10357
" create_signatures = always"
10359
" [http://hypothetical.site.com/branches/devel-branch]\n"
10360
" create_signatures = always"
10362
#: en/help_topics/configuration.txt:372
10335
#: en/help_topics/configuration.txt:378
10337
" [/home/jdoe/branches/nethack]\n"
10338
" email = Nethack Admin <nethack@nethack.com>"
10340
" [/home/jdoe/branches/nethack]\n"
10341
" email = Nethack Admin <nethack@nethack.com>"
10343
#: en/help_topics/configuration.txt:381
10345
" [http://hypothetical.site.com/branches/devel-branch]\n"
10346
" create_signatures = always"
10348
" [http://hypothetical.site.com/branches/devel-branch]\n"
10349
" create_signatures = always"
10351
#: en/help_topics/configuration.txt:384
10364
10353
"The authentication configuration file, authentication.conf\n"
10365
10354
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10368
#: en/help_topics/configuration.txt:375
10357
#: en/help_topics/configuration.txt:387
10370
10359
"``authentication.conf`` allows one to specify credentials for\n"
10371
10360
"remote servers. This can be used for all the supported transports and any "
10373
10362
"of bzr that requires authentication (smtp for example)."
10376
#: en/help_topics/configuration.txt:379
10365
#: en/help_topics/configuration.txt:391
10378
10367
"The syntax of the file obeys the same rules as the others except for the\n"
10379
10368
"option policies which don't apply."
10382
#: en/help_topics/configuration.txt:382
10371
#: en/help_topics/configuration.txt:394
10384
10373
"For more information on the possible uses of the authentication "
10385
10374
"configuration\n"
10386
10375
"file see :doc:`authentication-help`."
10389
#: en/help_topics/configuration.txt:385
10378
#: en/help_topics/configuration.txt:397
10392
10381
"Common options\n"
10393
10382
"--------------"
10396
#: en/help_topics/configuration.txt:389
10385
#: en/help_topics/configuration.txt:401
10398
10387
"debug_flags\n"
10399
10388
"~~~~~~~~~~~"
10402
#: en/help_topics/configuration.txt:392
10391
#: en/help_topics/configuration.txt:404
10404
10393
"A comma-separated list of debugging options to turn on. The same values\n"
10405
10394
"can be used as with the -D command-line option (see `help global-options`).\n"
10406
10395
"For example::"
10409
#: en/help_topics/configuration.txt:396
10398
#: en/help_topics/configuration.txt:408
10410
10399
msgid " debug_flags = hpss"
10413
#: en/help_topics/configuration.txt:400
10402
#: en/help_topics/configuration.txt:412
10414
10403
msgid " debug_flags = hpss,evil"
10417
#: en/help_topics/configuration.txt:402
10406
#: en/help_topics/configuration.txt:414
10534
10523
"to sign newly committed revisions, even if the branch requires signatures."
10537
#: en/help_topics/configuration.txt:462
10526
#: en/help_topics/configuration.txt:474
10539
10528
"dirstate.fdatasync\n"
10540
10529
"~~~~~~~~~~~~~~~~~~"
10543
#: en/help_topics/configuration.txt:465
10532
#: en/help_topics/configuration.txt:477
10545
10534
"If true (default), working tree metadata changes are flushed through the\n"
10546
10535
"OS buffers to physical disk. This is somewhat slower, but means data\n"
10547
10536
"should not be lost if the machine crashes. See also repository.fdatasync."
10550
#: en/help_topics/configuration.txt:469
10539
#: en/help_topics/configuration.txt:481
10552
10541
"gpg_signing_key\n"
10553
10542
"~~~~~~~~~~~~~~~"
10556
#: en/help_topics/configuration.txt:472
10545
#: en/help_topics/configuration.txt:484
10558
10547
"The GnuPG user identity to use when signing commits. Can be an e-mail\n"
10559
10548
"address, key fingerprint or full key ID. When unset or when set to\n"
10560
10549
"\"default\" Bazaar will use the user e-mail set with ``whoami``."
10563
#: en/help_topics/configuration.txt:476
10552
#: en/help_topics/configuration.txt:488
10569
#: en/help_topics/configuration.txt:479
10558
#: en/help_topics/configuration.txt:491
10571
10560
"Only useful in ``locations.conf``. Defines whether or not the\n"
10572
10561
"configuration for this section applies to subdirectories:"
10575
#: en/help_topics/configuration.txt:482
10564
#: en/help_topics/configuration.txt:494
10578
10567
" (default) This section applies to subdirectories as well."
10581
#: en/help_topics/configuration.txt:485
10570
#: en/help_topics/configuration.txt:497
10584
10573
" This section only applies to the branch at this directory and not\n"
10585
10574
" branches below it."
10588
#: en/help_topics/configuration.txt:489
10577
#: en/help_topics/configuration.txt:501
10590
10579
"gpg_signing_command\n"
10591
10580
"~~~~~~~~~~~~~~~~~~~"
10594
#: en/help_topics/configuration.txt:492
10583
#: en/help_topics/configuration.txt:504
10596
10585
"(Default: \"gpg\"). Which program should be used to sign and check "
10597
10586
"revisions.\n"
10598
10587
"For example::"
10601
#: en/help_topics/configuration.txt:495
10590
#: en/help_topics/configuration.txt:507
10602
10591
msgid " gpg_signing_command = /usr/bin/gnpg"
10605
#: en/help_topics/configuration.txt:497
10594
#: en/help_topics/configuration.txt:509
10607
10596
"The specified command must accept the options \"--clearsign\" and \"-u "
10611
#: en/help_topics/configuration.txt:499
10600
#: en/help_topics/configuration.txt:511
10613
10602
"bzr_remote_path\n"
10614
10603
"~~~~~~~~~~~~~~~"
10909
10898
"dpush_strict\n"
10910
10899
"~~~~~~~~~~~~"
10912
#: en/help_topics/configuration.txt:649
10901
#: en/help_topics/configuration.txt:661
10914
10903
"If present, defines the ``--strict`` option default value for checking\n"
10915
10904
"uncommitted changes before pushing into a different VCS without any\n"
10916
10905
"custom bzr metadata."
10919
#: en/help_topics/configuration.txt:653
10908
#: en/help_topics/configuration.txt:665
10921
10910
"bound_location\n"
10922
10911
"~~~~~~~~~~~~~~"
10925
#: en/help_topics/configuration.txt:656
10914
#: en/help_topics/configuration.txt:668
10927
10916
"The location that commits should go to when acting as a checkout.\n"
10928
10917
"This option is normally set by ``bind``."
10931
#: en/help_topics/configuration.txt:659
10920
#: en/help_topics/configuration.txt:671
10937
#: en/help_topics/configuration.txt:662
10926
#: en/help_topics/configuration.txt:674
10939
10928
"If set to \"True\", the branch should act as a checkout, and push each "
10940
10929
"commit to\n"
10941
10930
"the bound_location. This option is normally set by ``bind``/``unbind``."
10944
#: en/help_topics/configuration.txt:665
10933
#: en/help_topics/configuration.txt:677
10946
10935
"send_strict\n"
10947
10936
"~~~~~~~~~~~"
10950
#: en/help_topics/configuration.txt:668
10939
#: en/help_topics/configuration.txt:680
10952
10941
"If present, defines the ``--strict`` option default value for checking\n"
10953
10942
"uncommitted changes before sending a merge directive."
10956
#: en/help_topics/configuration.txt:671
10945
#: en/help_topics/configuration.txt:683
10958
10947
"add.maximum_file_size\n"
10959
10948
"~~~~~~~~~~~~~~~~~~~~~"
10962
#: en/help_topics/configuration.txt:674
10951
#: en/help_topics/configuration.txt:686
10964
10953
"Defines the maximum file size the command line \"add\" operation will allow\n"
10965
10954
"in recursive mode, with files larger than this value being skipped. You may "
12011
12035
"branch can now be pushed to the mainline.\n"
12038
#: en/help_topics/env-variables.txt:1
12039
msgid "Environment Variables"
12042
#: en/help_topics/env-variables.txt:3
12044
"=================== "
12045
"===========================================================\n"
12046
"BZRPATH Path where bzr is to look for shell plugin external\n"
12048
"BZR_EMAIL E-Mail address of the user. Overrides EMAIL.\n"
12049
"EMAIL E-Mail address of the user.\n"
12050
"BZR_EDITOR Editor for editing commit messages. Overrides EDITOR.\n"
12051
"EDITOR Editor for editing commit messages.\n"
12052
"BZR_PLUGIN_PATH Paths where bzr should look for plugins.\n"
12053
"BZR_DISABLE_PLUGINS Plugins that bzr should not load.\n"
12054
"BZR_PLUGINS_AT Plugins to load from a directory not in "
12055
"BZR_PLUGIN_PATH.\n"
12056
"BZR_HOME Directory holding .bazaar config dir. Overrides HOME.\n"
12057
"BZR_HOME (Win32) Directory holding bazaar config dir. Overrides APPDATA "
12060
"BZR_REMOTE_PATH Full name of remote 'bzr' command (for bzr+ssh:// "
12062
"BZR_SSH Path to SSH client, or one of paramiko, openssh, "
12065
"BZR_LOG Location of .bzr.log (use '/dev/null' to suppress log).\n"
12066
"BZR_LOG (Win32) Location of .bzr.log (use 'NUL' to suppress log).\n"
12067
"BZR_COLUMNS Override implicit terminal width.\n"
12068
"BZR_CONCURRENCY Number of processes that can be run concurrently "
12070
"BZR_PROGRESS_BAR Override the progress display. Values are 'none' or "
12072
"BZR_PDB Control whether to launch a debugger on error.\n"
12073
"BZR_SIGQUIT_PDB Control whether SIGQUIT behaves normally or invokes a\n"
12074
" breakin debugger.\n"
12075
"BZR_TEXTUI_INPUT Force console input mode for prompts to line-based "
12077
" of char-based).\n"
12078
"=================== "
12079
"===========================================================\n"
12014
12082
#: en/help_topics/eol.txt:1
12016
12084
"End of Line Conversion\n"
12017
12085
"======================"
12087
"Fim da Conversão de Linha\n"
12088
"======================"
12020
12090
#: en/help_topics/eol.txt:4
12756
#: en/help_topics/hooks.txt:253
12758
"ControlDirHooks\n"
12761
"ControlDirHooks\n"
12764
12841
#: en/help_topics/hooks.txt:256
12772
#: en/help_topics/hooks.txt:261
12843
"ControlDirHooks\n"
12846
"ControlDirHooks\n"
12849
#: en/help_topics/hooks.txt:259
12857
#: en/help_topics/hooks.txt:264
12774
12859
"Invoked after a repository has been initialized. post_repo_init is\n"
12775
12860
"called with a bzrlib.controldir.RepoInitHookParams."
12778
#: en/help_topics/hooks.txt:264
12786
12863
#: en/help_topics/hooks.txt:267
12871
#: en/help_topics/hooks.txt:270
12787
12872
msgid "Introduced in: 1.14"
12788
12873
msgstr "Introduzido em: 1.14"
12790
#: en/help_topics/hooks.txt:269
12875
#: en/help_topics/hooks.txt:272
12792
12877
"Invoked before attempting to open a ControlDir with the transport that\n"
12793
12878
"the open will use."
12796
#: en/help_topics/hooks.txt:272
12804
12881
#: en/help_topics/hooks.txt:275
12812
#: en/help_topics/hooks.txt:278 en/help_topics/hooks.txt:297
12813
#: en/help_topics/hooks.txt:521
12889
#: en/help_topics/hooks.txt:278
12897
#: en/help_topics/hooks.txt:281 en/help_topics/hooks.txt:300
12898
#: en/help_topics/hooks.txt:524
12814
12899
msgid "Introduced in: 1.15"
12815
12900
msgstr "Introduzido em: 1.15.0"
12817
#: en/help_topics/hooks.txt:280
12902
#: en/help_topics/hooks.txt:283
12819
12904
"Invoked when displaying the statistics for a repository. repository is\n"
12820
12905
"called with a statistics dictionary as returned by the repository and\n"
12821
12906
"a file-like object to write to."
12824
#: en/help_topics/hooks.txt:284
12832
12909
#: en/help_topics/hooks.txt:287
12840
#: en/help_topics/hooks.txt:292
12917
#: en/help_topics/hooks.txt:290
12925
#: en/help_topics/hooks.txt:295
12842
12927
"Called with a bzrlib.lock.LockResult when a physical lock is acquired."
12845
#: en/help_topics/hooks.txt:294
12930
#: en/help_topics/hooks.txt:297
12847
12932
"lock_broken\n"
12848
12933
"~~~~~~~~~~~"
12936
13021
"Chamado antes de uma mesclagem. Recebe um objeto mesclado como único\n"
12939
#: en/help_topics/hooks.txt:339
12941
"MergeDirectiveHooks\n"
12942
"-------------------"
12944
"MergeDirectiveHooks\n"
12945
"-------------------"
12947
13024
#: en/help_topics/hooks.txt:342
12949
"merge_request_body\n"
12950
"~~~~~~~~~~~~~~~~~~"
13026
"MergeDirectiveHooks\n"
13027
"-------------------"
12952
"merge_request_body\n"
12953
"~~~~~~~~~~~~~~~~~~"
13029
"MergeDirectiveHooks\n"
13030
"-------------------"
12955
13032
#: en/help_topics/hooks.txt:345
13034
"merge_request_body\n"
13035
"~~~~~~~~~~~~~~~~~~"
13037
"merge_request_body\n"
13038
"~~~~~~~~~~~~~~~~~~"
13040
#: en/help_topics/hooks.txt:348
12956
13041
msgid "Introduced in: 1.15.0"
12957
13042
msgstr "Introduzido em: 1.15.0"
12959
#: en/help_topics/hooks.txt:347
13044
#: en/help_topics/hooks.txt:350
12961
13046
"Called with a MergeRequestBodyParams when a body is needed for a merge\n"
12962
13047
"request. Callbacks must return a body. If more than one callback is\n"
12963
13048
"registered, the output of one callback is provided to the next."
12966
#: en/help_topics/hooks.txt:351
12968
"MessageEditorHooks\n"
12969
"------------------"
12971
"MessageEditorHooks\n"
12972
"------------------"
12974
13051
#: en/help_topics/hooks.txt:354
12976
"commit_message_template\n"
12977
"~~~~~~~~~~~~~~~~~~~~~~~"
13053
"MessageEditorHooks\n"
13054
"------------------"
12979
"commit_message_template\n"
12980
"~~~~~~~~~~~~~~~~~~~~~~~"
13056
"MessageEditorHooks\n"
13057
"------------------"
12982
13059
#: en/help_topics/hooks.txt:357
13061
"commit_message_template\n"
13062
"~~~~~~~~~~~~~~~~~~~~~~~"
13064
"commit_message_template\n"
13065
"~~~~~~~~~~~~~~~~~~~~~~~"
13067
#: en/help_topics/hooks.txt:360
12983
13068
msgid "Introduced in: 1.10"
12984
13069
msgstr "Introduzido em: 1.10"
12986
#: en/help_topics/hooks.txt:359
13071
#: en/help_topics/hooks.txt:362
12988
13073
"Called when a commit message is being generated.\n"
12989
13074
"commit_message_template is called with the bzrlib.commit.Commit object\n"