You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2010/12/11 01:16:08 UTC

svn commit: r1044548 [27/39] - in /subversion/branches/ignore-mergeinfo: ./ build/ build/ac-macros/ build/generator/ build/generator/templates/ build/win32/ contrib/client-side/ contrib/hook-scripts/ contrib/server-side/ notes/api-errata/ notes/api-err...

Modified: subversion/branches/ignore-mergeinfo/subversion/po/pt_BR.po
URL: http://svn.apache.org/viewvc/subversion/branches/ignore-mergeinfo/subversion/po/pt_BR.po?rev=1044548&r1=1044547&r2=1044548&view=diff
==============================================================================
--- subversion/branches/ignore-mergeinfo/subversion/po/pt_BR.po [UTF-8] (original)
+++ subversion/branches/ignore-mergeinfo/subversion/po/pt_BR.po [UTF-8] Sat Dec 11 00:15:55 2010
@@ -20,1311 +20,1812 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: subversion 1.7\n"
-"Report-Msgid-Bugs-To: dev@subversion.tigris.org\n"
-"POT-Creation-Date: 2007-05-25 20:39+0800\n"
+"Report-Msgid-Bugs-To: dev@subversion.apache.org\n"
+"POT-Creation-Date: 2010-11-12 08:49-0600\n"
 "PO-Revision-Date: 2004-07-26 19:19-300\n"
 "Last-Translator: Subversion Developers <de...@subversion.tigris.org>\n"
 "Language-Team: Brazilian Portuguese <de...@subversion.tigris.org>\n"
+"Language: pt_BR\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: include/svn_error_codes.h:154
+#. Constructing nice error messages for roots.
+#. Build an SVN_ERR_FS_NOT_FOUND error, with a detailed error text,
+#. for PATH in ROOT. ROOT is of type svn_fs_root_t *.
+#: ../include/private/svn_fs_util.h:68
+#, c-format
+msgid "File not found: transaction '%s', path '%s'"
+msgstr "Arquivo não encontrado: transação '%s', caminho '%s'"
+
+#: ../include/private/svn_fs_util.h:73
+#, c-format
+msgid "File not found: revision %ld, path '%s'"
+msgstr "Arquivo não encontrado: revisão %ld, caminho '%s'"
+
+#. Build a detailed `file already exists' message for PATH in ROOT.
+#. ROOT is of type svn_fs_root_t *.
+#: ../include/private/svn_fs_util.h:84
+#, c-format
+msgid "File already exists: filesystem '%s', transaction '%s', path '%s'"
+msgstr "Arquivo já existe: sistema de arquivos '%s', transação '%s', caminho '%s'"
+
+#: ../include/private/svn_fs_util.h:89
+#, c-format
+msgid "File already exists: filesystem '%s', revision %ld, path '%s'"
+msgstr "Arquivo já existe: sistema de arquivos '%s', revisão %ld, caminho '%s'"
+
+#. ROOT is of type svn_fs_root_t *.
+#: ../include/private/svn_fs_util.h:97
+msgid "Root object must be a transaction root"
+msgstr "Objeto raiz tem que ser uma raiz de transação"
+
+#. SVN_FS__ERR_NOT_MUTABLE: the caller attempted to change a node
+#. outside of a transaction. FS is of type "svn_fs_t *".
+#: ../include/private/svn_fs_util.h:104
+#, c-format
+msgid "File is not mutable: filesystem '%s', revision %ld, path '%s'"
+msgstr "Arquivo é imutável: sistema de arquivos '%s', revisão %ld, caminho '%s'"
+
+#. FS is of type "svn fs_t *".
+#: ../include/private/svn_fs_util.h:111
+#, c-format
+msgid "'%s' is not a directory in filesystem '%s'"
+msgstr "'%s' não é um diretório no sistema de arquivos '%s'"
+
+#. FS is of type "svn fs_t *".
+#: ../include/private/svn_fs_util.h:118
+#, c-format
+msgid "'%s' is not a file in filesystem '%s'"
+msgstr "'%s' não é um arquivo no sistema de arquivos '%s'"
+
+#. FS is of type "svn fs_t *", LOCK is of type "svn_lock_t *".
+#: ../include/private/svn_fs_util.h:126
+#, c-format
+msgid "Path '%s' is already locked by user '%s' in filesystem '%s'"
+msgstr "Caminho '%s' já está travado pelo usuário '%s' no sistema de arquivos '%s'"
+
+#. FS is of type "svn fs_t *".
+#: ../include/private/svn_fs_util.h:133
+#, c-format
+msgid "No lock on path '%s' in filesystem '%s'"
+msgstr "Não há trava no caminho '%s' no sistema de arquivos '%s'"
+
+#. FS is of type "svn fs_t *".
+#: ../include/private/svn_fs_util.h:140
+#, fuzzy, c-format
+msgid "Lock has expired: lock-token '%s' in filesystem '%s'"
+msgstr "Trava expirou:  token-de-trava '%s' no sistema de arquivos '%s'"
+
+#. FS is of type "svn fs_t *".
+#: ../include/private/svn_fs_util.h:147
+#, c-format
+msgid "No username is currently associated with filesystem '%s'"
+msgstr "Nenhum usuário está atualmente associado com o sistema de arquivos '%s'"
+
+#. SVN_FS__ERR_LOCK_OWNER_MISMATCH: trying to use a lock whose
+#. LOCK_OWNER doesn't match the USERNAME associated with FS.
+#. FS is of type "svn fs_t *".
+#: ../include/private/svn_fs_util.h:156
+#, c-format
+msgid "User '%s' is trying to use a lock owned by '%s' in filesystem '%s'"
+msgstr "Usuário '%s' está tentando usar uma trava pertencente a '%s' no sistema de arquivos '%s'"
+
+#: ../include/svn_error_codes.h:160
 msgid "Bad parent pool passed to svn_make_pool()"
 msgstr "Pool pai ruim passado para svn_make_pool()"
 
-#: include/svn_error_codes.h:158
+#: ../include/svn_error_codes.h:164
 msgid "Bogus filename"
 msgstr "Nome de arquivo estranho"
 
-#: include/svn_error_codes.h:162
+#: ../include/svn_error_codes.h:168
 msgid "Bogus URL"
 msgstr "URL estranha"
 
-#: include/svn_error_codes.h:166
+#: ../include/svn_error_codes.h:172
 msgid "Bogus date"
 msgstr "Data estranha"
 
-#: include/svn_error_codes.h:170
+#: ../include/svn_error_codes.h:176
 msgid "Bogus mime-type"
 msgstr "Tipo mime estranho"
 
-#: include/svn_error_codes.h:176
+#: ../include/svn_error_codes.h:186
+msgid "Wrong or unexpected property value"
+msgstr ""
+
+#: ../include/svn_error_codes.h:190
 msgid "Version file format not correct"
 msgstr "Formato de arquivo de versão incorreto"
 
-#: include/svn_error_codes.h:182
+#: ../include/svn_error_codes.h:194
+#, fuzzy
+msgid "Path is not an immediate child of the specified directory"
+msgstr "Caminho não é o diretório de trabalho"
+
+#: ../include/svn_error_codes.h:198
+#, fuzzy
+msgid "Bogus UUID"
+msgstr "URL estranha"
+
+#: ../include/svn_error_codes.h:203 ../include/svn_error_codes.h:887
+msgid "Invalid configuration value"
+msgstr "Valor de configuração inválido"
+
+#: ../include/svn_error_codes.h:207
+#, fuzzy
+msgid "Bogus server specification"
+msgstr "Faltando a especificação de revisão requerida"
+
+#: ../include/svn_error_codes.h:211
+#, fuzzy
+msgid "Unsupported checksum type"
+msgstr "Versão de repositório não suportada"
+
+#: ../include/svn_error_codes.h:215
+#, fuzzy
+msgid "Invalid character in hex checksum"
+msgstr "Caracter inválido encontrado em lista de revisão"
+
+#: ../include/svn_error_codes.h:220
+#, fuzzy
+msgid "Unknown string value of token"
+msgstr "Estado desconhecido para comando de trava"
+
+#: ../include/svn_error_codes.h:226
 msgid "No such XML tag attribute"
 msgstr "Não existe tal atributo XML"
 
-#: include/svn_error_codes.h:186
+#: ../include/svn_error_codes.h:230
 msgid "<delta-pkg> is missing ancestry"
 msgstr "falta ancestral para <delta-pkg>"
 
-#: include/svn_error_codes.h:190
+#: ../include/svn_error_codes.h:234
 msgid "Unrecognized binary data encoding; can't decode"
 msgstr "Codificação de dado binário desconhecida; não é possível decoficar"
 
-#: include/svn_error_codes.h:194
+#: ../include/svn_error_codes.h:238
 msgid "XML data was not well-formed"
 msgstr "Dado XML não estava bem formatado"
 
-#: include/svn_error_codes.h:198
+#: ../include/svn_error_codes.h:242
 msgid "Data cannot be safely XML-escaped"
 msgstr "Dado não pode ser gerado seguramente como XML"
 
-#: include/svn_error_codes.h:204
+#: ../include/svn_error_codes.h:248
 msgid "Inconsistent line ending style"
 msgstr "Estilos de finais de linha inconsistentes"
 
-#: include/svn_error_codes.h:208
+#: ../include/svn_error_codes.h:252
 msgid "Unrecognized line ending style"
 msgstr "Estilos de finais de linha não reconhecidos"
 
-#: include/svn_error_codes.h:213
+#: ../include/svn_error_codes.h:257
 msgid "Line endings other than expected"
 msgstr "Final de linha outro do que era esperado"
 
-#: include/svn_error_codes.h:217
+#: ../include/svn_error_codes.h:261
 msgid "Ran out of unique names"
 msgstr "Esgotaram-se os nomes únicos"
 
-#: include/svn_error_codes.h:222
+#: ../include/svn_error_codes.h:266
 msgid "Framing error in pipe protocol"
 msgstr "Erro de framing no protocolo pipe"
 
-#: include/svn_error_codes.h:227
+#: ../include/svn_error_codes.h:271
 msgid "Read error in pipe"
 msgstr "Erro de leitura em pipe"
 
-#: include/svn_error_codes.h:231 libsvn_subr/cmdline.c:299
-#: libsvn_subr/cmdline.c:316 svn/util.c:758
+#: ../include/svn_error_codes.h:275 ../libsvn_subr/cmdline.c:341
+#: ../libsvn_subr/cmdline.c:358 ../svn/util.c:923 ../svnlook/main.c:1802
 #, c-format
 msgid "Write error"
 msgstr "Erro de escrita"
 
-#: include/svn_error_codes.h:237
+#: ../include/svn_error_codes.h:281
 msgid "Unexpected EOF on stream"
 msgstr "EOF inesperado na cadeia"
 
-#: include/svn_error_codes.h:241
+#: ../include/svn_error_codes.h:285
 msgid "Malformed stream data"
 msgstr "Cadeia de dados mal formada"
 
-#: include/svn_error_codes.h:245
+#: ../include/svn_error_codes.h:289
 msgid "Unrecognized stream data"
 msgstr "Cadeia de dados não reconhecida"
 
-#: include/svn_error_codes.h:251
+#: ../include/svn_error_codes.h:294
+#, fuzzy
+msgid "Stream doesn't support seeking"
+msgstr "Servidor não suporta o comando de travamento (lock)"
+
+#: ../include/svn_error_codes.h:300
 msgid "Unknown svn_node_kind"
 msgstr "svn_node_kind desconhecido"
 
-#: include/svn_error_codes.h:255
+#: ../include/svn_error_codes.h:304
 msgid "Unexpected node kind found"
 msgstr "Tipo de nó inesperado encontrado"
 
-#: include/svn_error_codes.h:261
+#: ../include/svn_error_codes.h:310
 msgid "Can't find an entry"
 msgstr "Não foi possível encontrar uma entrada"
 
-#: include/svn_error_codes.h:267
+#: ../include/svn_error_codes.h:316
 msgid "Entry already exists"
 msgstr "Entrada já existe"
 
-#: include/svn_error_codes.h:271
+#: ../include/svn_error_codes.h:320
 msgid "Entry has no revision"
 msgstr "Entrada não possui revisão"
 
-#: include/svn_error_codes.h:275
+#: ../include/svn_error_codes.h:324
 msgid "Entry has no URL"
 msgstr "Entrada não possui URL"
 
-#: include/svn_error_codes.h:279
+#: ../include/svn_error_codes.h:328
 msgid "Entry has an invalid attribute"
 msgstr "Entrada possui atributo inválido"
 
-#: include/svn_error_codes.h:285
+#: ../include/svn_error_codes.h:332
+msgid "Can't create an entry for a forbidden name"
+msgstr ""
+
+#: ../include/svn_error_codes.h:338
 msgid "Obstructed update"
 msgstr "Atualização obstruída"
 
-#: include/svn_error_codes.h:290
+#: ../include/svn_error_codes.h:343
 msgid "Mismatch popping the WC unwind stack"
 msgstr "erro de combinação executando 'pop' na pilha de retorno da CT"
 
-#: include/svn_error_codes.h:295
+#: ../include/svn_error_codes.h:348
 msgid "Attempt to pop empty WC unwind stack"
 msgstr "Tentativa de executar 'pop' em uma pilha de retorno de CT vazia"
 
-#: include/svn_error_codes.h:300
+#: ../include/svn_error_codes.h:353
 msgid "Attempt to unlock with non-empty unwind stack"
 msgstr "Tentativa de destravar com com uma pilha de retorno não vazia"
 
-#: include/svn_error_codes.h:304
+#: ../include/svn_error_codes.h:357
 msgid "Attempted to lock an already-locked dir"
 msgstr "Tentativa de travar um diretório já travado"
 
