crypt32 & cryptdlg: Specify a message context for 'CA', 'OCSP' and 'CPS'.

This commit is contained in:
Francois Gouget 2011-09-05 09:08:27 +02:00 committed by Alexandre Julliard
parent 6ecbe07be9
commit ca1ca4d44c
47 changed files with 196 additions and 7 deletions

View File

@ -50,7 +50,7 @@ STRINGTABLE
IDS_UNSTRUCTURED_ADDRESS "Unstructured Address"
IDS_SMIME_CAPABILITIES "S/MIME Capabilities"
IDS_PREFER_SIGNED_DATA "Prefer Signed Data"
IDS_CPS "CPS"
IDS_CPS "#msgctxt#Certification Practice Statement#CPS"
IDS_USER_NOTICE "User Notice"
IDS_OCSP "On-line Certificate Status Protocol"
IDS_CA_ISSUER "Certification Authority Issuer"
@ -192,14 +192,14 @@ STRINGTABLE
IDS_ALT_NAME_REGISTERED_ID "Registered ID="
IDS_USAGE_UNKNOWN "Unknown Key Usage"
IDS_SUBJECT_TYPE "Subject Type="
IDS_SUBJECT_TYPE_CA "CA"
IDS_SUBJECT_TYPE_CA "#msgctxt#Certificate Authority#CA"
IDS_SUBJECT_TYPE_END_CERT "End Entity"
IDS_PATH_LENGTH "Path Length Constraint="
IDS_PATH_LENGTH_NONE "#msgctxt#path length#None"
IDS_INFO_NOT_AVAILABLE "Information Not Available"
IDS_AIA "Authority Info Access"
IDS_ACCESS_METHOD "Access Method="
IDS_ACCESS_METHOD_OCSP "OCSP"
IDS_ACCESS_METHOD_OCSP "#msgctxt#Online Certificate Status Protocol#OCSP"
IDS_ACCESS_METHOD_CA_ISSUERS "CA Issuers"
IDS_ACCESS_METHOD_UNKNOWN "Unknown Access Method"
IDS_ACCESS_LOCATION "Alternative Name"

View File

@ -28,7 +28,7 @@ STRINGTABLE
IDS_POLICY_ID "Policy Identifier: "
IDS_POLICY_QUALIFIER_INFO "Policy Qualifier Info"
IDS_POLICY_QUALIFIER_ID "Policy Qualifier Id="
IDS_CPS "CPS" /* Certification Practice Statement */
IDS_CPS "#msgctxt#Certification Practice Statement#CPS"
IDS_USER_NOTICE "User Notice"
IDS_QUALIFIER "Qualifier"
IDS_NOTICE_REF "Notice Reference"

View File

@ -680,6 +680,7 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
@ -1218,6 +1219,7 @@ msgid "Subject Type="
msgstr ""
#: crypt32.rc:195
msgctxt "Certificate Authority"
msgid "CA"
msgstr ""
@ -1248,6 +1250,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -694,6 +694,7 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
@ -1230,6 +1231,7 @@ msgid "Subject Type="
msgstr ""
#: crypt32.rc:195
msgctxt "Certificate Authority"
msgid "CA"
msgstr ""
@ -1260,6 +1262,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -664,6 +664,7 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
@ -1200,6 +1201,7 @@ msgid "Subject Type="
msgstr ""
#: crypt32.rc:195
msgctxt "Certificate Authority"
msgid "CA"
msgstr ""
@ -1229,6 +1231,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -710,6 +710,7 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
@ -1258,6 +1259,7 @@ msgstr ""
#: crypt32.rc:195
#, fuzzy
msgctxt "Certificate Authority"
msgid "CA"
msgstr "A"
@ -1292,6 +1294,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -719,8 +719,10 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
#, fuzzy
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
msgstr "CPU"
#: crypt32.rc:54 cryptdlg.rc:32
msgid "User Notice"
@ -1268,6 +1270,7 @@ msgstr ""
#: crypt32.rc:195
#, fuzzy
msgctxt "Certificate Authority"
msgid "CA"
msgstr "A"
@ -1298,6 +1301,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -688,6 +688,8 @@ msgid "Prefer Signed Data"
msgstr "Signierte Daten bevorzugen"
#: crypt32.rc:53 cryptdlg.rc:31
#, fuzzy
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr "CPS"
@ -1224,6 +1226,8 @@ msgid "Subject Type="
msgstr "Subject Typ="
#: crypt32.rc:195
#, fuzzy
msgctxt "Certificate Authority"
msgid "CA"
msgstr "Zertifikationsautorität"
@ -1253,6 +1257,8 @@ msgid "Access Method="
msgstr "Zugriffsmethode="
#: crypt32.rc:202
#, fuzzy
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr "OCSP"

