<div dir="ltr">Great work! keep it coming ☺<br><br>Do you know of any Persian translators that might be interested?<br><br clear="all"><div dir="ltr"><span style="font-size:large"><font color="#990000">Yaron</font><font color="#330000"> Shahrabani</font></span><blockquote style="margin:0 0 0 40px;border:none;padding:0px">

<div><font color="#666666"><span style="font-size:x-small"><font color="#FF0000">&lt;</font></span>Hebrew translator<span style="font-size:x-small"><font color="#FF0000">&gt;</font></span></font></div></blockquote></div>
<br>

<br><br><div class="gmail_quote">2011/1/13 Nowres <span dir="ltr">&lt;<a href="mailto:nss.zpeedzter@gmail.com">nss.zpeedzter@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div dir="ltr">From 984f072988bebe6869a7a41e7a612a1f5a407e3c Mon Sep 17 00:00:00 2001<br>From: Nowres Rafid &lt;<a href="mailto:nss.zpeedzter@gmail.com" target="_blank">nss.zpeedzter@gmail.com</a>&gt;<br>Date: Thu, 13 Jan 2011 16:50:15 +0000<br>


Subject: [comctl32]Adding Arabic translation resources<br><br>---<br> dlls/comctl32/Makefile.in  |    1 +<br> dlls/comctl32/comctl_Ar.rc |   94 ++++++++++++++++++++++++++++++++++++++++++++<br> 2 files changed, 95 insertions(+), 0 deletions(-)<br>


 create mode 100644 dlls/comctl32/comctl_Ar.rc<br><br>diff --git a/dlls/comctl32/Makefile.in b/dlls/comctl32/Makefile.in<br>index b97ce39..2be9b86 100644<br>--- a/dlls/comctl32/Makefile.in<br>+++ b/dlls/comctl32/Makefile.in<br>


@@ -43,6 +43,7 @@ C_SRCS = \<br>     updown.c<br> <br> RC_SRCS = \<br>+    comctl_Ar.rc \<br>     comctl_Bg.rc \<br>     comctl_Cs.rc \<br>     comctl_Da.rc \<br>diff --git a/dlls/comctl32/comctl_Ar.rc b/dlls/comctl32/comctl_Ar.rc<br>


new file mode 100644<br>index 0000000..f6fa3d8<br>--- /dev/null<br>+++ b/dlls/comctl32/comctl_Ar.rc<br>@@ -0,0 +1,94 @@<br>+/*<br>+ * Copyright 2011 Nowres Rafid &lt;<a href="mailto:nss.zpeedzter@gmail.com" target="_blank">nss.zpeedzter@gmail.com</a>&gt;<br>


+ *<br>+ * This library is free software; you can redistribute it and/or<br>+ * modify it under the terms of the GNU Lesser General Public<br>+ * License as published by the Free Software Foundation; either<br>+ * version 2.1 of the License, or (at your option) any later version.<br>


+ *<br>+ * This library is distributed in the hope that it will be useful,<br>+ * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU<br>


+ * Lesser General Public License for more details.<br>+ *<br>+ * You should have received a copy of the GNU Lesser General Public<br>+ * License along with this library; if not, write to the Free Software<br>+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA<br>


+ */<br>+<br>+#include &quot;comctl32.h&quot;<br>+<br>+#pragma code_page(65001)<br>+<br>+LANGUAGE LANG_ARABIC, SUBLANG_NEUTRAL<br>+<br>+IDD_PROPSHEET DIALOG 0, 0, 220, 140<br>+STYLE DS_CONTEXTHELP | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE<br>


+EXSTYLE WS_EX_LAYOUTRTL<br>+CAPTION &quot;%s خصائص&quot;<br>+FONT 8, &quot;MS Shell Dlg&quot;<br>+BEGIN<br>+  DEFPUSHBUTTON &quot;موافق&quot;,     IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP<br>+  PUSHBUTTON    &quot;إلغاء&quot;, IDCANCEL,58,122,50,14<br>