-#: include/svn_error_codes.h:308
+#: ../include/svn_error_codes.h:361
 msgid "Working copy not locked; this is probably a bug, please report"
-msgstr ""
-"Cópia de trabalho não está travada; isto é provavelmente um bug, por favor "
-"reporte"
+msgstr "Cópia de trabalho não está travada; isto é provavelmente um bug, por favor reporte"
 
-#: include/svn_error_codes.h:313
+#: ../include/svn_error_codes.h:366
 msgid "Invalid lock"
 msgstr "Trava inválida"
 
-#: include/svn_error_codes.h:317
+#: ../include/svn_error_codes.h:373
 msgid "Path is not a working copy directory"
 msgstr "Caminho não é o diretório de trabalho"
 
-#: include/svn_error_codes.h:321
+#: ../include/svn_error_codes.h:381
 msgid "Path is not a working copy file"
 msgstr "Caminho não é um arquivo de trabalho"
 
-#: include/svn_error_codes.h:325
+#: ../include/svn_error_codes.h:385
 msgid "Problem running log"
 msgstr "Problema rodando log"
 
-#: include/svn_error_codes.h:329
+#: ../include/svn_error_codes.h:389
 msgid "Can't find a working copy path"
 msgstr "Não foi possível encontrar um caminho de cópia de trabalho"
 
-#: include/svn_error_codes.h:333
+#: ../include/svn_error_codes.h:393
 msgid "Working copy is not up-to-date"
 msgstr "Cópia de trabalho não está atualizada"
 
-#: include/svn_error_codes.h:337
+#: ../include/svn_error_codes.h:397
 msgid "Left locally modified or unversioned files"
 msgstr "Arquivos não versionados modificados deixados de lado"
 
-#: include/svn_error_codes.h:341
+#: ../include/svn_error_codes.h:401
 msgid "Unmergeable scheduling requested on an entry"
 msgstr "Agendamento não mesclável requerido em uma entrada"
 
-#: include/svn_error_codes.h:345
+#: ../include/svn_error_codes.h:405
 msgid "Found a working copy path"
 msgstr "Um caminho para cópia de trabalho encontrado"
 
-#: include/svn_error_codes.h:349
+#: ../include/svn_error_codes.h:409
 msgid "A conflict in the working copy obstructs the current operation"
 msgstr "Um conflito na cópia de trabalho obstrui a operação corrente"
 
-#: include/svn_error_codes.h:353
+#: ../include/svn_error_codes.h:413
 msgid "Working copy is corrupt"
 msgstr "Cópia de trabalho está corrompida"
 
-#: include/svn_error_codes.h:357
+#: ../include/svn_error_codes.h:417
 msgid "Working copy text base is corrupt"
 msgstr "Texto base de cópia de trabalho está corrompido"
 
-#: include/svn_error_codes.h:361
+#: ../include/svn_error_codes.h:421
 msgid "Cannot change node kind"
 msgstr "Não é possível modificar o tipo de nó"
 
-#: include/svn_error_codes.h:365
+#: ../include/svn_error_codes.h:425
 msgid "Invalid operation on the current working directory"
 msgstr "Operação inválida no diretório de trabalho atual"
 
-#: include/svn_error_codes.h:369
+#: ../include/svn_error_codes.h:429
 msgid "Problem on first log entry in a working copy"
 msgstr "Problema na primeira entrada de log na cópia de trabalho"
 
-#: include/svn_error_codes.h:373
+#: ../include/svn_error_codes.h:433
 msgid "Unsupported working copy format"
 msgstr "Formato de cópia de trabalho não suportado"
 
-#: include/svn_error_codes.h:377
+#: ../include/svn_error_codes.h:437
 msgid "Path syntax not supported in this context"
 msgstr "Sintaxe de caminho não suportado neste contexto"
 
-#: include/svn_error_codes.h:382
+#: ../include/svn_error_codes.h:442
 msgid "Invalid schedule"
 msgstr "Agendamento inválido"
 
-#: include/svn_error_codes.h:387
+#: ../include/svn_error_codes.h:447
 msgid "Invalid relocation"
 msgstr "Realocação inválida"
 
-#: include/svn_error_codes.h:392
+#: ../include/svn_error_codes.h:452
 msgid "Invalid switch"
 msgstr "Troca inválida"
 
-#: include/svn_error_codes.h:397
+#: ../include/svn_error_codes.h:457
 msgid "Changelist doesn't match"
 msgstr "Changelist não combina"
 
-#: include/svn_error_codes.h:403
+#: ../include/svn_error_codes.h:462
+#, fuzzy
+msgid "Conflict resolution failed"
+msgstr "Falhou a criação do repostitório"
+
+#: ../include/svn_error_codes.h:466
+#, fuzzy
+msgid "Failed to locate 'copyfrom' path in working copy"
+msgstr "mantém caminho na cópia de trabalho"
+
+#: ../include/svn_error_codes.h:473
+msgid "Moving a path from one changelist to another"
+msgstr ""
+
+#: ../include/svn_error_codes.h:478
+#, fuzzy
+msgid "Cannot delete a file external"
+msgstr "Não foi possível obter o nome do arquivo"
+
+#: ../include/svn_error_codes.h:483
+#, fuzzy
+msgid "Cannot move a file external"
+msgstr "Não se pode mover '%s' para si mesmo"
+
+#: ../include/svn_error_codes.h:488
+msgid "Something's amiss with the wc sqlite database"
+msgstr ""
+
+#: ../include/svn_error_codes.h:493
+#, fuzzy
+msgid "The working copy is missing"
+msgstr "Cópia de trabalho está corrompida"
+
+#: ../include/svn_error_codes.h:498
+#, fuzzy
+msgid "The specified node is not a symlink"
+msgstr "A transação especificada não é mutável"
+
+#: ../include/svn_error_codes.h:503
+#, fuzzy
+msgid "The specified path has an unexpected status"
+msgstr "A opção de diff especificada não é suportada"
+
+#: ../include/svn_error_codes.h:508
+msgid "The working copy needs to be upgraded"
+msgstr ""
+
+#: ../include/svn_error_codes.h:513
+#, fuzzy
+msgid "Previous operation was interrupted; run 'svn cleanup'"
+msgstr "A operação foi interrompida"
+
+#: ../include/svn_error_codes.h:518
+msgid "This operation can not be performed with just this depth."
+msgstr ""
+
+#: ../include/svn_error_codes.h:524
 msgid "General filesystem error"
 msgstr "Erro genérico do sistema de arquivos"
 
-#: include/svn_error_codes.h:407
+#: ../include/svn_error_codes.h:528
 msgid "Error closing filesystem"
 msgstr "Erro fechando o sistema de arquivos"
 
-#: include/svn_error_codes.h:411
+#: ../include/svn_error_codes.h:532
 msgid "Filesystem is already open"
 msgstr "Sistema de arquivos já está aberto"
 
-#: include/svn_error_codes.h:415
+#: ../include/svn_error_codes.h:536
 msgid "Filesystem is not open"
 msgstr "Sistema de arquivos não está aberto"
 
-#: include/svn_error_codes.h:419
+#: ../include/svn_error_codes.h:540
 msgid "Filesystem is corrupt"
 msgstr "Sistema de arquivos está corrompido"
 
-#: include/svn_error_codes.h:423
+#: ../include/svn_error_codes.h:544
 msgid "Invalid filesystem path syntax"
 msgstr "Sintaxe inválida para o caminho do sistema de arquivos"
 
-#: include/svn_error_codes.h:427
+#: ../include/svn_error_codes.h:548
 msgid "Invalid filesystem revision number"
 msgstr "Número de revisão do sistema de arquivos inválido"
 
-#: include/svn_error_codes.h:431
+#: ../include/svn_error_codes.h:552
 msgid "Invalid filesystem transaction name"
 msgstr "Nome da transação do sistema de arquivos inválido"
 
-#: include/svn_error_codes.h:435
+#: ../include/svn_error_codes.h:556
 msgid "Filesystem directory has no such entry"
 msgstr "Sistema de arquivos não possui esta entrada"
 
-#: include/svn_error_codes.h:439
+#: ../include/svn_error_codes.h:560
 msgid "Filesystem has no such representation"
 msgstr "Sistema de arquivos não possui esta representação"
 
-#: include/svn_error_codes.h:443
+#: ../include/svn_error_codes.h:564
 msgid "Filesystem has no such string"
 msgstr "Sistema de arquivos não possui tal string"
 
-#: include/svn_error_codes.h:447
+#: ../include/svn_error_codes.h:568
 msgid "Filesystem has no such copy"
 msgstr "Sistema de arquivos não possui tal cópia"
 
-#: include/svn_error_codes.h:451
+#: ../include/svn_error_codes.h:572
 msgid "The specified transaction is not mutable"
 msgstr "A transação especificada não é mutável"
 
-#: include/svn_error_codes.h:455
+#: ../include/svn_error_codes.h:576
 msgid "Filesystem has no item"
 msgstr "Sistema de arquivos não possui item"
 
-#: include/svn_error_codes.h:459
+#: ../include/svn_error_codes.h:580
 msgid "Filesystem has no such node-rev-id"
 msgstr "Sistema de arquivos não possui tal node-rev-id"
 
-#: include/svn_error_codes.h:463
+#: ../include/svn_error_codes.h:584
 msgid "String does not represent a node or node-rev-id"
 msgstr "String não representa nó ou node-rev-id"
 
-#: include/svn_error_codes.h:467
+#: ../include/svn_error_codes.h:588
 msgid "Name does not refer to a filesystem directory"
 msgstr "Nome não se refere a um diretório do sistema de arquivos"
 
-#: include/svn_error_codes.h:471
+#: ../include/svn_error_codes.h:592
 msgid "Name does not refer to a filesystem file"
 msgstr "Nome não se refere a um arquivo do sistema de arquivos"
 
-#: include/svn_error_codes.h:475
+#: ../include/svn_error_codes.h:596
 msgid "Name is not a single path component"
 msgstr "Nome não é um componente de caminho simples"
 
-#: include/svn_error_codes.h:479
+#: ../include/svn_error_codes.h:600
 msgid "Attempt to change immutable filesystem node"
 msgstr "Tentativa de mudar nó imutável de sistema de arquivos"
 
-#: include/svn_error_codes.h:483
+#: ../include/svn_error_codes.h:604
 msgid "Item already exists in filesystem"
 msgstr "item já existe no sistema de arquivos"
 
-#: include/svn_error_codes.h:487
+#: ../include/svn_error_codes.h:608
 msgid "Attempt to remove or recreate fs root dir"
 msgstr "Tentativa de remover ou recriar diretório raiz de sistema de arquivos"
 
-#: include/svn_error_codes.h:491
+#: ../include/svn_error_codes.h:612
 msgid "Object is not a transaction root"
 msgstr "Objeto não é uma raiz de transação"
 
-#: include/svn_error_codes.h:495
+#: ../include/svn_error_codes.h:616
 msgid "Object is not a revision root"
 msgstr "Objeto não é uma raiz de revisão"
 
-#: include/svn_error_codes.h:499
+#: ../include/svn_error_codes.h:620
 msgid "Merge conflict during commit"
 msgstr "Conflito de mesclagem durante commit"
 
-#: include/svn_error_codes.h:503
+#: ../include/svn_error_codes.h:624
 msgid "A representation vanished or changed between reads"
 msgstr "Uma representação desapareceu ou mudou entre leituras"
 
-#: include/svn_error_codes.h:507
+#: ../include/svn_error_codes.h:628
 msgid "Tried to change an immutable representation"
 msgstr "Tentativa de mudar uma representação imutável"
 
-#: include/svn_error_codes.h:511
+#: ../include/svn_error_codes.h:632
 msgid "Malformed skeleton data"
 msgstr "Dado skeleton mal formado"
 
-#: include/svn_error_codes.h:515
+#: ../include/svn_error_codes.h:636
 msgid "Transaction is out of date"
 msgstr "Transação está desatualizada"
 
-#: include/svn_error_codes.h:519
+#: ../include/svn_error_codes.h:640
 msgid "Berkeley DB error"
 msgstr "Erro Berkeley DB"
 
-#: include/svn_error_codes.h:523
+#: ../include/svn_error_codes.h:644
 msgid "Berkeley DB deadlock error"
 msgstr "Erro de deadlock Berkeley DB"
 
-#: include/svn_error_codes.h:527
+#: ../include/svn_error_codes.h:648
 msgid "Transaction is dead"
 msgstr "Transação está morta"
 
-#: include/svn_error_codes.h:531
+#: ../include/svn_error_codes.h:652
 msgid "Transaction is not dead"
 msgstr "Transação não está morta"
 
-#: include/svn_error_codes.h:536
+#: ../include/svn_error_codes.h:657
 msgid "Unknown FS type"
 msgstr "Sistema de arquivos desconhecido"
 
-#: include/svn_error_codes.h:541
+#: ../include/svn_error_codes.h:662
 msgid "No user associated with filesystem"
 msgstr "Nenhum usuário associado com o sistema de arquivos"
 
-#: include/svn_error_codes.h:546
+#: ../include/svn_error_codes.h:667
 msgid "Path is already locked"
 msgstr "Caminho já está travado"
 
-#: include/svn_error_codes.h:551 include/svn_error_codes.h:688
+#: ../include/svn_error_codes.h:672 ../include/svn_error_codes.h:834
 msgid "Path is not locked"
 msgstr "Caminho está travado"
 
-#: include/svn_error_codes.h:556
+#: ../include/svn_error_codes.h:677
 msgid "Lock token is incorrect"
 msgstr "Token de trava está incorreto"
 
-#: include/svn_error_codes.h:561
+#: ../include/svn_error_codes.h:682
 msgid "No lock token provided"
 msgstr "Nenhum token de trava fornecido"
 
-#: include/svn_error_codes.h:566
+#: ../include/svn_error_codes.h:687
 msgid "Username does not match lock owner"
 msgstr "Nome do usuário não bate com dono da trava"
 
-#: include/svn_error_codes.h:571
+#: ../include/svn_error_codes.h:692
 msgid "Filesystem has no such lock"
 msgstr "Sistema de arquivos não possui esta trava"
 
-#: include/svn_error_codes.h:576
+#: ../include/svn_error_codes.h:697
 msgid "Lock has expired"
 msgstr "Trava expirou"
 
-#: include/svn_error_codes.h:581
+#: ../include/svn_error_codes.h:702 ../include/svn_error_codes.h:821
 msgid "Item is out of date"
 msgstr "Item está desatualizado"
 
-#: include/svn_error_codes.h:586
-msgid "SQLite error"
-msgstr "Erro de SQLite"
-
-#: include/svn_error_codes.h:598
+#: ../include/svn_error_codes.h:714
 msgid "Unsupported FS format"
 msgstr "Formato de SA não suportado"
 
-#: include/svn_error_codes.h:603
+#: ../include/svn_error_codes.h:719
 msgid "Representation is being written"
 msgstr "Representação está sendo escrita"
 
-#: include/svn_error_codes.h:609
+#: ../include/svn_error_codes.h:724
+#, fuzzy
+msgid "The generated transaction name is too long"
+msgstr "A transação especificada não é mutável"
+
+#: ../include/svn_error_codes.h:729
+#, fuzzy
+msgid "Filesystem has no such node origin record"
+msgstr "Sistema de arquivos não possui tal node-rev-id"
+
+#: ../include/svn_error_codes.h:734
+#, fuzzy
+msgid "Filesystem upgrade is not supported"
+msgstr "Sistema de arquivos não está aberto"
+
+#: ../include/svn_error_codes.h:739
+#, fuzzy
+msgid "Filesystem has no such checksum-representation index record"
+msgstr "Sistema de arquivos não possui esta representação"
+
+#: ../include/svn_error_codes.h:744
+msgid "Property value in filesystem differs from the provided base value"
+msgstr ""
+
+#: ../include/svn_error_codes.h:751
 msgid "The repository is locked, perhaps for db recovery"
 msgstr "O repositório está travado, talvez para recuperação de bd"
 
-#: include/svn_error_codes.h:613
+#: ../include/svn_error_codes.h:755
 msgid "A repository hook failed"
 msgstr "Um 'hook' de repositório falhou"
 
-#: include/svn_error_codes.h:617
+#: ../include/svn_error_codes.h:759
 msgid "Incorrect arguments supplied"
 msgstr "Argumentos incorretos fornecidos"
 
-#: include/svn_error_codes.h:621
+#: ../include/svn_error_codes.h:763
 msgid "A report cannot be generated because no data was supplied"
 msgstr "Um relatório não pode ser gerado porque nenhum dado foi fornecido"
 
-#: include/svn_error_codes.h:625
+#: ../include/svn_error_codes.h:767
 msgid "Bogus revision report"
 msgstr "Relatório de revisão estranho"
 
-#: include/svn_error_codes.h:634
+#: ../include/svn_error_codes.h:776
 msgid "Unsupported repository version"
 msgstr "Versão de repositório não suportada"
 
-#: include/svn_error_codes.h:638
+#: ../include/svn_error_codes.h:780
 msgid "Disabled repository feature"
 msgstr "Funcionalidade de repositório desabilitada"
 
-#: include/svn_error_codes.h:642
+#: ../include/svn_error_codes.h:784
 msgid "Error running post-commit hook"
 msgstr "Erro executando 'hook' post-commit"
 
-#: include/svn_error_codes.h:647
+#: ../include/svn_error_codes.h:789
 msgid "Error running post-lock hook"
 msgstr "Erro executando 'hook' post-lock"
 
-#: include/svn_error_codes.h:652
+#: ../include/svn_error_codes.h:794
 msgid "Error running post-unlock hook"
 msgstr "Erro executando 'hook' post-unlock"
 
-#: include/svn_error_codes.h:659
+#: ../include/svn_error_codes.h:799
+#, fuzzy
+msgid "Repository upgrade is not supported"
+msgstr "Argumento do repositório requerido"
+
+#: ../include/svn_error_codes.h:805
 msgid "Bad URL passed to RA layer"
 msgstr "URL ruim passada à camada RA"
 
-#: include/svn_error_codes.h:663
+#: ../include/svn_error_codes.h:809
 msgid "Authorization failed"
 msgstr "Autorização falhou"
 
-#: include/svn_error_codes.h:667
+#: ../include/svn_error_codes.h:813
 msgid "Unknown authorization method"
 msgstr "Método de autorização desconhecido"
 
-#: include/svn_error_codes.h:671
+#: ../include/svn_error_codes.h:817
 msgid "Repository access method not implemented"
 msgstr "Método de acesso ao repositório não implementado"
 
-#: include/svn_error_codes.h:675
-msgid "Item is out-of-date"
-msgstr "item desatualizado"
-
-#: include/svn_error_codes.h:679
+#: ../include/svn_error_codes.h:825
 msgid "Repository has no UUID"
 msgstr "Repositório não possui UUID"
 
-#: include/svn_error_codes.h:683
+#: ../include/svn_error_codes.h:829
 msgid "Unsupported RA plugin ABI version"
 msgstr "Versão ABI de plugin RA não suportada"
 
-#: include/svn_error_codes.h:695
+#: ../include/svn_error_codes.h:839
+#, fuzzy
+msgid "Server can only replay from the root of a repository"
+msgstr "'%s' não é a raiz do repositório"
+
+#: ../include/svn_error_codes.h:844
+#, fuzzy
+msgid "Repository UUID does not match expected UUID"
+msgstr "UUID de repositório origem (%s) não bate com UUID esperado (%s)"
+
+#: ../include/svn_error_codes.h:849
+#, fuzzy
+msgid "Repository root URL does not match expected root URL"
+msgstr "UUID de repositório origem (%s) não bate com UUID esperado (%s)"
+
+#: ../include/svn_error_codes.h:854
+msgid "Session URL does not match expected session URL"
+msgstr ""
+
+#: ../include/svn_error_codes.h:860
 msgid "RA layer failed to init socket layer"
 msgstr "Camada RA falhou ao inicializar camada socket"
 
-#: include/svn_error_codes.h:699
+#: ../include/svn_error_codes.h:864
 msgid "RA layer failed to create HTTP request"
 msgstr "Camada RA falhou ao criar requisição HTTP"
 
-#: include/svn_error_codes.h:703
+#: ../include/svn_error_codes.h:868
 msgid "RA layer request failed"
 msgstr "Requisição de camada RA falhou"
 
-#: include/svn_error_codes.h:707
+#: ../include/svn_error_codes.h:872
 msgid "RA layer didn't receive requested OPTIONS info"
 msgstr "Camada RA não recebeu informações de requisição OPTIONS"
 
-#: include/svn_error_codes.h:711
+#: ../include/svn_error_codes.h:876
 msgid "RA layer failed to fetch properties"
 msgstr "Camada RA falhou ao buscar propriedades"
 
-#: include/svn_error_codes.h:715
+#: ../include/svn_error_codes.h:880
 msgid "RA layer file already exists"
 msgstr "Arquivo de camada RA já existe"
 
-#: include/svn_error_codes.h:719
-msgid "Invalid configuration value"
-msgstr "Valor de configuração inválido"
-
-#: include/svn_error_codes.h:723
+#: ../include/svn_error_codes.h:894
 msgid "HTTP Path Not Found"
 msgstr "Caminho HTTP não encontrado"
 
-#: include/svn_error_codes.h:727
+#: ../include/svn_error_codes.h:898
 msgid "Failed to execute WebDAV PROPPATCH"
 msgstr "Falhou ao executar WebDAV PROPPATCH"
 
-#: include/svn_error_codes.h:732 include/svn_error_codes.h:773
-#: libsvn_ra_svn/marshal.c:639 libsvn_ra_svn/marshal.c:747
-#: libsvn_ra_svn/marshal.c:774
+#: ../include/svn_error_codes.h:903 ../include/svn_error_codes.h:954
+#: ../libsvn_ra_svn/marshal.c:714 ../libsvn_ra_svn/marshal.c:832
+#: ../libsvn_ra_svn/marshal.c:859
 msgid "Malformed network data"
 msgstr "Dado de rede mal formado"
 
-#: include/svn_error_codes.h:737
+#: ../include/svn_error_codes.h:908
 msgid "Unable to extract data from response header"
 msgstr "Não foi possível extrair dados do cabeçalho de resposta"
 
-#: include/svn_error_codes.h:742
+#: ../include/svn_error_codes.h:913
 msgid "Repository has been moved"
 msgstr "Repositório foi movido"
 
-#: include/svn_error_codes.h:748 include/svn_error_codes.h:777
+#: ../include/svn_error_codes.h:918 ../libsvn_ra_serf/replay.c:844
+#: ../libsvn_ra_serf/update.c:2326 ../libsvn_ra_serf/util.c:689
+#, fuzzy
+msgid "Connection timed out"
+msgstr "Conexão fechada inesperadamente"
+
+#: ../include/svn_error_codes.h:923
+msgid "URL access forbidden for unknown reason"
+msgstr ""
+
+#: ../include/svn_error_codes.h:929 ../include/svn_error_codes.h:958
 msgid "Couldn't find a repository"
 msgstr "Não foi possível encontrar um repositório"
 
-#: include/svn_error_codes.h:752
+#: ../include/svn_error_codes.h:933
 msgid "Couldn't open a repository"
 msgstr "Não foi possível abrir um repositório"
 
-#: include/svn_error_codes.h:757
+#: ../include/svn_error_codes.h:938
 msgid "Special code for wrapping server errors to report to client"
-msgstr ""
-"Código especial para empacotar erros de servidor para reportar ao cliente"
+msgstr "Código especial para empacotar erros de servidor para reportar ao cliente"
 
-#: include/svn_error_codes.h:761
+#: ../include/svn_error_codes.h:942
 msgid "Unknown svn protocol command"
 msgstr "Comando de protocolo svn desconhecido"
 
-#: include/svn_error_codes.h:765
+#: ../include/svn_error_codes.h:946
 msgid "Network connection closed unexpectedly"
 msgstr "Conexão de rede fechou inesperadamente"
 
-#: include/svn_error_codes.h:769
+#: ../include/svn_error_codes.h:950
 msgid "Network read/write error"
 msgstr "Erro de leitura/escrita na rede"
 
-#: include/svn_error_codes.h:781
+#: ../include/svn_error_codes.h:962
 msgid "Client/server version mismatch"
 msgstr "Versões de cliente/servidor não batem"
 
-#: include/svn_error_codes.h:786
+#: ../include/svn_error_codes.h:967
 msgid "Cannot negotiate authentication mechanism"
 msgstr "Não foi possível negociar mecanismo de autenticação"
 
-#: include/svn_error_codes.h:795
+#: ../include/svn_error_codes.h:972
+msgid "Editor drive was aborted"
+msgstr ""
+
+#: ../include/svn_error_codes.h:978
+msgid "Initialization of SSPI library failed"
+msgstr ""
+
+#: ../include/svn_error_codes.h:982
+msgid "Server SSL certificate untrusted"
+msgstr ""
+
+#: ../include/svn_error_codes.h:986
+msgid "Initialization of the GSSAPI context failed"
+msgstr ""
+
+#: ../include/svn_error_codes.h:991
+msgid "While handling serf response:"
+msgstr ""
+
+#: ../include/svn_error_codes.h:999
 msgid "Credential data unavailable"
 msgstr "Dados credenciais não disponíveis"
 
-#: include/svn_error_codes.h:799
+#: ../include/svn_error_codes.h:1003
 msgid "No authentication provider available"
 msgstr "Nenhum provedor de autenticação disponível"
 
-#: include/svn_error_codes.h:803 include/svn_error_codes.h:807
+#: ../include/svn_error_codes.h:1007
 msgid "All authentication providers exhausted"
 msgstr "Se esgotaram os provedores de autenticação"
 
-#: include/svn_error_codes.h:813
+#: ../include/svn_error_codes.h:1011
+#, fuzzy
+msgid "Credentials not saved"
+msgstr "Dados credenciais não disponíveis"
+
+#: ../include/svn_error_codes.h:1016
+#, fuzzy
+msgid "Authentication failed"
+msgstr "Autorização falhou"
+
+#: ../include/svn_error_codes.h:1022
 msgid "Read access denied for root of edit"
 msgstr "Acesso de leitura recusado para a raiz da edição"
 
-#: include/svn_error_codes.h:818
+#: ../include/svn_error_codes.h:1027
 msgid "Item is not readable"
 msgstr "item não é legível"
 
-#: include/svn_error_codes.h:823
+#: ../include/svn_error_codes.h:1032
 msgid "Item is partially readable"
 msgstr "item é parcialmente legível"
 
-#: include/svn_error_codes.h:827
+#: ../include/svn_error_codes.h:1036
 msgid "Invalid authz configuration"
 msgstr "Configuração authz inválida"
 
-#: include/svn_error_codes.h:832
+#: ../include/svn_error_codes.h:1041
 msgid "Item is not writable"
 msgstr "Item não é para ser escrito"
 
-#: include/svn_error_codes.h:838
+#: ../include/svn_error_codes.h:1047
 msgid "Svndiff data has invalid header"
 msgstr "Dados de svndiff possui cabeçalho inválido"
 