View File

@ -685,6 +685,7 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
@ -1221,6 +1222,7 @@ msgid "Subject Type="
msgstr ""
#: crypt32.rc:195
msgctxt "Certificate Authority"
msgid "CA"
msgstr ""
@ -1251,6 +1253,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -666,6 +666,7 @@ msgid "Prefer Signed Data"
msgstr "Prefer Signed Data"
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr "CPS"
@ -1202,6 +1203,7 @@ msgid "Subject Type="
msgstr "Subject Type="
#: crypt32.rc:195
msgctxt "Certificate Authority"
msgid "CA"
msgstr "CA"
@ -1231,6 +1233,7 @@ msgid "Access Method="
msgstr "Access Method="
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr "OCSP"

View File

@ -690,6 +690,7 @@ msgid "Prefer Signed Data"
msgstr "Prefer Signed Data"
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr "CPS"
@ -1226,6 +1227,7 @@ msgid "Subject Type="
msgstr "Subject Type="
#: crypt32.rc:195
msgctxt "Certificate Authority"
msgid "CA"
msgstr "CA"
@ -1255,6 +1257,7 @@ msgid "Access Method="
msgstr "Access Method="
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr "OCSP"

View File

@ -699,6 +699,7 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
@ -1236,6 +1237,7 @@ msgid "Subject Type="
msgstr ""
#: crypt32.rc:195
msgctxt "Certificate Authority"
msgid "CA"
msgstr ""
@ -1266,6 +1268,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -704,6 +704,7 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
@ -1252,6 +1253,7 @@ msgstr ""
#: crypt32.rc:195
#, fuzzy
msgctxt "Certificate Authority"
msgid "CA"
msgstr "A"
@ -1286,6 +1288,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -680,6 +680,7 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
@ -1218,6 +1219,7 @@ msgid "Subject Type="
msgstr ""
#: crypt32.rc:195
msgctxt "Certificate Authority"
msgid "CA"
msgstr ""
@ -1248,6 +1250,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -686,6 +686,7 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
@ -1223,6 +1224,7 @@ msgid "Subject Type="
msgstr ""
#: crypt32.rc:195
msgctxt "Certificate Authority"
msgid "CA"
msgstr ""
@ -1252,6 +1254,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -694,6 +694,8 @@ msgid "Prefer Signed Data"
msgstr "Préférer les données signées"
#: crypt32.rc:53 cryptdlg.rc:31
#, fuzzy
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr "Énoncé des pratiques de certification (CPS)"
@ -1231,6 +1233,8 @@ msgid "Subject Type="
msgstr "Type de sujet ="
#: crypt32.rc:195
#, fuzzy
msgctxt "Certificate Authority"
msgid "CA"
msgstr "AC"
@ -1260,6 +1264,8 @@ msgid "Access Method="
msgstr "Méthode d'accès ="
#: crypt32.rc:202
#, fuzzy
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr "OCSP"

View File

@ -689,8 +689,10 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
#, fuzzy
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
msgstr "שימוש במעבד"
#: crypt32.rc:54 cryptdlg.rc:32
msgid "User Notice"
@ -1226,8 +1228,10 @@ msgid "Subject Type="
msgstr "סוג המקבל="
#: crypt32.rc:195
#, fuzzy
msgctxt "Certificate Authority"
msgid "CA"
msgstr ""
msgstr "A"
#: crypt32.rc:196
msgid "End Entity"
@ -1255,6 +1259,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -665,6 +665,7 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
@ -1202,6 +1203,7 @@ msgid "Subject Type="
msgstr ""
#: crypt32.rc:195
msgctxt "Certificate Authority"
msgid "CA"
msgstr ""
@ -1231,6 +1233,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -722,6 +722,8 @@ msgid "Prefer Signed Data"
msgstr "Aláírt adat előnyben részesítése"
#: crypt32.rc:53 cryptdlg.rc:31
#, fuzzy
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr "CPS"
@ -1258,6 +1260,8 @@ msgid "Subject Type="
msgstr "Tárgy típus="
#: crypt32.rc:195
#, fuzzy
msgctxt "Certificate Authority"
msgid "CA"
msgstr "CA"
@ -1292,6 +1296,8 @@ msgid "Access Method="
msgstr "Hozzáférési mód="
#: crypt32.rc:202
#, fuzzy
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr "OCSP"

