[ros-diffs] [dchapyshev] 40812: - Sync credui and crypt32 with Wine 1.1.20

dchapyshev at svn.reactos.org dchapyshev at svn.reactos.org
Wed May 6 10:45:03 CEST 2009


Author: dchapyshev
Date: Wed May  6 12:45:02 2009
New Revision: 40812

URL: http://svn.reactos.org/svn/reactos?rev=40812&view=rev
Log:
- Sync credui and crypt32 with Wine 1.1.20

Added:
    trunk/reactos/dll/win32/credui/credui_Lt.rc   (with props)
    trunk/reactos/dll/win32/credui/credui_Ro.rc   (with props)
Modified:
    trunk/reactos/dll/win32/credui/credui.rc
    trunk/reactos/dll/win32/crypt32/crypt32_Nl.rc

Modified: trunk/reactos/dll/win32/credui/credui.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/credui.rc?rev=40812&r1=40811&r2=40812&view=diff
==============================================================================
--- trunk/reactos/dll/win32/credui/credui.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/credui/credui.rc [iso-8859-1] Wed May  6 12:45:02 2009
@@ -33,10 +33,12 @@
 #include "credui_Es.rc"
 #include "credui_Fr.rc"
 #include "credui_Ko.rc"
+#include "credui_Lt.rc"
 #include "credui_Nl.rc"
 #include "credui_No.rc"
 #include "credui_Pl.rc"
 #include "credui_Pt.rc"
+#include "credui_Ro.rc"
 #include "credui_Ru.rc"
 #include "credui_Si.rc"
 #include "credui_Sv.rc"

Added: trunk/reactos/dll/win32/credui/credui_Lt.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/credui_Lt.rc?rev=40812&view=auto
==============================================================================
--- trunk/reactos/dll/win32/credui/credui_Lt.rc (added)
+++ trunk/reactos/dll/win32/credui/credui_Lt.rc [iso-8859-1] Wed May  6 12:45:02 2009
@@ -1,0 +1,55 @@
+/*
+ * Lithuanian language resource file for Credentials UI
+ *
+ * Copyright 2009 Aurimas Fišeras <aurimas at 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
+ */
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
+
+IDD_CREDDIALOG DIALOG DISCARDABLE  0, 0, 213, 149
+STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "IDS_TITLEFORMAT"
+FONT 8, "MS Shell Dlg"
+BEGIN
+    CONTROL         IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
+                    0,213,37
+    LTEXT           "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
+    LTEXT           "&Naudotojo vardas:",-1,8,62,72,12,SS_CENTERIMAGE
+    CONTROL         "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
+                    CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
+    LTEXT           "&Slaptažodis:",-1,8,80,72,12,SS_CENTERIMAGE
+    EDITTEXT        IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
+    CONTROL         "Į&siminti mano slaptažodį",IDC_SAVE,"Button",
+                    BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
+    DEFPUSHBUTTON   "Gerai",IDOK,97,128,50,14
+    PUSHBUTTON      "Atsisakyti",IDCANCEL,156,128,50,14
+END
+
+STRINGTABLE DISCARDABLE
+{
+    IDS_TITLEFORMAT     "Užmegzti ryšį su %s"
+    IDS_MESSAGEFORMAT   "Jungiamasi prie %s"
+    IDS_INCORRECTPASSWORDTITLE  "Prisijungimas nesÄ—kmingas"
+    IDS_INCORRECTPASSWORD       "Įsitikinkite, kad naudotojo vardas\nir slaptažodis yra teisingi."
+    IDS_CAPSLOCKONTITLE "Didžiųjų raidžių būsena įjungta"
+    IDS_CAPSLOCKON      "Kai įjungta didžiųjų raidžių bÅ«sena, savo slaptažodį galite įvesti neteisingai.\n\nPaspauskite didžiųjų raidžių klaviatÅ«ros klaviÅ¡Ä
 didžiųjų raidžių būsenai išjungti\nprieš rinkdami savo slaptažodį."
+}
+
+#pragma code_page(default)

Propchange: trunk/reactos/dll/win32/credui/credui_Lt.rc
------------------------------------------------------------------------------
    svn:eol-style = native