-#: include/svn_error_codes.h:842
+#: ../include/svn_error_codes.h:1051
 msgid "Svndiff data contains corrupt window"
 msgstr "Dados de svndiff possui janela corrompida"
 
-#: include/svn_error_codes.h:846
+#: ../include/svn_error_codes.h:1055
 msgid "Svndiff data contains backward-sliding source view"
 msgstr "Dado svndiff contém vizão de código ao contrário"
 
-#: include/svn_error_codes.h:850
+#: ../include/svn_error_codes.h:1059
 msgid "Svndiff data contains invalid instruction"
 msgstr "Dado svndiff contém instrução inválida"
 
-#: include/svn_error_codes.h:854
+#: ../include/svn_error_codes.h:1063
 msgid "Svndiff data ends unexpectedly"
 msgstr "Dado svndiff termina inesperadamente"
 
-#: include/svn_error_codes.h:858
+#: ../include/svn_error_codes.h:1067
 msgid "Svndiff compressed data is invalid"
 msgstr "Dados comprimidos de svndiff são inválidos"
 
-#: include/svn_error_codes.h:864
+#: ../include/svn_error_codes.h:1073
 msgid "Diff data source modified unexpectedly"
 msgstr "Dados fonte de svndiff modificados inesperadamente"
 
-#: include/svn_error_codes.h:870
+#: ../include/svn_error_codes.h:1079
 msgid "Apache has no path to an SVN filesystem"
 msgstr "Apache não possui um caminho para um sistema de arquivos SVN"
 
-#: include/svn_error_codes.h:874
+#: ../include/svn_error_codes.h:1083
 msgid "Apache got a malformed URI"
 msgstr "Apache recebeu uma URI mal formada"
 
-#: include/svn_error_codes.h:878
+#: ../include/svn_error_codes.h:1087
 msgid "Activity not found"
 msgstr "Atividade não encontrada"
 
-#: include/svn_error_codes.h:882
+#: ../include/svn_error_codes.h:1091
 msgid "Baseline incorrect"
 msgstr "Baseline incorreto"
 
-#: include/svn_error_codes.h:886
+#: ../include/svn_error_codes.h:1095
 msgid "Input/output error"
 msgstr "Erro de entrada/saída"
 
-#: include/svn_error_codes.h:892
+#: ../include/svn_error_codes.h:1101
 msgid "A path under version control is needed for this operation"
 msgstr "Um caminho sobre controle de versão é necessário para esta operação"
 
-#: include/svn_error_codes.h:896
+#: ../include/svn_error_codes.h:1105
 msgid "Repository access is needed for this operation"
 msgstr "Acesso ao repositório é necessário para esta operação"
 
-#: include/svn_error_codes.h:900
+#: ../include/svn_error_codes.h:1109
 msgid "Bogus revision information given"
 msgstr "Informação de revisão estranha fornecida"
 
-#: include/svn_error_codes.h:904
+#: ../include/svn_error_codes.h:1113
 msgid "Attempting to commit to a URL more than once"
 msgstr "Tentativa de commit em uma URL mais de uma vez"
 
-#: include/svn_error_codes.h:908
+#: ../include/svn_error_codes.h:1117
 msgid "Operation does not apply to binary file"
 msgstr "Operação não se aplica a arquivo binário"
 
-#: include/svn_error_codes.h:914
+#: ../include/svn_error_codes.h:1123
 msgid "Format of an svn:externals property was invalid"
 msgstr "Formato de uma propriedade svn:externals era inválido"
 
-#: include/svn_error_codes.h:918
+#: ../include/svn_error_codes.h:1127
 msgid "Attempting restricted operation for modified resource"
 msgstr "Tentativa de executar operação restrita para recurso modificado"
 
-#: include/svn_error_codes.h:922
+#: ../include/svn_error_codes.h:1131
 msgid "Operation does not apply to directory"
 msgstr "Operação não se aplica a diretório"
 
-#: include/svn_error_codes.h:926
+#: ../include/svn_error_codes.h:1135
 msgid "Revision range is not allowed"
 msgstr "Faixa de revisão não é permitida"
 
-#: include/svn_error_codes.h:930
+#: ../include/svn_error_codes.h:1139
 msgid "Inter-repository relocation not allowed"
 msgstr "Relocação inter-repositório não permitida"
 
-#: include/svn_error_codes.h:934
+#: ../include/svn_error_codes.h:1143
 msgid "Author name cannot contain a newline"
 msgstr "Nome do autor não pode conter 'newline'"
 
-#: include/svn_error_codes.h:938
+#: ../include/svn_error_codes.h:1147
 msgid "Bad property name"
 msgstr "Nome ruim de propriedade"
 
-#: include/svn_error_codes.h:943
+#: ../include/svn_error_codes.h:1152
 msgid "Two versioned resources are unrelated"
 msgstr "Dois recursos versionados não são relacionados"
 
-#: include/svn_error_codes.h:948
+#: ../include/svn_error_codes.h:1157
 msgid "Path has no lock token"
 msgstr "Caminho não possui token de trava"
 
-#: include/svn_error_codes.h:953
+#: ../include/svn_error_codes.h:1162
 msgid "Operation does not support multiple sources"
 msgstr "Operação suporta várias fontes"
 
-#: include/svn_error_codes.h:957
+#: ../include/svn_error_codes.h:1167
 msgid "No versioned parent directories"
 msgstr ""
 
-#: include/svn_error_codes.h:963
-msgid "A problem occurred; see later errors for details"
+#: ../include/svn_error_codes.h:1172
+#, fuzzy
+msgid "Working copy and merge source not ready for reintegration"
+msgstr "A fonte de mesclagem de uma cópia de trabalho precisa de uma revisão explícita"
+
+#: ../include/svn_error_codes.h:1177
+msgid "A file external cannot overwrite an existing versioned item"
+msgstr ""
+
+#: ../include/svn_error_codes.h:1182
+#, fuzzy
+msgid "Invalid path component strip count specified"
+msgstr "Especificador de revisão inválido"
+
+#: ../include/svn_error_codes.h:1187
+msgid "Detected a cycle while processing the operation"
+msgstr ""
+
+#: ../include/svn_error_codes.h:1193
+#, fuzzy
+msgid "A problem occurred; see other errors for details"
 msgstr "Um problema ocorreu; veja próximos erros para mais detalhes"
 
-#: include/svn_error_codes.h:967
+#: ../include/svn_error_codes.h:1197
 msgid "Failure loading plugin"
 msgstr "Falha ao carregar 'plugin'"
 
-#: include/svn_error_codes.h:971
+#: ../include/svn_error_codes.h:1201
 msgid "Malformed file"
 msgstr "Arquivo mal formado"
 
-#: include/svn_error_codes.h:975
+#: ../include/svn_error_codes.h:1205
 msgid "Incomplete data"
 msgstr "Dado incompleto"
 
-#: include/svn_error_codes.h:979
+#: ../include/svn_error_codes.h:1209
 msgid "Incorrect parameters given"
 msgstr "Parâmetro incorreto fornecido"
 
-#: include/svn_error_codes.h:983
+#: ../include/svn_error_codes.h:1213
 msgid "Tried a versioning operation on an unversioned resource"
 msgstr "Tentoou uma operação de versionamento em um recurso não versionado"
 
-#: include/svn_error_codes.h:987
+#: ../include/svn_error_codes.h:1217
 msgid "Test failed"
 msgstr "Teste falhou"
 
-#: include/svn_error_codes.h:991
+#: ../include/svn_error_codes.h:1221
 msgid "Trying to use an unsupported feature"
 msgstr "Tentando usar uma funcionalidade não suportada"
 
-#: include/svn_error_codes.h:995
+#: ../include/svn_error_codes.h:1225
 msgid "Unexpected or unknown property kind"
 msgstr "Tipo de propriedade não esperado ou desconhecido"
 
-#: include/svn_error_codes.h:999
+#: ../include/svn_error_codes.h:1229
 msgid "Illegal target for the requested operation"
 msgstr "Alvo ilegal para a operação requisitada"
 
-#: include/svn_error_codes.h:1003
+#: ../include/svn_error_codes.h:1233
 msgid "MD5 checksum is missing"
 msgstr "Está faltando checksun MD5"
 
-#: include/svn_error_codes.h:1007
+#: ../include/svn_error_codes.h:1237
 msgid "Directory needs to be empty but is not"
 msgstr "Diretório precisa estar vazio mas não está"
 
-#: include/svn_error_codes.h:1011
+#: ../include/svn_error_codes.h:1241
 msgid "Error calling external program"
 msgstr "Erro chamando programa externo"
 
-#: include/svn_error_codes.h:1015
+#: ../include/svn_error_codes.h:1245
 msgid "Python exception has been set with the error"
 msgstr "Exceção Python foi setada com o erro"
 
-#: include/svn_error_codes.h:1019
+#: ../include/svn_error_codes.h:1249
 msgid "A checksum mismatch occurred"
 msgstr "Um erro de checksum ocorreu"
 
-#: include/svn_error_codes.h:1023
+#: ../include/svn_error_codes.h:1253
 msgid "The operation was interrupted"
 msgstr "A operação foi interrompida"
 
-#: include/svn_error_codes.h:1027
+#: ../include/svn_error_codes.h:1257
 msgid "The specified diff option is not supported"
 msgstr "A opção de diff especificada não é suportada"
 
-#: include/svn_error_codes.h:1031
+#: ../include/svn_error_codes.h:1261
 msgid "Property not found"
 msgstr "Propriedade não encontrada"
 
-#: include/svn_error_codes.h:1035
+#: ../include/svn_error_codes.h:1265
 msgid "No auth file path available"
 msgstr "Não há caminho de arquivo de autorização disponível"
 
-#: include/svn_error_codes.h:1039
-msgid "Merge info parse error"
-msgstr "Erro de parse de info de mesclagem"
-
-#: include/svn_error_codes.h:1044
+#: ../include/svn_error_codes.h:1270
 msgid "Incompatible library version"
 msgstr "Versão incompatível de biblioteca"
 
-#: include/svn_error_codes.h:1050
+#: ../include/svn_error_codes.h:1275
+#, fuzzy
+msgid "Mergeinfo parse error"
+msgstr "Erro de parse de info de mesclagem"
+
+#: ../include/svn_error_codes.h:1280
+msgid "Cease invocation of this API"
+msgstr ""
+
+#: ../include/svn_error_codes.h:1285
+#, fuzzy
+msgid "Error parsing revision number"
+msgstr "Erro de sintaxe ao fazer parse de revisão '%s'"
+
+#: ../include/svn_error_codes.h:1290
+msgid "Iteration terminated before completion"
+msgstr ""
+
+#: ../include/svn_error_codes.h:1295
+#, fuzzy
+msgid "Unknown changelist"
+msgstr "Não existe estas lista de mudanças: '%s'"
+
+#: ../include/svn_error_codes.h:1300
+#, fuzzy
+msgid "Reserved directory name in command line arguments"
+msgstr "Erro inicializando argumentos de linha de comando"
+
+#: ../include/svn_error_codes.h:1305
+msgid "Inquiry about unknown capability"
+msgstr ""
+
+#: ../include/svn_error_codes.h:1310
+#, fuzzy
+msgid "Test skipped"
+msgstr "Teste falhou"
+
+#: ../include/svn_error_codes.h:1315
+msgid "apr memcache library not available"
+msgstr ""
+
+#: ../include/svn_error_codes.h:1320
+msgid "Couldn't perform atomic initialization"
+msgstr ""
+
+#: ../include/svn_error_codes.h:1325
+msgid "SQLite error"
+msgstr "Erro de SQLite"
+
+#: ../include/svn_error_codes.h:1330
+#, fuzzy
+msgid "Attempted to write to readonly SQLite db"
+msgstr "Tentativa de escrever em não transacional"
+
+#: ../include/svn_error_codes.h:1335
+msgid "Unsupported schema found in SQLite db"
+msgstr ""
+
+#: ../include/svn_error_codes.h:1340
+msgid "The SQLite db is busy"
+msgstr ""
+
+#: ../include/svn_error_codes.h:1345
+msgid "SQLite busy at transaction rollback; resetting all busy SQLite statements to allow rollback"
+msgstr ""
+
+#: ../include/svn_error_codes.h:1352
 msgid "Error parsing arguments"
 msgstr "Erro ao realizar parsing de argumentos"
 
-#: include/svn_error_codes.h:1054
+#: ../include/svn_error_codes.h:1356
 msgid "Not enough arguments provided"
 msgstr "Poucos argumentos fornecidos"
 
-#: include/svn_error_codes.h:1058
+#: ../include/svn_error_codes.h:1360
 msgid "Mutually exclusive arguments specified"
 msgstr "Argumentos mutualmente exclusivos especificados"
 
-#: include/svn_error_codes.h:1062
+#: ../include/svn_error_codes.h:1364
 msgid "Attempted command in administrative dir"
 msgstr "Tentativa de comando em diretório administrativo"
 
-#: include/svn_error_codes.h:1066
+#: ../include/svn_error_codes.h:1368
 msgid "The log message file is under version control"
 msgstr "O arquivo de log de mensagem está sobre controle de versão"
 
-#: include/svn_error_codes.h:1070
+#: ../include/svn_error_codes.h:1372
 msgid "The log message is a pathname"
 msgstr "A mensagem de log é um caminho"
 
-#: include/svn_error_codes.h:1074
+#: ../include/svn_error_codes.h:1376
 msgid "Committing in directory scheduled for addition"
 msgstr "Executando commit em diretório agendado para inclusão"
 