View File

@ -727,6 +727,8 @@ msgid "Prefer Signed Data"
msgstr "Preferisci Dati Firmati"
#: crypt32.rc:53 cryptdlg.rc:31
#, fuzzy
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr "CPS"
@ -1329,6 +1331,8 @@ msgid "Subject Type="
msgstr "Tipo Soggetto="
#: crypt32.rc:195
#, fuzzy
msgctxt "Certificate Authority"
msgid "CA"
msgstr "AC"
@ -1359,6 +1363,8 @@ msgid "Access Method="
msgstr "Metodo Accesso="
#: crypt32.rc:202
#, fuzzy
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr "OCSP"

View File

@ -691,6 +691,8 @@ msgid "Prefer Signed Data"
msgstr "Prefer Signed Data"
#: crypt32.rc:53 cryptdlg.rc:31
#, fuzzy
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr "CPS"
@ -1228,6 +1230,8 @@ msgid "Subject Type="
msgstr "Subject Type="
#: crypt32.rc:195
#, fuzzy
msgctxt "Certificate Authority"
msgid "CA"
msgstr "CA"
@ -1257,6 +1261,8 @@ msgid "Access Method="
msgstr "Access Method="
#: crypt32.rc:202
#, fuzzy
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr "OCSP"

View File

@ -690,6 +690,8 @@ msgid "Prefer Signed Data"
msgstr "선호하는 사인된 데이타"
#: crypt32.rc:53 cryptdlg.rc:31
#, fuzzy
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr "CPS"
@ -1226,6 +1228,8 @@ msgid "Subject Type="
msgstr "제목 형식="
#: crypt32.rc:195
#, fuzzy
msgctxt "Certificate Authority"
msgid "CA"
msgstr "CA"
@ -1255,6 +1259,8 @@ msgid "Access Method="
msgstr "접근 방법="
#: crypt32.rc:202
#, fuzzy
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr "OCSP"

View File

@ -696,6 +696,8 @@ msgid "Prefer Signed Data"
msgstr "Teikti pirmenybę pasirašytiems duomenims"
#: crypt32.rc:53 cryptdlg.rc:31
#, fuzzy
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr "Sertifikavimo Veiklos Nuostatos (CPS)"
@ -1232,6 +1234,8 @@ msgid "Subject Type="
msgstr "Subjekto tipas="
#: crypt32.rc:195
#, fuzzy
msgctxt "Certificate Authority"
msgid "CA"
msgstr "LĮ"
@ -1261,6 +1265,8 @@ msgid "Access Method="
msgstr "Prieigos metodas="
#: crypt32.rc:202
#, fuzzy
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr "OCSP"

View File

@ -665,6 +665,7 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
@ -1202,6 +1203,7 @@ msgid "Subject Type="
msgstr ""
#: crypt32.rc:195
msgctxt "Certificate Authority"
msgid "CA"
msgstr ""
@ -1231,6 +1233,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -712,6 +712,8 @@ msgid "Prefer Signed Data"
msgstr "Fortrekk signert data"
#: crypt32.rc:53 cryptdlg.rc:31
#, fuzzy
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr "CPS"
@ -1319,6 +1321,8 @@ msgid "Subject Type="
msgstr "Emnetype="
#: crypt32.rc:195
#, fuzzy
msgctxt "Certificate Authority"
msgid "CA"
msgstr "CA"
@ -1349,6 +1353,8 @@ msgid "Access Method="
msgstr "Tilgangsmetode="
#: crypt32.rc:202
#, fuzzy
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr "OCSP"

View File

@ -696,6 +696,8 @@ msgid "Prefer Signed Data"
msgstr "Prefereer Getekende Data"
#: crypt32.rc:53 cryptdlg.rc:31
#, fuzzy
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr "CPS"
@ -1233,6 +1235,8 @@ msgid "Subject Type="
msgstr "Onderwerp type="
#: crypt32.rc:195
#, fuzzy
msgctxt "Certificate Authority"
msgid "CA"
msgstr "CA"
@ -1263,6 +1267,8 @@ msgid "Access Method="
msgstr "Toegang methode="
#: crypt32.rc:202
#, fuzzy
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr "OCSP"

View File

