Yaron Shahrabani : mshtml: Added Hebrew translation.

Alexandre Julliard julliard at winehq.org
Fri Oct 22 12:30:44 CDT 2010


Module: wine
Branch: master
Commit: 081f055aa04eabaa58d9f09a2f3dd5a1cc3debf2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=081f055aa04eabaa58d9f09a2f3dd5a1cc3debf2

Author: Yaron Shahrabani <sh.yaron at gmail.com>
Date:   Fri Oct 22 00:24:48 2010 +0200

mshtml: Added Hebrew translation.

---

 dlls/mshtml/He.rc       |   80 +++++++++++++++++++++++++++++++++++++++++++++++
 dlls/mshtml/Makefile.in |    1 +
 2 files changed, 81 insertions(+), 0 deletions(-)

diff --git a/dlls/mshtml/He.rc b/dlls/mshtml/He.rc
new file mode 100644
index 0000000..abf4beb
--- /dev/null
+++ b/dlls/mshtml/He.rc
@@ -0,0 +1,80 @@
+/*
+ * Copyright 2005-2006 Jacek Caban
+ * Copyright 2010 Yaron Shahrabani <sh.yaron at 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
+
+STRINGTABLE
+{
+    IDS_STATUS_DONE            "הסתיימה"
+    IDS_STATUS_DOWNLOADINGFROM "הורדה מהכתובת %s..."
+}
+
+STRINGTABLE
+{
+    IDS_HTMLDISABLED    "עיבוד HTML מנוטרל כעת."
+    IDS_HTMLDOCUMENT    "מסמך HTML"
+    IDS_DOWNLOADING     "הורדה..."
+    IDS_INSTALLING      "התקנה..."
+}
+
+ID_DWL_DIALOG DIALOG  0, 0, 260, 95
+STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+EXSTYLE WS_EX_LAYOUTRTL
+CAPTION "התקנת Gecko על Wine"
+FONT 8, "MS Shell Dlg"
+{
+    LTEXT "אין באפשרות Wine למצוא את החבילה של Gecko הדרושה לצורך פעולה תקינה של יישומים המפענחים HTML." \
+          "באפשרות Wine להוריד ולהתקין אותה אוטומטית עבורך.\n\n" \
+          "לתשומת לבך: מומלץ להשתמש בחבילות ההפצה במקום. ניתן לעיין בכתובת http://wiki.winehq.org/Gecko לפרטים נוספים.",
+          ID_DWL_STATUS, 10, 10, 240, 50, SS_LEFT
+    CONTROL "התקדמות", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER|PBS_SMOOTH, 10, 40, 240, 12
+    DEFPUSHBUTTON "ה&תקנה", ID_DWL_INSTALL, 200, 70, 50, 15, WS_GROUP | WS_TABSTOP
+    PUSHBUTTON "&ביטול", IDCANCEL, 140, 70, 50, 15, WS_GROUP | WS_TABSTOP
+}
+
+IDD_HYPERLINK DIALOG 0, 0, 250, 65
+STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+EXSTYLE WS_EX_LAYOUTRTL
+CAPTION "קישור"
+FONT 8, "MS Shell Dlg"
+{
+    GROUPBOX "פרטי הקישור", -1, 5, 5, 190, 55
+    LTEXT "&סוג:", -1, 10, 22, 20, 10
+    COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS
+    LTEXT "&כתובת:", -1, 10, 42, 20, 10
+    EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP
+    PUSHBUTTON "אישור", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
+    PUSHBUTTON "ביטול", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP
+}
+
+ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90
+STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+EXSTYLE WS_EX_LAYOUTRTL
+CAPTION ""
+FONT 8, "MS Shell Dlg"
+{
+    LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30
+    EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP
+    PUSHBUTTON "אישור", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
+    PUSHBUTTON "ביטול", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP
+}
diff --git a/dlls/mshtml/Makefile.in b/dlls/mshtml/Makefile.in
index 391e20b..403514a 100644
--- a/dlls/mshtml/Makefile.in
+++ b/dlls/mshtml/Makefile.in
@@ -75,6 +75,7 @@ RC_SRCS = \
 	Es.rc \
 	Fi.rc \
 	Fr.rc \
+	He.rc \
 	Hu.rc \
 	It.rc \
 	Ja.rc \




More information about the wine-cvs mailing list