-#: include/svn_error_codes.h:1078
+#: ../include/svn_error_codes.h:1380
 msgid "No external editor available"
 msgstr "Nenhum editor externo disponível"
 
-#: include/svn_error_codes.h:1082
+#: ../include/svn_error_codes.h:1384
 msgid "Something is wrong with the log message's contents"
 msgstr "Algo está errado com o conteúdo do log de mensagens"
 
-#: include/svn_error_codes.h:1086
+#: ../include/svn_error_codes.h:1388
 msgid "A log message was given where none was necessary"
 msgstr "Uma mensagem de log foi fornecida onde nenhuma é necessária"
 
-#: libsvn_client/add.c:346 libsvn_wc/copy.c:188
+#: ../include/svn_error_codes.h:1392
+#, fuzzy
+msgid "No external merge tool available"
+msgstr "Nenhum editor externo disponível"
+
+#: ../include/svn_error_codes.h:1396
+#, fuzzy
+msgid "Failed processing one or more externals definitions"
+msgstr "ignora definições externas"
+
+#: ../include/svn_error_codes.h:1402
+#, fuzzy
+msgid "Assertion failure"
+msgstr "Autorização falhou"
+
+#: ../libsvn_auth_gnome_keyring/gnome_keyring.c:392
+#: ../libsvn_auth_gnome_keyring/gnome_keyring.c:447
+#: ../libsvn_auth_gnome_keyring/gnome_keyring.c:554
+#: ../libsvn_auth_gnome_keyring/gnome_keyring.c:610
+msgid "GNOME Keyring is locked and we are non-interactive"
+msgstr ""
+
+#: ../libsvn_client/add.c:488 ../libsvn_wc/adm_ops.c:881
+#: ../libsvn_wc/workqueue.c:1658 ../libsvn_wc/workqueue.c:1740
+#, c-format
+msgid "'%s' not found"
+msgstr "'%s' não encontrado"
+
+#: ../libsvn_client/add.c:493 ../libsvn_wc/adm_ops.c:572
+#: ../libsvn_wc/adm_ops.c:886
 #, c-format
-msgid "Can't close directory '%s'"
-msgstr "Não foi possível fechar o diretório '%s'"
+msgid "Unsupported node kind for path '%s'"
+msgstr "Tipo de nó não suportado para caminho '%s'"
 
-#: libsvn_client/add.c:354
+#: ../libsvn_client/add.c:534 ../libsvn_client/cmdline.c:268
+#: ../libsvn_subr/opt.c:878
 #, c-format
-msgid "Error during recursive add of '%s'"
-msgstr "Erro durante inclusão recursiva de '%s'"
+msgid "'%s' ends in a reserved name"
+msgstr ""
+
+#: ../libsvn_client/add.c:580 ../libsvn_client/changelist.c:116
+#: ../libsvn_client/changelist.c:168 ../libsvn_client/cleanup.c:56
+#: ../libsvn_client/cleanup.c:134 ../libsvn_client/commit.c:701
+#: ../libsvn_client/export.c:952 ../libsvn_client/resolved.c:54
+#: ../libsvn_client/revert.c:135 ../libsvn_client/status.c:274
+#: ../svn/add-cmd.c:76 ../svn/changelist-cmd.c:84 ../svn/cleanup-cmd.c:69
+#: ../svn/export-cmd.c:91 ../svn/import-cmd.c:106 ../svn/resolve-cmd.c:106
+#: ../svn/resolved-cmd.c:76 ../svn/revert-cmd.c:77 ../svn/status-cmd.c:260
+#: ../svn/upgrade-cmd.c:72
+#, fuzzy, c-format
+msgid "'%s' is not a local path"
+msgstr "'%s' não é um arquivo"
 
-#: libsvn_client/blame.c:368 libsvn_client/blame.c:838
+#: ../libsvn_client/add.c:683 ../libsvn_ra/ra_loader.c:373
+#: ../libsvn_ra_serf/serf.c:366 ../libsvn_ra_serf/serf.c:482
+#, fuzzy, c-format
+msgid "Illegal repository URL '%s'"
+msgstr "Repositório svn ilegal '%s'"
+
+#: ../libsvn_client/blame.c:397
 #, c-format
 msgid "Cannot calculate blame information for binary file '%s'"
 msgstr "Não é possível calcular informação blame para arquivo binário '%s'"
 
-#: libsvn_client/blame.c:522
-msgid "blame of the WORKING revision is not supported"
-msgstr "blame da revisão de TRABALHO não é suportado"
-
-#: libsvn_client/blame.c:535
+#: ../libsvn_client/blame.c:627
 msgid "Start revision must precede end revision"
 msgstr "Revisão de início deve preceder revisão de final"
 
-#: libsvn_client/blame.c:725 libsvn_client/cat.c:205
-#, c-format
-msgid "URL '%s' refers to a directory"
-msgstr "URL '%s' refere-se a um diretório"
-
-#: libsvn_client/blame.c:798
+#: ../libsvn_client/cat.c:74 ../libsvn_client/commit_util.c:1038
+#: ../libsvn_client/delete.c:64 ../libsvn_client/prop_commands.c:429
+#: ../libsvn_client/prop_commands.c:947 ../libsvn_client/prop_commands.c:1264
+#: ../libsvn_client/revisions.c:104 ../libsvn_wc/adm_ops.c:2008
+#: ../libsvn_wc/adm_ops.c:2042 ../libsvn_wc/copy.c:596
+#: ../libsvn_wc/entries.c:1405 ../libsvn_wc/entries.c:2450
+#: ../libsvn_wc/entries.c:2481 ../libsvn_wc/node.c:1247
+#: ../libsvn_wc/update_editor.c:4171
 #, c-format
-msgid "Revision action '%c' for revision %ld of '%s' lacks a prior revision"
-msgstr ""
-"Ação de revisão '%c' para revisão %ld de '%s' não possui revisão anterior"
+msgid "'%s' is not under version control"
+msgstr "'%s' não está sobre controle de versão"
 
-#: libsvn_client/cat.c:74
+#: ../libsvn_client/cat.c:79
 #, c-format
 msgid "'%s' refers to a directory"
 msgstr "'%s' refere-se a um diretório"
 
-#: libsvn_client/cat.c:126 libsvn_client/export.c:183
+#: ../libsvn_client/cat.c:89
+#, c-format
+msgid "'%s' has no base revision until it is committed"
+msgstr ""
+
+#: ../libsvn_client/cat.c:153 ../libsvn_client/export.c:234
 msgid "(local)"
 msgstr "(local)"
 
-#: libsvn_client/checkout.c:91 libsvn_client/export.c:886
+#: ../libsvn_client/cat.c:236
+#, c-format
+msgid "URL '%s' refers to a directory"
+msgstr "URL '%s' refere-se a um diretório"
+
+#: ../libsvn_client/checkout.c:164 ../libsvn_client/export.c:1116
 #, c-format
 msgid "URL '%s' doesn't exist"
 msgstr "URL '%s' não existe"
 
-#: libsvn_client/checkout.c:95
+#: ../libsvn_client/checkout.c:168
 #, c-format
 msgid "URL '%s' refers to a file, not a directory"
 msgstr "URL '%s' se refere a um arquivo, não a um diretório"
 
-#: libsvn_client/checkout.c:168
-#, c-format
-msgid "'%s' is already a working copy for a different URL"
+#: ../libsvn_client/checkout.c:204
+#, fuzzy, c-format
+msgid "'%s' is already a working copy for a different URL; use 'svn update' to update it"
 msgstr "'%s' já é uma cópia de trabalho para uma URL diferente"
 
-#: libsvn_client/checkout.c:172
-msgid "; run 'svn update' to complete it"
-msgstr "; rode 'svn update' para completar"
-
-#: libsvn_client/checkout.c:182
+#: ../libsvn_client/checkout.c:212
 #, c-format
 msgid "'%s' already exists and is not a directory"
 msgstr "'%s' já existe e não é um diretório"
 
-#: libsvn_client/commit.c:198
+#: ../libsvn_client/cmdline.c:78
+#, fuzzy, c-format
+msgid "Improper relative URL '%s'"
+msgstr "propriedade em '%s'\n"
+
+#: ../libsvn_client/cmdline.c:149
+#, c-format
+msgid "All non-relative targets must have the same root URL"
+msgstr ""
+
+#: ../libsvn_client/commit.c:433
 #, c-format
 msgid "Unknown or unversionable type for '%s'"
 msgstr "Tipo desconhecido ou não versionável para '%s'"
 
-#: libsvn_client/commit.c:512
+#: ../libsvn_client/commit.c:538
 msgid "New entry name required when importing a file"
 msgstr "Novo nome de entrada requerido ao importar um arquivo"
 
-#: libsvn_client/commit.c:546 libsvn_wc/adm_ops.c:1008
-#: libsvn_wc/questions.c:92
+#: ../libsvn_client/commit.c:573 ../libsvn_wc/adm_ops.c:567
+#: ../libsvn_wc/lock.c:140 ../libsvn_wc/wc_db_pdh.c:64
 #, c-format
 msgid "'%s' does not exist"
 msgstr "'%s' não existe"
 
-#: libsvn_client/commit.c:607 libsvn_client/copy.c:289 svnlook/main.c:1216
+#: ../libsvn_client/commit.c:655 ../libsvn_client/copy.c:471
+#: ../libsvn_client/merge.c:8975 ../libsvn_client/merge.c:10231
+#: ../libsvn_client/merge.c:10506 ../svnlook/main.c:1407
 #, c-format
 msgid "Path '%s' does not exist"
 msgstr "Caminho '%s' não existe"
 
-#: libsvn_client/commit.c:741 libsvn_client/copy.c:298
-#: libsvn_client/copy.c:789 libsvn_client/copy.c:1118
-#: libsvn_client/copy.c:1550
+#: ../libsvn_client/commit.c:795 ../libsvn_client/copy.c:482
+#: ../libsvn_client/copy.c:1021 ../libsvn_client/copy.c:1245
+#: ../libsvn_client/copy.c:1860
 #, c-format
 msgid "Path '%s' already exists"
 msgstr "Caminho '%s' já existe"
 
-#: libsvn_client/commit.c:756
+#: ../libsvn_client/commit.c:810
 #, c-format
 msgid "'%s' is a reserved name and cannot be imported"
 msgstr "'%s' é um nome reservado e não pode ser importado"
 
-#: libsvn_client/commit.c:872 libsvn_client/copy.c:972
+#: ../libsvn_client/commit.c:848 ../libsvn_client/copy.c:1402
 msgid "Commit failed (details follow):"
 msgstr "Commit falhou (detalhes a seguir):"
 
-#: libsvn_client/commit.c:880 libsvn_client/copy.c:980
+#: ../libsvn_client/commit.c:856
 msgid "Commit succeeded, but other errors follow:"
 msgstr "Commit completou com sucesso, mas outros erros a seguir:"
 
-#: libsvn_client/commit.c:887 libsvn_client/copy.c:987
+#: ../libsvn_client/commit.c:863
 msgid "Error unlocking locked dirs (details follow):"
 msgstr "Erro destravando diretórios travados (detalhes a seguir):"
 
-#: libsvn_client/commit.c:898
+#: ../libsvn_client/commit.c:874
 msgid "Error bumping revisions post-commit (details follow):"
 msgstr "Erro gerando pós-commit de revisão (detalhes a seguir):"
 
-#: libsvn_client/commit.c:909 libsvn_client/copy.c:998
-msgid "Error in post-commit clean-up (details follow):"
-msgstr "Erro em limpeza pós-commit (detalhes a seguir):"
+#: ../libsvn_client/commit.c:968
+#, fuzzy
+msgid "Are all targets part of the same working copy?"
+msgstr "São todos os alvos partes de uma mesma cópia de trabalho?"
+
+#: ../libsvn_client/commit.c:1007
+#, fuzzy
+msgid "Cannot non-recursively commit a directory deletion of a directory with child nodes"
+msgstr "Não é possível commit não recursivo de remoção de diretório"
 
-#: libsvn_client/commit.c:1193
+#: ../libsvn_client/commit.c:1057 ../svn/commit-cmd.c:71
 #, c-format
 msgid "'%s' is a URL, but URLs cannot be commit targets"
 msgstr "'%s' é uma URL, mas URLs não podem ter commit de alvos"
 
-#: libsvn_client/commit.c:1392
-msgid "Are all the targets part of the same working copy?"
-msgstr "São todos os alvos partes de uma mesma cópia de trabalho?"
+#: ../libsvn_client/commit_util.c:63 ../libsvn_repos/commit.c:132
+#, fuzzy, c-format
+msgid "Directory '%s' is out of date"
+msgstr "Diretório '%s' não possui URL"
 
-#: libsvn_client/commit.c:1407
-msgid "Cannot non-recursively commit a directory deletion"
-msgstr "Não é possível commit não recursivo de remoção de diretório"
+#: ../libsvn_client/commit_util.c:64 ../libsvn_repos/commit.c:134
+#, fuzzy, c-format
+msgid "File '%s' is out of date"
+msgstr "Item está desatualizado"
+
+#: ../libsvn_client/commit_util.c:288 ../libsvn_client/commit_util.c:479
+#: ../libsvn_client/commit_util.c:1032
+#, c-format
+msgid "Aborting commit: '%s' remains in conflict"
+msgstr "Abortando commit: '%s' continua em conflito"
+
+#: ../libsvn_client/commit_util.c:330
+#, fuzzy, c-format
+msgid "Aborting commit: '%s' remains in tree-conflict"
+msgstr "Abortando commit: '%s' continua em conflito"
 