Added: trunk/reactos/dll/win32/credui/credui_Ro.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/credui_Ro.rc?rev=40812&view=auto
==============================================================================
--- trunk/reactos/dll/win32/credui/credui_Ro.rc (added)
+++ trunk/reactos/dll/win32/credui/credui_Ro.rc [iso-8859-1] Wed May  6 12:45:02 2009
@@ -1,0 +1,53 @@
+/*
+ * Copyright 2007 Robert Shearman (for CodeWeavers)
+ * Copyright 2009 Michael Stefaniuc
+ *
+ * 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
+ */
+
+LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
+
+#pragma code_page(65001)
+
+IDD_CREDDIALOG DIALOG DISCARDABLE  0, 0, 213, 149
+STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "IDS_TITLEFORMAT"
+FONT 8, "MS Shell Dlg"
+BEGIN
+    CONTROL         IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
+                    0,213,37
+    LTEXT           "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
+    LTEXT           "Nume &utilizator:",-1,8,62,72,12,SS_CENTERIMAGE
+    CONTROL         "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
+                    CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
+    LTEXT           "&Parolă:",-1,8,80,72,12,SS_CENTERIMAGE
+    EDITTEXT        IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
+    CONTROL         "Èšine minte pa&rola",IDC_SAVE,"Button",
+                    BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
+    DEFPUSHBUTTON   "OK",IDOK,97,128,50,14
+    PUSHBUTTON      "Renunță",IDCANCEL,156,128,50,14
+END
+
+STRINGTABLE DISCARDABLE
+{
+    IDS_TITLEFORMAT     "Conectare la %s"
+    IDS_MESSAGEFORMAT   "Conectez la %s"
+    IDS_INCORRECTPASSWORDTITLE  "Autentificare eșuată"
+    IDS_INCORRECTPASSWORD       "Verificați numele de utilizator și parola."
+    IDS_CAPSLOCKONTITLE "Tasta Caps Lock este activată"
+    IDS_CAPSLOCKON      "Cu tasta Caps Lock activată este foarte probabil că veți introduce parola greșit. \n\nInainte de a introduce parola apăsați tasta Caps Lock pentru a dezactiva scrierea cu majuscule."
+}
+
+#pragma code_page(default)

Propchange: trunk/reactos/dll/win32/credui/credui_Ro.rc
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: trunk/reactos/dll/win32/crypt32/crypt32_Nl.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/crypt32/crypt32_Nl.rc?rev=40812&r1=40811&r2=40812&view=diff
==============================================================================
--- trunk/reactos/dll/win32/crypt32/crypt32_Nl.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/crypt32/crypt32_Nl.rc [iso-8859-1] Wed May  6 12:45:02 2009
@@ -43,7 +43,7 @@
     IDS_CONTENT_TYPE "Inhoud Type"
     IDS_MESSAGE_DIGEST "Boodschap Samenvatting"
     IDS_SIGNING_TIME "Tijd van Ondertekening"
-    IDS_COUNTER_SIGN "Counter Sign"
+    IDS_COUNTER_SIGN "Tegen handtekening"
     IDS_CHALLENGE_PASSWORD "Geheime Vraag Wachtwoord"
     IDS_UNSTRUCTURED_ADDRESS "Ongestructureerd Adres"
     IDS_SMIME_CAPABILITIES "SMIME Mogelijkheden"
@@ -63,9 +63,9 @@
     IDS_NETSCAPE_CA_POLICY_URL "Netscape CA Beleids URL"
     IDS_NETSCAPE_SSL_SERVER_NAME "Netscape SSL Server Naam"
     IDS_NETSCAPE_COMMENT "Netscape Commentaar"
-    IDS_SPC_SP_AGENCY_INFO "SpcSpAgencyInfo"
-    IDS_SPC_FINANCIAL_CRITERIA "SpcFinancialCriteria"
-    IDS_SPC_MINIMAL_CRITERIA "SpcMinimalCriteria"
+    IDS_SPC_SP_AGENCY_INFO "SPC SP Agency Informatie"
+    IDS_SPC_FINANCIAL_CRITERIA "SPC Financiele Criteria"
+    IDS_SPC_MINIMAL_CRITERIA "SPC Minimale Criteria"
     IDS_COUNTRY "Land/Regio"
     IDS_ORGANIZATION "Organisatie"
     IDS_ORGANIZATIONAL_UNIT "Organisatie Onderdeel"
@@ -173,6 +173,7 @@
     IDS_LOCALIZEDNAME_ADDRESSBOOK "Overige Personen"
     IDS_LOCALIZEDNAME_TRUSTEDPUBLISHER "Vertrouwde uitgevers"
 }
+
 STRINGTABLE DISCARDABLE
 {
     IDS_KEY_ID "SleutelID="
@@ -181,7 +182,7 @@
     IDS_ALT_NAME_OTHER_NAME "Andere naam="
     IDS_ALT_NAME_RFC822_NAME "Email Adres="
     IDS_ALT_NAME_DNS_NAME "DNS naam="
-    IDS_ALT_NAME_DIRECTORY_NAME "Directory adres"
+    IDS_ALT_NAME_DIRECTORY_NAME "Directory naam="
     IDS_ALT_NAME_URL "URL="
     IDS_ALT_NAME_IP_ADDRESS "IP adres="
     IDS_ALT_NAME_MASK "Masker="
@@ -205,8 +206,8 @@
     IDS_CRL_DIST_POINT_RDN_NAME "RDN naam"
     IDS_CRL_DIST_POINT_REASON "CRL reden="
     IDS_CRL_DIST_POINT_ISSUER "CRL verstrekker"
-    IDS_REASON_KEY_COMPROMISE "Key Compromie"
-    IDS_REASON_CA_COMPROMISE "CA Compromie"
+    IDS_REASON_KEY_COMPROMISE "Sleutel besmet"
+    IDS_REASON_CA_COMPROMISE "CA besmet"
     IDS_REASON_AFFILIATION_CHANGED "Samenwerking gewijzigd"
     IDS_REASON_SUPERSEDED "Verouderd"
     IDS_REASON_CESSATION_OF_OPERATION "Werkzaamheden gestaakt"



More information about the Ros-diffs mailing list