Author: cwittich Date: Sat Jul 4 15:44:39 2009 New Revision: 41766
URL: http://svn.reactos.org/svn/reactos?rev=41766&view=rev Log: sync cryptdlg with wine 1.1.25
Added: trunk/reactos/dll/win32/cryptdlg/cryptdlg_Lt.rc (with props) trunk/reactos/dll/win32/cryptdlg/cryptdlg_Ro.rc (with props) Removed: trunk/reactos/dll/win32/cryptdlg/cryptdlg.rc Modified: trunk/reactos/dll/win32/cryptdlg/cryptdlg.rbuild trunk/reactos/dll/win32/cryptdlg/cryptdlg_De.rc trunk/reactos/dll/win32/cryptdlg/cryptdlg_En.rc trunk/reactos/dll/win32/cryptdlg/cryptdlg_Fr.rc trunk/reactos/dll/win32/cryptdlg/cryptdlg_Ko.rc trunk/reactos/dll/win32/cryptdlg/cryptdlg_Nl.rc trunk/reactos/dll/win32/cryptdlg/cryptres.h
Modified: trunk/reactos/dll/win32/cryptdlg/cryptdlg.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdlg... ============================================================================== --- trunk/reactos/dll/win32/cryptdlg/cryptdlg.rbuild [iso-8859-1] (original) +++ trunk/reactos/dll/win32/cryptdlg/cryptdlg.rbuild [iso-8859-1] Sat Jul 4 15:44:39 2009 @@ -15,5 +15,11 @@ <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>
Removed: trunk/reactos/dll/win32/cryptdlg/cryptdlg.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdlg... ============================================================================== --- trunk/reactos/dll/win32/cryptdlg/cryptdlg.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/cryptdlg/cryptdlg.rc (removed) @@ -1,29 +1,0 @@ -/* - * cryptdlg dll resources - * - * Copyright 2008 Juan Lang - * - * 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 "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"
Modified: trunk/reactos/dll/win32/cryptdlg/cryptdlg_De.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdlg... ============================================================================== --- trunk/reactos/dll/win32/cryptdlg/cryptdlg_De.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/cryptdlg/cryptdlg_De.rc [iso-8859-1] Sat Jul 4 15:44:39 2009 @@ -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
Modified: trunk/reactos/dll/win32/cryptdlg/cryptdlg_En.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdlg... ============================================================================== --- trunk/reactos/dll/win32/cryptdlg/cryptdlg_En.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/cryptdlg/cryptdlg_En.rc [iso-8859-1] Sat Jul 4 15:44:39 2009 @@ -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
Modified: trunk/reactos/dll/win32/cryptdlg/cryptdlg_Fr.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdlg... ============================================================================== --- trunk/reactos/dll/win32/cryptdlg/cryptdlg_Fr.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/cryptdlg/cryptdlg_Fr.rc [iso-8859-1] Sat Jul 4 15:44:39 2009 @@ -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
Modified: trunk/reactos/dll/win32/cryptdlg/cryptdlg_Ko.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdlg... ============================================================================== --- trunk/reactos/dll/win32/cryptdlg/cryptdlg_Ko.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/cryptdlg/cryptdlg_Ko.rc [iso-8859-1] Sat Jul 4 15:44:39 2009 @@ -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
Added: trunk/reactos/dll/win32/cryptdlg/cryptdlg_Lt.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdlg... ============================================================================== --- trunk/reactos/dll/win32/cryptdlg/cryptdlg_Lt.rc (added) +++ trunk/reactos/dll/win32/cryptdlg/cryptdlg_Lt.rc [iso-8859-1] Sat Jul 4 15:44:39 2009 @@ -1,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=" +}
Propchange: trunk/reactos/dll/win32/cryptdlg/cryptdlg_Lt.rc ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/win32/cryptdlg/cryptdlg_Nl.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdlg... ============================================================================== --- trunk/reactos/dll/win32/cryptdlg/cryptdlg_Nl.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/cryptdlg/cryptdlg_Nl.rc [iso-8859-1] Sat Jul 4 15:44:39 2009 @@ -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
Added: trunk/reactos/dll/win32/cryptdlg/cryptdlg_Ro.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdlg... ============================================================================== --- trunk/reactos/dll/win32/cryptdlg/cryptdlg_Ro.rc (added) +++ trunk/reactos/dll/win32/cryptdlg/cryptdlg_Ro.rc [iso-8859-1] Sat Jul 4 15:44:39 2009 @@ -1,0 +1,41 @@ +/* + * cryptdlg dll Romanian resources + * + * 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 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_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=" +}
Propchange: trunk/reactos/dll/win32/cryptdlg/cryptdlg_Ro.rc ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/win32/cryptdlg/cryptres.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptres... ============================================================================== --- trunk/reactos/dll/win32/cryptdlg/cryptres.h [iso-8859-1] (original) +++ trunk/reactos/dll/win32/cryptdlg/cryptres.h [iso-8859-1] Sat Jul 4 15:44:39 2009 @@ -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