sync cryptdlg with wine 1.1.25
authorChristoph von Wittich <christoph_vw@reactos.org>
Sat, 4 Jul 2009 11:44:39 +0000 (11:44 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Sat, 4 Jul 2009 11:44:39 +0000 (11:44 +0000)
svn path=/trunk/; revision=41766

reactos/dll/win32/cryptdlg/cryptdlg.rbuild
reactos/dll/win32/cryptdlg/cryptdlg_De.rc
reactos/dll/win32/cryptdlg/cryptdlg_En.rc
reactos/dll/win32/cryptdlg/cryptdlg_Fr.rc
reactos/dll/win32/cryptdlg/cryptdlg_Ko.rc
reactos/dll/win32/cryptdlg/cryptdlg_Lt.rc [new file with mode: 0644]
reactos/dll/win32/cryptdlg/cryptdlg_Nl.rc
reactos/dll/win32/cryptdlg/cryptdlg_Ro.rc [moved from reactos/dll/win32/cryptdlg/cryptdlg.rc with 53% similarity]
reactos/dll/win32/cryptdlg/cryptres.h

index cc86691..6a56a7a 100644 (file)
        <library>wintrust</library>
        <library>ntdll</library>
        <file>main.c</file>
-       <file>cryptdlg.rc</file>
+       <file>cryptdlg_De.rc</file>
+       <file>cryptdlg_En.rc</file>
+       <file>cryptdlg_Fr.rc</file>
+       <file>cryptdlg_Ko.rc</file>
+       <file>cryptdlg_Lt.rc</file>
+       <file>cryptdlg_Nl.rc</file>
+       <file>cryptdlg_Ro.rc</file>
 </module>
index 647171d..d3181ef 100644 (file)
@@ -18,6 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#include "cryptres.h"
+
 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
 
 STRINGTABLE DISCARDABLE
index 99126c4..3ab5f94 100644 (file)
@@ -18,6 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#include "cryptres.h"
+
 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 
 STRINGTABLE DISCARDABLE
index 23de9eb..f71be3a 100644 (file)
@@ -18,6 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#include "cryptres.h"
+
 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
 
 STRINGTABLE DISCARDABLE
index 3778a57..548a74d 100644 (file)
@@ -19,6 +19,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#include "cryptres.h"
+
 LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
 
 STRINGTABLE DISCARDABLE
diff --git a/reactos/dll/win32/cryptdlg/cryptdlg_Lt.rc b/reactos/dll/win32/cryptdlg/cryptdlg_Lt.rc
new file mode 100644 (file)
index 0000000..a967494
--- /dev/null
@@ -0,0 +1,41 @@
+/*
+ * cryptdlg dll Lithuanian resources
+ *
+ * Copyright 2009 Aurimas Fišeras <aurimas@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 "cryptres.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
+
+STRINGTABLE DISCARDABLE
+{
+    IDS_CERT_POLICY "Liudijimo politika"
+    IDS_POLICY_ID "Politikos identifikatorius: "
+    IDS_POLICY_QUALIFIER_INFO "Politikos kvalifikatoriaus informacija"
+    IDS_POLICY_QUALIFIER_ID "Politikos kvalifikatoriaus identifikatorius="
+    IDS_CPS "CPS"
+    IDS_USER_NOTICE "Naudotojo pranešimas"
+    IDS_QUALIFIER "Kvalifikatorius"
+    IDS_NOTICE_REF "Pranešimo nuoroda"
+    IDS_ORGANIZATION "Organizacija="
+    IDS_NOTICE_NUM "Pranešimo numeris="
+    IDS_NOTICE_TEXT "Pranešimo tekstas="
+}
index 27b0935..3e8aca0 100644 (file)
@@ -18,6 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#include "cryptres.h"
+
 LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
 
 STRINGTABLE DISCARDABLE
similarity index 53%
rename from reactos/dll/win32/cryptdlg/cryptdlg.rc
rename to reactos/dll/win32/cryptdlg/cryptdlg_Ro.rc
index a494652..17b60e0 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * cryptdlg dll resources
+ * cryptdlg dll Romanian resources
  *
- * Copyright 2008 Juan Lang
+ * Copyright 2009 Paul Chitescu
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms 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 "windef.h"
-#include "winbase.h"
-#include "winuser.h"
+
 #include "cryptres.h"
 
-#include "cryptdlg_De.rc"
-#include "cryptdlg_En.rc"
-#include "cryptdlg_Fr.rc"
-#include "cryptdlg_Ko.rc"
-#include "cryptdlg_Nl.rc"
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
+
+STRINGTABLE DISCARDABLE
+{
+    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="
+}
index b64459a..4d3c2d2 100644 (file)
@@ -18,6 +18,8 @@
 #ifndef __CRYPTRES_H__
 #define __CRYPTRES_H__
 
+#include <windef.h>
+
 #define IDS_CERT_POLICY 100
 #define IDS_POLICY_ID 101
 #define IDS_POLICY_QUALIFIER_INFO 102