sync cryptdlg with wine 1.1.27

svn path=/trunk/; revision=42792
This commit is contained in:
Christoph von Wittich 2009-08-20 10:06:41 +00:00
parent da29fff769
commit 0fd54d3881
7 changed files with 61 additions and 13 deletions

View file

@ -28,4 +28,5 @@
#include "cryptdlg_Ko.rc"
#include "cryptdlg_Lt.rc"
#include "cryptdlg_Nl.rc"
#include "cryptdlg_Pt.rc"
#include "cryptdlg_Ro.rc"

View file

@ -20,6 +20,8 @@
#include "cryptres.h"
#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE

View file

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

View file

@ -1,7 +1,8 @@
/*
* cryptdlg dll French resources
*
* Copyright 2008 Jonathan Ernst
* Copyright 2008 Jonathan Ernst
* Copyright 2009 Frédéric Delanoy
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@ -20,19 +21,23 @@
#include "cryptres.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
{
IDS_CERT_POLICY "Politique de certificat"
IDS_POLICY_ID "Identifiant de politique : "
IDS_POLICY_QUALIFIER_INFO "Policy Qualifier Info"
IDS_POLICY_QUALIFIER_ID "Policy Qualifier Id="
IDS_CPS "CPS"
IDS_USER_NOTICE "User Notice"
IDS_QUALIFIER "Qualifier"
IDS_NOTICE_REF "Notice Reference"
IDS_ORGANIZATION "Organisation="
IDS_NOTICE_NUM "Notice Number="
IDS_NOTICE_TEXT "Notice Text="
IDS_POLICY_QUALIFIER_INFO "Informations sur le qualificateur de politique"
IDS_POLICY_QUALIFIER_ID "Id de qualificateur de politique ="
IDS_CPS "Énoncé des pratiques de certification (CPS)"
IDS_USER_NOTICE "Avis utilisateur"
IDS_QUALIFIER "Qualificateur"
IDS_NOTICE_REF "Référence à l'avis"
IDS_ORGANIZATION "Organisation ="
IDS_NOTICE_NUM "Numéro de l'avis ="
IDS_NOTICE_TEXT "Texte de l'avis ="
}
#pragma code_page(default)

View file

@ -29,7 +29,7 @@ STRINGTABLE DISCARDABLE
IDS_POLICY_ID "정책 식별자: "
IDS_POLICY_QUALIFIER_INFO "정책 구별자 정보"
IDS_POLICY_QUALIFIER_ID "정책 구별자 아이디="
IDS_CPS "CPS"
IDS_CPS "CPS"/*昔装 叔薄 識情 */
IDS_USER_NOTICE "사용자 통지"
IDS_QUALIFIER "구별자"
IDS_NOTICE_REF "통지 참조"

View file

@ -31,7 +31,7 @@ STRINGTABLE DISCARDABLE
IDS_POLICY_ID "Politikos identifikatorius: "
IDS_POLICY_QUALIFIER_INFO "Politikos kvalifikatoriaus informacija"
IDS_POLICY_QUALIFIER_ID "Politikos kvalifikatoriaus identifikatorius="
IDS_CPS "CPS"
IDS_CPS "Sertifikavimo Veiklos Nuostatos (CPS)"
IDS_USER_NOTICE "Naudotojo pranešimas"
IDS_QUALIFIER "Kvalifikatorius"
IDS_NOTICE_REF "Pranešimo nuoroda"

View file

@ -0,0 +1,40 @@
/*
* cryptdlg dll Portuguese resources
*
* Copyright 2008 Ricardo Filipe
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cryptres.h"
#pragma code_page(65001)
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
STRINGTABLE DISCARDABLE
{
IDS_CERT_POLICY "Política de Certificados"
IDS_POLICY_ID "Identificador da Política: "
IDS_POLICY_QUALIFIER_INFO "Informação do Qualificador da Política"
IDS_POLICY_QUALIFIER_ID "ID do Qualificador da Política="
IDS_CPS "CPS" /* Certification Practice Statement */
IDS_USER_NOTICE "Aviso ao Utilizador"
IDS_QUALIFIER "Qualificador"
IDS_NOTICE_REF "Referência do Aviso"
IDS_ORGANIZATION "Organização="
IDS_NOTICE_NUM "Número do Aviso="
IDS_NOTICE_TEXT "Texto do Aviso="
}