Module: website
Branch: master
Commit: 11fc29e5ed501fecd04f4c672b08183daef1a8c9
URL: http://source.winehq.org/git/website.git/?a=commit;h=11fc29e5ed501fecd04f4c…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Sat Dec 4 02:32:44 2010 +0100
French translation for release 1.2.2
---
news/fr/2010120301.xml | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/news/fr/2010120301.xml b/news/fr/2010120301.xml
new file mode 100644
index 0000000..e8f47df
--- /dev/null
+++ b/news/fr/2010120301.xml
@@ -0,0 +1,17 @@
+<news>
+<date>3 décembre 2010</date>
+<title>Sortie de Wine 1.2.2</title>
+<body>
+<p> La version de maintenance 1.2.2 de Wine est disponible.</p>
+<p> <a href="{$root}/announce/1.2.x">Nouveautés</a> de cette version :
+<ul>
+ <li>Prise en charge des curseurs animés.</li>
+ <li>Mises à jour de traductions.</li>
+ <li>Diverses corrections de bogues.</li>
+</ul></p>
+<p><p>Le <a
+href="http://prdownloads.sourceforge.net/wine/wine-1.2.2.tar.bz2">code
+source</a> est disponible dès à présent.
+Les paquets binaires sont en cours de construction, et apparaîtront sous peu
+sur leurs <a href="{$root}/download">sites de téléchargement</a> respectifs.
+</p></body></news>
Module: wine
Branch: master
Commit: ecd140cfa37df28981486bb5db4ffd0fd0e897e2
URL: http://source.winehq.org/git/wine.git/?a=commit;h=ecd140cfa37df28981486bb5d…
Author: Yaron Shahrabani <sh.yaron(a)gmail.com>
Date: Sun Dec 5 14:02:54 2010 +0200
sane: Added Hebrew translation.
---
dlls/sane.ds/Makefile.in | 1 +
dlls/sane.ds/sane_He.rc | 46 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+), 0 deletions(-)
diff --git a/dlls/sane.ds/Makefile.in b/dlls/sane.ds/Makefile.in
index 30ae8b6..6750413 100644
--- a/dlls/sane.ds/Makefile.in
+++ b/dlls/sane.ds/Makefile.in
@@ -17,6 +17,7 @@ RC_SRCS = \
sane_Es.rc \
sane_Fi.rc \
sane_Fr.rc \
+ sane_He.rc \
sane_Hu.rc \
sane_It.rc \
sane_Ja.rc \
diff --git a/dlls/sane.ds/sane_He.rc b/dlls/sane.ds/sane_He.rc
new file mode 100644
index 0000000..a7003f2
--- /dev/null
+++ b/dlls/sane.ds/sane_He.rc
@@ -0,0 +1,46 @@
+/*
+ * Hebrew resources for Twain
+ *
+ * Copyright 2006 CodeWeavers, Aric Stewart
+ * Copyright 2010 Yaron Shahrabani <sh.yaron(a)gmail.com>
+ *
+ * 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"
+
+#pragma code_page(65001)
+
+LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
+
+IDD_DIALOG1 DIALOG 0, 0, 186, 46
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND
+EXSTYLE WS_EX_LAYOUTRTL
+CAPTION "סריקה"
+FONT 8, "MS Sans Serif"
+BEGIN
+ LTEXT "מתבצעת סריקה... נא להמתין",IDC_STATIC,5,19,176,8, SS_CENTER
+END
+
+STRINGTABLE
+{
+ 0 ""
+ 1 "פיקסלים"
+ 2 "בתים"
+ 3 "מ״מ"
+ 4 "נק׳ לאינטש"
+ 5 "%"
+ 6 "מ״ש"
+}
Module: wine
Branch: master
Commit: 0114fdc5546aa1842ed280fc0e3a8aa6531cd7a0
URL: http://source.winehq.org/git/wine.git/?a=commit;h=0114fdc5546aa1842ed280fc0…
Author: Yaron Shahrabani <sh.yaron(a)gmail.com>
Date: Sun Dec 5 13:52:44 2010 +0200
view: Added Hebrew translation.
---
programs/view/He.rc | 76 +++++++++++++++++++++++++++++++++++++++++++++
programs/view/Makefile.in | 1 +
2 files changed, 77 insertions(+), 0 deletions(-)
diff --git a/programs/view/He.rc b/programs/view/He.rc
new file mode 100644
index 0000000..d630e75
--- /dev/null
+++ b/programs/view/He.rc
@@ -0,0 +1,76 @@
+/*
+ * View
+ * Hebrew Language Support
+ *
+ * Copyright 1998 Douglas Ridgway
+ * Copyright 2003 Marcelo Duarte
+ * Copyright 2010 Yaron Shahrabani <sh.yaron(a)gmail.com>
+ *
+ * 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"
+
+#pragma code_page(65001)
+
+LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
+
+/*
+ *
+ * Menu
+ *
+ */
+
+VIEW MENU
+BEGIN
+ POPUP "&קובץ"
+ BEGIN
+ MENUITEM "&פתיחה", IDM_OPEN
+ MENUITEM "י&ציאה", IDM_EXIT
+ END
+ POPUP "ה&זחה"
+ BEGIN
+ MENUITEM "ה&תאמה לחלון", IDM_SET_EXT_TO_WIN
+ MENUITEM SEPARATOR
+ MENUITEM "&שמאלה", IDM_LEFT
+ MENUITEM "&ימינה", IDM_RIGHT
+ MENUITEM "למ&עלה", IDM_UP
+ MENUITEM "למ&טה", IDM_DOWN
+ END
+END
+
+
+/*
+ *
+ * Accelerator
+ *
+ */
+
+VIEW ACCELERATORS
+BEGIN
+ "Q", IDM_EXIT, VIRTKEY, CONTROL
+END
+
+
+/*
+ *
+ * String Table
+ *
+ */
+
+STRINGTABLE
+BEGIN
+ IDS_DESCRIPTION "מציג קובצי על רגיל"
+END
diff --git a/programs/view/Makefile.in b/programs/view/Makefile.in
index 6fa4acf..7583325 100644
--- a/programs/view/Makefile.in
+++ b/programs/view/Makefile.in
@@ -16,6 +16,7 @@ RC_SRCS = \
Eo.rc \
Es.rc \
Fr.rc \
+ He.rc \
It.rc \
Ja.rc \
Ko.rc \