diff --git a/configure b/configure index aa808b05878..b8b68c9d262 100755 --- a/configure +++ b/configure @@ -14830,7 +14830,7 @@ wine_fn_config_test dlls/credui/tests credui_test wine_fn_config_dll crtdll enable_crtdll implib wine_fn_config_dll crypt32 enable_crypt32 po,implib wine_fn_config_test dlls/crypt32/tests crypt32_test -wine_fn_config_dll cryptdlg enable_cryptdlg +wine_fn_config_dll cryptdlg enable_cryptdlg po wine_fn_config_dll cryptdll enable_cryptdll implib wine_fn_config_dll cryptnet enable_cryptnet implib wine_fn_config_test dlls/cryptnet/tests cryptnet_test diff --git a/configure.ac b/configure.ac index 3c5ff8088cb..e32137f840e 100644 --- a/configure.ac +++ b/configure.ac @@ -2359,7 +2359,7 @@ WINE_CONFIG_TEST(dlls/credui/tests) WINE_CONFIG_DLL(crtdll,,[implib]) WINE_CONFIG_DLL(crypt32,,[po,implib]) WINE_CONFIG_TEST(dlls/crypt32/tests) -WINE_CONFIG_DLL(cryptdlg) +WINE_CONFIG_DLL(cryptdlg,,[po]) WINE_CONFIG_DLL(cryptdll,,[implib]) WINE_CONFIG_DLL(cryptnet,,[implib]) WINE_CONFIG_TEST(dlls/cryptnet/tests) diff --git a/dlls/cryptdlg/Makefile.in b/dlls/cryptdlg/Makefile.in index 0725c8d8850..8213e252f9d 100644 --- a/dlls/cryptdlg/Makefile.in +++ b/dlls/cryptdlg/Makefile.in @@ -4,22 +4,7 @@ IMPORTS = cryptui crypt32 wintrust user32 advapi32 C_SRCS = \ main.c -RC_SRCS = \ - cryptdlg_Da.rc \ - cryptdlg_De.rc \ - cryptdlg_En.rc \ - cryptdlg_Fr.rc \ - cryptdlg_Hu.rc \ - cryptdlg_It.rc \ - cryptdlg_Ko.rc \ - cryptdlg_Lt.rc \ - cryptdlg_Nl.rc \ - cryptdlg_No.rc \ - cryptdlg_Pl.rc \ - cryptdlg_Pt.rc \ - cryptdlg_Ro.rc \ - cryptdlg_Sr.rc \ - cryptdlg_Sv.rc \ - cryptdlg_Uk.rc +RC_SRCS = cryptdlg.rc +PO_SRCS = cryptdlg.rc @MAKE_DLL_RULES@ diff --git a/dlls/cryptdlg/cryptdlg_En.rc b/dlls/cryptdlg/cryptdlg.rc similarity index 100% rename from dlls/cryptdlg/cryptdlg_En.rc rename to dlls/cryptdlg/cryptdlg.rc diff --git a/dlls/cryptdlg/cryptdlg_Da.rc b/dlls/cryptdlg/cryptdlg_Da.rc deleted file mode 100644 index 7d0ffc3441f..00000000000 --- a/dlls/cryptdlg/cryptdlg_Da.rc +++ /dev/null @@ -1,39 +0,0 @@ -/* - * cryptdlg dll resources - * - * Copyright 2010 Thomas Larsen - * Paul Vriens - * - * 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" - -LANGUAGE LANG_DANISH, SUBLANG_DEFAULT - -STRINGTABLE -{ - 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=" -} diff --git a/dlls/cryptdlg/cryptdlg_De.rc b/dlls/cryptdlg/cryptdlg_De.rc deleted file mode 100644 index af2348bdf81..00000000000 --- a/dlls/cryptdlg/cryptdlg_De.rc +++ /dev/null @@ -1,40 +0,0 @@ -/* - * cryptdlg dll resources - * - * Copyright 2009 André Hentschel - * - * 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_GERMAN, SUBLANG_NEUTRAL - -STRINGTABLE -{ - IDS_CERT_POLICY "Zertifikatsrichtlinie" - IDS_POLICY_ID "Richtlinien Qualifizierung: " - IDS_POLICY_QUALIFIER_INFO "Richtlinien Qualifizierungs Information" - IDS_POLICY_QUALIFIER_ID "Richtlinien Qualifizierungs-ID=" - IDS_CPS "CPS" - IDS_USER_NOTICE "Benutzerbenachrichtigung" - IDS_QUALIFIER "Qualifizierung" - IDS_NOTICE_REF "Benachrichtigungsbezug" - IDS_ORGANIZATION "Organisation=" - IDS_NOTICE_NUM "Benachrichtigungsnummer=" - IDS_NOTICE_TEXT "Benachrichtigungstext=" -} diff --git a/dlls/cryptdlg/cryptdlg_Fr.rc b/dlls/cryptdlg/cryptdlg_Fr.rc deleted file mode 100644 index 79664eab3a1..00000000000 --- a/dlls/cryptdlg/cryptdlg_Fr.rc +++ /dev/null @@ -1,42 +0,0 @@ -/* - * cryptdlg dll French resources - * - * 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 - * 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_FRENCH, SUBLANG_NEUTRAL - -STRINGTABLE -{ - IDS_CERT_POLICY "Politique de certificat" - IDS_POLICY_ID "Identifiant de politique : " - 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 =" -} diff --git a/dlls/cryptdlg/cryptdlg_Hu.rc b/dlls/cryptdlg/cryptdlg_Hu.rc deleted file mode 100644 index 53afcd72b1d..00000000000 --- a/dlls/cryptdlg/cryptdlg_Hu.rc +++ /dev/null @@ -1,41 +0,0 @@ -/* - * cryptdlg dll resources - * - * Copyright 2010 Andras Kovacs - * - * 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_HUNGARIAN, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_CERT_POLICY "Tanusítvány szabályok" - IDS_POLICY_ID "Szabály azonosító: " - IDS_POLICY_QUALIFIER_INFO "Szabály minősítő információ" - IDS_POLICY_QUALIFIER_ID "Szabály minősítő Id=" - IDS_CPS "CPS" /* Certification Practice Statement */ - IDS_USER_NOTICE "Felhasználó figyelmeztetés" - IDS_QUALIFIER "Minősítő" - IDS_NOTICE_REF "Megjegyzési referencia" - IDS_ORGANIZATION "Szervezet=" - IDS_NOTICE_NUM "Megjegyzés száma=" - IDS_NOTICE_TEXT "Megjegyzés szövege=" -} diff --git a/dlls/cryptdlg/cryptdlg_It.rc b/dlls/cryptdlg/cryptdlg_It.rc deleted file mode 100644 index 5903204a7a8..00000000000 --- a/dlls/cryptdlg/cryptdlg_It.rc +++ /dev/null @@ -1,42 +0,0 @@ -/* - * cryptdlg dll resources - * - * Copyright 2008 Juan Lang - * Copyright 2010 Luca Bennati - * - * 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_ITALIAN, SUBLANG_NEUTRAL - -STRINGTABLE -{ - IDS_CERT_POLICY "Policy del certificato" - IDS_POLICY_ID "Identificatore della policy: " - IDS_POLICY_QUALIFIER_INFO "Informazioni sul qualificatore della policy" - IDS_POLICY_QUALIFIER_ID "Id qualificatore della policy=" - IDS_CPS "Documento delle pratiche di certificazione" /* Certification Practice Statement */ - IDS_USER_NOTICE "Notifica dell'utente" - IDS_QUALIFIER "Qualificatore" - IDS_NOTICE_REF "Riferimento della notifica" - IDS_ORGANIZATION "Organizzazione=" - IDS_NOTICE_NUM "Numero della notifica=" - IDS_NOTICE_TEXT "Testo della notifica=" -} diff --git a/dlls/cryptdlg/cryptdlg_Ko.rc b/dlls/cryptdlg/cryptdlg_Ko.rc deleted file mode 100644 index 5571dfc73c2..00000000000 --- a/dlls/cryptdlg/cryptdlg_Ko.rc +++ /dev/null @@ -1,41 +0,0 @@ -/* - * cryptdlg dll resources - * - * Copyright 2008 Juan Lang - * Copyright 2008,2010 YunSong Hwang - * - * 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_KOREAN, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_CERT_POLICY "인증 정책" - IDS_POLICY_ID "정책 식별자: " - IDS_POLICY_QUALIFIER_INFO "정책 구별자 정보" - IDS_POLICY_QUALIFIER_ID "정책 구별자 아이디=" - IDS_CPS "CPS"/*인증 실현 선언 */ - IDS_USER_NOTICE "사용자 통지" - IDS_QUALIFIER "구별자" - IDS_NOTICE_REF "통지 참조" - IDS_ORGANIZATION "기관=" - IDS_NOTICE_NUM "통지 번호=" - IDS_NOTICE_TEXT "통지 텍스트=" -} diff --git a/dlls/cryptdlg/cryptdlg_Lt.rc b/dlls/cryptdlg/cryptdlg_Lt.rc deleted file mode 100644 index 2083e932220..00000000000 --- a/dlls/cryptdlg/cryptdlg_Lt.rc +++ /dev/null @@ -1,41 +0,0 @@ -/* - * cryptdlg dll Lithuanian resources - * - * Copyright 2009 Aurimas Fišeras - * - * 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 -{ - 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 "Sertifikavimo Veiklos Nuostatos (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=" -} diff --git a/dlls/cryptdlg/cryptdlg_Nl.rc b/dlls/cryptdlg/cryptdlg_Nl.rc deleted file mode 100644 index 8aa60a3805e..00000000000 --- a/dlls/cryptdlg/cryptdlg_Nl.rc +++ /dev/null @@ -1,38 +0,0 @@ -/* - * cryptdlg dll Dutch resources - * - * Copyright 2009 Frans Kool - * - * 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" - -LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL - -STRINGTABLE -{ - IDS_CERT_POLICY "Certificaat beleid" - IDS_POLICY_ID "Beleid Identificatie: " - IDS_POLICY_QUALIFIER_INFO "Beleid kwalificator informatie" - IDS_POLICY_QUALIFIER_ID "Beleid kwalificator Id=" - IDS_CPS "CPS" - IDS_USER_NOTICE "Gebruikers verklaring" - IDS_QUALIFIER "Kwalificator" - IDS_NOTICE_REF "Verklaring referentie" - IDS_ORGANIZATION "Organisatie=" - IDS_NOTICE_NUM "Verklaring nummer=" - IDS_NOTICE_TEXT "Verklaring tekst=" -} diff --git a/dlls/cryptdlg/cryptdlg_No.rc b/dlls/cryptdlg/cryptdlg_No.rc deleted file mode 100644 index 520f8ea45e3..00000000000 --- a/dlls/cryptdlg/cryptdlg_No.rc +++ /dev/null @@ -1,41 +0,0 @@ -/* - * cryptdlg dll resources (Norwegian Bokmål) - * - * Copyright 2010 Alexander N. Sørnes - * Copyright 2010 Trygve Vea - * - * 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_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL - -STRINGTABLE -{ - IDS_CERT_POLICY "Sertifikatregel" - IDS_POLICY_ID "Regel-ID: " - IDS_POLICY_QUALIFIER_INFO "Info om regelkvalifisering" - IDS_POLICY_QUALIFIER_ID "Kvalifiserings-ID=" - IDS_CPS "CPS" /* Certification Practice Statement */ - IDS_USER_NOTICE "Brukernotis" - IDS_QUALIFIER "Kvalifisering" - IDS_NOTICE_REF "Notisreferanse" - IDS_ORGANIZATION "Organisasjon=" - IDS_NOTICE_NUM "Notisnummer=" - IDS_NOTICE_TEXT "Notistekst=" -} diff --git a/dlls/cryptdlg/cryptdlg_Pl.rc b/dlls/cryptdlg/cryptdlg_Pl.rc deleted file mode 100644 index 347850c135d..00000000000 --- a/dlls/cryptdlg/cryptdlg_Pl.rc +++ /dev/null @@ -1,38 +0,0 @@ -/* - * cryptdlg dll resources - * - * Copyright 2010 ukasz Wojniowicz - * - * 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" - -LANGUAGE LANG_POLISH, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_CERT_POLICY "Zasady certyfikatu" - IDS_POLICY_ID "Identyfikator zasad: " - IDS_POLICY_QUALIFIER_INFO "Informacje o kwalifikatorze zasad" - IDS_POLICY_QUALIFIER_ID "Id kwalifikatora zasad=" - IDS_CPS "CPS" /* Certification Practice Statement */ - IDS_USER_NOTICE "Zawiadamianie uytkownika" - IDS_QUALIFIER "Kwalifikator" - IDS_NOTICE_REF "Odniesienie zawiadamiania" - IDS_ORGANIZATION "Organizacja=" - IDS_NOTICE_NUM "Numer zawiadamiajcy=" - IDS_NOTICE_TEXT "Tekst zawiadamiajcy=" -} diff --git a/dlls/cryptdlg/cryptdlg_Pt.rc b/dlls/cryptdlg/cryptdlg_Pt.rc deleted file mode 100644 index cfc4f0435bd..00000000000 --- a/dlls/cryptdlg/cryptdlg_Pt.rc +++ /dev/null @@ -1,58 +0,0 @@ -/* - * cryptdlg dll Portuguese resources - * - * Copyright 2008 Ricardo Filipe - * Copyright 2010 Gustavo Henrique Milaré - * - * 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_BRAZILIAN - -STRINGTABLE -{ - 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 Usuário" - 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=" -} - -LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE - -STRINGTABLE -{ - 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=" -} diff --git a/dlls/cryptdlg/cryptdlg_Ro.rc b/dlls/cryptdlg/cryptdlg_Ro.rc deleted file mode 100644 index 0230102a2ba..00000000000 --- a/dlls/cryptdlg/cryptdlg_Ro.rc +++ /dev/null @@ -1,41 +0,0 @@ -/* - * 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 -{ - 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=" -} diff --git a/dlls/cryptdlg/cryptdlg_Sr.rc b/dlls/cryptdlg/cryptdlg_Sr.rc deleted file mode 100644 index 5d88a3b6f3f..00000000000 --- a/dlls/cryptdlg/cryptdlg_Sr.rc +++ /dev/null @@ -1,58 +0,0 @@ -/* - * cryptdlg dll Serbian resources - * - * Copyright 2008 Juan Lang - * Copyright 2010 Đorđe Vasiljević - * - * 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_SERBIAN, SUBLANG_SERBIAN_CYRILLIC - -STRINGTABLE -{ - IDS_CERT_POLICY "Смерница сертификата" - IDS_POLICY_ID "Смерница идентификатора: " - IDS_POLICY_QUALIFIER_INFO "Смерница квалификатора" - IDS_POLICY_QUALIFIER_ID "Смерница ID квалификатора=" - IDS_CPS "CPS" /* Certification Practice Statement */ - IDS_USER_NOTICE "Корисничко обавештење" - IDS_QUALIFIER "Квалификатор" - IDS_NOTICE_REF "Референца обавештења" - IDS_ORGANIZATION "Организација=" - IDS_NOTICE_NUM "Број обавештења=" - IDS_NOTICE_TEXT "Текст обавештења=" -} - -LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN - -STRINGTABLE -{ - IDS_CERT_POLICY "Smernica sertifikata" - IDS_POLICY_ID "Smernica identifikatora: " - IDS_POLICY_QUALIFIER_INFO "Smernica kvalifikatora" - IDS_POLICY_QUALIFIER_ID "Smernica ID kvalifikatora=" - IDS_CPS "CPS" /* Certification Practice Statement */ - IDS_USER_NOTICE "Korisničko obaveštenje" - IDS_QUALIFIER "Kvalifikator" - IDS_NOTICE_REF "Referenca obaveštenja" - IDS_ORGANIZATION "Organizacija=" - IDS_NOTICE_NUM "Broj obaveštenja=" - IDS_NOTICE_TEXT "Tekst obaveštenja=" -} diff --git a/dlls/cryptdlg/cryptdlg_Sv.rc b/dlls/cryptdlg/cryptdlg_Sv.rc deleted file mode 100644 index b09f82d494c..00000000000 --- a/dlls/cryptdlg/cryptdlg_Sv.rc +++ /dev/null @@ -1,40 +0,0 @@ -/* - * cryptdlg dll resources - * - * Copyright 2010 Anders Jonsson - * - * 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_SWEDISH, SUBLANG_NEUTRAL - -STRINGTABLE -{ - IDS_CERT_POLICY "Certifikatspolicy" - IDS_POLICY_ID "Policy-identifierare: " - IDS_POLICY_QUALIFIER_INFO "Policy Qualifier Info" - IDS_POLICY_QUALIFIER_ID "Policy Qualifier Id=" - IDS_CPS "CPS" /* Certification Practice Statement */ - IDS_USER_NOTICE "Användarmeddelande" - IDS_QUALIFIER "Qualifier" - IDS_NOTICE_REF "Meddelandereferens" - IDS_ORGANIZATION "Organisation=" - IDS_NOTICE_NUM "Meddelandenummer=" - IDS_NOTICE_TEXT "Meddelandetext=" -} diff --git a/dlls/cryptdlg/cryptdlg_Uk.rc b/dlls/cryptdlg/cryptdlg_Uk.rc deleted file mode 100644 index ae4d788cf1a..00000000000 --- a/dlls/cryptdlg/cryptdlg_Uk.rc +++ /dev/null @@ -1,42 +0,0 @@ -/* - * cryptdlg dll resources - * - * Copyright 2008 Juan Lang - * Copyright 2010 Igor Paliychuk - * - * 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_UKRAINIAN, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_CERT_POLICY "Політика сертифікату" - IDS_POLICY_ID "Ідентифікатор політики: " - IDS_POLICY_QUALIFIER_INFO "Інформація про вказівник політики" - IDS_POLICY_QUALIFIER_ID "Id вказівника політики=" - IDS_CPS "CPS" /* Certification Practice Statement */ - IDS_USER_NOTICE "Повідомлення користувача" - IDS_QUALIFIER "Визначник" - IDS_NOTICE_REF "Посилання повідомлення" - IDS_ORGANIZATION "Організація=" - IDS_NOTICE_NUM "Номер повідомлення=" - IDS_NOTICE_TEXT "Текст повідомлення=" -} diff --git a/po/bg.po b/po/bg.po index 5ed53ce453f..6b7aa9fe8f0 100644 --- a/po/bg.po +++ b/po/bg.po @@ -115,11 +115,11 @@ msgstr "" msgid "Prefer Signed Data" msgstr "" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "" @@ -835,6 +835,42 @@ msgstr "" msgid "Signature CA" msgstr "" +#: cryptdlg.rc:27 +msgid "Certificate Policy" +msgstr "" + +#: cryptdlg.rc:28 +msgid "Policy Identifier: " +msgstr "" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +msgid "Organization=" +msgstr "" + +#: cryptdlg.rc:36 +msgid "Notice Number=" +msgstr "" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "" diff --git a/po/cs.po b/po/cs.po index 110b64ed723..f66d9478e28 100644 --- a/po/cs.po +++ b/po/cs.po @@ -117,11 +117,11 @@ msgstr "" msgid "Prefer Signed Data" msgstr "" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "" @@ -849,6 +849,42 @@ msgstr "" msgid "Signature CA" msgstr "" +#: cryptdlg.rc:27 +msgid "Certificate Policy" +msgstr "" + +#: cryptdlg.rc:28 +msgid "Policy Identifier: " +msgstr "" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +msgid "Organization=" +msgstr "" + +#: cryptdlg.rc:36 +msgid "Notice Number=" +msgstr "" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Vlastnosti" diff --git a/po/da.po b/po/da.po index 1c35634b40b..d7bc63ffe7d 100644 --- a/po/da.po +++ b/po/da.po @@ -117,11 +117,11 @@ msgstr "" msgid "Prefer Signed Data" msgstr "" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "" @@ -849,6 +849,42 @@ msgstr "" msgid "Signature CA" msgstr "" +#: cryptdlg.rc:27 +msgid "Certificate Policy" +msgstr "" + +#: cryptdlg.rc:28 +msgid "Policy Identifier: " +msgstr "" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +msgid "Organization=" +msgstr "" + +#: cryptdlg.rc:36 +msgid "Notice Number=" +msgstr "" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Instillinger" diff --git a/po/de.po b/po/de.po index e3db39494e9..99344ceb012 100644 --- a/po/de.po +++ b/po/de.po @@ -117,11 +117,11 @@ msgstr "SMIME Möglichkeiten" msgid "Prefer Signed Data" msgstr "Signierte Daten bevorzugen" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "CPS" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "Benutzerbenachrichtung" @@ -837,6 +837,46 @@ msgstr "S/MIME Zertifikationsautorität" msgid "Signature CA" msgstr "Zertifikationsautorität der Signatur" +#: cryptdlg.rc:27 +#, fuzzy +msgid "Certificate Policy" +msgstr "Zertifikatsrichtlinien" + +#: cryptdlg.rc:28 +#, fuzzy +msgid "Policy Identifier: " +msgstr "Autoritätsschlüsselkennung" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +#, fuzzy +msgid "Organization=" +msgstr "Organisation" + +#: cryptdlg.rc:36 +#, fuzzy +msgid "Notice Number=" +msgstr "Serienummer des Zertifikats=" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Einstellungen" diff --git a/po/en_US.po b/po/en_US.po index c49afd0f1e7..820efda6cd1 100644 --- a/po/en_US.po +++ b/po/en_US.po @@ -117,11 +117,11 @@ msgstr "SMIME Capabilities" msgid "Prefer Signed Data" msgstr "Prefer Signed Data" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "CPS" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "User Notice" @@ -837,6 +837,42 @@ msgstr "S/MIME CA" msgid "Signature CA" msgstr "Signature CA" +#: cryptdlg.rc:27 +msgid "Certificate Policy" +msgstr "Certificate Policy" + +#: cryptdlg.rc:28 +msgid "Policy Identifier: " +msgstr "Policy Identifier: " + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +msgid "Organization=" +msgstr "Organization=" + +#: cryptdlg.rc:36 +msgid "Notice Number=" +msgstr "Notice Number=" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Properties" diff --git a/po/eo.po b/po/eo.po index c928902608d..865c9e94ae9 100644 --- a/po/eo.po +++ b/po/eo.po @@ -117,11 +117,11 @@ msgstr "" msgid "Prefer Signed Data" msgstr "" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "" @@ -838,6 +838,42 @@ msgstr "" msgid "Signature CA" msgstr "" +#: cryptdlg.rc:27 +msgid "Certificate Policy" +msgstr "" + +#: cryptdlg.rc:28 +msgid "Policy Identifier: " +msgstr "" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +msgid "Organization=" +msgstr "" + +#: cryptdlg.rc:36 +msgid "Notice Number=" +msgstr "" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Ecoj" diff --git a/po/es.po b/po/es.po index 39f73bb52e2..baf59821ab5 100644 --- a/po/es.po +++ b/po/es.po @@ -117,11 +117,11 @@ msgstr "" msgid "Prefer Signed Data" msgstr "" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "" @@ -849,6 +849,42 @@ msgstr "" msgid "Signature CA" msgstr "" +#: cryptdlg.rc:27 +msgid "Certificate Policy" +msgstr "" + +#: cryptdlg.rc:28 +msgid "Policy Identifier: " +msgstr "" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +msgid "Organization=" +msgstr "" + +#: cryptdlg.rc:36 +msgid "Notice Number=" +msgstr "" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Propiedades" diff --git a/po/fi.po b/po/fi.po index 27007e4ad2d..29163831c62 100644 --- a/po/fi.po +++ b/po/fi.po @@ -117,11 +117,11 @@ msgstr "" msgid "Prefer Signed Data" msgstr "" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "" @@ -838,6 +838,42 @@ msgstr "" msgid "Signature CA" msgstr "" +#: cryptdlg.rc:27 +msgid "Certificate Policy" +msgstr "" + +#: cryptdlg.rc:28 +msgid "Policy Identifier: " +msgstr "" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +msgid "Organization=" +msgstr "" + +#: cryptdlg.rc:36 +msgid "Notice Number=" +msgstr "" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Ominaisuudet" diff --git a/po/fr.po b/po/fr.po index dbb5df17e64..640c793a353 100644 --- a/po/fr.po +++ b/po/fr.po @@ -117,11 +117,11 @@ msgstr "Aptitudes SMIME" msgid "Prefer Signed Data" msgstr "Préférer les données signées" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "Énoncé des pratiques de certification (CPS)" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "Notice utilisateur" @@ -837,6 +837,46 @@ msgstr "AC S/MIME" msgid "Signature CA" msgstr "Signature CA" +#: cryptdlg.rc:27 +#, fuzzy +msgid "Certificate Policy" +msgstr "Politiques de certificats" + +#: cryptdlg.rc:28 +#, fuzzy +msgid "Policy Identifier: " +msgstr "Identifiant de l'autorité de la clé" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +#, fuzzy +msgid "Organization=" +msgstr "Organisation" + +#: cryptdlg.rc:36 +#, fuzzy +msgid "Notice Number=" +msgstr "Numéro de série du certificat =" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Propriétés" diff --git a/po/he.po b/po/he.po index be5f7fb9f24..bcd936e6408 100644 --- a/po/he.po +++ b/po/he.po @@ -117,11 +117,11 @@ msgstr "" msgid "Prefer Signed Data" msgstr "" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "" @@ -838,6 +838,42 @@ msgstr "" msgid "Signature CA" msgstr "" +#: cryptdlg.rc:27 +msgid "Certificate Policy" +msgstr "" + +#: cryptdlg.rc:28 +msgid "Policy Identifier: " +msgstr "" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +msgid "Organization=" +msgstr "" + +#: cryptdlg.rc:36 +msgid "Notice Number=" +msgstr "" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&מאפיינים" diff --git a/po/hi.po b/po/hi.po index c5801ae6c42..a9a71254e6c 100644 --- a/po/hi.po +++ b/po/hi.po @@ -117,11 +117,11 @@ msgstr "" msgid "Prefer Signed Data" msgstr "" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "" @@ -838,6 +838,42 @@ msgstr "" msgid "Signature CA" msgstr "" +#: cryptdlg.rc:27 +msgid "Certificate Policy" +msgstr "" + +#: cryptdlg.rc:28 +msgid "Policy Identifier: " +msgstr "" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +msgid "Organization=" +msgstr "" + +#: cryptdlg.rc:36 +msgid "Notice Number=" +msgstr "" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "सूचना (&o)" diff --git a/po/hu.po b/po/hu.po index 1c5aedf1eaa..9ab97f9f87e 100644 --- a/po/hu.po +++ b/po/hu.po @@ -117,11 +117,11 @@ msgstr "SMIME képességek" msgid "Prefer Signed Data" msgstr "Aláírt adat előnyben részesítése" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "CPS" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "Felhasználó figyelmeztetés" @@ -837,6 +837,46 @@ msgstr "S/MIME CA" msgid "Signature CA" msgstr "Aláírás CA" +#: cryptdlg.rc:27 +#, fuzzy +msgid "Certificate Policy" +msgstr "Tanusítvány szabályok" + +#: cryptdlg.rc:28 +#, fuzzy +msgid "Policy Identifier: " +msgstr "Hitelesítési kulcs azonosító" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +#, fuzzy +msgid "Organization=" +msgstr "Szervezet" + +#: cryptdlg.rc:36 +#, fuzzy +msgid "Notice Number=" +msgstr "Tanusítvány szériaszám=" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Beállítások" diff --git a/po/it.po b/po/it.po index cb2f2d7e7d3..e9a439035e6 100644 --- a/po/it.po +++ b/po/it.po @@ -117,11 +117,11 @@ msgstr "Capacità SMIME" msgid "Prefer Signed Data" msgstr "Preferisci Dati Firmati" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "CPS" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "Notifica Utente" @@ -837,6 +837,46 @@ msgstr "CA S/MIME" msgid "Signature CA" msgstr "CA Firma" +#: cryptdlg.rc:27 +#, fuzzy +msgid "Certificate Policy" +msgstr "Policy del certificato" + +#: cryptdlg.rc:28 +#, fuzzy +msgid "Policy Identifier: " +msgstr "Identificatore chiave autorità" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +#, fuzzy +msgid "Organization=" +msgstr "Organizzazione" + +#: cryptdlg.rc:36 +#, fuzzy +msgid "Notice Number=" +msgstr "Numero Seriale del Certificato=" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Proprietà" diff --git a/po/ja.po b/po/ja.po index c5c23b099e7..dc9ebe18604 100644 --- a/po/ja.po +++ b/po/ja.po @@ -117,11 +117,11 @@ msgstr "S/MIME機能" msgid "Prefer Signed Data" msgstr "Prefer Signed Data" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "CPS" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "User Notice" @@ -837,6 +837,46 @@ msgstr "S/MIME 認証局" msgid "Signature CA" msgstr "署名認証局" +#: cryptdlg.rc:27 +#, fuzzy +msgid "Certificate Policy" +msgstr "証明書ポリシー" + +#: cryptdlg.rc:28 +#, fuzzy +msgid "Policy Identifier: " +msgstr "認証局鍵識別子" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +#, fuzzy +msgid "Organization=" +msgstr "Organization" + +#: cryptdlg.rc:36 +#, fuzzy +msgid "Notice Number=" +msgstr "Certificate Serial Number=" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "プロパティ(&P)" diff --git a/po/ko.po b/po/ko.po index a272c5466e1..9c6438fef14 100644 --- a/po/ko.po +++ b/po/ko.po @@ -117,11 +117,11 @@ msgstr "SMIME 특성" msgid "Prefer Signed Data" msgstr "선호하는 사인된 데이타(Prefer Signed Data)" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "CPS" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "사용자 통지" @@ -837,6 +837,46 @@ msgstr "S/MIME CA" msgid "Signature CA" msgstr " CA 서명" +#: cryptdlg.rc:27 +#, fuzzy +msgid "Certificate Policy" +msgstr "인증 방침" + +#: cryptdlg.rc:28 +#, fuzzy +msgid "Policy Identifier: " +msgstr "접근 키 식별자" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +#, fuzzy +msgid "Organization=" +msgstr "단체" + +#: cryptdlg.rc:36 +#, fuzzy +msgid "Notice Number=" +msgstr "인증서 시리얼 번호=" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "등록 정보(&P)" diff --git a/po/lt.po b/po/lt.po index a402e912218..f210514cc6e 100644 --- a/po/lt.po +++ b/po/lt.po @@ -117,11 +117,11 @@ msgstr "SMIME gebėjimai" msgid "Prefer Signed Data" msgstr "Teikti pirmenybę pasirašytiems duomenims" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "Sertifikavimo Veiklos Nuostatos (CPS)" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "Naudotojo pastaba" @@ -837,6 +837,46 @@ msgstr "S/MIME LĮ" msgid "Signature CA" msgstr "Parašo LĮ" +#: cryptdlg.rc:27 +#, fuzzy +msgid "Certificate Policy" +msgstr "Liudijimo politika" + +#: cryptdlg.rc:28 +#, fuzzy +msgid "Policy Identifier: " +msgstr "Įstaigos rakto identifikatorius" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +#, fuzzy +msgid "Organization=" +msgstr "Įstaiga" + +#: cryptdlg.rc:36 +#, fuzzy +msgid "Notice Number=" +msgstr "Liudijimo numeris=" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Savybės" diff --git a/po/ml.po b/po/ml.po index 564a1785c88..b92ff794022 100644 --- a/po/ml.po +++ b/po/ml.po @@ -117,11 +117,11 @@ msgstr "" msgid "Prefer Signed Data" msgstr "" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "" @@ -838,6 +838,42 @@ msgstr "" msgid "Signature CA" msgstr "" +#: cryptdlg.rc:27 +msgid "Certificate Policy" +msgstr "" + +#: cryptdlg.rc:28 +msgid "Policy Identifier: " +msgstr "" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +msgid "Organization=" +msgstr "" + +#: cryptdlg.rc:36 +msgid "Notice Number=" +msgstr "" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "വി_വരം" diff --git a/po/nb_NO.po b/po/nb_NO.po index 133a153f46e..d514037e588 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -117,11 +117,11 @@ msgstr "SMIME-evner" msgid "Prefer Signed Data" msgstr "Fortrekk signert data" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "CPS" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "Brukervarsel" @@ -837,6 +837,46 @@ msgstr "S/MIME CA" msgid "Signature CA" msgstr "Signatur CA" +#: cryptdlg.rc:27 +#, fuzzy +msgid "Certificate Policy" +msgstr "Sertifikatregler" + +#: cryptdlg.rc:28 +#, fuzzy +msgid "Policy Identifier: " +msgstr "Identifikator for autentiseringsnøkkel" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +#, fuzzy +msgid "Organization=" +msgstr "Organisasjon" + +#: cryptdlg.rc:36 +#, fuzzy +msgid "Notice Number=" +msgstr "Serienummer=" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Egenskaper" diff --git a/po/nl.po b/po/nl.po index 199d69979c2..e474d988bf5 100644 --- a/po/nl.po +++ b/po/nl.po @@ -117,11 +117,11 @@ msgstr "SMIME Mogelijkheden" msgid "Prefer Signed Data" msgstr "Prefereer Getekende Data" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "CPS" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "Gebruikers Mededeling" @@ -837,6 +837,46 @@ msgstr "S/MIME CA" msgid "Signature CA" msgstr "Handtekening CA" +#: cryptdlg.rc:27 +#, fuzzy +msgid "Certificate Policy" +msgstr "Certificaat Beleid" + +#: cryptdlg.rc:28 +#, fuzzy +msgid "Policy Identifier: " +msgstr "Autoriteits Sleutel Identificatie nummer" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +#, fuzzy +msgid "Organization=" +msgstr "Organisatie" + +#: cryptdlg.rc:36 +#, fuzzy +msgid "Notice Number=" +msgstr "Certificaat serienummer=" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Eigenschappen" diff --git a/po/or.po b/po/or.po index 9e9801dfa6c..a4e6c6b4208 100644 --- a/po/or.po +++ b/po/or.po @@ -117,11 +117,11 @@ msgstr "" msgid "Prefer Signed Data" msgstr "" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "" @@ -838,6 +838,42 @@ msgstr "" msgid "Signature CA" msgstr "" +#: cryptdlg.rc:27 +msgid "Certificate Policy" +msgstr "" + +#: cryptdlg.rc:28 +msgid "Policy Identifier: " +msgstr "" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +msgid "Organization=" +msgstr "" + +#: cryptdlg.rc:36 +msgid "Notice Number=" +msgstr "" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "ସୂଚନା (&o)" diff --git a/po/pa.po b/po/pa.po index 7f25dc74a31..00836718dd3 100644 --- a/po/pa.po +++ b/po/pa.po @@ -117,11 +117,11 @@ msgstr "" msgid "Prefer Signed Data" msgstr "" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "" @@ -838,6 +838,42 @@ msgstr "" msgid "Signature CA" msgstr "" +#: cryptdlg.rc:27 +msgid "Certificate Policy" +msgstr "" + +#: cryptdlg.rc:28 +msgid "Policy Identifier: " +msgstr "" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +msgid "Organization=" +msgstr "" + +#: cryptdlg.rc:36 +msgid "Notice Number=" +msgstr "" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "ਜਾਣਕਾਰੀ(&o)" diff --git a/po/pl.po b/po/pl.po index 5accb3bbc2e..56f36398d32 100644 --- a/po/pl.po +++ b/po/pl.po @@ -117,11 +117,11 @@ msgstr "Możliwości SMIME" msgid "Prefer Signed Data" msgstr "Preferuj podpisane dane" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "CPS" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "Uwagi użytkowanika" @@ -837,6 +837,46 @@ msgstr "S/MIME CA" msgid "Signature CA" msgstr "Podpis CA" +#: cryptdlg.rc:27 +#, fuzzy +msgid "Certificate Policy" +msgstr "Zasady certyfikatu" + +#: cryptdlg.rc:28 +#, fuzzy +msgid "Policy Identifier: " +msgstr "Identyfikator klucza urzędu" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +#, fuzzy +msgid "Organization=" +msgstr "Organizacja" + +#: cryptdlg.rc:36 +#, fuzzy +msgid "Notice Number=" +msgstr "Numer seryjny certyfikatu=" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Ustawienia" diff --git a/po/pt_BR.po b/po/pt_BR.po index d9203e37819..b4b53ff9b8b 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -117,11 +117,11 @@ msgstr "Capacidades SMIME" msgid "Prefer Signed Data" msgstr "Preferir Dados Assinados" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "CPS" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "Aviso de Usuário" @@ -837,6 +837,46 @@ msgstr "S/MIME CA" msgid "Signature CA" msgstr "CA de Assinatura" +#: cryptdlg.rc:27 +#, fuzzy +msgid "Certificate Policy" +msgstr "Políticas de Certificados" + +#: cryptdlg.rc:28 +#, fuzzy +msgid "Policy Identifier: " +msgstr "Identificador da Chave de Autoridade" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +#, fuzzy +msgid "Organization=" +msgstr "Organização" + +#: cryptdlg.rc:36 +#, fuzzy +msgid "Notice Number=" +msgstr "Número de Série do Certificado=" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Propriedades" diff --git a/po/pt_PT.po b/po/pt_PT.po index 235d404619e..1e9f99eec7b 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -117,11 +117,11 @@ msgstr "Capacidades SMIME" msgid "Prefer Signed Data" msgstr "Preferir Dados Assinados" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "CPS" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "Aviso de Utilizador" @@ -837,6 +837,46 @@ msgstr "S/MIME CA" msgid "Signature CA" msgstr "CA de Assinatura" +#: cryptdlg.rc:27 +#, fuzzy +msgid "Certificate Policy" +msgstr "Políticas de Certificados" + +#: cryptdlg.rc:28 +#, fuzzy +msgid "Policy Identifier: " +msgstr "Identificador da Chave de Autoridade" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +#, fuzzy +msgid "Organization=" +msgstr "Organização" + +#: cryptdlg.rc:36 +#, fuzzy +msgid "Notice Number=" +msgstr "Número de Série do Certificado=" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Propriedades" diff --git a/po/ro.po b/po/ro.po index 27ab5a5a29d..9d89c62809e 100644 --- a/po/ro.po +++ b/po/ro.po @@ -117,11 +117,11 @@ msgstr "Capabilități S/MIME" msgid "Prefer Signed Data" msgstr "Preferă datele semnate" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "CPS" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "Notiță utilizator" @@ -837,6 +837,46 @@ msgstr "S/MIME CA" msgid "Signature CA" msgstr "Semnătură CA" +#: cryptdlg.rc:27 +#, fuzzy +msgid "Certificate Policy" +msgstr "Politicile certificatului" + +#: cryptdlg.rc:28 +#, fuzzy +msgid "Policy Identifier: " +msgstr "Identificatorul cheii autorității" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +#, fuzzy +msgid "Organization=" +msgstr "Organizația" + +#: cryptdlg.rc:36 +#, fuzzy +msgid "Notice Number=" +msgstr "Numărul de serie al certificatului=" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Proprietăți" diff --git a/po/ru.po b/po/ru.po index 75acf1c7c27..6cee3a3fd7f 100644 --- a/po/ru.po +++ b/po/ru.po @@ -117,11 +117,11 @@ msgstr "" msgid "Prefer Signed Data" msgstr "" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "" @@ -849,6 +849,42 @@ msgstr "" msgid "Signature CA" msgstr "" +#: cryptdlg.rc:27 +msgid "Certificate Policy" +msgstr "" + +#: cryptdlg.rc:28 +msgid "Policy Identifier: " +msgstr "" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +msgid "Organization=" +msgstr "" + +#: cryptdlg.rc:36 +msgid "Notice Number=" +msgstr "" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Свойства" diff --git a/po/sk.po b/po/sk.po index 05eb9636fc1..e8a0b1a6e7f 100644 --- a/po/sk.po +++ b/po/sk.po @@ -117,11 +117,11 @@ msgstr "" msgid "Prefer Signed Data" msgstr "" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "" @@ -838,6 +838,42 @@ msgstr "" msgid "Signature CA" msgstr "" +#: cryptdlg.rc:27 +msgid "Certificate Policy" +msgstr "" + +#: cryptdlg.rc:28 +msgid "Policy Identifier: " +msgstr "" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +msgid "Organization=" +msgstr "" + +#: cryptdlg.rc:36 +msgid "Notice Number=" +msgstr "" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Vlastnosti" diff --git a/po/sl.po b/po/sl.po index 34b17af7b9a..86eda2cf456 100644 --- a/po/sl.po +++ b/po/sl.po @@ -118,11 +118,11 @@ msgstr "" msgid "Prefer Signed Data" msgstr "" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "" @@ -852,6 +852,42 @@ msgstr "" msgid "Signature CA" msgstr "" +#: cryptdlg.rc:27 +msgid "Certificate Policy" +msgstr "" + +#: cryptdlg.rc:28 +msgid "Policy Identifier: " +msgstr "" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +msgid "Organization=" +msgstr "" + +#: cryptdlg.rc:36 +msgid "Notice Number=" +msgstr "" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Lastnosti" diff --git a/po/sr_Latn_SP.po b/po/sr_Latn_SP.po index bd64a8c9d02..374de10224d 100644 --- a/po/sr_Latn_SP.po +++ b/po/sr_Latn_SP.po @@ -118,11 +118,11 @@ msgstr "" msgid "Prefer Signed Data" msgstr "" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "" @@ -841,6 +841,42 @@ msgstr "" msgid "Signature CA" msgstr "" +#: cryptdlg.rc:27 +msgid "Certificate Policy" +msgstr "" + +#: cryptdlg.rc:28 +msgid "Policy Identifier: " +msgstr "" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +msgid "Organization=" +msgstr "" + +#: cryptdlg.rc:36 +msgid "Notice Number=" +msgstr "" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Svojstva" diff --git a/po/sr_SP.po b/po/sr_SP.po index 097040dfbc1..ea6a08c5c2a 100644 --- a/po/sr_SP.po +++ b/po/sr_SP.po @@ -118,11 +118,11 @@ msgstr "" msgid "Prefer Signed Data" msgstr "" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "" @@ -841,6 +841,42 @@ msgstr "" msgid "Signature CA" msgstr "" +#: cryptdlg.rc:27 +msgid "Certificate Policy" +msgstr "" + +#: cryptdlg.rc:28 +msgid "Policy Identifier: " +msgstr "" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +msgid "Organization=" +msgstr "" + +#: cryptdlg.rc:36 +msgid "Notice Number=" +msgstr "" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Својства" diff --git a/po/sv.po b/po/sv.po index 1bb7e3166db..4e02ab6c847 100644 --- a/po/sv.po +++ b/po/sv.po @@ -117,11 +117,11 @@ msgstr "SMIME Capabilities" msgid "Prefer Signed Data" msgstr "Föredra signerat data" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "CPS" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "Användarmeddelande" @@ -837,6 +837,46 @@ msgstr "S/MIME CA" msgid "Signature CA" msgstr "Signature CA" +#: cryptdlg.rc:27 +#, fuzzy +msgid "Certificate Policy" +msgstr "Certifikatpolicyer" + +#: cryptdlg.rc:28 +#, fuzzy +msgid "Policy Identifier: " +msgstr "Authority Key Identifier" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +#, fuzzy +msgid "Organization=" +msgstr "Organisation" + +#: cryptdlg.rc:36 +#, fuzzy +msgid "Notice Number=" +msgstr "Serienummer för certifikat=" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Egenskaper" diff --git a/po/te.po b/po/te.po index fbcfa1142c0..70a59f93ec3 100644 --- a/po/te.po +++ b/po/te.po @@ -117,11 +117,11 @@ msgstr "" msgid "Prefer Signed Data" msgstr "" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "" @@ -838,6 +838,42 @@ msgstr "" msgid "Signature CA" msgstr "" +#: cryptdlg.rc:27 +msgid "Certificate Policy" +msgstr "" + +#: cryptdlg.rc:28 +msgid "Policy Identifier: " +msgstr "" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +msgid "Organization=" +msgstr "" + +#: cryptdlg.rc:36 +msgid "Notice Number=" +msgstr "" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "సమాచారము (&o)" diff --git a/po/th.po b/po/th.po index b56f1df3041..da73af88a6b 100644 --- a/po/th.po +++ b/po/th.po @@ -117,11 +117,11 @@ msgstr "" msgid "Prefer Signed Data" msgstr "" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "" @@ -838,6 +838,42 @@ msgstr "" msgid "Signature CA" msgstr "" +#: cryptdlg.rc:27 +msgid "Certificate Policy" +msgstr "" + +#: cryptdlg.rc:28 +msgid "Policy Identifier: " +msgstr "" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +msgid "Organization=" +msgstr "" + +#: cryptdlg.rc:36 +msgid "Notice Number=" +msgstr "" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "ปรับแต่งนาฬิกา" diff --git a/po/tr.po b/po/tr.po index dee13805691..1e28765a1f6 100644 --- a/po/tr.po +++ b/po/tr.po @@ -117,11 +117,11 @@ msgstr "" msgid "Prefer Signed Data" msgstr "" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "" @@ -849,6 +849,42 @@ msgstr "" msgid "Signature CA" msgstr "" +#: cryptdlg.rc:27 +msgid "Certificate Policy" +msgstr "" + +#: cryptdlg.rc:28 +msgid "Policy Identifier: " +msgstr "" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +msgid "Organization=" +msgstr "" + +#: cryptdlg.rc:36 +msgid "Notice Number=" +msgstr "" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Özellikler" diff --git a/po/uk.po b/po/uk.po index 9b25a7d842b..bcf41b777fd 100644 --- a/po/uk.po +++ b/po/uk.po @@ -117,11 +117,11 @@ msgstr "Можливості SMIME" msgid "Prefer Signed Data" msgstr "Віддати перевагу підписаним даним" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "CPS" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "Повідомлення користувача" @@ -837,6 +837,46 @@ msgstr "S/MIME CA" msgid "Signature CA" msgstr "Підпис CA" +#: cryptdlg.rc:27 +#, fuzzy +msgid "Certificate Policy" +msgstr "Політика Сертифікатів" + +#: cryptdlg.rc:28 +#, fuzzy +msgid "Policy Identifier: " +msgstr "Ідентифікатор ключа органу" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +#, fuzzy +msgid "Organization=" +msgstr "Організація" + +#: cryptdlg.rc:36 +#, fuzzy +msgid "Notice Number=" +msgstr "Серійний номер сертифікату=" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Властивості" diff --git a/po/wa.po b/po/wa.po index baf045ad099..d795a66461b 100644 --- a/po/wa.po +++ b/po/wa.po @@ -117,11 +117,11 @@ msgstr "" msgid "Prefer Signed Data" msgstr "" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "" @@ -838,6 +838,42 @@ msgstr "" msgid "Signature CA" msgstr "" +#: cryptdlg.rc:27 +msgid "Certificate Policy" +msgstr "" + +#: cryptdlg.rc:28 +msgid "Policy Identifier: " +msgstr "" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +msgid "Organization=" +msgstr "" + +#: cryptdlg.rc:36 +msgid "Notice Number=" +msgstr "" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Propietés" diff --git a/po/wine.pot b/po/wine.pot index b9694bccd93..ec519a3870d 100644 --- a/po/wine.pot +++ b/po/wine.pot @@ -114,11 +114,11 @@ msgstr "" msgid "Prefer Signed Data" msgstr "" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "" @@ -834,6 +834,42 @@ msgstr "" msgid "Signature CA" msgstr "" +#: cryptdlg.rc:27 +msgid "Certificate Policy" +msgstr "" + +#: cryptdlg.rc:28 +msgid "Policy Identifier: " +msgstr "" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +msgid "Organization=" +msgstr "" + +#: cryptdlg.rc:36 +msgid "Notice Number=" +msgstr "" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 3edeace0d30..49cee5c3acc 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -117,11 +117,11 @@ msgstr "" msgid "Prefer Signed Data" msgstr "" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "" @@ -838,6 +838,42 @@ msgstr "" msgid "Signature CA" msgstr "" +#: cryptdlg.rc:27 +msgid "Certificate Policy" +msgstr "" + +#: cryptdlg.rc:28 +msgid "Policy Identifier: " +msgstr "" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +msgid "Organization=" +msgstr "" + +#: cryptdlg.rc:36 +msgid "Notice Number=" +msgstr "" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "属性(&P)" diff --git a/po/zh_TW.po b/po/zh_TW.po index e2792ccdf9c..538dd81feab 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -117,11 +117,11 @@ msgstr "" msgid "Prefer Signed Data" msgstr "" -#: crypt32.rc:53 +#: crypt32.rc:53 cryptdlg.rc:31 msgid "CPS" msgstr "" -#: crypt32.rc:54 +#: crypt32.rc:54 cryptdlg.rc:32 msgid "User Notice" msgstr "" @@ -838,6 +838,42 @@ msgstr "" msgid "Signature CA" msgstr "" +#: cryptdlg.rc:27 +msgid "Certificate Policy" +msgstr "" + +#: cryptdlg.rc:28 +msgid "Policy Identifier: " +msgstr "" + +#: cryptdlg.rc:29 +msgid "Policy Qualifier Info" +msgstr "" + +#: cryptdlg.rc:30 +msgid "Policy Qualifier Id=" +msgstr "" + +#: cryptdlg.rc:33 +msgid "Qualifier" +msgstr "" + +#: cryptdlg.rc:34 +msgid "Notice Reference" +msgstr "" + +#: cryptdlg.rc:35 +msgid "Organization=" +msgstr "" + +#: cryptdlg.rc:36 +msgid "Notice Number=" +msgstr "" + +#: cryptdlg.rc:37 +msgid "Notice Text=" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "屬性(&P)"