Module: docs
Branch: master
Commit: 621c6e936c46cd75170c8a51e3576d083715b8fe
URL: http://source.winehq.org/git/docs.git/?a=commit;h=621c6e936c46cd75170c8a51e…
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Tue Jun 29 21:56:35 2010 +0200
wineusr: Add WINEARCH description.
---
en/wineusr-running.sgml | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/en/wineusr-running.sgml b/en/wineusr-running.sgml
index 9c5ae2f..1ec71e9 100644
--- a/en/wineusr-running.sgml
+++ b/en/wineusr-running.sgml
@@ -279,6 +279,18 @@ Path="c:\windows;c:\windows\system;e:\;e:\test;f:\"
</para>
</sect2>
<sect2>
+ <title>WINEARCH</title>
+ <para>
+ Specifies the Windows architecture to support. It can be set either to
+ win32 (support only 32-bit applications), or to win64
+ (support both 64-bit applications and 32-bit ones in WoW64 mode).
+ The architecture supported by a given Wine prefix is set at prefix
+ creation time and cannot be changed afterwards. When running with an
+ existing prefix, Wine will refuse to start if WINEARCH doesn't match
+ the prefix architecture.
+ </para>
+ </sect2>
+ <sect2>
<title>OSS Audio Driver Settings</title>
<para>
If you are using the OSS audio driver and you have multiple devices,
Module: wine
Branch: master
Commit: c009107754dbaccb2d449b65b6f4330183a830c0
URL: http://source.winehq.org/git/wine.git/?a=commit;h=c009107754dbaccb2d449b65b…
Author: Ricardo Filipe <ricardojdfilipe(a)gmail.com>
Date: Tue Jun 29 01:52:15 2010 -0700
mshtml: Fix Portuguese Portugal translation.
---
dlls/mshtml/Pt.rc | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/dlls/mshtml/Pt.rc b/dlls/mshtml/Pt.rc
index 689f930..be98a59 100644
--- a/dlls/mshtml/Pt.rc
+++ b/dlls/mshtml/Pt.rc
@@ -66,9 +66,10 @@ STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMEN
CAPTION "Instalador Wine Gecko"
FONT 8, "MS Shell Dlg"
{
- LTEXT "Wine could not find a Gecko package which is needed for applications embedding HTML " \
- "to work correctly. Wine can automatically download and install it for you.\n\n" \
- "Note: it's recommended to use distro packages instead. See http://wiki.winehq.org/Gecko for details.",
+ LTEXT "O Wine não conseguiu encontrar o pacote Gecko que é necessário para aplicações com HTML embutido" \
+ "funcionarem corretamente. O Wine pode automaticamente efetuar o download e instalá-lo por si.\n\n" \
+ "Nota: é recomendável usar os pacotes da sua distribuição em vez disso. \n\
+Veja http://wiki.winehq.org/Gecko para mais detalhes.",
ID_DWL_STATUS, 10, 10, 240, 50, SS_LEFT
CONTROL "Progresso", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER|PBS_SMOOTH, 10, 50, 240, 12
DEFPUSHBUTTON "&Instalar", ID_DWL_INSTALL, 200, 70, 50, 15, WS_GROUP | WS_TABSTOP