Author: cwittich Date: Thu Aug 20 12:06:41 2009 New Revision: 42792
URL: http://svn.reactos.org/svn/reactos?rev=42792&view=rev Log: sync cryptdlg with wine 1.1.27
Added: trunk/reactos/dll/win32/cryptdlg/cryptdlg_Pt.rc (with props) Modified: trunk/reactos/dll/win32/cryptdlg/cryptdlg.rc 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_Lt.rc
Modified: 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 [iso-8859-1] Thu Aug 20 12:06:41 2009 @@ -28,4 +28,5 @@ #include "cryptdlg_Ko.rc" #include "cryptdlg_Lt.rc" #include "cryptdlg_Nl.rc" +#include "cryptdlg_Pt.rc" #include "cryptdlg_Ro.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] Thu Aug 20 12:06:41 2009 @@ -20,6 +20,8 @@
#include "cryptres.h"
+#pragma code_page(65001) + 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] Thu Aug 20 12:06:41 2009 @@ -28,7 +28,7 @@ IDS_POLICY_ID "Policy Identifier: " IDS_POLICY_QUALIFIER_INFO "Policy Qualifier Info" IDS_POLICY_QUALIFIER_ID "Policy Qualifier Id=" - IDS_CPS "CPS" + IDS_CPS "CPS" /* Certification Practice Statement */ IDS_USER_NOTICE "User Notice" IDS_QUALIFIER "Qualifier" IDS_NOTICE_REF "Notice Reference"
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] Thu Aug 20 12:06:41 2009 @@ -1,7 +1,8 @@ /* * cryptdlg dll French resources * - * Copyright 2008 Jonathan Ernst + * Copyright 2008 Jonathan Ernst + * Copyright 2009 Frédéric Delanoy * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,19 +21,23 @@
#include "cryptres.h"
+/* UTF-8 */ +#pragma code_page(65001) + LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE { IDS_CERT_POLICY "Politique de certificat" IDS_POLICY_ID "Identifiant de politique : " - IDS_POLICY_QUALIFIER_INFO "Policy Qualifier Info" - IDS_POLICY_QUALIFIER_ID "Policy Qualifier Id=" - IDS_CPS "CPS" - IDS_USER_NOTICE "User Notice" - IDS_QUALIFIER "Qualifier" - IDS_NOTICE_REF "Notice Reference" - IDS_ORGANIZATION "Organisation=" - IDS_NOTICE_NUM "Notice Number=" - IDS_NOTICE_TEXT "Notice Text=" + IDS_POLICY_QUALIFIER_INFO "Informations sur le qualificateur de politique" + IDS_POLICY_QUALIFIER_ID "Id de qualificateur de politique =" + IDS_CPS "Ãnoncé des pratiques de certification (CPS)" + IDS_USER_NOTICE "Avis utilisateur" + IDS_QUALIFIER "Qualificateur" + IDS_NOTICE_REF "Référence à l'avis" + IDS_ORGANIZATION "Organisation =" + IDS_NOTICE_NUM "Numéro de l'avis =" + IDS_NOTICE_TEXT "Texte de l'avis =" } +#pragma code_page(default)
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] Thu Aug 20 12:06:41 2009 @@ -29,7 +29,7 @@ IDS_POLICY_ID "Á¤Ã¥ ½Äº°ÀÚ: " IDS_POLICY_QUALIFIER_INFO "Á¤Ã¥ ±¸º°ÀÚ Á¤º¸" IDS_POLICY_QUALIFIER_ID "Á¤Ã¥ ±¸º°ÀÚ ¾ÆÀ̵ð=" - IDS_CPS "CPS" + IDS_CPS "CPS"/*ÀÎÁõ ½ÇÇö ¼±¾ð */ IDS_USER_NOTICE "»ç¿ëÀÚ ÅëÁö" IDS_QUALIFIER "±¸º°ÀÚ" IDS_NOTICE_REF "ÅëÁö ÂüÁ¶"
Modified: 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 [iso-8859-1] (original) +++ trunk/reactos/dll/win32/cryptdlg/cryptdlg_Lt.rc [iso-8859-1] Thu Aug 20 12:06:41 2009 @@ -31,7 +31,7 @@ IDS_POLICY_ID "Politikos identifikatorius: " IDS_POLICY_QUALIFIER_INFO "Politikos kvalifikatoriaus informacija" IDS_POLICY_QUALIFIER_ID "Politikos kvalifikatoriaus identifikatorius=" - IDS_CPS "CPS" + IDS_CPS "Sertifikavimo Veiklos Nuostatos (CPS)" IDS_USER_NOTICE "Naudotojo pranešimas" IDS_QUALIFIER "Kvalifikatorius" IDS_NOTICE_REF "Pranešimo nuoroda"
Added: trunk/reactos/dll/win32/cryptdlg/cryptdlg_Pt.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdlg... ============================================================================== --- trunk/reactos/dll/win32/cryptdlg/cryptdlg_Pt.rc (added) +++ trunk/reactos/dll/win32/cryptdlg/cryptdlg_Pt.rc [iso-8859-1] Thu Aug 20 12:06:41 2009 @@ -1,0 +1,40 @@ +/* + * cryptdlg dll Portuguese resources + * + * Copyright 2008 Ricardo Filipe + * + * 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" + +#pragma code_page(65001) + +LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE + +STRINGTABLE DISCARDABLE +{ + IDS_CERT_POLICY "PolÃtica de Certificados" + IDS_POLICY_ID "Identificador da PolÃtica: " + IDS_POLICY_QUALIFIER_INFO "Informação do Qualificador da PolÃtica" + IDS_POLICY_QUALIFIER_ID "ID do Qualificador da PolÃtica=" + IDS_CPS "CPS" /* Certification Practice Statement */ + IDS_USER_NOTICE "Aviso ao Utilizador" + IDS_QUALIFIER "Qualificador" + IDS_NOTICE_REF "Referência do Aviso" + IDS_ORGANIZATION "Organização=" + IDS_NOTICE_NUM "Número do Aviso=" + IDS_NOTICE_TEXT "Texto do Aviso=" +}
Propchange: trunk/reactos/dll/win32/cryptdlg/cryptdlg_Pt.rc ------------------------------------------------------------------------------ svn:eol-style = native