-#: libsvn_client/commit_util.c:256 libsvn_client/commit_util.c:267
+#: ../libsvn_client/commit_util.c:424 ../libsvn_client/commit_util.c:440
 #, c-format
 msgid "Unknown entry kind for '%s'"
 msgstr "Tipo de entrada desconhecido para '%s'"
 
-#: libsvn_client/commit_util.c:284
+#: ../libsvn_client/commit_util.c:457
 #, c-format
 msgid "Entry '%s' has unexpectedly changed special status"
 msgstr "Entrada '%s' inesperadamente teve um estado especial modificado"
 
-#: libsvn_client/commit_util.c:335
-#, c-format
-msgid "Aborting commit: '%s' remains in conflict"
-msgstr "Abortando commit: '%s' continua em conflito"
-
-#: libsvn_client/commit_util.c:401
-#, c-format
-msgid "Did not expect '%s' to be a working copy root"
-msgstr "Não esperava que '%s' fosse a raiz de uma cópia de trabalho"
+#: ../libsvn_client/commit_util.c:654
+#, fuzzy, c-format
+msgid "'%s' is scheduled for addition, but is missing"
+msgstr "'%s' está agendado para inclusão dentro de pai não versionado"
 
-#: libsvn_client/commit_util.c:419 libsvn_client/commit_util.c:1052
+#: ../libsvn_client/commit_util.c:935
 #, c-format
-msgid "Commit item '%s' has copy flag but no copyfrom URL"
-msgstr "item de commit '%s' possui flag de cópia mas não copyfrom URL"
+msgid "'%s' is not under version control and is not part of the commit, yet its child '%s' is part of the commit"
+msgstr "'%s' não está sobre controle de versão e não é parte do commit, porém seu filho '%s' é parte do commit"
 
-#: libsvn_client/commit_util.c:709
+#: ../libsvn_client/commit_util.c:1052 ../libsvn_client/url.c:198
 #, c-format
 msgid "Entry for '%s' has no URL"
 msgstr "Entrada para '%s' não possui URL"
 
-#: libsvn_client/commit_util.c:742
+#: ../libsvn_client/commit_util.c:1069
 #, c-format
 msgid "'%s' is scheduled for addition within unversioned parent"
 msgstr "'%s' está agendado para inclusão dentro de pai não versionado"
 
-#: libsvn_client/commit_util.c:762
-#, c-format
-msgid ""
-"Entry for '%s' is marked as 'copied' but is not itself scheduled\n"
-"for addition.  Perhaps you're committing a target that is\n"
-"inside an unversioned (or not-yet-versioned) directory?"
-msgstr ""
-"Entrada para '%s' está marcada como 'copiada' mas não está ela mesma\n"
-"agendada para inclusão.  Talvez você esteja executando commit em um alvo "
-"que\n"
-"está dentro de um diretório não versionado (ou não ainda versionado)?"
-
-#: libsvn_client/commit_util.c:803
+#: ../libsvn_client/commit_util.c:1210
 #, c-format
-msgid ""
-"'%s' is not under version control and is not part of the commit, yet its "
-"child '%s' is part of the commit"
-msgstr ""
-"'%s' não está sobre controle de versão e não é parte do commit, porém seu "
-"filho '%s' é parte do commit"
+msgid "Cannot commit both '%s' and '%s' as they refer to the same URL"
+msgstr "Não é possível executar commit em '%s' e '%s' porque ambos referem ao mesmo URL"
 
-#: libsvn_client/commit_util.c:907
+#: ../libsvn_client/commit_util.c:1367
 #, c-format
-msgid "Cannot commit both '%s' and '%s' as they refer to the same URL"
-msgstr ""
-"Não é possível executar commit em '%s' e '%s' porque ambos referem ao mesmo "
-"URL"
+msgid "Commit item '%s' has copy flag but no copyfrom URL"
+msgstr "item de commit '%s' possui flag de cópia mas não copyfrom URL"
 
-#: libsvn_client/commit_util.c:1057
+#: ../libsvn_client/commit_util.c:1372
 #, c-format
 msgid "Commit item '%s' has copy flag but an invalid revision"
 msgstr "item de commit '%s' possui flag de cópia mas uma revisão inválida"
 
-#: libsvn_client/commit_util.c:1822
+#: ../libsvn_client/commit_util.c:2080
 msgid "Standard properties can't be set explicitly as revision properties"
-msgstr ""
-"Propriedades padrões nõ podem ser setadas explicitamente como propriedades "
-"de revisão"
+msgstr "Propriedades padrões nõ podem ser setadas explicitamente como propriedades de revisão"
 
-#: libsvn_client/copy.c:314 libsvn_client/copy.c:1566
-#: libsvn_client/update.c:105
+#: ../libsvn_client/copy.c:500 ../libsvn_client/copy.c:1876
 #, c-format
 msgid "Path '%s' is not a directory"
 msgstr "Caminho '%s' não é um diretório"
 
-#: libsvn_client/copy.c:655
-#, c-format
-msgid ""
-"Source and dest appear not to be in the same repository (src: '%s'; dst: '%"
-"s')"
-msgstr ""
-"Origem e destino parecem não estar no mesmo repositório (orig: '%s'; dest: '%"
-"s')"
+#: ../libsvn_client/copy.c:669 ../libsvn_client/copy.c:710
+#, fuzzy, c-format
+msgid "Path '%s' already exists, but is not a directory"
+msgstr "'%s' já existe e não é um diretório"
+
+#: ../libsvn_client/copy.c:775
+#, fuzzy
+msgid "Source and destination URLs appear not to all point to the same repository."
+msgstr "Origem e destino parecem não estar no mesmo repositório (orig: '%s'; dest: '%s')"
 
-#: libsvn_client/copy.c:770
+#: ../libsvn_client/copy.c:985
 #, c-format
 msgid "Cannot move URL '%s' into itself"
 msgstr "Não é possível mover URL '%s' para si mesmo"
 
-#: libsvn_client/copy.c:779 libsvn_client/prop_commands.c:229
+#: ../libsvn_client/copy.c:1007 ../libsvn_client/prop_commands.c:229
 #, c-format
 msgid "Path '%s' does not exist in revision %ld"
 msgstr "Caminho '%s' não existe na revisão %ld"
 
-#: libsvn_client/copy.c:1391
+#: ../libsvn_client/copy.c:1536
 #, c-format
 msgid "Source URL '%s' is from foreign repository; leaving it as a disjoint WC"
-msgstr ""
-"URL fonte '%s' é de um repositório estrangeiro; deixando-o como uma cópia de "
-"trabalho disjunta"
+msgstr "URL fonte '%s' é de um repositório estrangeiro; deixando-o como uma cópia de trabalho disjunta"
 
-#: libsvn_client/copy.c:1537
+#: ../libsvn_client/copy.c:1638 ../libsvn_client/copy.c:1650
+#: ../libsvn_wc/adm_ops.c:941 ../libsvn_wc/copy.c:691
+#, c-format
+msgid "'%s' is already under version control"
+msgstr "'%s' já está sobre controle de versão"
+
+#: ../libsvn_client/copy.c:1671
+#, c-format
+msgid "Entry for '%s' exists (though the working file is missing)"
+msgstr "Entrada para '%s' existe (embora o arquivo de trabalho esteja faltando)"
+
+#: ../libsvn_client/copy.c:1844
 #, c-format
 msgid "Path '%s' not found in revision %ld"
 msgstr "Caminho '%s' não encontrado na revisão %ld"
 
-#: libsvn_client/copy.c:1542
+#: ../libsvn_client/copy.c:1849
 #, c-format
 msgid "Path '%s' not found in head revision"
 msgstr "Caminho '%s' não encontrado na revisão head"
 
-#: libsvn_client/copy.c:1592
-#, c-format
-msgid "Entry for '%s' exists (though the working file is missing)"
-msgstr ""
-"Entrada para '%s' existe (embora o arquivo de trabalho esteja faltando)"
-
-#: libsvn_client/copy.c:1687 libsvn_client/log.c:302
-msgid "Revision type requires a working copy path, not a URL"
-msgstr "Tipo de revisão requer uma cópia de trabalho, não uma URL"
-
-#: libsvn_client/copy.c:1722
+#: ../libsvn_client/copy.c:1970
 msgid "Cannot mix repository and working copy sources"
 msgstr "Não é possível misturar fontes de repositório e de cópia de trabalho"
 
-#: libsvn_client/copy.c:1764
+#: ../libsvn_client/copy.c:2022
 #, c-format
 msgid "Cannot copy path '%s' into its own child '%s'"
 msgstr "Não é possível copiar caimho '%s' para seu próprio filho '%s'"
 
-#: libsvn_client/copy.c:1784
+#: ../libsvn_client/copy.c:2054
 #, c-format
-msgid "Cannot move path '%s' into itself"
-msgstr "Não se pode mover '%s' para si mesmo"
+msgid "Cannot move the file external at '%s'; please propedit the svn:externals description that created it"
+msgstr ""
 
-#: libsvn_client/copy.c:1793
+#: ../libsvn_client/copy.c:2069
 msgid "Moves between the working copy and the repository are not supported"
 msgstr "Mudanças entre cópia de trabalho e repositório não são permitidas"
 
-#: libsvn_client/copy.c:1851
+#: ../libsvn_client/copy.c:2083
 #, c-format
-msgid "'%s' does not seem to have a URL associated with it"
-msgstr "'%s' não parece ter uma URL associada consigo"
+msgid "Cannot move path '%s' into itself"
+msgstr "Não se pode mover '%s' para si mesmo"
 
-#: libsvn_client/copy.c:2197 svn/move-cmd.c:60
-msgid "Cannot specify revisions (except HEAD) with move operations"
-msgstr ""
-"Não é possível especificar revisões (exceto HEAD) com operações de mudança"
+#: ../libsvn_client/copy.c:2152
+#, fuzzy, c-format
+msgid "'%s' does not have a URL associated with it"
+msgstr "'%s' não parece ter uma URL associada consigo"
 
-#: libsvn_client/delete.c:62
+#: ../libsvn_client/delete.c:59
 #, c-format
 msgid "'%s' is in the way of the resource actually under version control"
 msgstr "'%s' está no caminho do recurso atualmente sobre controle de versão"
 
-#: libsvn_client/delete.c:67 libsvn_wc/adm_ops.c:2800 libsvn_wc/entries.c:1256
-#: libsvn_wc/entries.c:2367 libsvn_wc/entries.c:2970
-#: libsvn_wc/update_editor.c:2178
-#, c-format
-msgid "'%s' is not under version control"
-msgstr "'%s' não está sobre controle de versão"
-
-#: libsvn_client/delete.c:77
-#, c-format
-msgid "'%s' has local modifications"
+#: ../libsvn_client/delete.c:74
+#, fuzzy, c-format
+msgid "'%s' has local modifications -- commit or revert them first"
 msgstr "'%s' possui modificações locais"
 
-#: libsvn_client/diff.c:135
+#: ../libsvn_client/delete.c:104
 #, c-format
-msgid "   Reverted %s:r%s%s"
+msgid "Cannot remove the file external at '%s'; please propedit or propdel the svn:externals description that created it"
+msgstr ""
+
+#: ../libsvn_client/delete.c:339 ../libsvn_client/locking_commands.c:200
+#: ../svn/delete-cmd.c:68 ../svn/diff-cmd.c:288 ../svn/lock-cmd.c:116
+#, fuzzy, c-format
+msgid "Cannot mix repository and working copy targets"
+msgstr "Não é possível misturar fontes de repositório e de cópia de trabalho"
+
+#: ../libsvn_client/deprecated.c:714 ../svn/move-cmd.c:65
+msgid "Cannot specify revisions (except HEAD) with move operations"
+msgstr "Não é possível especificar revisões (exceto HEAD) com operações de mudança"
+
+#: ../libsvn_client/deprecated.c:1331
+msgid "No commits in repository"
+msgstr "Não há commits no repositório"
+
+#: ../libsvn_client/deprecated.c:2094 ../libsvn_wc/deprecated.c:3370
+#, fuzzy
+msgid "Non-recursive relocation not supported"
+msgstr "Relocação inter-repositório não permitida"
+
+#: ../libsvn_client/diff.c:136
+#, fuzzy, c-format
+msgid "   Reverse-merged %s:r%s%s"
 msgstr "   Revertido %s:r%s%s"
 
-#: libsvn_client/diff.c:153
+#: ../libsvn_client/diff.c:151
 #, c-format
 msgid "   Merged %s:r%s%s"
 msgstr "   Mesclado %s:r%s%s"
 
-#: libsvn_client/diff.c:175
-#, c-format
-msgid "%sProperty changes on: %s%s"
-msgstr "%sMudanças de propriedades em: %s%s"
-
-#: libsvn_client/diff.c:203
+#: ../libsvn_client/diff.c:161 ../libsvn_diff/diff_file.c:1226
+#: ../libsvn_diff/diff_file.c:1242
 #, c-format
-msgid "Name: %s%s"
-msgstr "Nome: %s%s"
+msgid "Path '%s' must be an immediate child of the directory '%s'"
+msgstr ""
 
-#: libsvn_client/diff.c:322
+#: ../libsvn_client/diff.c:359
 #, c-format
 msgid "%s\t(revision %ld)"
 msgstr "%s\t(revisão %ld)"
 
-#: libsvn_client/diff.c:324
+#: ../libsvn_client/diff.c:361
 #, c-format
 msgid "%s\t(working copy)"
 msgstr "%s\t(cópia de trabalho)"
 
-#: libsvn_client/diff.c:467
+#: ../libsvn_client/diff.c:637
+#, c-format
+msgid "%sProperty changes on: %s%s"
+msgstr "%sMudanças de propriedades em: %s%s"
+
+#: ../libsvn_client/diff.c:921
 #, c-format
 msgid "Cannot display: file marked as a binary type.%s"
 msgstr "Não é possível mostrar: arquivo marcado como tipo binário.%s"
 
