Author: cwittich
Date: Wed Mar 3 21:37:28 2010
New Revision: 45800
URL:
http://svn.reactos.org/svn/reactos?rev=45800&view=rev
Log:
[CREDUI]
sync credui to wine 1.1.39
Added:
trunk/reactos/dll/win32/credui/credui_It.rc (with props)
trunk/reactos/dll/win32/credui/credui_Uk.rc (with props)
Modified:
trunk/reactos/dll/win32/credui/credui.rc
trunk/reactos/dll/win32/credui/credui_Fr.rc
trunk/reactos/dll/win32/credui/credui_Lt.rc
trunk/reactos/dll/win32/credui/credui_Si.rc
Modified: trunk/reactos/dll/win32/credui/credui.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/credui.rc…
==============================================================================
--- trunk/reactos/dll/win32/credui/credui.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/credui/credui.rc [iso-8859-1] Wed Mar 3 21:37:28 2010
@@ -28,18 +28,22 @@
IDB_BANNER BITMAP LOADONCALL DISCARDABLE banner.bmp
#include "credui_Da.rc"
-#include "credui_De.rc"
#include "credui_En.rc"
-#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_Sv.rc"
+#include "credui_Zh.rc"
+
+/* UTF-8 */
+#include "credui_De.rc"
+#include "credui_Es.rc"
+#include "credui_Fr.rc"
+#include "credui_It.rc"
+#include "credui_Lt.rc"
#include "credui_Ro.rc"
#include "credui_Ru.rc"
#include "credui_Si.rc"
-#include "credui_Sv.rc"
-#include "credui_Zh.rc"
+#include "credui_Uk.rc"
Modified: trunk/reactos/dll/win32/credui/credui_Fr.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/credui_Fr…
==============================================================================
--- trunk/reactos/dll/win32/credui/credui_Fr.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/credui/credui_Fr.rc [iso-8859-1] Wed Mar 3 21:37:28 2010
@@ -52,4 +52,3 @@
IDS_CAPSLOCKONTITLE "VERR.MAJ est activé"
IDS_CAPSLOCKON "Le verrouillage majuscule étant activé, cela pourrait
provoquer une erreur lors de la saisie de votre mot de passe.\n\nAppuyez sur la touche
VERR.MAJ de votre clavier afin de désactiver le verrouilage majuscule avant\nde saisir
votre mot de passe."
}
-#pragma code_page(default)
Added: trunk/reactos/dll/win32/credui/credui_It.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/credui_It…
==============================================================================
--- trunk/reactos/dll/win32/credui/credui_It.rc (added)
+++ trunk/reactos/dll/win32/credui/credui_It.rc [iso-8859-1] Wed Mar 3 21:37:28 2010
@@ -1,0 +1,55 @@
+/*
+ * Italian language resource file for Credentials UI
+ *
+ * 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 "credui_resources.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_ITALIAN, 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 "&Nome Utente:",-1,8,62,72,12,SS_CENTERIMAGE
+ CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
+ CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
+ LTEXT "&Password:",-1,8,80,72,12,SS_CENTERIMAGE
+ EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
+ CONTROL "&Ricorda la mia
password",IDC_SAVE,"Button",
+ BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
+ DEFPUSHBUTTON "OK",IDOK,97,128,50,14
+ PUSHBUTTON "Annulla",IDCANCEL,156,128,50,14
+END
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_TITLEFORMAT "Connetti a %s"
+ IDS_MESSAGEFORMAT "Connettendo a %s"
+ IDS_INCORRECTPASSWORDTITLE "Accesso fallito"
+ IDS_INCORRECTPASSWORD "Assicurati che il tuo nome utente\ne password siano
corrette."
+ IDS_CAPSLOCKONTITLE "Il Caps Lock è acceso"
+ IDS_CAPSLOCKON "Avere Caps Lock acceso può portarti a immettere la
password incorrettamente.\n\nPremere il tasto Caps Lock sulla tua tastiera per spegnere
Caps Lock prima\n di immettere la tua password."
+}
Propchange: trunk/reactos/dll/win32/credui/credui_It.rc
------------------------------------------------------------------------------
svn:eol-style = native
Modified: trunk/reactos/dll/win32/credui/credui_Lt.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/credui_Lt…
==============================================================================
--- trunk/reactos/dll/win32/credui/credui_Lt.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/credui/credui_Lt.rc [iso-8859-1] Wed Mar 3 21:37:28 2010
@@ -53,4 +53,3 @@
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)
Modified: trunk/reactos/dll/win32/credui/credui_Si.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/credui_Si…
==============================================================================
--- trunk/reactos/dll/win32/credui/credui_Si.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/credui/credui_Si.rc [iso-8859-1] Wed Mar 3 21:37:28 2010
@@ -52,5 +52,3 @@
IDS_CAPSLOCKONTITLE "Caps Lock je vkljuÄen"
IDS_CAPSLOCKON "VkljuÄen Caps Lock je lahko vzrok nepravilnega vnosa
gesla.\n\nPritisnite tipko Caps Lock, s Äimer ga izklopite\nin ponovno vnesite
geslo."
}
-
-#pragma code_page(default)
Added: trunk/reactos/dll/win32/credui/credui_Uk.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/credui_Uk…
==============================================================================
--- trunk/reactos/dll/win32/credui/credui_Uk.rc (added)
+++ trunk/reactos/dll/win32/credui/credui_Uk.rc [iso-8859-1] Wed Mar 3 21:37:28 2010
@@ -1,0 +1,56 @@
+/*
+ * Ukrainian language resource file for Credentials UI
+ *
+ * Copyright 2007 Robert Shearman (for CodeWeavers)
+ * 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 "credui_resources.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
+
+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 "&ÐоÑиÑÑÑваÑ:",-1,8,62,72,12,SS_CENTERIMAGE
+ CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
+ CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
+ LTEXT "&ÐаÑолÑ:",-1,8,80,72,12,SS_CENTERIMAGE
+ EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
+ CONTROL "&Ðапам'ÑÑаÑи мÑй
паÑолÑ",IDC_SAVE,"Button",
+ BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
+ DEFPUSHBUTTON "OK",IDOK,97,128,50,14
+ PUSHBUTTON "СкаÑÑваÑи",IDCANCEL,156,128,50,14
+END
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_TITLEFORMAT "ÐÑд'ÑднаÑиÑÑ Ð´Ð¾ %s"
+ IDS_MESSAGEFORMAT "ÐÑд'ÑднÑÑÑÑ Ð´Ð¾ %s"
+ IDS_INCORRECTPASSWORDTITLE "ÐÑ
Ñд не вÑдбÑвÑÑ"
+ IDS_INCORRECTPASSWORD "ÐеÑеконайÑеÑÑ Ñо Ñм'Ñ
коÑиÑÑÑваÑа\nÑ Ð¿Ð°ÑÐ¾Ð»Ñ Ð¿ÑавилÑнÑ."
+ IDS_CAPSLOCKONTITLE "Caps Lock вклÑÑений"
+ IDS_CAPSLOCKON "ÐаÑÐ¾Ð»Ñ Ð¼Ð¾Ð¶Ðµ бÑÑи введений
непÑавилÑно ÑеÑез наÑиÑÐ½ÐµÐ½Ñ ÐºÐ»Ð°Ð²ÑÑÑ Caps
Lock.\n\nÐимкнÑÑÑ Caps Lock пеÑед\nвведеннÑм паÑолÑ."
+}
Propchange: trunk/reactos/dll/win32/credui/credui_Uk.rc
------------------------------------------------------------------------------
svn:eol-style = native