Author: akhaldi
Date: Tue Sep 10 23:38:33 2013
New Revision: 60024
URL:
http://svn.reactos.org/svn/reactos?rev=60024&view=rev
Log:
[CREDUI]
* Move the resource files to the appropriate folders.
Added:
trunk/reactos/dll/win32/credui/lang/ (with props)
trunk/reactos/dll/win32/credui/lang/credui_Da.rc
- copied unchanged from r60021, trunk/reactos/dll/win32/credui/credui_Da.rc
trunk/reactos/dll/win32/credui/lang/credui_De.rc
- copied unchanged from r60021, trunk/reactos/dll/win32/credui/credui_De.rc
trunk/reactos/dll/win32/credui/lang/credui_En.rc
- copied unchanged from r60021, trunk/reactos/dll/win32/credui/credui_En.rc
trunk/reactos/dll/win32/credui/lang/credui_Es.rc
- copied unchanged from r60021, trunk/reactos/dll/win32/credui/credui_Es.rc
trunk/reactos/dll/win32/credui/lang/credui_Fr.rc
- copied unchanged from r60021, trunk/reactos/dll/win32/credui/credui_Fr.rc
trunk/reactos/dll/win32/credui/lang/credui_He.rc
- copied unchanged from r60021, trunk/reactos/dll/win32/credui/credui_He.rc
trunk/reactos/dll/win32/credui/lang/credui_Hu.rc
- copied unchanged from r60021, trunk/reactos/dll/win32/credui/credui_Hu.rc
trunk/reactos/dll/win32/credui/lang/credui_It.rc
- copied unchanged from r60021, trunk/reactos/dll/win32/credui/credui_It.rc
trunk/reactos/dll/win32/credui/lang/credui_Ko.rc
- copied unchanged from r60021, trunk/reactos/dll/win32/credui/credui_Ko.rc
trunk/reactos/dll/win32/credui/lang/credui_Lt.rc
- copied unchanged from r60021, trunk/reactos/dll/win32/credui/credui_Lt.rc
trunk/reactos/dll/win32/credui/lang/credui_Nl.rc
- copied unchanged from r60021, trunk/reactos/dll/win32/credui/credui_Nl.rc
trunk/reactos/dll/win32/credui/lang/credui_No.rc
- copied unchanged from r60021, trunk/reactos/dll/win32/credui/credui_No.rc
trunk/reactos/dll/win32/credui/lang/credui_Pl.rc
- copied unchanged from r60021, trunk/reactos/dll/win32/credui/credui_Pl.rc
trunk/reactos/dll/win32/credui/lang/credui_Pt.rc
- copied unchanged from r60021, trunk/reactos/dll/win32/credui/credui_Pt.rc
trunk/reactos/dll/win32/credui/lang/credui_Ro.rc
- copied unchanged from r60021, trunk/reactos/dll/win32/credui/credui_Ro.rc
trunk/reactos/dll/win32/credui/lang/credui_Ru.rc
- copied unchanged from r60021, trunk/reactos/dll/win32/credui/credui_Ru.rc
trunk/reactos/dll/win32/credui/lang/credui_Si.rc
- copied unchanged from r60021, trunk/reactos/dll/win32/credui/credui_Si.rc
trunk/reactos/dll/win32/credui/lang/credui_Sv.rc
- copied unchanged from r60021, trunk/reactos/dll/win32/credui/credui_Sv.rc
trunk/reactos/dll/win32/credui/lang/credui_Uk.rc
- copied unchanged from r60021, trunk/reactos/dll/win32/credui/credui_Uk.rc
trunk/reactos/dll/win32/credui/lang/credui_Zh.rc
- copied unchanged from r60021, trunk/reactos/dll/win32/credui/credui_Zh.rc
trunk/reactos/dll/win32/credui/res/ (with props)
trunk/reactos/dll/win32/credui/res/banner.bmp
- copied unchanged from r60021, trunk/reactos/dll/win32/credui/banner.bmp
Removed:
trunk/reactos/dll/win32/credui/banner.bmp
trunk/reactos/dll/win32/credui/credui_Da.rc
trunk/reactos/dll/win32/credui/credui_De.rc
trunk/reactos/dll/win32/credui/credui_En.rc
trunk/reactos/dll/win32/credui/credui_Es.rc
trunk/reactos/dll/win32/credui/credui_Fr.rc
trunk/reactos/dll/win32/credui/credui_He.rc
trunk/reactos/dll/win32/credui/credui_Hu.rc
trunk/reactos/dll/win32/credui/credui_It.rc
trunk/reactos/dll/win32/credui/credui_Ko.rc
trunk/reactos/dll/win32/credui/credui_Lt.rc
trunk/reactos/dll/win32/credui/credui_Nl.rc
trunk/reactos/dll/win32/credui/credui_No.rc
trunk/reactos/dll/win32/credui/credui_Pl.rc
trunk/reactos/dll/win32/credui/credui_Pt.rc
trunk/reactos/dll/win32/credui/credui_Ro.rc
trunk/reactos/dll/win32/credui/credui_Ru.rc
trunk/reactos/dll/win32/credui/credui_Si.rc
trunk/reactos/dll/win32/credui/credui_Sv.rc
trunk/reactos/dll/win32/credui/credui_Uk.rc
trunk/reactos/dll/win32/credui/credui_Zh.rc
Modified:
trunk/reactos/dll/win32/credui/credui.rc
Removed: trunk/reactos/dll/win32/credui/banner.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/banner.bm…
==============================================================================
Binary file - no diff available.
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] Tue Sep 10 23:38:33 2013
@@ -25,67 +25,67 @@
#include "credui_resources.h"
/* @makedep: banner.bmp */
-IDB_BANNER BITMAP banner.bmp
+IDB_BANNER BITMAP "res/banner.bmp"
#ifdef LANGUAGE_EN_US
- #include "credui_En.rc"
+ #include "lang/credui_En.rc"
#endif
#ifdef LANGUAGE_KO_KR
- #include "credui_Ko.rc"
+ #include "lang/credui_Ko.rc"
#endif
#ifdef LANGUAGE_NL_NL
- #include "credui_Nl.rc"
+ #include "lang/credui_Nl.rc"
#endif
#ifdef LANGUAGE_NO_NO
- #include "credui_No.rc"
+ #include "lang/credui_No.rc"
#endif
#ifdef LANGUAGE_PL_PL
- #include "credui_Pl.rc"
+ #include "lang/credui_Pl.rc"
#endif
#ifdef LANGUAGE_SV_SE
- #include "credui_Sv.rc"
+ #include "lang/credui_Sv.rc"
#endif
/* UTF-8 */
#ifdef LANGUAGE_DA_DK
- #include "credui_Da.rc"
+ #include "lang/credui_Da.rc"
#endif
#ifdef LANGUAGE_DE_DE
- #include "credui_De.rc"
+ #include "lang/credui_De.rc"
#endif
#ifdef LANGUAGE_ES_ES
- #include "credui_Es.rc"
+ #include "lang/credui_Es.rc"
#endif
#ifdef LANGUAGE_FR_FR
- #include "credui_Fr.rc"
+ #include "lang/credui_Fr.rc"
#endif
#ifdef LANGUAGE_HE_IL
- #include "credui_He.rc"
+ #include "lang/credui_He.rc"
#endif
#ifdef LANGUAGE_HU_HU
- #include "credui_Hu.rc"
+ #include "lang/credui_Hu.rc"
#endif
#ifdef LANGUAGE_IT_IT
- #include "credui_It.rc"
+ #include "lang/credui_It.rc"
#endif
#ifdef LANGUAGE_LT_LT
- #include "credui_Lt.rc"
+ #include "lang/credui_Lt.rc"
#endif
#ifdef LANGUAGE_PT_PT
- #include "credui_Pt.rc"
+ #include "lang/credui_Pt.rc"
#endif
#ifdef LANGUAGE_RO_RO
- #include "credui_Ro.rc"
+ #include "lang/credui_Ro.rc"
#endif
#ifdef LANGUAGE_RU_RU
- #include "credui_Ru.rc"
+ #include "lang/credui_Ru.rc"
#endif
#ifdef LANGUAGE_SL_SI
- #include "credui_Si.rc"
+ #include "lang/credui_Si.rc"
#endif
#ifdef LANGUAGE_UK_UA
- #include "credui_Uk.rc"
+ #include "lang/credui_Uk.rc"
#endif
#ifdef LANGUAGE_ZH_CN
- #include "credui_Zh.rc"
+ #include "lang/credui_Zh.rc"
#endif
Removed: trunk/reactos/dll/win32/credui/credui_Da.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/credui_Da…
==============================================================================
--- trunk/reactos/dll/win32/credui/credui_Da.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/credui/credui_Da.rc (removed)
@@ -1,55 +0,0 @@
-/*
- * Danish language resource file for Credentials UI
- *
- * Copyright 2008 Jens Albretsen
- * 2010 Thomas Larsen
- *
- * 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"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
-
-IDD_CREDDIALOG DIALOG 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 "&Brugernavn:",-1,8,62,72,12,SS_CENTERIMAGE
- CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
- CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
- LTEXT "&Kodeord:",-1,8,80,72,12,SS_CENTERIMAGE
- EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
- CONTROL "&Husk mit kodeord",IDC_SAVE,"Button",
- BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
- DEFPUSHBUTTON "OK",IDOK,97,128,50,14
- PUSHBUTTON "Annuller",IDCANCEL,156,128,50,14
-END
-
-STRINGTABLE
-{
- IDS_TITLEFORMAT "Tilslut til %s"
- IDS_MESSAGEFORMAT "Tilslutter til %s"
- IDS_INCORRECTPASSWORDTITLE "Tilslutning fejlede"
- IDS_INCORRECTPASSWORD "Vær sikker på at dit brugernavn\nog kodeord er
korrekt."
- IDS_CAPSLOCKONTITLE "Caps Lock er på"
- IDS_CAPSLOCKON "Du har sat Caps Lock til, dette kan være årsagen til at
du indtaster kodeordet forkert.\n\nTryk på Caps Lock tasten for at slå det fra før du
indtaster dit kodeord."
-}
Removed: trunk/reactos/dll/win32/credui/credui_De.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/credui_De…
==============================================================================
--- trunk/reactos/dll/win32/credui/credui_De.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/credui/credui_De.rc (removed)
@@ -1,54 +0,0 @@
-/*
- * German language resource file for Credentials UI
- *
- * Copyright 2007 Frank Richter
- *
- * 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"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
-
-IDD_CREDDIALOG DIALOG 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 "&Benutzername:",-1,8,62,72,12,SS_CENTERIMAGE
- CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
- CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
- LTEXT "&Kennwort:",-1,8,80,72,12,SS_CENTERIMAGE
- EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
- CONTROL "Kennwort &merken",IDC_SAVE,"Button",
- BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
- DEFPUSHBUTTON "OK",IDOK,97,128,50,14
- PUSHBUTTON "Abbrechen",IDCANCEL,156,128,50,14
-END
-
-STRINGTABLE
-{
- IDS_TITLEFORMAT "Mit %s verbinden"
- IDS_MESSAGEFORMAT "Verbindung mit %s wird hergestellt"
- IDS_INCORRECTPASSWORDTITLE "Anmeldung fehlgeschlagen"
- IDS_INCORRECTPASSWORD "Bitte überprüfen Sie Ihren Benutzernamen\nund
geben Sie das Kennwort neu ein."
- IDS_CAPSLOCKONTITLE "Die Feststelltaste ist aktiviert"
- IDS_CAPSLOCKON "Mit aktivierter Feststelltaste könnte das Kennwort falsch
eingeben werden.\n\nVor der Eingabe des Kennworts sollten Sie die Feststelltaste
deaktivieren."
-}
Removed: trunk/reactos/dll/win32/credui/credui_En.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/credui_En…
==============================================================================
--- trunk/reactos/dll/win32/credui/credui_En.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/credui/credui_En.rc (removed)
@@ -1,52 +0,0 @@
-/*
- * English language resource file for Credentials UI
- *
- * Copyright 2007 Robert Shearman (for CodeWeavers)
- *
- * 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"
-
-LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
-
-IDD_CREDDIALOG DIALOG 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 "&User name:",-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 "&Remember my password",IDC_SAVE,"Button",
- BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
- DEFPUSHBUTTON "OK",IDOK,97,128,50,14
- PUSHBUTTON "Cancel",IDCANCEL,156,128,50,14
-END
-
-STRINGTABLE
-{
- IDS_TITLEFORMAT "Connect to %s"
- IDS_MESSAGEFORMAT "Connecting to %s"
- IDS_INCORRECTPASSWORDTITLE "Logon unsuccessful"
- IDS_INCORRECTPASSWORD "Make sure that your user name\nand password are
correct."
- IDS_CAPSLOCKONTITLE "Caps Lock is On"
- IDS_CAPSLOCKON "Having Caps Lock on may cause you to enter your password
incorrectly.\n\nPress the Caps Lock key on your keyboard to turn off Caps Lock
before\nentering your password."
-}
Removed: trunk/reactos/dll/win32/credui/credui_Es.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/credui_Es…
==============================================================================
--- trunk/reactos/dll/win32/credui/credui_Es.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/credui/credui_Es.rc (removed)
@@ -1,55 +0,0 @@
-/*
- * Spanish language resource file for Credentials UI
- *
- * Copyright 2007 Luis Carlos Busquets Pérez
- * Copyright 2008 José Manuel Ferrer Ortiz
- *
- * 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"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
-
-IDD_CREDDIALOG DIALOG 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 "&Usuario:",-1,8,62,72,12,SS_CENTERIMAGE
- CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
- CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
- LTEXT "&Contraseña:",-1,8,80,72,12,SS_CENTERIMAGE
- EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
- CONTROL "&Recordar mi
contraseña",IDC_SAVE,"Button",
- BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
- DEFPUSHBUTTON "Aceptar",IDOK,97,128,50,14
- PUSHBUTTON "Cancelar",IDCANCEL,156,128,50,14
-END
-
-STRINGTABLE
-{
- IDS_TITLEFORMAT "Conectar a %s"
- IDS_MESSAGEFORMAT "Conectando to %s"
- IDS_INCORRECTPASSWORDTITLE "Identificación incorrecta"
- IDS_INCORRECTPASSWORD "Asegúrese que su nombre de usuario\ny contraseña
son correctos."
- IDS_CAPSLOCKONTITLE "Bloq Mayus está activado"
- IDS_CAPSLOCKON "El Bloq Mayus activado puede hacer que entre su contraseña
incorrectamente.\n\nPulse la tecla Bloq Mayus de su teclado para desactivar Bloq Mayus
antes\n de introducir su contraseña."
-}
Removed: 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 (removed)
@@ -1,54 +0,0 @@
-/*
- * French language resource file for Credentials UI
- *
- * Copyright 2007 Jonathan Ernst
- *
- * 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"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
-
-IDD_CREDDIALOG DIALOG 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 "&Nom
d'utilisateur :",-1,8,62,72,12,SS_CENTERIMAGE
- CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
- CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,12
- LTEXT "&Mot de passe :",-1,8,80,72,12,SS_CENTERIMAGE
- EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
- CONTROL "&Se souvenir de mon mot de
passe",IDC_SAVE,"Button",
- BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
- DEFPUSHBUTTON "OK",IDOK,97,128,50,14
- PUSHBUTTON "Annuler",IDCANCEL,156,128,50,14
-END
-
-STRINGTABLE
-{
- IDS_TITLEFORMAT "Se connecter à %s"
- IDS_MESSAGEFORMAT "Connexion à %s"
- IDS_INCORRECTPASSWORDTITLE "Ãchec lors de la connexion"
- IDS_INCORRECTPASSWORD "Assurez-vous que votre nom d'utilisateur\net
votre mot de passe sont corrects."
- 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."
-}
Removed: trunk/reactos/dll/win32/credui/credui_He.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/credui_He…
==============================================================================
--- trunk/reactos/dll/win32/credui/credui_He.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/credui/credui_He.rc (removed)
@@ -1,54 +0,0 @@
-/*
- * Hebrew language resource file for Credentials UI
- *
- * Copyright 2007 Robert Shearman (for CodeWeavers)
- *
- * 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 "credui_resources.h"
-
-LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
-
-IDD_CREDDIALOG DIALOG 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 "××ש×ר",IDOK,97,128,50,14
- PUSHBUTTON "×××××",IDCANCEL,156,128,50,14
-END
-
-STRINGTABLE
-{
- IDS_TITLEFORMAT "×ת××ר ×× %s"
- IDS_MESSAGEFORMAT "×ת××ר ×× %s"
- IDS_INCORRECTPASSWORDTITLE "××× ××¡× ×× ×צ××××"
- IDS_INCORRECTPASSWORD "× × ××××× ×©×©× ××שת×ש/ס×ס××
× ××× ××"
- IDS_CAPSLOCKONTITLE "Caps Lock פע××"
- IDS_CAPSLOCKON "Having Caps Lock on may cause you to enter your password
incorrectly.\n\nPress the Caps Lock key on your keyboard to turn off Caps Lock
before\nentering your password."
-}
Removed: trunk/reactos/dll/win32/credui/credui_Hu.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/credui_Hu…
==============================================================================
--- trunk/reactos/dll/win32/credui/credui_Hu.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/credui/credui_Hu.rc (removed)
@@ -1,55 +0,0 @@
-/*
- * Hungarian language resource file for Credentials UI
- *
- * 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 "credui_resources.h"
-
-/* UTF-8 */
-#pragma code_page(65001)
-
-LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
-
-IDD_CREDDIALOG DIALOG 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 "&Felhasználónév:",-1,8,62,72,12,SS_CENTERIMAGE
- CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
- CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
- LTEXT "&Jelszó:",-1,8,80,72,12,SS_CENTERIMAGE
- EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
- CONTROL "Je&lszó megjegyzése",IDC_SAVE,"Button",
- BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
- DEFPUSHBUTTON "OK",IDOK,97,128,50,14
- PUSHBUTTON "Mégse",IDCANCEL,156,128,50,14
-END
-
-STRINGTABLE
-{
- IDS_TITLEFORMAT "Kapcsolódás: %s"
- IDS_MESSAGEFORMAT "Kapcsolódás: %s"
- IDS_INCORRECTPASSWORDTITLE "Bejelentkezés sikertelen"
- IDS_INCORRECTPASSWORD "Kérem ellenÅrizze a felhasználóneve\nés a
jelszava helyességét."
- IDS_CAPSLOCKONTITLE "A Caps Lock be van kapcsolva"
- IDS_CAPSLOCKON "Ha Caps Lock be van kapcsolva, elképzelhetŠhogy hibásan
Ãrja be a jelszavát.\n\nNyomja meg a Caps Lock gombot a billentyűzetén a Caps Lock
kikapcsolásához\nmielÅtt megadja a jelszavát."
-}
Removed: 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 [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/credui/credui_It.rc (removed)
@@ -1,55 +0,0 @@
-/*
- * 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 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
-{
- 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."
-}
Removed: trunk/reactos/dll/win32/credui/credui_Ko.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/credui_Ko…
==============================================================================
--- trunk/reactos/dll/win32/credui/credui_Ko.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/credui/credui_Ko.rc (removed)
@@ -1,54 +0,0 @@
-/*
- * Korean language resource file for Credentials UI
- *
- * Copyright 2007 Robert Shearman (for CodeWeavers)
- * Copyright 2007 YunSong Hwang-ȲÀ±¼º(hys545(a)dreamwiz.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 "credui_resources.h"
-
-LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
-
-IDD_CREDDIALOG DIALOG 0, 0, 213, 149
-STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "IDS_TITLEFORMAT"
-FONT 9, "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 "»ç¿ëÀÚ À̸§(&U):",-1,8,62,72,12,SS_CENTERIMAGE
- CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
- CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
- LTEXT "¾ÏÈ£(&P):",-1,8,80,72,12,SS_CENTERIMAGE
- EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
- CONTROL "³» ¾ÏÈ£ ±â¾ï(&R)",IDC_SAVE,"Button",
- BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
- DEFPUSHBUTTON "È®ÀÎ",IDOK,97,128,50,14
- PUSHBUTTON "Ãë¼Ò",IDCANCEL,156,128,50,14
-END
-
-
-STRINGTABLE
-{
- IDS_TITLEFORMAT " %s ¿¬°á"
- IDS_MESSAGEFORMAT " %s ¿¬°áÁß"
- IDS_INCORRECTPASSWORDTITLE "·Î±×¿Â ½ÇÆÐ"
- IDS_INCORRECTPASSWORD "´ç½ÅÀÇ »ç¿ëÀÚ À̸§°ú ¾ÏÈ£°¡\n¿Ã¹Ù¸¥Áö
È®ÀÎÇϽʽÿÀ"
- IDS_CAPSLOCKONTITLE "Caps Lock Ä¿Áü"
- IDS_CAPSLOCKON "Caps Lock ÀÌ Ä¿Á® ÀÖÀ¸¸é ¾ÏÈ£°¡ À߸øÀÔ·ÂµÉ ¼ö ÀÖ½À´Ï´Ù.\n\n
¾ÏÈ£¸¦ ÀÔ·ÂÇϱâ Àü¿¡\nÅ°º¸µåÀÇ Caps Lock Å°¸¦ ²ô½Ã±â ¹Ù¶ø´Ï´Ù."
-}
Removed: 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 (removed)
@@ -1,55 +0,0 @@
-/*
- * Lithuanian language resource file for Credentials UI
- *
- * 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 "credui_resources.h"
-
-/* UTF-8 */
-#pragma code_page(65001)
-
-LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
-
-IDD_CREDDIALOG DIALOG 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
-{
- 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į."
-}
Removed: trunk/reactos/dll/win32/credui/credui_Nl.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/credui_Nl…
==============================================================================
--- trunk/reactos/dll/win32/credui/credui_Nl.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/credui/credui_Nl.rc (removed)
@@ -1,52 +0,0 @@
-/*
- * Dutch language resource file for Credentials UI
- *
- * Copyright 2008 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 "credui_resources.h"
-
-LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
-
-IDD_CREDDIALOG DIALOG 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 "&Gebruikersnaam:",-1,8,62,72,12,SS_CENTERIMAGE
- CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
- CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
- LTEXT "&Wachtwoord:",-1,8,80,72,12,SS_CENTERIMAGE
- EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
- CONTROL "&Onthoud mijn
wachtwoord",IDC_SAVE,"Button",
- BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
- DEFPUSHBUTTON "OK",IDOK,97,128,50,14
- PUSHBUTTON "Annuleren",IDCANCEL,156,128,50,14
-END
-
-STRINGTABLE
-{
- IDS_TITLEFORMAT "Verbind met %s"
- IDS_MESSAGEFORMAT "Verbinden met %s"
- IDS_INCORRECTPASSWORDTITLE "Inloggen mislukt"
- IDS_INCORRECTPASSWORD "Controleer of uw gebruikersnaam\nen wachtwoord
correct zijn."
- IDS_CAPSLOCKONTITLE "Caps Lock staat Aan"
- IDS_CAPSLOCKON "Met Caps Lock aan kan uw wachtwoord verkeerd worden
ingevoerd.\n\nDruk op de Caps Lock toets op uw toetsenbord om Caps Lock uit\nte zetten
voor invoer van uw wachtwoord."
-}
Removed: trunk/reactos/dll/win32/credui/credui_No.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/credui_No…
==============================================================================
--- trunk/reactos/dll/win32/credui/credui_No.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/credui/credui_No.rc (removed)
@@ -1,52 +0,0 @@
-/*
- * Norwegian Bokmål language resource file for Credentials UI
- *
- * Copyright 2007 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 "credui_resources.h"
-
-LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
-
-IDD_CREDDIALOG DIALOG 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 "Br&ukernavn:",-1,8,62,72,12,SS_CENTERIMAGE
- CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
- CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
- LTEXT "&Passord:",-1,8,80,72,12,SS_CENTERIMAGE
- EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
- CONTROL "&Remember my password",IDC_SAVE,"Button",
- BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
- DEFPUSHBUTTON "OK",IDOK,97,128,50,14
- PUSHBUTTON "Avbryt",IDCANCEL,156,128,50,14
-END
-
-STRINGTABLE
-{
- IDS_TITLEFORMAT "Koble til %s"
- IDS_MESSAGEFORMAT "Kobler til %s"
- IDS_INCORRECTPASSWORDTITLE "Klarte ikke logge på"
- IDS_INCORRECTPASSWORD "Sørg for at du oppga riktig\nbrukernavn og
passord."
- IDS_CAPSLOCKONTITLE "Caps Lock er på"
- IDS_CAPSLOCKON "Å ha Caps Lock på kan føre til at du skriver inn passordet
på feil måte.\n\nTrykk på Caps Lock-knappen på tastaturet for å slå av Caps Lock før
du\nskriver inn passordet på nytt."
-}
Removed: trunk/reactos/dll/win32/credui/credui_Pl.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/credui_Pl…
==============================================================================
--- trunk/reactos/dll/win32/credui/credui_Pl.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/credui/credui_Pl.rc (removed)
@@ -1,53 +0,0 @@
-/*
- * Polish language resource file for Credentials UI
- *
- * Copyright 2007 Robert Shearman (for CodeWeavers)
- * Copyright 2007 Mikolaj Zalewski
- *
- * 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"
-
-LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
-
-IDD_CREDDIALOG DIALOG 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 "&U¿ytkownik:",-1,8,62,72,12,SS_CENTERIMAGE
- CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
- CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
- LTEXT "&Has³o:",-1,8,80,72,12,SS_CENTERIMAGE
- EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
- CONTROL "&Zapamiêtaj has³o",IDC_SAVE,"Button",
- BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
- DEFPUSHBUTTON "&OK",IDOK,97,128,50,14
- PUSHBUTTON "&Anuluj",IDCANCEL,156,128,50,14
-END
-
-STRINGTABLE
-{
- IDS_TITLEFORMAT "Po³¹cz z %s"
- IDS_MESSAGEFORMAT "£¹czenie z %s"
- IDS_INCORRECTPASSWORDTITLE "Logowanie nie powiod³o siê"
- IDS_INCORRECTPASSWORD "Upewnij siê, ¿e nazwa u¿ytkownika\ni has³o s¹
poprawne."
- IDS_CAPSLOCKONTITLE "Caps Lock jest w³¹czony"
- IDS_CAPSLOCKON "W³¹czony tryb Caps Lock mo¿e spowodowaæ, ¿e wpiszesz has³o
niepoprawnie.\n\nNacinik klawisz Caps Lock key na klawiaturze, aby go wy³¹czyæ\nprzed
wprowadzeniem has³a."
-}
Removed: trunk/reactos/dll/win32/credui/credui_Pt.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/credui_Pt…
==============================================================================
--- trunk/reactos/dll/win32/credui/credui_Pt.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/credui/credui_Pt.rc (removed)
@@ -1,91 +0,0 @@
-/*
- * Portuguese language resource file for Credentials UI
- *
- * 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 "credui_resources.h"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
-
-IDD_CREDDIALOG DIALOG 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 de &usuário:",-1,8,62,72,12,SS_CENTERIMAGE
- CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
- CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
- LTEXT "&Senha:",-1,8,80,72,12,SS_CENTERIMAGE
- EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
- CONTROL "&Lembrar a senha",IDC_SAVE,"Button",
- BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
- DEFPUSHBUTTON "OK",IDOK,97,128,50,14
- PUSHBUTTON "Cancelar",IDCANCEL,156,128,50,14
-END
-
-LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
-
-IDD_CREDDIALOG DIALOG 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 "&User name:",-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 "&Lembrar a password",IDC_SAVE,"Button",
- BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
- DEFPUSHBUTTON "OK",IDOK,97,128,50,14
- PUSHBUTTON "Cancelar",IDCANCEL,156,128,50,14
-END
-
-
-LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
-
-STRINGTABLE
-{
- IDS_TITLEFORMAT "Conectar a %s"
- IDS_MESSAGEFORMAT "Conectando a %s"
- IDS_INCORRECTPASSWORDTITLE "Logon mal sucedido"
- IDS_INCORRECTPASSWORD "Certifique-se de que nome de usuário\ne senha
estão corretos."
- IDS_CAPSLOCKONTITLE "Caps Lock ligado"
- IDS_CAPSLOCKON "Ter o Caps Lock ligado pode provocar a introdução
incorreta da sua senha.\n\nPressione a tecla Caps Lock no seu teclado para desligar o Caps
Lock antes\nde introduzir a senha."
-}
-
-LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
-
-STRINGTABLE
-{
- IDS_TITLEFORMAT "Ligar a %s"
- IDS_MESSAGEFORMAT "A ligar a %s"
- IDS_INCORRECTPASSWORDTITLE "Logon mal sucedido"
- IDS_INCORRECTPASSWORD "Verifique que o seu nome de utilizador\ne password
estão correctos."
- IDS_CAPSLOCKONTITLE "Caps Lock ligado"
- IDS_CAPSLOCKON "Tendo o Caps Lock ligado pode provocar que introduza a sua
password incorrectamente.\n\nPressione a tecla Caps Lock no seu teclado para desligar o
Caps Lock antes\nde introduzir a password."
-}
Removed: trunk/reactos/dll/win32/credui/credui_Ro.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/credui_Ro…
==============================================================================
--- trunk/reactos/dll/win32/credui/credui_Ro.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/credui/credui_Ro.rc (removed)
@@ -1,53 +0,0 @@
-/*
- * 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
- */
-
-#include "credui_resources.h"
-
-LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
-
-#pragma code_page(65001)
-
-IDD_CREDDIALOG DIALOG 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
-{
- 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."
-}
Removed: trunk/reactos/dll/win32/credui/credui_Ru.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/credui_Ru…
==============================================================================
--- trunk/reactos/dll/win32/credui/credui_Ru.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/credui/credui_Ru.rc (removed)
@@ -1,55 +0,0 @@
-/*
- * Russian language resource file for Credentials UI
- *
- * Copyright 2008 Andrey Esin <andrey(a)esin.name>
- *
- * 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_RUSSIAN, SUBLANG_DEFAULT
-
-IDD_CREDDIALOG DIALOG 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 "ÐÐ",IDOK,97,128,50,14
- PUSHBUTTON "ÐÑмена",IDCANCEL,156,128,50,14
-END
-
-STRINGTABLE
-{
- IDS_TITLEFORMAT "ÐодклÑÑение к %s"
- IDS_MESSAGEFORMAT "ÐодклÑÑение к %s"
- IDS_INCORRECTPASSWORDTITLE "ÐÑ
од не бÑл пÑоизведÑн"
- IDS_INCORRECTPASSWORD "УбедиÑеÑÑ, ÑÑо имÑ
полÑзоваÑелÑ\nи паÑÐ¾Ð»Ñ Ð²ÐµÑнÑ."
- IDS_CAPSLOCKONTITLE "Caps Lock вклÑÑен"
- IDS_CAPSLOCKON "ÐаÑÐ¾Ð»Ñ Ð¼Ð¾Ð¶ÐµÑ Ð±ÑÑÑ Ð²Ð²ÐµÐ´Ñн
непÑавилÑно из-за нажаÑой клавиÑи Caps
Lock.\n\nÐÑклÑÑиÑе Caps Lock пеÑед Ñем, как вводиÑÑ
паÑолÑ."
-}
Removed: 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 (removed)
@@ -1,54 +0,0 @@
-/*
- * Slovenian language resource file for Credentials UI
- *
- * Copyright 2008 Rok Mandeljc
- *
- * 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"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
-
-IDD_CREDDIALOG DIALOG 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 "&Uporabniško ime:",-1,8,62,72,12,SS_CENTERIMAGE
- CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
- CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
- LTEXT "&Geslo:",-1,8,80,72,12,SS_CENTERIMAGE
- EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
- CONTROL "&Zapomni si geslo",IDC_SAVE,"Button",
- BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
- DEFPUSHBUTTON "V redu",IDOK,97,128,50,14
- PUSHBUTTON "PrekliÄi",IDCANCEL,156,128,50,14
-END
-
-STRINGTABLE
-{
- IDS_TITLEFORMAT "Poveži se na %s"
- IDS_MESSAGEFORMAT "Povezovanje na %s"
- IDS_INCORRECTPASSWORDTITLE "Prijava ni uspela"
- IDS_INCORRECTPASSWORD "Preverite, ali ste vnesli pravilno uporabniško ime
in/ali geslo."
- 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."
-}
Removed: trunk/reactos/dll/win32/credui/credui_Sv.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/credui_Sv…
==============================================================================
--- trunk/reactos/dll/win32/credui/credui_Sv.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/credui/credui_Sv.rc (removed)
@@ -1,42 +0,0 @@
-/*
- * Swedish language resource file for Credentials UI
- *
- * Copyright 2007 Daniel Nylander
- *
- * 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"
-
-LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
-
-IDD_CREDDIALOG DIALOG 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 "A&nvändarnamn:",-1,8,62,72,12,SS_CENTERIMAGE
- CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
- CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
- LTEXT "&Lösenord:",-1,8,80,72,12,SS_CENTERIMAGE
- EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
- CONTROL "&Remember my password",IDC_SAVE,"Button",
- BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
- DEFPUSHBUTTON "OK",IDOK,97,128,50,14
- PUSHBUTTON "Avbryt",IDCANCEL,156,128,50,14
-END
Removed: 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 [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/credui/credui_Uk.rc (removed)
@@ -1,56 +0,0 @@
-/*
- * 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 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
-{
- IDS_TITLEFORMAT "ÐÑд'ÑднаÑиÑÑ Ð´Ð¾ %s"
- IDS_MESSAGEFORMAT "ÐÑд'ÑднÑÑÑÑ Ð´Ð¾ %s"
- IDS_INCORRECTPASSWORDTITLE "ÐÑ
Ñд не вÑдбÑвÑÑ"
- IDS_INCORRECTPASSWORD "ÐеÑеконайÑеÑÑ Ñо Ñм'Ñ
коÑиÑÑÑваÑа\nÑ Ð¿Ð°ÑÐ¾Ð»Ñ Ð¿ÑавилÑнÑ."
- IDS_CAPSLOCKONTITLE "Caps Lock вклÑÑений"
- IDS_CAPSLOCKON "ÐаÑÐ¾Ð»Ñ Ð¼Ð¾Ð¶Ðµ бÑÑи введений
непÑавилÑно ÑеÑез наÑиÑÐ½ÐµÐ½Ñ ÐºÐ»Ð°Ð²ÑÑÑ Caps
Lock.\n\nÐимкнÑÑÑ Caps Lock пеÑед\nвведеннÑм паÑолÑ."
-}
Removed: trunk/reactos/dll/win32/credui/credui_Zh.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/credui/credui_Zh…
==============================================================================
--- trunk/reactos/dll/win32/credui/credui_Zh.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/credui/credui_Zh.rc (removed)
@@ -1,86 +0,0 @@
-/*
- * Credentials UI (Simplified and Traditional Chinese Resource)
- *
- * Copyright 2008 Hongbo Ni <hongbo.at.njstar.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 "credui_resources.h"
-
-/* Chinese text is encoded in UTF-8 */
-#pragma code_page(65001)
-
-LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
-
-IDD_CREDDIALOG DIALOG 0, 0, 213, 149
-STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "IDS_TITLEFORMAT"
-FONT 9, "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 "ç¨æ·å(&U):",-1,8,62,72,12,SS_CENTERIMAGE
- CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
- CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
- LTEXT "å¯ç (&P):",-1,8,80,72,12,SS_CENTERIMAGE
- EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
- CONTROL "è®°ä½æçå¯ç (&R)",IDC_SAVE,"Button",
- BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
- DEFPUSHBUTTON "ç¡®å®",IDOK,97,128,50,14
- PUSHBUTTON "åæ¶",IDCANCEL,156,128,50,14
-END
-
-STRINGTABLE
-{
- IDS_TITLEFORMAT "è¿æ¥å° %s"
- IDS_MESSAGEFORMAT "æ£å¨è¿æ¥å° %s"
- IDS_INCORRECTPASSWORDTITLE "ç»å½å¤±è´¥"
- IDS_INCORRECTPASSWORD "è¯·ç¡®è®¤ä½ è¾å
¥çç¨æ·ååå¯ç \næ¯å¦æ£ç¡®."
- IDS_CAPSLOCKONTITLE "大åéå®å¼ç"
- IDS_CAPSLOCKON "å¼ç大åéå®å¯è½å¯¼è´ä½ è¾å
¥é误çå¯ç ."
-}
-
-LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
-
-IDD_CREDDIALOG DIALOG 0, 0, 213, 149
-STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "IDS_TITLEFORMAT"
-FONT 9, "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 "ç¨æ¶å(&U):",-1,8,62,72,12,SS_CENTERIMAGE
- CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
- CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
- LTEXT "å¯ç¢¼(&P):",-1,8,80,72,12,SS_CENTERIMAGE
- EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
- CONTROL "è¨ä½æçå¯ç¢¼(&R)",IDC_SAVE,"Button",
- BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
- DEFPUSHBUTTON "確å®",IDOK,97,128,50,14
- PUSHBUTTON "åæ¶",IDCANCEL,156,128,50,14
-END
-
-STRINGTABLE
-{
- IDS_TITLEFORMAT "é£æ¥å° %s"
- IDS_MESSAGEFORMAT "æ£å¨é£æ¥å° %s"
- IDS_INCORRECTPASSWORDTITLE "ç»é失æ"
- IDS_INCORRECTPASSWORD "è«ç¢ºèªä½ 輸å
¥çç¨æ¶ååå¯ç¢¼\næ¯å¦æ£ç¢º."
- IDS_CAPSLOCKONTITLE "大寫éå®éè"
- IDS_CAPSLOCKON "éè大寫éå®å¯è½å°è´ä½ 輸å
¥é¯èª¤çå¯ç¢¼."
-}
Propchange: trunk/reactos/dll/win32/credui/lang/
------------------------------------------------------------------------------
--- bugtraq:logregex (added)
+++ bugtraq:logregex Tue Sep 10 23:38:33 2013
@@ -0,0 +1,2 @@
+([Ii]ssue|[Bb]ug)s? #?(\d+)(,? ?#?(\d+))*(,? ?(and |or )?#?(\d+))?
+(\d+)
Propchange: trunk/reactos/dll/win32/credui/lang/
------------------------------------------------------------------------------
bugtraq:message = See issue #%BUGID% for more details.
Propchange: trunk/reactos/dll/win32/credui/lang/
------------------------------------------------------------------------------
bugtraq:url =
http://www.reactos.org/bugzilla/show_bug.cgi?id=%BUGID%
Propchange: trunk/reactos/dll/win32/credui/lang/
------------------------------------------------------------------------------
tsvn:logminsize = 10
Propchange: trunk/reactos/dll/win32/credui/res/
------------------------------------------------------------------------------
--- bugtraq:logregex (added)
+++ bugtraq:logregex Tue Sep 10 23:38:33 2013
@@ -0,0 +1,2 @@
+([Ii]ssue|[Bb]ug)s? #?(\d+)(,? ?#?(\d+))*(,? ?(and |or )?#?(\d+))?
+(\d+)
Propchange: trunk/reactos/dll/win32/credui/res/
------------------------------------------------------------------------------
bugtraq:message = See issue #%BUGID% for more details.
Propchange: trunk/reactos/dll/win32/credui/res/
------------------------------------------------------------------------------
bugtraq:url =
http://www.reactos.org/bugzilla/show_bug.cgi?id=%BUGID%
Propchange: trunk/reactos/dll/win32/credui/res/
------------------------------------------------------------------------------
tsvn:logminsize = 10