Show More
@@ -12140,8 +12140,8 b' msgid "repository \'%s\' is not local"' | |||
|
12140 | 12140 | msgstr "o repositório '%s' não é local" |
|
12141 | 12141 | |
|
12142 | 12142 | #, python-format |
|
12143 |
msgid "no repository found in |
|
|
12144 |
msgstr "não foi encontrado um repositório em |
|
|
12143 | msgid "no repository found in '%s' (.hg not found)" | |
|
12144 | msgstr "não foi encontrado um repositório em '%s' (.hg não encontrado)" | |
|
12145 | 12145 | |
|
12146 | 12146 | msgid "warning: --repository ignored\n" |
|
12147 | 12147 | msgstr "aviso: opção --repository ignorada\n" |
@@ -8,17 +8,17 b' Default encoding in tests is "ascii" and' | |||
|
8 | 8 | using the "replace" error handler: |
|
9 | 9 | |
|
10 | 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 | 12 | [255] |
|
13 | 13 | |
|
14 | 14 | Using a more accomodating encoding: |
|
15 | 15 | |
|
16 | 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 | 18 | [255] |
|
19 | 19 | |
|
20 | 20 | Different encoding: |
|
21 | 21 | |
|
22 | 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 | 24 | [255] |
General Comments 0
You need to be logged in to leave comments.
Login now