diff --git a/reactos/dll/win32/cryptdlg/cryptdlg.rc b/reactos/dll/win32/cryptdlg/cryptdlg.rc index ac5ce114e24..dd9f97f4fde 100644 --- a/reactos/dll/win32/cryptdlg/cryptdlg.rc +++ b/reactos/dll/win32/cryptdlg/cryptdlg.rc @@ -28,4 +28,5 @@ #include "cryptdlg_Ko.rc" #include "cryptdlg_Lt.rc" #include "cryptdlg_Nl.rc" +#include "cryptdlg_Pt.rc" #include "cryptdlg_Ro.rc" diff --git a/reactos/dll/win32/cryptdlg/cryptdlg_De.rc b/reactos/dll/win32/cryptdlg/cryptdlg_De.rc index d3181ef51b0..cd3fa96c013 100644 --- a/reactos/dll/win32/cryptdlg/cryptdlg_De.rc +++ b/reactos/dll/win32/cryptdlg/cryptdlg_De.rc @@ -20,6 +20,8 @@ #include "cryptres.h" +#pragma code_page(65001) + LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL STRINGTABLE DISCARDABLE diff --git a/reactos/dll/win32/cryptdlg/cryptdlg_En.rc b/reactos/dll/win32/cryptdlg/cryptdlg_En.rc index 3ab5f94cbbd..72ceecddc9f 100644 --- a/reactos/dll/win32/cryptdlg/cryptdlg_En.rc +++ b/reactos/dll/win32/cryptdlg/cryptdlg_En.rc @@ -28,7 +28,7 @@ STRINGTABLE DISCARDABLE 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" diff --git a/reactos/dll/win32/cryptdlg/cryptdlg_Fr.rc b/reactos/dll/win32/cryptdlg/cryptdlg_Fr.rc index f71be3ae0fd..1deeaa31587 100644 --- a/reactos/dll/win32/cryptdlg/cryptdlg_Fr.rc +++ b/reactos/dll/win32/cryptdlg/cryptdlg_Fr.rc @@ -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) diff --git a/reactos/dll/win32/cryptdlg/cryptdlg_Ko.rc b/reactos/dll/win32/cryptdlg/cryptdlg_Ko.rc index 548a74d7939..e9a6d9d8e97 100644 --- a/reactos/dll/win32/cryptdlg/cryptdlg_Ko.rc +++ b/reactos/dll/win32/cryptdlg/cryptdlg_Ko.rc @@ -29,7 +29,7 @@ STRINGTABLE DISCARDABLE 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 "ÅëÁö ÂüÁ¶" diff --git a/reactos/dll/win32/cryptdlg/cryptdlg_Lt.rc b/reactos/dll/win32/cryptdlg/cryptdlg_Lt.rc index a9674946ba5..74ef2937baf 100644 --- a/reactos/dll/win32/cryptdlg/cryptdlg_Lt.rc +++ b/reactos/dll/win32/cryptdlg/cryptdlg_Lt.rc @@ -31,7 +31,7 @@ STRINGTABLE DISCARDABLE 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" diff --git a/reactos/dll/win32/cryptdlg/cryptdlg_Pt.rc b/reactos/dll/win32/cryptdlg/cryptdlg_Pt.rc new file mode 100644 index 00000000000..92d179cd5cd --- /dev/null +++ b/reactos/dll/win32/cryptdlg/cryptdlg_Pt.rc @@ -0,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=" +}