Author: akhaldi
Date: Thu Oct  9 11:05:02 2014
New Revision: 64637

URL: http://svn.reactos.org/svn/reactos?rev=64637&view=rev
Log:
[CRYPTDLG]
* Sync with Wine 1.7.27.
CORE-8540

Modified:
    trunk/reactos/dll/win32/cryptdlg/cryptdlg.rc
    trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Da.rc
    trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_De.rc
    trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_En.rc
    trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Fr.rc
    trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_He.rc
    trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Hu.rc
    trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_It.rc
    trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Ko.rc
    trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Lt.rc
    trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Nl.rc
    trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_No.rc
    trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Pl.rc
    trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Pt.rc
    trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Ro.rc
    trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Sq.rc
    trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Tr.rc
    trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Uk.rc
    trunk/reactos/media/doc/README.WINE

Modified: trunk/reactos/dll/win32/cryptdlg/cryptdlg.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdlg.rc?rev=64637&r1=64636&r2=64637&view=diff
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/cryptdlg.rc        [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/cryptdlg/cryptdlg.rc        [iso-8859-1] Thu Oct  9 
11:05:02 2014
@@ -18,9 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 #include <windef.h>
-//#include "winbase.h"
-//#include "winuser.h"
-//#include "cryptres.h"
+
+#include "cryptres.h"
 
 #ifdef LANGUAGE_DA_DK
     #include "lang/cryptdlg_Da.rc"

Modified: trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Da.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Da.rc?rev=64637&r1=64636&r2=64637&view=diff
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Da.rc        [iso-8859-1] 
(original)
+++ trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Da.rc        [iso-8859-1] 
Thu Oct  9 11:05:02 2014
@@ -19,21 +19,19 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "cryptres.h"
-
 LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
 
 STRINGTABLE
 {
-    IDS_CERT_POLICY           "Certifikat Politik"
-    IDS_POLICY_ID             "Politik Identifikation:"
+    IDS_CERT_POLICY "Certifikat Politik"
+    IDS_POLICY_ID "Politik Identifikation:"
     IDS_POLICY_QUALIFIER_INFO "Politik Kvalifikations Info"
-    IDS_POLICY_QUALIFIER_ID   "Politik Kvalifikations Id="
-    IDS_CPS                   "CPS" /* Certification Practice Statement */
-    IDS_USER_NOTICE           "Bruger Meddelelse"
-    IDS_QUALIFIER             "Kvalifikation"
-    IDS_NOTICE_REF            "Meddelelses Reference"
-    IDS_ORGANIZATION          "Organisation="
-    IDS_NOTICE_NUM            "Meddelelses Nummer="
-    IDS_NOTICE_TEXT           "Meddelelses Tekst="
+    IDS_POLICY_QUALIFIER_ID "Politik Kvalifikations Id="
+    IDS_CPS "CPS" /* Certification Practice Statement */
+    IDS_USER_NOTICE "Bruger Meddelelse"
+    IDS_QUALIFIER "Kvalifikation"
+    IDS_NOTICE_REF "Meddelelses Reference"
+    IDS_ORGANIZATION "Organisation="
+    IDS_NOTICE_NUM "Meddelelses Nummer="
+    IDS_NOTICE_TEXT "Meddelelses Tekst="
 }

Modified: trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_De.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_De.rc?rev=64637&r1=64636&r2=64637&view=diff
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_De.rc        [iso-8859-1] 
(original)
+++ trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_De.rc        [iso-8859-1] 
Thu Oct  9 11:05:02 2014
@@ -18,8 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "cryptres.h"
-
 #pragma code_page(65001)
 
 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL

Modified: trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_En.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_En.rc?rev=64637&r1=64636&r2=64637&view=diff
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_En.rc        [iso-8859-1] 
(original)
+++ trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_En.rc        [iso-8859-1] 
Thu Oct  9 11:05:02 2014
@@ -18,8 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "cryptres.h"
-
 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 
 STRINGTABLE

Modified: trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Fr.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Fr.rc?rev=64637&r1=64636&r2=64637&view=diff
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Fr.rc        [iso-8859-1] 
(original)
+++ trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Fr.rc        [iso-8859-1] 
Thu Oct  9 11:05:02 2014
@@ -19,8 +19,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "cryptres.h"
-
 /* UTF-8 */
 #pragma code_page(65001)
 

Modified: trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_He.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_He.rc?rev=64637&r1=64636&r2=64637&view=diff
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_He.rc        [iso-8859-1] 
(original)
+++ trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_He.rc        [iso-8859-1] 
Thu Oct  9 11:05:02 2014
@@ -20,8 +20,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "cryptres.h"
-
 LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
 
 STRINGTABLE

Modified: trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Hu.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Hu.rc?rev=64637&r1=64636&r2=64637&view=diff
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Hu.rc        [iso-8859-1] 
(original)
+++ trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Hu.rc        [iso-8859-1] 
Thu Oct  9 11:05:02 2014
@@ -18,8 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "cryptres.h"
-
 /* UTF-8 */
 #pragma code_page(65001)
 

Modified: trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_It.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_It.rc?rev=64637&r1=64636&r2=64637&view=diff
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_It.rc        [iso-8859-1] 
(original)
+++ trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_It.rc        [iso-8859-1] 
Thu Oct  9 11:05:02 2014
@@ -19,8 +19,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "cryptres.h"
-
 /* UTF-8 */
 #pragma code_page(65001)
 

Modified: trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Ko.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Ko.rc?rev=64637&r1=64636&r2=64637&view=diff
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Ko.rc        [iso-8859-1] 
(original)
+++ trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Ko.rc        [iso-8859-1] 
Thu Oct  9 11:05:02 2014
@@ -19,8 +19,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "cryptres.h"
-
 LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
 
 STRINGTABLE

Modified: trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Lt.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Lt.rc?rev=64637&r1=64636&r2=64637&view=diff
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Lt.rc        [iso-8859-1] 
(original)
+++ trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Lt.rc        [iso-8859-1] 
Thu Oct  9 11:05:02 2014
@@ -18,8 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "cryptres.h"
-
 /* UTF-8 */
 #pragma code_page(65001)
 

Modified: trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Nl.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Nl.rc?rev=64637&r1=64636&r2=64637&view=diff
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Nl.rc        [iso-8859-1] 
(original)
+++ trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Nl.rc        [iso-8859-1] 
Thu Oct  9 11:05:02 2014
@@ -18,8 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "cryptres.h"
-
 LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
 
 STRINGTABLE

Modified: trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_No.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_No.rc?rev=64637&r1=64636&r2=64637&view=diff
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_No.rc        [iso-8859-1] 
(original)
+++ trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_No.rc        [iso-8859-1] 
Thu Oct  9 11:05:02 2014
@@ -18,8 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "cryptres.h"
-
 #pragma code_page(65001)
 
 LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL

Modified: trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Pl.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Pl.rc?rev=64637&r1=64636&r2=64637&view=diff
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Pl.rc        [iso-8859-1] 
(original)
+++ trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Pl.rc        [iso-8859-1] 
Thu Oct  9 11:05:02 2014
@@ -18,8 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "cryptres.h"
-
 LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
 
 STRINGTABLE

Modified: trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Pt.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Pt.rc?rev=64637&r1=64636&r2=64637&view=diff
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Pt.rc        [iso-8859-1] 
(original)
+++ trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Pt.rc        [iso-8859-1] 
Thu Oct  9 11:05:02 2014
@@ -18,8 +18,6 @@
  * 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 "cryptres.h"
 
 #pragma code_page(65001)
 

Modified: trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Ro.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Ro.rc?rev=64637&r1=64636&r2=64637&view=diff
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Ro.rc        [iso-8859-1] 
(original)
+++ trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Ro.rc        [iso-8859-1] 
Thu Oct  9 11:05:02 2014
@@ -18,8 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "cryptres.h"
-
 /* UTF-8 */
 #pragma code_page(65001)
 
@@ -27,15 +25,15 @@
 
 STRINGTABLE
 {
-    IDS_CERT_POLICY            "Politica certificatului"
-    IDS_POLICY_ID              "Identificatorul politicii: "
-    IDS_POLICY_QUALIFIER_INFO  "Informația calificatorului politicii"
-    IDS_POLICY_QUALIFIER_ID    "Identificatorul calificatorului politicii="
-    IDS_CPS                    "CPS"
-    IDS_USER_NOTICE            "Notiță utilizator"
-    IDS_QUALIFIER              "Calificator"
-    IDS_NOTICE_REF             "Referința notiței"
-    IDS_ORGANIZATION           "Organizația="
-    IDS_NOTICE_NUM             "Numărul notiței="
-    IDS_NOTICE_TEXT            "Textul notiței="
+    IDS_CERT_POLICY "Politica certificatului"
+    IDS_POLICY_ID "Identificatorul politicii: "
+    IDS_POLICY_QUALIFIER_INFO "Informația calificatorului politicii"
+    IDS_POLICY_QUALIFIER_ID "Identificatorul calificatorului politicii="
+    IDS_CPS "CPS"
+    IDS_USER_NOTICE "Notiță utilizator"
+    IDS_QUALIFIER "Calificator"
+    IDS_NOTICE_REF "Referința notiței"
+    IDS_ORGANIZATION "Organizația="
+    IDS_NOTICE_NUM "Numărul notiței="
+    IDS_NOTICE_TEXT "Textul notiței="
 }

Modified: trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Sq.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Sq.rc?rev=64637&r1=64636&r2=64637&view=diff
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Sq.rc        [iso-8859-1] 
(original)
+++ trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Sq.rc        [iso-8859-1] 
Thu Oct  9 11:05:02 2014
@@ -19,8 +19,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "cryptres.h"
-
 LANGUAGE LANG_ALBANIAN, SUBLANG_NEUTRAL
 
 STRINGTABLE

Modified: trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Tr.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Tr.rc?rev=64637&r1=64636&r2=64637&view=diff
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Tr.rc        [iso-8859-1] 
(original)
+++ trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Tr.rc        [iso-8859-1] 
Thu Oct  9 11:05:02 2014
@@ -18,8 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "cryptres.h"
-
 LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
 
 STRINGTABLE

Modified: trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Uk.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Uk.rc?rev=64637&r1=64636&r2=64637&view=diff
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Uk.rc        [iso-8859-1] 
(original)
+++ trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Uk.rc        [iso-8859-1] 
Thu Oct  9 11:05:02 2014
@@ -19,8 +19,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "cryptres.h"
-
 /* UTF-8 */
 #pragma code_page(65001)
 

Modified: trunk/reactos/media/doc/README.WINE
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/media/doc/README.WINE?rev=64637&r1=64636&r2=64637&view=diff
==============================================================================
--- trunk/reactos/media/doc/README.WINE [iso-8859-1] (original)
+++ trunk/reactos/media/doc/README.WINE [iso-8859-1] Thu Oct  9 11:05:02 2014
@@ -66,7 +66,7 @@
 reactos/dll/win32/compstui            # Synced to Wine-1.7.17
 reactos/dll/win32/credui              # Synced to Wine-1.7.27
 reactos/dll/win32/crypt32             # Synced to Wine-1.7.27
-reactos/dll/win32/cryptdlg            # Synced to Wine-1.7.17
+reactos/dll/win32/cryptdlg            # Synced to Wine-1.7.27
 reactos/dll/win32/cryptdll            # Synced to Wine-1.7.17
 reactos/dll/win32/cryptnet            # Synced to Wine-1.7.27
 reactos/dll/win32/cryptui             # Synced to Wine-1.7.27


Reply via email to