Module: wine
Branch: master
Commit: ef137aab626615e24906b90bb49bfc14c556b6f6
URL: http://source.winehq.org/git/wine.git/?a=commit;h=ef137aab626615e24906b90bb…
Author: Akihiro Sagawa <sagawa.aki(a)gmail.com>
Date: Sat Jun 19 00:03:41 2010 +0900
hhctrl.ocx: Add Japanese translation.
---
dlls/hhctrl.ocx/Ja.rc | 64 +++++++++++++++++++++++++++++++++++++++++++
dlls/hhctrl.ocx/Makefile.in | 1 +
2 files changed, 65 insertions(+), 0 deletions(-)
diff --git a/dlls/hhctrl.ocx/Ja.rc b/dlls/hhctrl.ocx/Ja.rc
new file mode 100644
index 0000000..f16beab
--- /dev/null
+++ b/dlls/hhctrl.ocx/Ja.rc
@@ -0,0 +1,64 @@
+/*
+ * HTML Help resources
+ * Japanese Language Support
+ *
+ * Copyright 2005 James Hawkins
+ * Copyright 2010 Akihiro Sagawa
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#include "resource.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
+
+STRINGTABLE
+BEGIN
+ IDS_CONTENTS "目次(&C)"
+ IDS_INDEX "索引(&N)"
+ IDS_SEARCH "検索(&S)"
+ IDS_FAVORITES "お気に入り(&I)"
+END
+
+STRINGTABLE
+BEGIN
+ IDTB_EXPAND "表示"
+ IDTB_CONTRACT "非表示"
+ IDTB_STOP "中止"
+ IDTB_REFRESH "更新"
+ IDTB_BACK "戻る"
+ IDTB_HOME "ホーム"
+ IDTB_SYNC "同期"
+ IDTB_PRINT "印刷"
+ IDTB_OPTIONS "オプション"
+ IDTB_FORWARD "進む"
+ IDTB_NOTES "IDTB_NOTES"
+ IDTB_BROWSE_FWD "IDTB_BROWSE_FWD"
+ IDTB_BROWSE_BACK "IDT_BROWSE_BACK"
+ IDTB_CONTENTS "IDTB_CONTENTS"
+ IDTB_INDEX "IDTB_INDEX"
+ IDTB_SEARCH "IDTB_SEARCH"
+ IDTB_HISTORY "IDTB_HISTORY"
+ IDTB_FAVORITES "IDTB_FAVORITES"
+ IDTB_JUMP1 "ジャンプ1"
+ IDTB_JUMP2 "ジャンプ2"
+ IDTB_CUSTOMIZE "カスタマイズ"
+ IDTB_ZOOM "フォント"
+ IDTB_TOC_NEXT "IDTB_TOC_NEXT"
+ IDTB_TOC_PREV "IDTB_TOC_PREV"
+END
diff --git a/dlls/hhctrl.ocx/Makefile.in b/dlls/hhctrl.ocx/Makefile.in
index 569c8e0..5561f42 100644
--- a/dlls/hhctrl.ocx/Makefile.in
+++ b/dlls/hhctrl.ocx/Makefile.in
@@ -27,6 +27,7 @@ RC_SRCS = \
Fr.rc \
Hu.rc \
It.rc \
+ Ja.rc \
Ko.rc \
Lt.rc \
Nl.rc \
Module: website
Branch: master
Commit: 68ba8dbac9d3409cf4d81ccd4a9d2634152ceb2f
URL: http://source.winehq.org/git/website.git/?a=commit;h=68ba8dbac9d3409cf4d81c…
Author: Alexandru Băluț <alexandru.balut(a)gmail.com>
Date: Sat Jun 12 10:44:38 2010 +0200
Updated winehq.conf.sample: lang has all the available languages; documented debug, debug_log, and base_patch
--0016e6d9677e3fe8d50488d1450e
Content-Type: text/plain; charset=UTF-8
<br>
---
include/winehq.conf.sample | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/include/winehq.conf.sample b/include/winehq.conf.sample
index b5d5025..e46fc4d 100644
--- a/include/winehq.conf.sample
+++ b/include/winehq.conf.sample
@@ -6,6 +6,12 @@ web_debug: 0
# list of debug channels to output (channels are: none,all,template,plugin)
@debug_chan: none
+# Whether to append the debug messages to the debug_log file
+debug: 0
+
+# Path to debug log file
+debug_log: /path/to/error.log
+
# title of this site
site_name: WineHQ
@@ -16,7 +22,7 @@ theme: winehq
lang: en
# available languages
-@languages: en, de, es, fr, pt
+@languages: en, de, es, fr, pl, pt
# default base URLS (if you run the site, in a subdir, set base_root)
base_root:
@@ -33,3 +39,6 @@ bug_system: http://bugs.winehq.org/show_bug.cgi?id=
# URL for git tree
git_tree: http://source.winehq.org/git
+
+# Path to the root directory of the site
+base_path: /path/to/root/directory/of/website/
Module: website
Branch: master
Commit: 6a73a1c06a46231b151b654f41c94c0ec18b183d
URL: http://source.winehq.org/git/website.git/?a=commit;h=6a73a1c06a46231b151b65…
Author: Alexandru Băluț <alexandru.balut(a)gmail.com>
Date: Sat Jun 12 01:40:45 2010 +0200
Changed the main page to use a single image instead of 10 images for the rounded icons (try 2)
--0016367d6d4e2cc6fe0488c9ac0f
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
The previous patch is incomplete. I attached the patch with the
home.template file for de, es, fr, and pl changed accordingly. Please have =
a
look.
Thanks,
Alex
On Fri, Jun 11, 2010 at 17:51, Alexandru B=C4=83lu=C8=9B <alexandru.balut@g=
mail.com>wrote:
> On Firefox it can be noticed very easily, when you load the winehq.orgpag=
e, and move the mouse over the icons, it takes a while until the hover
> images are loaded. You can clearly see the icon flickering. This patch fi=
xes
> this problem by using a single image instead of 10 images.
>
> I had to change a bit the structure of the main page menu, to be able to
> preserve the current layout.
>
> Notice when you go to winehq.org and you hover the About link, it does no=
t
> change its icon. To make ":hover" work in IE8, I had to change
> content_nobox.template and set the doctype to HTML 4.01 strict. As far as=
I
> checked, this only changes a tiny bit how the pages look. For example, th=
e
> search box is 2px wider.
>
> I tested that:
> - the icons are changing when hovering them or the associated text;
> - the page looks the same (or better, see IE8);
> - when resizing the window very small, it looks reasonably ok (looks bett=
er
> in the current format, but this is a corner case);
> - when resizing the window very large, it looks ok.
>
> I tested on:
> - Linux: Chrome, Epiphany, Firefox, Opera
> - Windows: Chrome, IE8, Firefox
>
> Thanks,
> Alex
>
The previous patch is incomplete. I attached the patch with the home.template file for de, es, fr, and pl changed accordingly. Please have a look.<div><br></div><div>Thanks,</div><div>Alex<br><br><div class="gmail_quote">On Fri, Jun 11, 2010 at 17:51, Alexandru Băluț <span dir="ltr"><<a href="mailto:alexandru.balut@gmail.com" target="_blank">alexandru.balut(a)gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Firefox it can be noticed very easily, when you load the <a href="http://winehq.org" target="_blank">winehq.org</a> page, and move the mouse over the icons, it takes a while until the hover images are loaded. You can clearly see the icon flickering. This patch fixes this problem by using a single image instead of 10 images.<div>
<br></div><div>I had to change a bit the structure of the main page menu, to be able to preserve the current layout.</div><div><br></div><div>Notice when you go to <a href="http://winehq.org" target="_blank">winehq.org</a> and you hover the About link, it does not change its icon. To make ":hover" work in IE8, I had to change content_nobox.template and set the doctype to HTML 4.01 strict. As far as I checked, this only changes a tiny bit how the pages look. For example, the search box is 2px wider.</div>
<div><div><br></div><div>I tested that:</div><div>- the icons are changing when hovering them or the associated text;</div>
<div>- the page looks the same (or better, see IE8);</div><div>- when resizing the window very small, it looks reasonably ok (looks better in the current format, but this is a corner case);</div><div>- when resizing the window very large, it looks ok.</div>
<div><br></div><div>I tested on:</div></div><div>- Linux: Chrome, Epiphany, Firefox, Opera</div><div>- Windows: Chrome, IE8, Firefox</div><div><br></div><div>
Thanks,</div><div>Alex</div>
</blockquote></div><br></div>
---
images/home_icons.png | Bin 0 -> 21418 bytes
images/main_devel.png | Bin 4385 -> 0 bytes
images/main_devel_s.png | Bin 4572 -> 0 bytes
images/main_dl.png | Bin 4439 -> 0 bytes
images/main_dl_s.png | Bin 4633 -> 0 bytes
images/main_donate.png | Bin 4235 -> 0 bytes
images/main_donate_s.png | Bin 4455 -> 0 bytes
images/main_help.png | Bin 4148 -> 0 bytes
images/main_help_s.png | Bin 4384 -> 0 bytes
images/main_info.png | Bin 3891 -> 0 bytes
images/main_info_s.png | Bin 4199 -> 0 bytes
include/themes/winehq/content_nobox.template | 2 +-
styles.css | 39 ++++++++--------
templates/de/home.template | 61 +++++++++++++++---------
templates/en/home.template | 63 +++++++++++++++---------
templates/es/home.template | 65 ++++++++++++++++----------
templates/fr/home.template | 61 +++++++++++++++---------
templates/pl/home.template | 61 +++++++++++++++---------
18 files changed, 213 insertions(+), 139 deletions(-)
Diff: http://source.winehq.org/git/website.git/?a=commitdiff;h=6a73a1c06a46231b15…
Module: website
Branch: master
Commit: cfbaa660de7121b98b8abf095b5c484dbc27d21a
URL: http://source.winehq.org/git/website.git/?a=commit;h=cfbaa660de7121b98b8abf…
Author: Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com>
Date: Fri Jun 11 20:18:36 2010 +0200
Polish translation for release 1.2-rc2 and 1.2-rc3
---
news/pl/2010052801.xml | 9 +++++++++
news/pl/2010061101.xml | 13 +++++++++++++
2 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/news/pl/2010052801.xml b/news/pl/2010052801.xml
new file mode 100644
index 0000000..7dd15b2
--- /dev/null
+++ b/news/pl/2010052801.xml
@@ -0,0 +1,9 @@
+<news>
+<date>Maj 28, 2010</date>
+<title>Wydano 1.2-rc2</title>
+<body>
+<p> Wydanie rozwojowe Wine 1.2-rc2 jest już dostępne.</p>
+<p> Nie ma nowych funkcjonalności w tym wydaniu, występują jedynie poprawki błędów, bo jesteśmy w momencie zamrożenia kodu. Jeżeli znajdziesz nową funkcjonalność to jest to błąd.</p>
+<p><p>Źródło jest <a href="http://prdownloads.sourceforge.net/wine/wine-1.2-rc2.tar.bz2">już dostępne</a>.
+Paczki binarne są w trakcie budowy i ukażą się wkrótce w przeznaczonych dla nich <a href="{$root}/download">pobieralniach</a>.
+</p></body></news>
diff --git a/news/pl/2010061101.xml b/news/pl/2010061101.xml
new file mode 100644
index 0000000..b75b2c3
--- /dev/null
+++ b/news/pl/2010061101.xml
@@ -0,0 +1,13 @@
+<news>
+<date>Czerwiec 11, 2010</date>
+<title>Wydano Wine 1.2-rc3</title>
+<body>
+<p> Wydanie rozwojowe Wine 1.2-rc3 jest już dostępne.</p>
+<p> <a href="{$root}/announce/1.2-rc3">Co nowego</a> w tym wydaniu:
+<ul>
+ <li>Wiele aktualizacji tłumaczeń.</li>
+ <li>Wiele poprawek błędów.</li>
+</ul></p>
+<p><p>Źródło jest <a href="http://prdownloads.sourceforge.net/wine/wine-1.2-rc3.tar.bz2">już dostępne</a>.
+Paczki binarne są w trakcie budowy i ukażą się wkrótce w przeznaczonych dla nich <a href="{$root}/download">pobieralniach</a>.
+</p></body></news>
Module: website
Branch: master
Commit: f9a2c84f533376da69308d714a35af74989dbc71
URL: http://source.winehq.org/git/website.git/?a=commit;h=f9a2c84f533376da69308d…
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Fri Jun 11 20:12:32 2010 +0200
German translation of release news 1.2-rc2
---
news/de/2010052801.xml | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/news/de/2010052801.xml b/news/de/2010052801.xml
new file mode 100644
index 0000000..a19b0c3
--- /dev/null
+++ b/news/de/2010052801.xml
@@ -0,0 +1,9 @@
+<news>
+<date>28. Mai 2010</date>
+<title>Wine 1.2-rc2 Freigegeben</title>
+<body>
+<p> Die Entwicklungsversion 1.2-rc2 von Wine ist jetzt verfügbar.</p>
+<p> Es gibt keine neuen Features in dieser Version, nur Fehlerbehebungen da wir uns im Code-Freeze befinden. Solltest du ein neues Feature finden ist es ein Fehler.</p>
+<p><p>Der Quellcode ist jetzt <a href="http://prdownloads.sourceforge.net/wine/wine-1.2-rc2.tar.bz2">verfügbar</a>.
+Binär-Downloads werden gerade erstellt und stehen bald auf den jeweiligen <a href="{$root}/download">Download-Seiten</a> zur Verfügung.
+</p></body></news>