Luis C. Busquets Pérez : credui: Add Spanish resource.

Alexandre Julliard julliard at winehq.org
Mon Dec 10 08:54:22 CST 2007


Module: wine
Branch: master
Commit: 0acf65879283046b86c1c2b013fe02d20822b2cb
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0acf65879283046b86c1c2b013fe02d20822b2cb

Author: Luis C. Busquets Pérez <luis.busquets at ilidium.com>
Date:   Fri Dec  7 19:00:14 2007 +0100

credui: Add Spanish resource.

---

 dlls/credui/credui.rc    |    1 +
 dlls/credui/credui_Es.rc |   50 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+), 0 deletions(-)

diff --git a/dlls/credui/credui.rc b/dlls/credui/credui.rc
index f62fd3d..181e3b3 100644
--- a/dlls/credui/credui.rc
+++ b/dlls/credui/credui.rc
@@ -29,6 +29,7 @@ IDB_BANNER BITMAP LOADONCALL DISCARDABLE banner.bmp
 
 #include "credui_De.rc"
 #include "credui_En.rc"
+#include "credui_Es.rc"
 #include "credui_Fr.rc"
 #include "credui_Ko.rc"
 #include "credui_No.rc"
diff --git a/dlls/credui/credui_Es.rc b/dlls/credui/credui_Es.rc
new file mode 100644
index 0000000..821d8dd
--- /dev/null
+++ b/dlls/credui/credui_Es.rc
@@ -0,0 +1,50 @@
+/*
+ * Spanish language resource file for Credentials UI
+ *
+ * Copyright 2007 Luis Carlos Busquets Pérez
+ *
+ * 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_SPANISH, 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,IDC_STATIC,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
+                    0,213,37
+    LTEXT           "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
+    LTEXT           "&Usuario:",IDC_STATIC,8,62,72,12,SS_CENTERIMAGE
+    CONTROL         "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
+                    CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
+    LTEXT           "&Contraseña:",IDC_STATIC,8,80,72,12,SS_CENTERIMAGE
+    EDITTEXT        IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
+    CONTROL         "&Recordar mi contraseña",IDC_SAVE,"Botón",
+                    BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
+    DEFPUSHBUTTON   "Aceptar",IDOK,97,128,50,14
+    PUSHBUTTON      "Cancelar",IDCANCEL,156,128,50,14
+END
+
+STRINGTABLE DISCARDABLE
+{
+    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 con 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."
+}




More information about the wine-cvs mailing list