+  PUSHBUTTON    &quot;ت&amp;طبيق&quot;, IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED<br>+  PUSHBUTTON    &quot;مساعدة&quot;,   IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP<br>+  CONTROL       &quot;الألسنة&quot;,    IDC_TABCONTROL,&quot;SysTabControl32&quot;,WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114<br>


+END<br>+<br>+<br>+IDD_WIZARD DIALOG 0, 0, 290, 159<br>+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE<br>+EXSTYLE WS_EX_LAYOUTRTL<br>+CAPTION &quot;مُعِين&quot;<br>+FONT 8, &quot;MS Shell Dlg&quot;<br>


+BEGIN<br>+  PUSHBUTTON    &quot;&lt; رج&amp;وع&quot;, IDC_BACK_BUTTON,71,138,50,14<br>+  DEFPUSHBUTTON &quot;الت&amp;الي &gt;&quot;, IDC_NEXT_BUTTON,121,138,50,14<br>+  DEFPUSHBUTTON &quot;إنهاء&quot;,  IDC_FINISH_BUTTON,121,138,50,14<br>


+  PUSHBUTTON    &quot;إلغاء&quot;,  IDCANCEL,178,138,50,14<br>+  PUSHBUTTON    &quot;مساعدة&quot;,    IDHELP,235,138,50,14,WS_GROUP<br>+  LTEXT         &quot;&quot;,        IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN<br>+  CONTROL       &quot;الألسنة&quot;,     IDC_TABCONTROL,&quot;SysTabControl32&quot;,WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5<br>


+  LTEXT            &quot;&quot;,        IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE<br>+END<br>+<br>+<br>+IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125<br>+STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU<br>


+EXSTYLE WS_EX_LAYOUTRTL<br>+CAPTION &quot;تعديل شريط الأدوات&quot;<br>+FONT 8, &quot;MS Shell Dlg&quot;<br>+BEGIN<br>+  DEFPUSHBUTTON &quot;إغ&amp;لاق&quot;,     IDCANCEL,308,6,44,14<br>+  PUSHBUTTON    &quot;إلغاء&amp; التغييرات&quot;,     IDC_RESET_BTN,308,23,44,14<br>


+  PUSHBUTTON    &quot;م&amp;ساعدة&quot;,      IDC_HELP_BTN,308,40,44,14<br>+  PUSHBUTTON    &quot;إلى الأع&amp;لى&quot;,   IDC_MOVEUP_BTN,308,74,44,14<br>+  PUSHBUTTON    &quot;إلى الأس&amp;فل&quot;, IDC_MOVEDN_BTN,308,91,44,14<br>


+  LTEXT         &quot;الأزر&amp;ار المتاحة:&quot;, -1,4,5,84,10<br>+  LISTBOX       IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP<br>


+  PUSHBUTTON    &quot;إض&amp;افة -&gt;&quot;,    IDOK, 131, 42, 44, 14<br>+  PUSHBUTTON    &quot;&lt;- إز&amp;الة&quot;, IDC_REMOVE_BTN,131,62,44,14<br>+  LTEXT         &quot;أزرار شري&amp;ط الأدوات&quot;, -1,182,5,78,10<br>


+  LISTBOX       IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP<br>+END<br>+<br>+STRINGTABLE<br>


+{<br>+    IDS_CLOSE    &quot;إغلاق&quot;<br>+}<br>+<br>+STRINGTABLE<br>+{<br>+    IDM_TODAY    &quot;اليوم:&quot;<br>+    IDM_GOTODAY  &quot;الذهاب إلى اليوم&quot;<br>+}<br>+<br>+STRINGTABLE<br>+{<br>+    IDS_SEPARATOR &quot;فاصل&quot;<br>


+}<br>+<br>+STRINGTABLE<br>+{<br>+    HKY_NONE &quot;لاشيء&quot;<br>+}<br>-- <br>1.7.1<br><br></div>
<br><br>
<br></blockquote></div><br></div>