-#. -----------------------------------------------------------------------
-#. ** Utilities. **
-#. Sanity check -- ensure that we have valid revisions to look at.
-#: libsvn_client/diff.c:827 libsvn_client/merge.c:66
+#: ../libsvn_client/diff.c:1326
+#, fuzzy, c-format
+msgid "Path '%s' has no URL"
+msgstr "'%s' não possui URL"
+
+#: ../libsvn_client/diff.c:1395 ../libsvn_client/merge.c:6304
+#: ../libsvn_client/merge.c:8984
 msgid "Not all required revisions are specified"
 msgstr "Não estão especificadas todas as revisões requeridas"
 
-#: libsvn_client/diff.c:842
+#: ../libsvn_client/diff.c:1410
 msgid "At least one revision must be non-local for a pegged diff"
 msgstr "Ao menos uma revisão deve ser não local para um diff marcado"
 
-#: libsvn_client/diff.c:954 libsvn_client/diff.c:966
+#: ../libsvn_client/diff.c:1518 ../libsvn_client/diff.c:1530
 #, c-format
 msgid "'%s' was not found in the repository at revision %ld"
 msgstr "'%s' não foi encontrado no repositório na revisão %ld"
 
-#: libsvn_client/diff.c:1025
-msgid "Sorry, svn_client_diff4 was called in a way that is not yet supported"
-msgstr ""
-"Desculpe, svn_client_diff4 foi chamado de uma maneira que ainda não é "
-"suportada"
+#: ../libsvn_client/diff.c:1588
+#, fuzzy
+msgid "Sorry, svn_client_diff5 was called in a way that is not yet supported"
+msgstr "Desculpe, svn_client_diff4 foi chamado de uma maneira que ainda não é suportada"
 
-#: libsvn_client/diff.c:1067
-msgid ""
-"Only diffs between a path's text-base and its working files are supported at "
-"this time"
-msgstr ""
-"Somente diferenças entre um caminho de texto-base e seus arquivos de "
-"trabalho são suportados neste momento"
+#: ../libsvn_client/diff.c:1630
+msgid "Only diffs between a path's text-base and its working files are supported at this time"
+msgstr "Somente diferenças entre um caminho de texto-base e seus arquivos de trabalho são suportados neste momento"
 
-#: libsvn_client/diff.c:1212 libsvn_client/switch.c:111
+#: ../libsvn_client/diff.c:1816 ../libsvn_client/switch.c:132
 #, c-format
 msgid "Directory '%s' has no URL"
 msgstr "Diretório '%s' não possui URL"
 
-#: libsvn_client/diff.c:1421
+#: ../libsvn_client/diff.c:2064
 msgid "Summarizing diff can only compare repository to repository"
 msgstr "diff sumarizado só pode comparar repositório com repositório"
 
-#: libsvn_client/export.c:87
+#: ../libsvn_client/export.c:92
 #, c-format
 msgid "'%s' is not a valid EOL value"
 msgstr "'%s' não é um valor válido de EOL"
 
-#: libsvn_client/export.c:260
+#: ../libsvn_client/export.c:377
 msgid "Destination directory exists, and will not be overwritten unless forced"
-msgstr ""
-"Diretório de destino existe, e não será sobrescrito a menos que forçado"
+msgstr "Diretório de destino existe, e não será sobrescrito a menos que forçado"
 
-#: libsvn_client/export.c:358 libsvn_client/export.c:501
+#: ../libsvn_client/export.c:532 ../libsvn_client/export.c:678
 #, c-format
 msgid "'%s' exists and is not a directory"
 msgstr "'%s' existe e não é um diretório"
 
-#: libsvn_client/export.c:362 libsvn_client/export.c:505
+#: ../libsvn_client/export.c:536 ../libsvn_client/export.c:682
 #, c-format
 msgid "'%s' already exists"
 msgstr "'%s' já existe"
 
-#: libsvn_client/export.c:676 libsvn_wc/adm_crawler.c:1048
-#: libsvn_wc/update_editor.c:1873 libsvn_wc/update_editor.c:2475
+#: ../libsvn_client/export.c:866 ../libsvn_wc/update_editor.c:4161
+#, fuzzy, c-format
+msgid ""
+"Checksum mismatch for '%s':\n"
+"   expected:  %s\n"
+"     actual:  %s\n"
+msgstr ""
+"Checksum não bate no rep '%s'\n"
+"   esperado:  %s\n"
+"     obtido:  %s\n"
+
+#: ../libsvn_client/externals.c:364
+#, c-format
+msgid "Cannot insert a file external from '%s' into a working copy from a different repository rooted at '%s'"
+msgstr ""
+
+#: ../libsvn_client/externals.c:401
 #, c-format
-msgid "Checksum mismatch for '%s'; expected: '%s', actual: '%s'"
-msgstr "Checksum não bate para '%s'; esperado: '%s', obtido: '%s'"
+msgid "The file external from '%s' cannot overwrite the existing versioned item at '%s'"
+msgstr ""
+
+#: ../libsvn_client/externals.c:427
+#, c-format
+msgid "The file external from '%s' cannot be written to '%s' while '%s' remains in conflict"
+msgstr ""
+
+#: ../libsvn_client/externals.c:536
+#, fuzzy, c-format
+msgid "URL '%s' does not begin with a scheme"
+msgstr "URL '%s' não existe"
+
+#: ../libsvn_client/externals.c:603
+#, fuzzy, c-format
+msgid "Illegal parent directory URL '%s'"
+msgstr "Repositório svn ilegal '%s'"
+
+#: ../libsvn_client/externals.c:639
+#, fuzzy, c-format
+msgid "Illegal repository root URL '%s'"
+msgstr "Repositório svn ilegal '%s'"
+
+#: ../libsvn_client/externals.c:686
+#, c-format
+msgid "The external relative URL '%s' cannot have backpaths, i.e. '..'"
+msgstr ""
+
+#: ../libsvn_client/externals.c:714
+#, fuzzy, c-format
+msgid "Unrecognized format for the relative external URL '%s'"
+msgstr "Tipo de revisão não reconhecido requisitado por '%s'"
+
+#: ../libsvn_client/externals.c:806
+#, fuzzy, c-format
+msgid "URL '%s' at revision %ld doesn't exist"
+msgstr "URL '%s' não existe"
+
+#: ../libsvn_client/externals.c:812
+#, fuzzy, c-format
+msgid "URL '%s' at revision %ld is not a file or a directory"
+msgstr "'%s' não é um arquivo ou diretório"
+
+#: ../libsvn_client/externals.c:1111
+#, c-format
+msgid "Traversal of '%s' found no ambient depth"
+msgstr ""
+
+#: ../libsvn_client/externals.c:1262
+#, fuzzy, c-format
+msgid "'%s' is not a URL"
+msgstr "Caminho '%s' não é uma URL"
+
+#: ../libsvn_client/info.c:103 ../libsvn_wc/crop.c:353
+#: ../libsvn_wc/props.c:271 ../libsvn_wc/update_editor.c:5358
+#: ../libsvn_wc/wc_db.c:596 ../libsvn_wc/wc_db.c:2039
+#: ../libsvn_wc/wc_db.c:2132 ../libsvn_wc/wc_db.c:2191
+#: ../libsvn_wc/wc_db.c:2215 ../libsvn_wc/wc_db.c:5456
+#: ../libsvn_wc/wc_db.c:5884 ../libsvn_wc/wc_db.c:6834
+#: ../libsvn_wc/wc_db.c:6952 ../libsvn_wc/wc_db.c:7016
+#: ../libsvn_wc/wc_db.c:7228 ../libsvn_wc/wc_db.c:8277
+#: ../libsvn_wc/wc_db.c:8457 ../libsvn_wc/wc_db.c:8795
+#, fuzzy, c-format
+msgid "The node '%s' was not found."
+msgstr "Caminho '%s' não encontrado"
+
+#: ../libsvn_client/info.c:565
+#, fuzzy, c-format
+msgid "Server does not support retrieving information about the repository root"
+msgstr "Servidor não suporta funcionalidade de travamento"
 
-#: libsvn_client/info.c:377 libsvn_client/info.c:402 libsvn_client/info.c:412
+#: ../libsvn_client/info.c:572 ../libsvn_client/info.c:587
+#: ../libsvn_client/info.c:597
 #, c-format
 msgid "URL '%s' non-existent in revision %ld"
 msgstr "URL '%s' não existente na revisão %ld"
 
-#: libsvn_client/list.c:234
+#: ../libsvn_client/list.c:249
 #, c-format
 msgid "URL '%s' non-existent in that revision"
 msgstr "URL '%s' não existente nesta revisão"
 
-#: libsvn_client/locking_commands.c:199
+#: ../libsvn_client/locking_commands.c:237
 msgid "No common parent found, unable to operate on disjoint arguments"
-msgstr ""
-"Nenhum pai comum encontrado, não é possível operar em argumentos desunidos"
+msgstr "Nenhum pai comum encontrado, não é possível operar em argumentos desunidos"
 
-#: libsvn_client/locking_commands.c:260 libsvn_client/merge.c:2521
-#: libsvn_client/merge.c:2527 libsvn_client/merge.c:2720
-#: libsvn_client/ra.c:375 libsvn_client/ra.c:741 libsvn_client/ra.c:878
+#: ../libsvn_client/locking_commands.c:282 ../libsvn_client/merge.c:9006
+#: ../libsvn_client/merge.c:9013 ../libsvn_client/merge.c:10240
+#: ../libsvn_client/merge.c:10515 ../libsvn_client/ra.c:484
+#: ../libsvn_client/ra.c:678 ../libsvn_client/update.c:99
 #, c-format
 msgid "'%s' has no URL"
 msgstr "'%s' não possui URL"
 
-#: libsvn_client/locking_commands.c:284
+#: ../libsvn_client/locking_commands.c:305
 msgid "Unable to lock/unlock across multiple repositories"
 msgstr "Não é possível travar/destravar entre vários repositórios"
 
-#: libsvn_client/locking_commands.c:325
+#: ../libsvn_client/locking_commands.c:346
 #, c-format
 msgid "'%s' is not locked in this working copy"
 msgstr "'%s' não está travado nesta cópia de trabalho"
 
-#: libsvn_client/locking_commands.c:373
+#: ../libsvn_client/locking_commands.c:391
 #, c-format
 msgid "'%s' is not locked"
 msgstr "'%s' não está travado"
 
-#: libsvn_client/locking_commands.c:406 libsvn_fs/fs-loader.c:993
-#: libsvn_ra/ra_loader.c:863
+#: ../libsvn_client/locking_commands.c:425 ../libsvn_fs/fs-loader.c:1269
+#: ../libsvn_ra/ra_loader.c:1056
 msgid "Lock comment contains illegal characters"
 msgstr "Comentário de trava contém caracteres ilegais"
 
-#: libsvn_client/log.c:289
+#: ../libsvn_client/log.c:299 ../libsvn_client/log.c:357
 msgid "Missing required revision specification"
 msgstr "Faltando a especificação de revisão requerida"
 
-#: libsvn_client/log.c:352 libsvn_client/status.c:286
-#: libsvn_client/update.c:119
+#: ../libsvn_client/log.c:401
+#, fuzzy, c-format
+msgid "'%s' is not a relative path"
+msgstr "'%s' não é um arquivo"
+
+#: ../libsvn_client/log.c:422
+msgid "When specifying working copy paths, only one target may be given"
+msgstr ""
+"Ao especificar caminhos de cópia de trabalho, somente um alvo\n"
+"deve ser fornecido"
+
+#: ../libsvn_client/log.c:448 ../libsvn_client/status.c:388
 #, c-format
 msgid "Entry '%s' has no URL"
 msgstr "Entrada '%s' não possui URL"
 
-#: libsvn_client/log.c:584
-msgid "No commits in repository"
-msgstr "Não há commits no repositório"
-
-#: libsvn_client/merge.c:92
+#: ../libsvn_client/merge.c:179
 #, c-format
 msgid "URLs have no scheme ('%s' and '%s')"
 msgstr "URLs não possuem esquema ('%s' e '%s')"
 
-#: libsvn_client/merge.c:98 libsvn_client/merge.c:104
+#: ../libsvn_client/merge.c:185 ../libsvn_client/merge.c:191
 #, c-format
 msgid "URL has no scheme: '%s'"
 msgstr "URL não possui esquema: '%s'"
 
-#: libsvn_client/merge.c:111
+#: ../libsvn_client/merge.c:198
 #, c-format
 msgid "Access scheme mixtures not yet supported ('%s' and '%s')"
 msgstr "Acesso às partes de um esquema ainda não suportado ('%s' e '%s')"
@@ -1332,700 +1833,883 @@ msgstr "Acesso às partes de um esquema 
 #. xgettext: the '.working', '.merge-left.r%ld' and
 #. '.merge-right.r%ld' strings are used to tag onto a file
 #. name in case of a merge conflict
-#: libsvn_client/merge.c:333
+#: ../libsvn_client/merge.c:1482
 msgid ".working"
 msgstr ".trabalho"
 
-#: libsvn_client/merge.c:335
+#: ../libsvn_client/merge.c:1484
 #, c-format
 msgid ".merge-left.r%ld"
 msgstr ".mesclagem-esquerda.r%ld"
 
-#: libsvn_client/merge.c:338
+#: ../libsvn_client/merge.c:1487
 #, c-format
 msgid ".merge-right.r%ld"
 msgstr ".mesclagem-direita.r%ld"
 
