##// END OF EJS Templates
test-i18n, i18n-pt_BR: updated test message changed in 41c3a71c318d
Wagner Bruna -
r14920:56848e2b stable
parent child Browse files
Show More
@@ -12140,8 +12140,8 b' msgid "repository \'%s\' is not local"'
12140 msgstr "o repositório '%s' não é local"
12140 msgstr "o repositório '%s' não é local"
12141
12141
12142 #, python-format
12142 #, python-format
12143 msgid "no repository found in %r (.hg not found)"
12143 msgid "no repository found in '%s' (.hg not found)"
12144 msgstr "não foi encontrado um repositório em %r (.hg não encontrado)"
12144 msgstr "não foi encontrado um repositório em '%s' (.hg não encontrado)"
12145
12145
12146 msgid "warning: --repository ignored\n"
12146 msgid "warning: --repository ignored\n"
12147 msgstr "aviso: opção --repository ignorada\n"
12147 msgstr "aviso: opção --repository ignorada\n"
@@ -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 repository found in '$TESTTMP' (.hg not found)!
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