Arabic MultiUser fixes (#278)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6797 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0816ccba30
commit
9841c101cf
2 changed files with 9 additions and 1 deletions
|
@ -120,3 +120,11 @@
|
|||
!ifdef MUI_UNABORTWARNING
|
||||
${LangFileString} MUI_UNTEXT_ABORTWARNING "هل أنت متأكد من أنك الخروج من مزيل $(^Name)؟"
|
||||
!endif
|
||||
|
||||
!ifdef MULTIUSER_INSTALLMODEPAGE
|
||||
${LangFileString} MULTIUSER_TEXT_INSTALLMODE_TITLE "اختر المستخدمين"
|
||||
${LangFileString} MULTIUSER_TEXT_INSTALLMODE_SUBTITLE "حدد لمن من المستخدمين تريد تركيب $(^NameDA)."
|
||||
${LangFileString} MULTIUSER_INNERTEXT_INSTALLMODE_TOP "حدد لمن تريد تركيب $(^NameDA) لنفسك فقط أم لجميع مستخدمي الحاسب. $(^ClickNext)"
|
||||
${LangFileString} MULTIUSER_INNERTEXT_INSTALLMODE_ALLUSERS "تركيب لجميع مستخدمي هذا الحاسب"
|
||||
${LangFileString} MULTIUSER_INNERTEXT_INSTALLMODE_CURRENTUSER "تركيب لي فقط"
|
||||
!endif
|
||||
|
|
|
@ -18,7 +18,7 @@ Released on ? ?th, 201?
|
|||
|
||||
\b PortugueseBR fixes (\W{http://sf.net/p/nsis/patches/276}{patch #276})
|
||||
|
||||
\b Portuguese, Ukrainian and Swedish MultiUser fixes (\W{http://sf.net/p/nsis/patches/274}{patch #274}, \W{http://sf.net/p/nsis/patches/275}{patch #275} & \W{http://sf.net/p/nsis/patches/277}{patch #277})
|
||||
\b Arabic, Portuguese, Ukrainian and Swedish MultiUser fixes (\W{http://sf.net/p/nsis/patches/278}{patch #278}, \W{http://sf.net/p/nsis/patches/274}{patch #274}, \W{http://sf.net/p/nsis/patches/275}{patch #275} & \W{http://sf.net/p/nsis/patches/277}{patch #277})
|
||||
|
||||
\H{v3.0} 3.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue