Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
8484e963
Commit
8484e963
authored
Jan 06, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cryptdlg: Convert translations to po files.
parent
c485b182
Hide whitespace changes
Inline
Side-by-side
Showing
58 changed files
with
1546 additions
and
739 deletions
+1546
-739
configure
configure
+1
-1
configure.ac
configure.ac
+1
-1
Makefile.in
dlls/cryptdlg/Makefile.in
+2
-17
cryptdlg.rc
dlls/cryptdlg/cryptdlg.rc
+0
-0
cryptdlg_Da.rc
dlls/cryptdlg/cryptdlg_Da.rc
+0
-39
cryptdlg_De.rc
dlls/cryptdlg/cryptdlg_De.rc
+0
-40
cryptdlg_Fr.rc
dlls/cryptdlg/cryptdlg_Fr.rc
+0
-42
cryptdlg_Hu.rc
dlls/cryptdlg/cryptdlg_Hu.rc
+0
-41
cryptdlg_It.rc
dlls/cryptdlg/cryptdlg_It.rc
+0
-42
cryptdlg_Ko.rc
dlls/cryptdlg/cryptdlg_Ko.rc
+0
-41
cryptdlg_Lt.rc
dlls/cryptdlg/cryptdlg_Lt.rc
+0
-41
cryptdlg_Nl.rc
dlls/cryptdlg/cryptdlg_Nl.rc
+0
-38
cryptdlg_No.rc
dlls/cryptdlg/cryptdlg_No.rc
+0
-41
cryptdlg_Pl.rc
dlls/cryptdlg/cryptdlg_Pl.rc
+0
-38
cryptdlg_Pt.rc
dlls/cryptdlg/cryptdlg_Pt.rc
+0
-58
cryptdlg_Ro.rc
dlls/cryptdlg/cryptdlg_Ro.rc
+0
-41
cryptdlg_Sr.rc
dlls/cryptdlg/cryptdlg_Sr.rc
+0
-58
cryptdlg_Sv.rc
dlls/cryptdlg/cryptdlg_Sv.rc
+0
-40
cryptdlg_Uk.rc
dlls/cryptdlg/cryptdlg_Uk.rc
+0
-42
bg.po
po/bg.po
+38
-2
cs.po
po/cs.po
+38
-2
da.po
po/da.po
+38
-2
de.po
po/de.po
+42
-2
en_US.po
po/en_US.po
+38
-2
eo.po
po/eo.po
+38
-2
es.po
po/es.po
+38
-2
fi.po
po/fi.po
+38
-2
fr.po
po/fr.po
+42
-2
he.po
po/he.po
+38
-2
hi.po
po/hi.po
+38
-2
hu.po
po/hu.po
+42
-2
it.po
po/it.po
+42
-2
ja.po
po/ja.po
+42
-2
ko.po
po/ko.po
+42
-2
lt.po
po/lt.po
+42
-2
ml.po
po/ml.po
+38
-2
nb_NO.po
po/nb_NO.po
+42
-2
nl.po
po/nl.po
+42
-2
or.po
po/or.po
+38
-2
pa.po
po/pa.po
+38
-2
pl.po
po/pl.po
+42
-2
pt_BR.po
po/pt_BR.po
+42
-2
pt_PT.po
po/pt_PT.po
+42
-2
ro.po
po/ro.po
+42
-2
ru.po
po/ru.po
+38
-2
sk.po
po/sk.po
+38
-2
sl.po
po/sl.po
+38
-2
sr_Latn_SP.po
po/sr_Latn_SP.po
+38
-2
sr_SP.po
po/sr_SP.po
+38
-2
sv.po
po/sv.po
+42
-2
te.po
po/te.po
+38
-2
th.po
po/th.po
+38
-2
tr.po
po/tr.po
+38
-2
uk.po
po/uk.po
+42
-2
wa.po
po/wa.po
+38
-2
wine.pot
po/wine.pot
+38
-2
zh_CN.po
po/zh_CN.po
+38
-2
zh_TW.po
po/zh_TW.po
+38
-2
No files found.
configure
View file @
8484e963
...
...
@@ -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
...
...
configure.ac
View file @
8484e963
...
...
@@ -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)
...
...
dlls/cryptdlg/Makefile.in
View file @
8484e963
...
...
@@ -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@
dlls/cryptdlg/cryptdlg
_En
.rc
→
dlls/cryptdlg/cryptdlg.rc
View file @
8484e963
File moved
dlls/cryptdlg/cryptdlg_Da.rc
deleted
100644 → 0
View file @
c485b182
/*
* 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="
}
dlls/cryptdlg/cryptdlg_De.rc
deleted
100644 → 0
View file @
c485b182
/*
* 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="
}
dlls/cryptdlg/cryptdlg_Fr.rc
deleted
100644 → 0
View file @
c485b182
/*
* 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 ="
}
dlls/cryptdlg/cryptdlg_Hu.rc
deleted
100644 → 0
View file @
c485b182
/*
* 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="
}
dlls/cryptdlg/cryptdlg_It.rc
deleted
100644 → 0
View file @
c485b182
/*
* 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="
}
dlls/cryptdlg/cryptdlg_Ko.rc
deleted
100644 → 0
View file @
c485b182
/*
* 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 "통지 텍스트="
}
dlls/cryptdlg/cryptdlg_Lt.rc
deleted
100644 → 0
View file @
c485b182
/*
* cryptdlg dll Lithuanian resources
*
* Copyright 2009 Aurimas Fišeras <aurimas@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cryptres.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
STRINGTABLE
{
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="
}
dlls/cryptdlg/cryptdlg_Nl.rc
deleted
100644 → 0
View file @
c485b182
/*
* 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="
}
dlls/cryptdlg/cryptdlg_No.rc
deleted
100644 → 0
View file @
c485b182
/*
* cryptdlg dll resources (Norwegian Bokmål)
*
* Copyright 2010 Alexander N. Sørnes <alex@thehandofagony.com>
* Copyright 2010 Trygve Vea <trygve.vea@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cryptres.h"
#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="
}
dlls/cryptdlg/cryptdlg_Pl.rc
deleted
100644 → 0
View file @
c485b182
/*
* 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="
}
dlls/cryptdlg/cryptdlg_Pt.rc
deleted
100644 → 0
View file @
c485b182
/*
* 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="
}
dlls/cryptdlg/cryptdlg_Ro.rc
deleted
100644 → 0
View file @
c485b182
/*
* 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="
}
dlls/cryptdlg/cryptdlg_Sr.rc
deleted
100644 → 0
View file @
c485b182
/*
* 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="
}
dlls/cryptdlg/cryptdlg_Sv.rc
deleted
100644 → 0
View file @
c485b182
/*
* 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="
}
dlls/cryptdlg/cryptdlg_Uk.rc
deleted
100644 → 0
View file @
c485b182
/*
* 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 "Текст повідомлення="
}
po/bg.po
View file @
8484e963
...
...
@@ -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 ""
...
...
po/cs.po
View file @
8484e963
...
...
@@ -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"
...
...
po/da.po
View file @
8484e963
...
...
@@ -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"
...
...
po/de.po
View file @
8484e963
...
...
@@ -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"
...
...
po/en_US.po
View file @
8484e963
...
...
@@ -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"
...
...
po/eo.po
View file @
8484e963
...
...
@@ -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"
...
...
po/es.po
View file @
8484e963
...
...
@@ -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"
...
...
po/fi.po
View file @
8484e963
...
...
@@ -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"
...
...
po/fr.po
View file @
8484e963
...
...
@@ -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"
...
...
po/he.po
View file @
8484e963
...
...
@@ -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 "&מאפיינים"
...
...
po/hi.po
View file @
8484e963
...
...
@@ -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)"
...
...
po/hu.po
View file @
8484e963
...
...
@@ -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"
...
...
po/it.po
View file @
8484e963
...
...
@@ -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à"
...
...
po/ja.po
View file @
8484e963
...
...
@@ -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)"
...
...
po/ko.po
View file @
8484e963
...
...
@@ -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)"
...
...
po/lt.po
View file @
8484e963
...
...
@@ -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"
...
...
po/ml.po
View file @
8484e963
...
...
@@ -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 "വി_വരം"
...
...
po/nb_NO.po
View file @
8484e963
...
...
@@ -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"
...
...
po/nl.po
View file @
8484e963
...
...
@@ -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"
...
...
po/or.po
View file @
8484e963
...
...
@@ -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)"
...
...
po/pa.po
View file @
8484e963
...
...
@@ -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)"
...
...
po/pl.po
View file @
8484e963
...
...
@@ -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"
...
...
po/pt_BR.po
View file @
8484e963
...
...
@@ -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"
...
...
po/pt_PT.po
View file @
8484e963
...
...
@@ -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"
...
...
po/ro.po
View file @
8484e963
...
...
@@ -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"
...
...
po/ru.po
View file @
8484e963
...
...
@@ -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 "&Свойства"
...
...
po/sk.po
View file @
8484e963
...
...
@@ -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"
...
...
po/sl.po
View file @
8484e963
...
...
@@ -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"
...
...
po/sr_Latn_SP.po
View file @
8484e963
...
...
@@ -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"
...
...
po/sr_SP.po
View file @
8484e963
...
...
@@ -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 "&Својства"
...
...
po/sv.po
View file @
8484e963
...
...
@@ -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"
...
...
po/te.po
View file @
8484e963
...
...
@@ -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)"
...
...
po/th.po
View file @
8484e963
...
...
@@ -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 "ปรับแต่งนาฬิกา"
...
...
po/tr.po
View file @
8484e963
...
...
@@ -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"
...
...
po/uk.po
View file @
8484e963
...
...
@@ -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 "&Властивості"
...
...
po/wa.po
View file @
8484e963
...
...
@@ -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"
...
...
po/wine.pot
View file @
8484e963
...
...
@@ -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 ""
...
...
po/zh_CN.po
View file @
8484e963
...
...
@@ -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)"
...
...
po/zh_TW.po
View file @
8484e963
...
...
@@ -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)"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment