Author: akhaldi
Date: Sun Sep 15 14:05:37 2013
New Revision: 60133
URL:
http://svn.reactos.org/svn/reactos?rev=60133&view=rev
Log:
[CRYPTDLG]
* Move resource files to the lang folder.
Added:
trunk/reactos/dll/win32/cryptdlg/lang/ (with props)
trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Da.rc
- copied unchanged from r60132, trunk/reactos/dll/win32/cryptdlg/cryptdlg_Da.rc
trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_De.rc
- copied unchanged from r60132, trunk/reactos/dll/win32/cryptdlg/cryptdlg_De.rc
trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_En.rc
- copied unchanged from r60132, trunk/reactos/dll/win32/cryptdlg/cryptdlg_En.rc
trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Fr.rc
- copied unchanged from r60132, trunk/reactos/dll/win32/cryptdlg/cryptdlg_Fr.rc
trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_He.rc
- copied unchanged from r60132, trunk/reactos/dll/win32/cryptdlg/cryptdlg_He.rc
trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Hu.rc
- copied unchanged from r60132, trunk/reactos/dll/win32/cryptdlg/cryptdlg_Hu.rc
trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_It.rc
- copied unchanged from r60132, trunk/reactos/dll/win32/cryptdlg/cryptdlg_It.rc
trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Ko.rc
- copied unchanged from r60132, trunk/reactos/dll/win32/cryptdlg/cryptdlg_Ko.rc
trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Lt.rc
- copied unchanged from r60132, trunk/reactos/dll/win32/cryptdlg/cryptdlg_Lt.rc
trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Nl.rc
- copied unchanged from r60132, trunk/reactos/dll/win32/cryptdlg/cryptdlg_Nl.rc
trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_No.rc
- copied unchanged from r60132, trunk/reactos/dll/win32/cryptdlg/cryptdlg_No.rc
trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Pl.rc
- copied unchanged from r60132, trunk/reactos/dll/win32/cryptdlg/cryptdlg_Pl.rc
trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Pt.rc
- copied unchanged from r60132, trunk/reactos/dll/win32/cryptdlg/cryptdlg_Pt.rc
trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Ro.rc
- copied unchanged from r60132, trunk/reactos/dll/win32/cryptdlg/cryptdlg_Ro.rc
trunk/reactos/dll/win32/cryptdlg/lang/cryptdlg_Uk.rc
- copied unchanged from r60132, trunk/reactos/dll/win32/cryptdlg/cryptdlg_Uk.rc
Removed:
trunk/reactos/dll/win32/cryptdlg/cryptdlg_Da.rc
trunk/reactos/dll/win32/cryptdlg/cryptdlg_De.rc
trunk/reactos/dll/win32/cryptdlg/cryptdlg_En.rc
trunk/reactos/dll/win32/cryptdlg/cryptdlg_Fr.rc
trunk/reactos/dll/win32/cryptdlg/cryptdlg_He.rc
trunk/reactos/dll/win32/cryptdlg/cryptdlg_Hu.rc
trunk/reactos/dll/win32/cryptdlg/cryptdlg_It.rc
trunk/reactos/dll/win32/cryptdlg/cryptdlg_Ko.rc
trunk/reactos/dll/win32/cryptdlg/cryptdlg_Lt.rc
trunk/reactos/dll/win32/cryptdlg/cryptdlg_Nl.rc
trunk/reactos/dll/win32/cryptdlg/cryptdlg_No.rc
trunk/reactos/dll/win32/cryptdlg/cryptdlg_Pl.rc
trunk/reactos/dll/win32/cryptdlg/cryptdlg_Pt.rc
trunk/reactos/dll/win32/cryptdlg/cryptdlg_Ro.rc
trunk/reactos/dll/win32/cryptdlg/cryptdlg_Uk.rc
Modified:
trunk/reactos/dll/win32/cryptdlg/cryptdlg.rc
Modified: trunk/reactos/dll/win32/cryptdlg/cryptdlg.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdl…
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/cryptdlg.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/cryptdlg/cryptdlg.rc [iso-8859-1] Sun Sep 15 14:05:37 2013
@@ -23,49 +23,49 @@
//#include "cryptres.h"
#ifdef LANGUAGE_DA_DK
- #include "cryptdlg_Da.rc"
+ #include "lang/cryptdlg_Da.rc"
#endif
#ifdef LANGUAGE_EN_US
- #include "cryptdlg_En.rc"
+ #include "lang/cryptdlg_En.rc"
#endif
#ifdef LANGUAGE_KO_KR
- #include "cryptdlg_Ko.rc"
+ #include "lang/cryptdlg_Ko.rc"
#endif
#ifdef LANGUAGE_NL_NL
- #include "cryptdlg_Nl.rc"
+ #include "lang/cryptdlg_Nl.rc"
#endif
#ifdef LANGUAGE_PL_PL
- #include "cryptdlg_Pl.rc"
+ #include "lang/cryptdlg_Pl.rc"
#endif
/* UTF-8 */
#ifdef LANGUAGE_DE_DE
- #include "cryptdlg_De.rc"
+ #include "lang/cryptdlg_De.rc"
#endif
#ifdef LANGUAGE_FR_FR
- #include "cryptdlg_Fr.rc"
+ #include "lang/cryptdlg_Fr.rc"
#endif
#ifdef LANGUAGE_HE_IL
- #include "cryptdlg_He.rc"
+ #include "lang/cryptdlg_He.rc"
#endif
#ifdef LANGUAGE_HU_HU
- #include "cryptdlg_Hu.rc"
+ #include "lang/cryptdlg_Hu.rc"
#endif
#ifdef LANGUAGE_IT_IT
- #include "cryptdlg_It.rc"
+ #include "lang/cryptdlg_It.rc"
#endif
#ifdef LANGUAGE_LT_LT
- #include "cryptdlg_Lt.rc"
+ #include "lang/cryptdlg_Lt.rc"
#endif
#ifdef LANGUAGE_NO_NO
- #include "cryptdlg_No.rc"
+ #include "lang/cryptdlg_No.rc"
#endif
#ifdef LANGUAGE_PT_PT
- #include "cryptdlg_Pt.rc"
+ #include "lang/cryptdlg_Pt.rc"
#endif
#ifdef LANGUAGE_RO_RO
- #include "cryptdlg_Ro.rc"
+ #include "lang/cryptdlg_Ro.rc"
#endif
#ifdef LANGUAGE_UK_UA
- #include "cryptdlg_Uk.rc"
+ #include "lang/cryptdlg_Uk.rc"
#endif
Removed: trunk/reactos/dll/win32/cryptdlg/cryptdlg_Da.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdl…
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/cryptdlg_Da.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/cryptdlg/cryptdlg_Da.rc (removed)
@@ -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="
-}
Removed: trunk/reactos/dll/win32/cryptdlg/cryptdlg_De.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdl…
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/cryptdlg_De.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/cryptdlg/cryptdlg_De.rc (removed)
@@ -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="
-}
Removed: trunk/reactos/dll/win32/cryptdlg/cryptdlg_En.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdl…
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/cryptdlg_En.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/cryptdlg/cryptdlg_En.rc (removed)
@@ -1,38 +0,0 @@
-/*
- * cryptdlg dll resources
- *
- * Copyright 2008 Juan Lang
- *
- * 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_ENGLISH, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
- IDS_CERT_POLICY "Certificate Policy"
- 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_USER_NOTICE "User Notice"
- IDS_QUALIFIER "Qualifier"
- IDS_NOTICE_REF "Notice Reference"
- IDS_ORGANIZATION "Organization="
- IDS_NOTICE_NUM "Notice Number="
- IDS_NOTICE_TEXT "Notice Text="
-}
Removed: trunk/reactos/dll/win32/cryptdlg/cryptdlg_Fr.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdl…
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/cryptdlg_Fr.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/cryptdlg/cryptdlg_Fr.rc (removed)
@@ -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 ="
-}
Removed: trunk/reactos/dll/win32/cryptdlg/cryptdlg_He.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdl…
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/cryptdlg_He.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/cryptdlg/cryptdlg_He.rc (removed)
@@ -1,40 +0,0 @@
-/*
- * cryptdlg dll resources
- *
- * Copyright 2008 Juan Lang
- *
- * Translated by Baruch Rutman
- *
- * 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_HEBREW, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
- IDS_CERT_POLICY "Certificate Policy"
- 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_USER_NOTICE "User Notice"
- IDS_QUALIFIER "Qualifier"
- IDS_NOTICE_REF "Notice Reference"
- IDS_ORGANIZATION "×ר×××="
- IDS_NOTICE_NUM "Notice Number="
- IDS_NOTICE_TEXT "Notice Text="
-}
Removed: trunk/reactos/dll/win32/cryptdlg/cryptdlg_Hu.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdl…
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/cryptdlg_Hu.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/cryptdlg/cryptdlg_Hu.rc (removed)
@@ -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="
-}
Removed: trunk/reactos/dll/win32/cryptdlg/cryptdlg_It.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdl…
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/cryptdlg_It.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/cryptdlg/cryptdlg_It.rc (removed)
@@ -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 "CPS" /* 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="
-}
Removed: trunk/reactos/dll/win32/cryptdlg/cryptdlg_Ko.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdl…
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/cryptdlg_Ko.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/cryptdlg/cryptdlg_Ko.rc (removed)
@@ -1,39 +0,0 @@
-/*
- * cryptdlg dll resources
- *
- * Copyright 2008 Juan Lang
- * Copyright 2008 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"
-
-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 "ÅëÁö ÅؽºÆ®="
-}
Removed: trunk/reactos/dll/win32/cryptdlg/cryptdlg_Lt.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdl…
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/cryptdlg_Lt.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/cryptdlg/cryptdlg_Lt.rc (removed)
@@ -1,41 +0,0 @@
-/*
- * cryptdlg dll Lithuanian resources
- *
- * Copyright 2009 Aurimas Fišeras <aurimas(a)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="
-}
Removed: trunk/reactos/dll/win32/cryptdlg/cryptdlg_Nl.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdl…
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/cryptdlg_Nl.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/cryptdlg/cryptdlg_Nl.rc (removed)
@@ -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="
-}
Removed: trunk/reactos/dll/win32/cryptdlg/cryptdlg_No.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdl…
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/cryptdlg_No.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/cryptdlg/cryptdlg_No.rc (removed)
@@ -1,40 +0,0 @@
-/*
- * cryptdlg dll resources (Norwegian Bokmål)
- *
- * Copyright 2010 Alexander N. Sørnes <alex(a)thehandofagony.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 "Sertifikatpolitikk"
- IDS_POLICY_ID "Politikk-ID: "
- IDS_POLICY_QUALIFIER_INFO "Info om politikkvalifisering"
- 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="
-}
Removed: trunk/reactos/dll/win32/cryptdlg/cryptdlg_Pl.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdl…
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/cryptdlg_Pl.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/cryptdlg/cryptdlg_Pl.rc (removed)
@@ -1,38 +0,0 @@
-/*
- * cryptdlg dll resources
- *
- * Copyright 2010 £ukasz Wojni³owicz
- *
- * 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 u¿ytkownika"
- IDS_QUALIFIER "Kwalifikator"
- IDS_NOTICE_REF "Odniesienie zawiadamiania"
- IDS_ORGANIZATION "Organizacja="
- IDS_NOTICE_NUM "Numer zawiadamiaj¹cy="
- IDS_NOTICE_TEXT "Tekst zawiadamiaj¹cy="
-}
Removed: trunk/reactos/dll/win32/cryptdlg/cryptdlg_Pt.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdl…
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/cryptdlg_Pt.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/cryptdlg/cryptdlg_Pt.rc (removed)
@@ -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="
-}
Removed: trunk/reactos/dll/win32/cryptdlg/cryptdlg_Ro.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdl…
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/cryptdlg_Ro.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/cryptdlg/cryptdlg_Ro.rc (removed)
@@ -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="
-}
Removed: trunk/reactos/dll/win32/cryptdlg/cryptdlg_Uk.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdlg/cryptdl…
==============================================================================
--- trunk/reactos/dll/win32/cryptdlg/cryptdlg_Uk.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/cryptdlg/cryptdlg_Uk.rc (removed)
@@ -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 "ТекÑÑ Ð¿Ð¾Ð²ÑдомленнÑ="
-}
Propchange: trunk/reactos/dll/win32/cryptdlg/lang/
------------------------------------------------------------------------------
--- bugtraq:logregex (added)
+++ bugtraq:logregex Sun Sep 15 14:05:37 2013
@@ -0,0 +1,2 @@
+([Ii]ssue|[Bb]ug)s? #?(\d+)(,? ?#?(\d+))*(,? ?(and |or )?#?(\d+))?
+(\d+)
Propchange: trunk/reactos/dll/win32/cryptdlg/lang/
------------------------------------------------------------------------------
bugtraq:message = See issue #%BUGID% for more details.
Propchange: trunk/reactos/dll/win32/cryptdlg/lang/
------------------------------------------------------------------------------
bugtraq:url =
http://www.reactos.org/bugzilla/show_bug.cgi?id=%BUGID%
Propchange: trunk/reactos/dll/win32/cryptdlg/lang/
------------------------------------------------------------------------------
tsvn:logminsize = 10