@ -665,6 +665,7 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
@ -1202,6 +1203,7 @@ msgid "Subject Type="
msgstr ""
#: crypt32.rc:195
msgctxt "Certificate Authority"
msgid "CA"
msgstr ""
@ -1231,6 +1233,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -665,6 +665,7 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
@ -1202,6 +1203,7 @@ msgid "Subject Type="
msgstr ""
#: crypt32.rc:195
msgctxt "Certificate Authority"
msgid "CA"
msgstr ""
@ -1231,6 +1233,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -692,6 +692,8 @@ msgid "Prefer Signed Data"
msgstr "Preferuj dane podpisane"
#: crypt32.rc:53 cryptdlg.rc:31
#, fuzzy
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr "CPS"
@ -1229,6 +1231,8 @@ msgid "Subject Type="
msgstr "Typ podmiotu="
#: crypt32.rc:195
#, fuzzy
msgctxt "Certificate Authority"
msgid "CA"
msgstr "UC"
@ -1258,6 +1262,8 @@ msgid "Access Method="
msgstr "Metoda dostępu="
#: crypt32.rc:202
#, fuzzy
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr "OCSP"

View File

@ -708,6 +708,8 @@ msgid "Prefer Signed Data"
msgstr "Preferir Dados Assinados"
#: crypt32.rc:53 cryptdlg.rc:31
#, fuzzy
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr "CPS"
@ -1310,6 +1312,8 @@ msgid "Subject Type="
msgstr "Tipo de Sujeito="
#: crypt32.rc:195
#, fuzzy
msgctxt "Certificate Authority"
msgid "CA"
msgstr "CA"
@ -1344,6 +1348,8 @@ msgid "Access Method="
msgstr "Método de Acesso="
#: crypt32.rc:202
#, fuzzy
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr "OCSP"

View File

@ -719,6 +719,8 @@ msgid "Prefer Signed Data"
msgstr "Preferir Dados Assinados"
#: crypt32.rc:53 cryptdlg.rc:31
#, fuzzy
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr "CPS"
@ -1326,6 +1328,8 @@ msgid "Subject Type="
msgstr "Tipo de Sujeito="
#: crypt32.rc:195
#, fuzzy
msgctxt "Certificate Authority"
msgid "CA"
msgstr "CA"
@ -1360,6 +1364,8 @@ msgid "Access Method="
msgstr "Método de Acesso="
#: crypt32.rc:202
#, fuzzy
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr "OCSP"

View File

@ -673,6 +673,7 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
@ -1210,6 +1211,7 @@ msgid "Subject Type="
msgstr ""
#: crypt32.rc:195
msgctxt "Certificate Authority"
msgid "CA"
msgstr ""
@ -1240,6 +1242,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -756,6 +756,8 @@ msgid "Prefer Signed Data"
msgstr "Preferă datele semnate"
#: crypt32.rc:53 cryptdlg.rc:31
#, fuzzy
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr "CPS"
@ -1368,6 +1370,8 @@ msgid "Subject Type="
msgstr "Tipul subiectului="
#: crypt32.rc:195
#, fuzzy
msgctxt "Certificate Authority"
msgid "CA"
msgstr "CA"
@ -1402,6 +1406,8 @@ msgid "Access Method="
msgstr "Metoda de acces="
#: crypt32.rc:202
#, fuzzy
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr "OCSP"

View File

@ -690,6 +690,8 @@ msgid "Prefer Signed Data"
msgstr "Предпочтение подписанным данным"
#: crypt32.rc:53 cryptdlg.rc:31
#, fuzzy
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr "CPS"
@ -1227,6 +1229,8 @@ msgid "Subject Type="
msgstr "Тип субъекта="
#: crypt32.rc:195
#, fuzzy
msgctxt "Certificate Authority"
msgid "CA"
msgstr "ЦС"
@ -1257,6 +1261,8 @@ msgid "Access Method="
msgstr "Метод доступа="
#: crypt32.rc:202
#, fuzzy
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr "OCSP"

View File

@ -685,6 +685,7 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
@ -1222,6 +1223,7 @@ msgid "Subject Type="
msgstr ""
#: crypt32.rc:195
msgctxt "Certificate Authority"
msgid "CA"
msgstr ""
@ -1252,6 +1254,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -696,6 +696,8 @@ msgid "Prefer Signed Data"
msgstr "Podpisani podatki imajo prednost"
#: crypt32.rc:53 cryptdlg.rc:31
#, fuzzy
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr "CPS"
@ -1233,6 +1235,8 @@ msgid "Subject Type="
msgstr "Vrsta zadeve="
#: crypt32.rc:195
#, fuzzy
msgctxt "Certificate Authority"
msgid "CA"
msgstr "CA"
@ -1263,6 +1267,8 @@ msgid "Access Method="
msgstr "Način dostopa="
#: crypt32.rc:202
#, fuzzy
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr "OCSP"

