Module: wine
Branch: master
Commit: 4f8023a73f9e1a264a86d7bab428bc8d1f65ecd7
URL: http://source.winehq.org/git/wine.git/?a=commit;h=4f8023a73f9e1a264a86d7bab…
Author: Bruno Jesus <00cpxxx(a)gmail.com>
Date: Wed Mar 5 21:48:14 2014 -0300
po: Update Brazilian Portuguese translation.
---
po/pt_BR.po | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 78d09d0..cebd394 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -6597,10 +6597,8 @@ msgid "The username could not be found.\n"
msgstr "O nome de usuário não foi encontrado.\n"
#: winerror.mc:3741
-#, fuzzy
-#| msgid "The site does not exist.\n"
msgid "This network connection does not exist.\n"
-msgstr "O site não existe.\n"
+msgstr "Esta conexão de rede não existe.\n"
#: localspl.rc:31 localui.rc:31 winspool.rc:30
msgid "Local Port"
Module: tools
Branch: master
Commit: 28e77b884077e52aba213a079a320672e404881a
URL: http://source.winehq.org/git/tools.git/?a=commit;h=28e77b884077e52aba213a07…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Thu Mar 6 15:26:34 2014 +0100
testbot/WineRunTask: Set the system time on the Windows VM before running the tests.
---
testbot/bin/WineRunTask.pl | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/testbot/bin/WineRunTask.pl b/testbot/bin/WineRunTask.pl
index 3caa673..3b5c17e 100755
--- a/testbot/bin/WineRunTask.pl
+++ b/testbot/bin/WineRunTask.pl
@@ -228,6 +228,11 @@ if (defined $ErrMessage)
FatalError "Can't set VM status to running: $ErrMessage\n",
$FullErrFileName, $Job, $Step, $Task;
}
+if (!$TA->SetTime())
+{
+ # Not a fatal error
+ LogTaskError("Unable to set the VM system time (". $TA->GetVersion() ."): ". $TA->GetLastError() ."\n", $FullErrFileName);
+}
my $FileType = $Step->FileType;
if ($FileType ne "exe32" && $FileType ne "exe64")