-#: libsvn_client/merge.c:1066
-#, fuzzy, c-format
-msgid "Path '%s' is missing"
-msgstr "Diretório '%s' está faltando"
+#: ../libsvn_client/merge.c:3957
+msgid "Cannot reverse-merge a range from a path's own future history; try updating first"
+msgstr ""
+
+#: ../libsvn_client/merge.c:4661
+#, c-format
+msgid ""
+"One or more conflicts were produced while merging r%ld:%ld into\n"
+"'%s' --\n"
+"resolve all conflicts and rerun the merge to apply the remaining\n"
+"unmerged revisions"
+msgstr ""
 
-#: libsvn_client/merge.c:1072 libsvn_wc/util.c:282
+#: ../libsvn_client/merge.c:5820
+msgid "Merge tracking not allowed with missing subtrees; try restoring these items first:\n"
+msgstr ""
+
+#: ../libsvn_client/merge.c:8502
+#, fuzzy
+msgid "Use of two URLs is not compatible with mergeinfo modification"
+msgstr "Uso de duas URLs não é compatível com a modificação de info de mesclagem"
+
+#: ../libsvn_client/merge.c:8509 ../libsvn_client/merge.c:8793
+#, fuzzy
+msgid "Merge from foreign repository is not compatible with mergeinfo modification"
+msgstr "Uso de duas URLs não é compatível com a modificação de info de mesclagem"
+
+#: ../libsvn_client/merge.c:8522 ../libsvn_client/merge.c:9021
+#: ../libsvn_client/merge.c:10523
 #, fuzzy, c-format
-msgid "Cannot find a URL for '%s'"
-msgstr "Não foi possível encontrar entrada para '%s'"
+msgid "Merge target '%s' does not exist in the working copy"
+msgstr "'%s' não está travado nesta cópia de trabalho"
 
-#: libsvn_client/merge.c:1488
+#: ../libsvn_client/merge.c:8896
+#, fuzzy
+msgid "Cannot merge into a working copy with a switched subtree"
+msgstr "Não é possível misturar fontes de repositório e de cópia de trabalho"
+
+#: ../libsvn_client/merge.c:8901
+#, fuzzy
+msgid "Cannot merge into a working copy that has local modifications"
+msgstr "Não é possível misturar fontes de repositório e de cópia de trabalho"
+
+#: ../libsvn_client/merge.c:8918
+#, fuzzy
+msgid "Cannot determine revision of working copy"
+msgstr "Não é possível misturar fontes de repositório e de cópia de trabalho"
+
+#: ../libsvn_client/merge.c:8924
 #, c-format
-msgid ""
-"Path '%s' is in conflict, and must be resolved before the remainder of the "
-"requested merge can be applied"
+msgid "Cannot merge into mixed-revision working copy [%lu:%lu]; try updating first"
+msgstr ""
+
+#: ../libsvn_client/merge.c:8987 ../svn/merge-cmd.c:348
+msgid "Merge sources must both be either paths or URLs"
 msgstr ""
-"Caminho '%s' está em conflito, e deve ser resolvido antes que o resto da "
-"mesclagem possa ser aplicada"
 
-#: libsvn_client/merge.c:1852 libsvn_client/merge.c:2209
-msgid "Use of two URLs is not compatible with merge info modification"
+#: ../libsvn_client/merge.c:9059 ../libsvn_ra/ra_loader.c:539
+#, c-format
+msgid "'%s' isn't in the same repository as '%s'"
+msgstr "'%s' não está no mesmo repositório de '%s'"
+
+#: ../libsvn_client/merge.c:10057 ../libsvn_client/merge.c:10348
+#, c-format
+msgid "'%s@%ld' must be ancestrally related to '%s@%ld'"
 msgstr ""
-"Uso de duas URLs não é compatível com a modificação de info de mesclagem"
 
-#: libsvn_client/merge.c:2758
+#: ../libsvn_client/merge.c:10258
+#, fuzzy, c-format
+msgid "'%s' must be from the same repository as '%s'"
+msgstr "'%s' não está no mesmo repositório de '%s'"
+
+#: ../libsvn_client/merge.c:10290
+#, fuzzy, c-format
+msgid "Neither the reintegrate source nor target can be the root of the repository"
+msgstr "'%s' não é a raiz do repositório"
+
+#: ../libsvn_client/merge.c:10376
 #, c-format
 msgid ""
-"Unable to determine merge source for '%s', please provide an explicit source"
+"Reintegrate can only be used if revisions %ld through %ld were previously merged from %s to the reintegrate source, but this is not the case:\n"
+"%s"
 msgstr ""
-"Não foi possível determinar fonte de mesclagem para '%s', por favor forneça "
-"uma fonte explícita"
 
-#: libsvn_client/prop_commands.c:73
+#: ../libsvn_client/mergeinfo.c:1721
+msgid "Only depths 'infinity' and 'empty' are currently supported"
+msgstr ""
+
+#: ../libsvn_client/patch.c:243
+#, fuzzy, c-format
+msgid "Cannot strip %u components from '%s'"
+msgstr "Não é possível escrever hash de propriedade para '%s'"
+
+#: ../libsvn_client/patch.c:2754
+#, fuzzy
+msgid "strip count must be positive"
+msgstr "Argumento para --limit deve ser positivo"
+
+#: ../libsvn_client/prop_commands.c:80
 #, c-format
 msgid "'%s' is a wcprop, thus not accessible to clients"
 msgstr "'%s' é uma wcprop, portanto não acessível a clientes"
 
-#: libsvn_client/prop_commands.c:216
+#: ../libsvn_client/prop_commands.c:216
 #, c-format
 msgid "Property '%s' is not a regular property"
 msgstr "Propriedade '%s' é uma propriedade regular"
 
-#: libsvn_client/prop_commands.c:320
+#: ../libsvn_client/prop_commands.c:363
 #, c-format
 msgid "Revision property '%s' not allowed in this context"
 msgstr "Propriedade de revisão '%s' não permitida neste contexto"
 
-#: libsvn_client/prop_commands.c:328 libsvn_client/prop_commands.c:443
+#: ../libsvn_client/prop_commands.c:370 ../libsvn_client/prop_commands.c:524
 #, c-format
 msgid "Bad property name: '%s'"
 msgstr "Nome ruim de propriedade: '%s'"
 
-#: libsvn_client/prop_commands.c:339
+#: ../libsvn_client/prop_commands.c:380
 #, c-format
 msgid "Setting property on non-local target '%s' needs a base revision"
 msgstr "Setar propriedade em alvo não local '%s' requer uma revisão base"
 
-#: libsvn_client/prop_commands.c:345
+#: ../libsvn_client/prop_commands.c:385
 #, c-format
 msgid "Setting property recursively on non-local target '%s' is not supported"
+msgstr "Setar propriedade recursivamente em alvo não local '%s' não é suportado"
+
+#: ../libsvn_client/prop_commands.c:400
+#, fuzzy, c-format
+msgid "Setting property '%s' on non-local target '%s' is not supported"
+msgstr "Setar propriedade recursivamente em alvo não local '%s' não é suportado"
+
+#: ../libsvn_client/prop_commands.c:471
+#, c-format
+msgid "revprop '%s' in r%ld is unexpectedly absent in repository (maybe someone else deleted it?)"
+msgstr ""
+
+#: ../libsvn_client/prop_commands.c:480
+#, c-format
+msgid "revprop '%s' in r%ld has unexpected value in repository (maybe someone else changed it?)"
+msgstr ""
+
+#: ../libsvn_client/prop_commands.c:488
+#, c-format
+msgid "revprop '%s' in r%ld is unexpectedly present in repository (maybe someone else set it?)"
 msgstr ""
-"Setar propriedade recursivamente em alvo não local '%s' não é suportado"
 
-#: libsvn_client/prop_commands.c:439
-msgid "Value will not be set unless forced"
+#: ../libsvn_client/prop_commands.c:519
+#, fuzzy
+msgid "Author name should not contain a newline; value will not be set unless forced"
 msgstr "Valor não será setado a menos que seja forçado"
 
-#: libsvn_client/prop_commands.c:659
+#: ../libsvn_client/prop_commands.c:764
 #, c-format
 msgid "'%s' does not exist in revision %ld"
 msgstr "'%s' não existe na revisão %ld"
 
-#: libsvn_client/prop_commands.c:666 libsvn_client/prop_commands.c:949
+#: ../libsvn_client/prop_commands.c:771 ../libsvn_client/prop_commands.c:1089
+#: ../libsvn_wc/crop.c:183
 #, c-format
 msgid "Unknown node kind for '%s'"
 msgstr "Tipo de nó desconhecido para '%s'"
 
-#: libsvn_client/ra.c:133
+#: ../libsvn_client/ra.c:145
 #, c-format
 msgid "Attempt to set wc property '%s' on '%s' in a non-commit operation"
-msgstr ""
-"Tentativa de setar propriedade de ct '%s' em '%s' em uma operação não commit"
-
-#: libsvn_client/ra.c:496
-#, c-format
-msgid "Missing changed-path information for '%s' in revision %ld"
-msgstr "Faltando informação para diretório modificado '%s' na revisão %ld"
+msgstr "Tentativa de setar propriedade de ct '%s' em '%s' em uma operação não commit"
 
-#: libsvn_client/ra.c:616
+#: ../libsvn_client/ra.c:378
 #, c-format
-msgid "Path '%s' doesn't exist in revision %ld"
-msgstr "Caminho '%s' não existe na revisão %ld"
-
-#: libsvn_client/ra.c:663 libsvn_client/ra.c:826
-#, c-format
-msgid "Unable to find repository location for '%s' in revision %ld"
+msgid "Redirect cycle detected for URL '%s'"
 msgstr ""
-"Não foi possível encontrar localização de repositório para '%s' na revisão %"
-"ld"
 
-#: libsvn_client/ra.c:674
+#: ../libsvn_client/ra.c:750 ../libsvn_ra/compat.c:376
 #, c-format
-msgid "'%s' in revision %ld is an unrelated object"
-msgstr "'%s' na revisão %ld é um objeto não relacionado"
+msgid "Unable to find repository location for '%s' in revision %ld"
+msgstr "Não foi possível encontrar localização de repositório para '%s' na revisão %ld"
 
-#: libsvn_client/ra.c:831
+#: ../libsvn_client/ra.c:757
 #, c-format
-msgid ""
-"The location for '%s' for revision %ld does not exist in the repository or "
-"refers to an unrelated object"
-msgstr ""
-"A localização de '%s' para revisão %ld não existe no repositório ou refere-"
-"se a um objeto não relacionado"
+msgid "The location for '%s' for revision %ld does not exist in the repository or refers to an unrelated object"
+msgstr "A localização de '%s' para revisão %ld não existe no repositório ou refere-se a um objeto não relacionado"
 
-#: libsvn_client/relocate.c:101
+#: ../libsvn_client/relocate.c:115
 #, c-format
 msgid "'%s' is not the root of the repository"
 msgstr "'%s' não é a raiz do repositório"
 
-#: libsvn_client/relocate.c:108
+#: ../libsvn_client/relocate.c:122
 #, c-format
 msgid "The repository at '%s' has uuid '%s', but the WC has '%s'"
 msgstr "O repositório em '%s' tem uuid '%s', mas a CT tem '%s'"
 
-#: libsvn_client/revisions.c:93
+#: ../libsvn_client/revisions.c:113 ../libsvn_client/revisions.c:136
 #, c-format
 msgid "Path '%s' has no committed revision"
 msgstr "Caminho '%s' não possui revisão com commit"
 
-#: libsvn_client/revisions.c:103
+#: ../libsvn_client/revisions.c:162
 #, c-format
 msgid "Unrecognized revision type requested for '%s'"
 msgstr "Tipo de revisão não reconhecido requisitado por '%s'"
 
-#: libsvn_client/switch.c:135 libsvn_ra_local/ra_plugin.c:108
-#: libsvn_ra_local/ra_plugin.c:597 libsvn_wc/update_editor.c:2617
-#, c-format
-msgid ""
-"'%s'\n"
-"is not the same repository as\n"
-"'%s'"
+#: ../libsvn_client/revisions.c:185
+msgid "PREV, BASE, or COMMITTED revision keywords are invalid for URL"
 msgstr ""
-"'%s'\n"
-"não é o mesmo repositório que\n"
-"'%s'"
 
-#: libsvn_client/switch.c:150
-#, fuzzy, c-format
-msgid "Destination does not exist: '%s'"
-msgstr "Destino '%s' já existe"
+#: ../libsvn_client/status.c:302 ../libsvn_client/status.c:331
+#: ../libsvn_client/status.c:340 ../libsvn_client/status.c:533
+#: ../libsvn_wc/lock.c:539 ../libsvn_wc/lock.c:899 ../libsvn_wc/lock.c:1598
+#: ../libsvn_wc/wc_db.c:7808 ../libsvn_wc/wc_db_pdh.c:485
+#, c-format
+msgid "'%s' is not a working copy"
+msgstr "'%s' não é uma cópia de trabalho"
 
-#: libsvn_client/update.c:145 libsvn_wc/log.c:2573
+#: ../libsvn_client/switch.c:102
 #, c-format
-msgid "'%s' is not a working copy directory"
-msgstr "'%s' não é um diretório de cópia de trabalho"
+msgid "Cannot both exclude and switch a path"
+msgstr ""
 
-#: libsvn_client/update.c:153
+#: ../libsvn_client/switch.c:175 ../libsvn_ra_local/ra_plugin.c:199
+#: ../libsvn_ra_local/ra_plugin.c:275 ../libsvn_wc/update_editor.c:5032
 #, c-format
-msgid "'%s' is neither a file nor a directory"

[... 13073 lines stripped ...]