View File

@ -703,6 +703,7 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
@ -1243,6 +1244,7 @@ msgid "Subject Type="
msgstr ""
#: crypt32.rc:195
msgctxt "Certificate Authority"
msgid "CA"
msgstr ""
@ -1273,6 +1275,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -717,6 +717,7 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
@ -1257,6 +1258,7 @@ msgid "Subject Type="
msgstr ""
#: crypt32.rc:195
msgctxt "Certificate Authority"
msgid "CA"
msgstr ""
@ -1291,6 +1293,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -695,6 +695,8 @@ msgid "Prefer Signed Data"
msgstr "Föredra signerat data"
#: crypt32.rc:53 cryptdlg.rc:31
#, fuzzy
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr "CPS"
@ -1232,6 +1234,8 @@ msgid "Subject Type="
msgstr "Subject Type="
#: crypt32.rc:195
#, fuzzy
msgctxt "Certificate Authority"
msgid "CA"
msgstr "CA"
@ -1262,6 +1266,8 @@ msgid "Access Method="
msgstr "Åtkomstmetod="
#: crypt32.rc:202
#, fuzzy
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr "OCSP"

View File

@ -665,6 +665,7 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
@ -1202,6 +1203,7 @@ msgid "Subject Type="
msgstr ""
#: crypt32.rc:195
msgctxt "Certificate Authority"
msgid "CA"
msgstr ""
@ -1231,6 +1233,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -683,6 +683,7 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
@ -1220,6 +1221,7 @@ msgid "Subject Type="
msgstr ""
#: crypt32.rc:195
msgctxt "Certificate Authority"
msgid "CA"
msgstr ""
@ -1250,6 +1252,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -700,6 +700,7 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
@ -1248,6 +1249,7 @@ msgstr ""
#: crypt32.rc:195
#, fuzzy
msgctxt "Certificate Authority"
msgid "CA"
msgstr "A"
@ -1278,6 +1280,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -689,6 +689,8 @@ msgid "Prefer Signed Data"
msgstr "Віддати перевагу підписаним даним"
#: crypt32.rc:53 cryptdlg.rc:31
#, fuzzy
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr "CPS"
@ -1226,6 +1228,8 @@ msgid "Subject Type="
msgstr "Тип предмету="
#: crypt32.rc:195
#, fuzzy
msgctxt "Certificate Authority"
msgid "CA"
msgstr "CA"
@ -1255,6 +1259,8 @@ msgid "Access Method="
msgstr "Метод доступу="
#: crypt32.rc:202
#, fuzzy
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr "OCSP"

View File

@ -685,6 +685,7 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
@ -1222,6 +1223,7 @@ msgid "Subject Type="
msgstr ""
#: crypt32.rc:195
msgctxt "Certificate Authority"
msgid "CA"
msgstr ""
@ -1251,6 +1253,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -661,6 +661,7 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
@ -1197,6 +1198,7 @@ msgid "Subject Type="
msgstr ""
#: crypt32.rc:195
msgctxt "Certificate Authority"
msgid "CA"
msgstr ""
@ -1226,6 +1228,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -697,6 +697,7 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
@ -1234,6 +1235,7 @@ msgid "Subject Type="
msgstr ""
#: crypt32.rc:195
msgctxt "Certificate Authority"
msgid "CA"
msgstr ""
@ -1268,6 +1270,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""

View File

@ -704,6 +704,7 @@ msgid "Prefer Signed Data"
msgstr ""
#: crypt32.rc:53 cryptdlg.rc:31
msgctxt "Certification Practice Statement"
msgid "CPS"
msgstr ""
@ -1241,6 +1242,7 @@ msgid "Subject Type="
msgstr ""
#: crypt32.rc:195
msgctxt "Certificate Authority"
msgid "CA"
msgstr ""
@ -1275,6 +1277,7 @@ msgid "Access Method="
msgstr ""
#: crypt32.rc:202
msgctxt "Online Certificate Status Protocol"
msgid "OCSP"
msgstr ""