Show More
@@ -4817,8 +4817,8 b' msgstr "n\xc3\xa3o se pode importar sobre um patch aplicado"' | |||||
4817 | msgid "only a local queue repository may be initialized" |
|
4817 | msgid "only a local queue repository may be initialized" | |
4818 | msgstr "apenas um repositório de fila local pode ser inicializado" |
|
4818 | msgstr "apenas um repositório de fila local pode ser inicializado" | |
4819 |
|
4819 | |||
4820 |
msgid " |
|
4820 | msgid "no repository found in %r (.hg not found)" | |
4821 |
msgstr "não |
|
4821 | msgstr "não foi encontrado um repositório em %r (.hg não encontrado)" | |
4822 |
|
4822 | |||
4823 | msgid "no queue repository" |
|
4823 | msgid "no queue repository" | |
4824 | msgstr "repositório da fila não existente" |
|
4824 | msgstr "repositório da fila não existente" |
@@ -8,17 +8,17 b' Default encoding in tests is "ascii" and' | |||||
8 | using the "replace" error handler: |
|
8 | using the "replace" error handler: | |
9 |
|
9 | |||
10 | $ LANGUAGE=pt_BR hg tip |
|
10 | $ LANGUAGE=pt_BR hg tip | |
11 |
abortado: no |
|
11 | abortado: n?o foi encontrado um reposit?rio em '$TESTTMP' (.hg n?o encontrado)! | |
12 | [255] |
|
12 | [255] | |
13 |
|
13 | |||
14 | Using a more accomodating encoding: |
|
14 | Using a more accomodating encoding: | |
15 |
|
15 | |||
16 | $ HGENCODING=UTF-8 LANGUAGE=pt_BR hg tip |
|
16 | $ HGENCODING=UTF-8 LANGUAGE=pt_BR hg tip | |
17 | abortado: no repository found in '$TESTTMP' (.hg not found)! |
|
17 | abortado: n\xc3\xa3o foi encontrado um reposit\xc3\xb3rio em '$TESTTMP' (.hg n\xc3\xa3o encontrado)! (esc) | |
18 | [255] |
|
18 | [255] | |
19 |
|
19 | |||
20 | Different encoding: |
|
20 | Different encoding: | |
21 |
|
21 | |||
22 | $ HGENCODING=Latin-1 LANGUAGE=pt_BR hg tip |
|
22 | $ HGENCODING=Latin-1 LANGUAGE=pt_BR hg tip | |
23 | abortado: no repository found in '$TESTTMP' (.hg not found)! |
|
23 | abortado: n\xe3o foi encontrado um reposit\xf3rio em '$TESTTMP' (.hg n\xe3o encontrado)! (esc) | |
24 | [255] |
|
24 | [255] |
General Comments 0
You need to be logged in to leave comments.
Login now