diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-01-12 21:42:53 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-12 21:42:53 +0530 |
commit | 1e9e5686afc2a6515f871c5f2ad4dc2ddc4731c4 (patch) | |
tree | 3cce3972dd01f6c5cc4884e5c7b99c5e2db7eae5 /app/src/main/res/values-pt-rBR/strings.xml | |
parent | 8bd156dea6e87eb667f76f4738fde992323ce0cf (diff) |
Allow configuring pull behaviour (#1276)
Diffstat (limited to 'app/src/main/res/values-pt-rBR/strings.xml')
-rw-r--r-- | app/src/main/res/values-pt-rBR/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index ff6b5fc5..27094d17 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -312,7 +312,7 @@ <string name="new_folder_set_gpg_key">Definir chave GPG para diretório</string> <!-- GitException messages --> <string name="git_unknown_error">Erro desconhecido</string> - <string name="git_pull_fail_error">O pull falhou, você está em uma Head avulsa. Usando \"configurações > utils\" do git, salve suas alterações no remoto em uma nova branch e resolva o conflito no seu computador.</string> + <string name="git_pull_rebase_fail_error">O pull falhou, você está em uma Head avulsa. Usando \"configurações > utils\" do git, salve suas alterações no remoto em uma nova branch e resolva o conflito no seu computador.</string> <string name="git_push_nff_error">Push rejeitado pelo remoto, execute o pull antes de fazer push novamente. Você pode usar Sincronização em vez de pull/push conforme implementa ambos</string> <string name="git_push_generic_error">Push rejeitado pelo remoto, razão: %1$s</string> <string name="git_push_other_error">O remoto rejeito o push non-fast-foward. Cheque a variável receive.denyNonFastForwards no arquivo de configuração do repositório de destino.</string> |