Module: wine
Branch: master
Commit: ffab78ed514f84433c6f9b22a613e447630b9f78
URL: http://source.winehq.org/git/wine.git/?a=commit;h=ffab78ed514f84433c6f9b22a…
Author: Yaron Shahrabani <sh.yaron(a)gmail.com>
Date: Sun Aug 1 12:43:23 2010 +0300
wineboot: Added Hebrew translation.
---
programs/wineboot/Makefile.in | 1 +
programs/wineboot/wineboot_He.rc | 52 ++++++++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+), 0 deletions(-)
diff --git a/programs/wineboot/Makefile.in b/programs/wineboot/Makefile.in
index 843b197..77cddb9 100644
--- a/programs/wineboot/Makefile.in
+++ b/programs/wineboot/Makefile.in
@@ -18,6 +18,7 @@ RC_SRCS = \
wineboot_En.rc \
wineboot_Es.rc \
wineboot_Fr.rc \
+ wineboot_He.rc \
wineboot_It.rc \
wineboot_Ja.rc \
wineboot_Ko.rc \
diff --git a/programs/wineboot/wineboot_He.rc b/programs/wineboot/wineboot_He.rc
new file mode 100644
index 0000000..bce62d3
--- /dev/null
+++ b/programs/wineboot/wineboot_He.rc
@@ -0,0 +1,52 @@
+/*
+ * WineBoot resources
+ *
+ * Copyright (C) 2007 Robert Shearman for CodeWeavers
+ * Hebrew translation by Yaron Shahrabani <sh.yaron(a)gmail.com>, 2010
+ *
+ * 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 "resource.h"
+
+#pragma code_page(65001)
+
+LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
+
+IDD_ENDTASK DIALOG 0, 0, 186, 71
+STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+EXSTYLE WS_EX_LAYOUTRTL
+CAPTION "בהמתנה לתכנה"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ DEFPUSHBUTTON "ביטול",IDCANCEL,129,49,50,15
+ PUSHBUTTON "חיסול התהליך",IDOK,51,49,71,15
+ LTEXT "מתבצעת הדמייה של ניתוק או כיבוי, אך תכנית זו אינה מגיבה.",
+ IDC_STATIC,7,7,172,19
+ LTEXT "אם התהליך יחוסל יתכן שכל הנתונים שלא נשמרו ילכו לאיבוד.",
+ IDC_STATIC,7,28,172,15
+END
+
+IDD_WAITDLG DIALOG 0, 0, 200, 50
+STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED
+EXSTYLE WS_EX_LAYOUTRTL
+CAPTION "Wine"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ ICON "", IDC_WAITICON, 3, 3, 10, 10
+ LTEXT "התצורה של wine שב־%s מתעדכנת, נא להמתין...",
+ IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX
+END
Module: website
Branch: master
Commit: 46f11088b275bef65ba5cadcf0dc19ce5544d665
URL: http://source.winehq.org/git/website.git/?a=commit;h=46f11088b275bef65ba5ca…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Sat Jul 31 20:56:34 2010 +0200
French translation for release 1.3.0
>From f74911600066ad2c4cec5a66f622d5e63da5c26f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delanoy?= <frederic.delanoy(a)gmail.com>
Date: Sat, 31 Jul 2010 20:55:32 +0200
Subject: French translation for release 1.3.0
---
news/fr/2010073001.xml | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/news/fr/2010073001.xml b/news/fr/2010073001.xml
new file mode 100644
index 0000000..d2d9441
--- /dev/null
+++ b/news/fr/2010073001.xml
@@ -0,0 +1,21 @@
+<news>
+<date>30 juillet 2010</date>
+<title>Sortie de Wine 1.3.0</title>
+<body>
+<p> La version de développement 1.3.0 de Wine est à présent disponible.</p>
+<p> <a href="{$root}/announce/1.3.0">Nouveautés</a> de cette version :
+<ul>
+ <li>Interface utilisateur préliminaire pour l'Internet Explorer intégré.</li>
+ <li>Prise en charge du glisser-déposer OLE multi-processus.</li>
+ <li>Nouveau programme wscript.exe intégré (Windows Script Host).</li>
+ <li>Les boîtes de dialogue ouvrir/enregistrer se rappellent du dernier
+répertoire utilisé.</li>
+ <li>Mises à jours de traductions.</li>
+ <li>Diverses corrections de bogues.</li>
+</ul></p>
+<p><p>Le <a
+href="http://prdownloads.sourceforge.net/wine/wine-1.3.0.tar.bz2">code
+source</a> est disponible dès à présent.
+Les paquets binaires sont en cours de construction, et apparaîtront sous peu
+sur leurs <a href="{$root}/download">sites de téléchargement</a> respectifs.
+</p></body></news>
Module: wine
Branch: master
Commit: e7c7e63f9883b1415c6101bcfe1d26a5e3b2580b
URL: http://source.winehq.org/git/wine.git/?a=commit;h=e7c7e63f9883b1415c6101bcf…
Author: Jose Rostagno <joserostagno(a)hotmail.com>
Date: Sat Jul 31 12:17:13 2010 -0300
cmd: Fix Spanish translation.
---
programs/cmd/Es.rc | 56 ++++++++++++++++++++++++++--------------------------
1 files changed, 28 insertions(+), 28 deletions(-)
diff --git a/programs/cmd/Es.rc b/programs/cmd/Es.rc
index de68724..4228ba1 100644
--- a/programs/cmd/Es.rc
+++ b/programs/cmd/Es.rc
@@ -262,34 +262,34 @@ Introduzca HELP <comando> para m
WCMD_NO, "N"
WCMD_NOASSOC, "Falta una asociaci�n de archivo para la extensi�n %s\n"
WCMD_NOFTYPE, "Ning�n comando de apertura asociado con el tipo de archivo '%s'\n"
- WCMD_OVERWRITE, "Overwrite %s"
+ WCMD_OVERWRITE, "Sobrescribir %s"
WCMD_MORESTR, "M�s..."
- WCMD_TRUNCATEDLINE, "Line in Batch processing possibly truncated. Using:\n"
- WCMD_NYI, "Not Yet Implemented\n\n"
- WCMD_NOARG, "Argument missing\n"
- WCMD_SYNTAXERR, "Syntax error\n"
- WCMD_FILENOTFOUND, "%s : File Not Found\n"
- WCMD_NOCMDHELP, "No help available for %s\n"
- WCMD_NOTARGET, "Target to GOTO not found\n"
- WCMD_CURRENTDATE, "Current Date is %s\n"
- WCMD_CURRENTTIME, "Current Time is %s\n"
- WCMD_NEWDATE, "Enter new date: "
- WCMD_NEWTIME, "Enter new time: "
- WCMD_MISSINGENV, "Environment variable %s not defined\n"
- WCMD_READFAIL, "Failed to open '%s'\n"
- WCMD_CALLINSCRIPT, "Cannot call batch label outside of a batch script\n"
+ WCMD_TRUNCATEDLINE, "L�nea en procesamiento por lotes posiblemente truncada. Usando:\n"
+ WCMD_NYI, "No implementado\n\n"
+ WCMD_NOARG, "Argumento faltante\n"
+ WCMD_SYNTAXERR, "Error de sintaxis\n"
+ WCMD_FILENOTFOUND, "%s : Archivo no encontrado\n"
+ WCMD_NOCMDHELP, "No hay ayuda disponible para %s\n"
+ WCMD_NOTARGET, "El destino de la instrucci�n GOTO no se ha encontrado\n"
+ WCMD_CURRENTDATE, "La fecha actual es %s\n"
+ WCMD_CURRENTTIME, "La hora actual es %s\n"
+ WCMD_NEWDATE, "Ingrese la nueva fecha: "
+ WCMD_NEWTIME, "Ingrese la nueva hora: "
+ WCMD_MISSINGENV, "Variable de entorno %s no definida\n"
+ WCMD_READFAIL, "No se pudo abrir '%s'\n"
+ WCMD_CALLINSCRIPT, "No se puede llamar a una etiqueta fuera de un script por lotes\n"
WCMD_ALL, "A"
- WCMD_DELPROMPT, "%s, Delete"
- WCMD_ECHOPROMPT, "Echo is %s\n"
- WCMD_VERIFYPROMPT, "Verify is %s\n"
- WCMD_VERIFYERR, "Verify must be ON or OFF\n"
- WCMD_ARGERR, "Parameter error\n"
- WCMD_VOLUMEDETAIL, "Volume in drive %c is %s\nVolume Serial Number is %04x-%04x\n\n"
- WCMD_VOLUMEPROMPT, "Volume label (11 characters, ENTER for none)?"
- WCMD_NOPATH, "PATH not found\n"
- WCMD_ANYKEY,"Press Return key to continue: "
- WCMD_CONSTITLE,"Wine Command Prompt"
- WCMD_VERSION,"CMD Version %s\n\n"
- WCMD_MOREPROMPT, "More? "
- WCMD_LINETOOLONG, "The input line is too long.\n"
+ WCMD_DELPROMPT, "%s, Borrar"
+ WCMD_ECHOPROMPT, "Echo es %s\n"
+ WCMD_VERIFYPROMPT, "Verificar es %s\n"
+ WCMD_VERIFYERR, "Verificar debe estar ON o OFF\n"
+ WCMD_ARGERR, "Error de par�metro\n"
+ WCMD_VOLUMEDETAIL, "El volumen en la unidad %c es %s\nEl n�mero de serie del volumen es %04x-%04x\n\n"
+ WCMD_VOLUMEPROMPT, "Etiqueta del volumen (11 caracteres, Return para ninguno)?"
+ WCMD_NOPATH, "PATH no encontrado\n"
+ WCMD_ANYKEY,"Pulse la tecla Return para continuar: "
+ WCMD_CONSTITLE,"Wine S�mbolo del sistema"
+ WCMD_VERSION,"CMD Versi�n %s\n\n"
+ WCMD_MOREPROMPT, "M�s? "
+ WCMD_LINETOOLONG, "La l�nea de entrada es demasiado larga.\n"
}
Module: wine
Branch: master
Commit: a7d78b33079199df6ae479ace1adce8e0ebbd4ad
URL: http://source.winehq.org/git/wine.git/?a=commit;h=a7d78b33079199df6ae479ace…
Author: Jose Rostagno <joserostagno(a)hotmail.com>
Date: Sat Jul 31 11:38:16 2010 -0300
shdocvw: Add Spanish translation.
---
dlls/shdocvw/Es.rc | 61 ++++++++++++++++++++++++++++++++++++++++++++++
dlls/shdocvw/Makefile.in | 1 +
2 files changed, 62 insertions(+), 0 deletions(-)
diff --git a/dlls/shdocvw/Es.rc b/dlls/shdocvw/Es.rc
new file mode 100644
index 0000000..885b1a1
--- /dev/null
+++ b/dlls/shdocvw/Es.rc
@@ -0,0 +1,61 @@
+/*
+ * Spanish resources for shdocvw
+ *
+ * Copyright 2010 José Rostagno
+ *
+ * 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 "resource.h"
+
+#pragma code_page(65001)
+
+LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
+
+IDD_BROWSE_OPEN DIALOG 10, 10, 200, 70
+STYLE DS_MODALFRAME | WS_CAPTION
+CAPTION "Abrir URL"
+FONT 8, "MS Shell Dlg"
+{
+ LTEXT "Especifique la dirección que desea abrir en Internet Explorer",-1,25, 5, 150,15
+ LTEXT "Abrir:", -1, 2, 32, 20, 15
+ EDITTEXT IDC_BROWSE_OPEN_URL, 25, 30, 160, 13
+ DEFPUSHBUTTON "&Aceptar", IDOK, 25, 50, 50, 15
+ PUSHBUTTON "&Cancelar", IDCANCEL, 85, 50, 50, 15
+}
+
+IDR_BROWSE_MAIN_MENU MENU
+{
+ POPUP "&Archivo"
+ {
+ POPUP "&Nuevo"
+ {
+ MENUITEM "&Ventana" ID_BROWSE_NEW_WINDOW
+ }
+ MENUITEM "&Abrir...", ID_BROWSE_OPEN
+ MENUITEM "&Guardar", ID_BROWSE_SAVE
+ MENUITEM "Guardar &como...", ID_BROWSE_SAVE_AS
+ MENUITEM SEPARATOR
+ MENUITEM "&Formato de impresión...", ID_BROWSE_PRINT_FORMAT
+ MENUITEM "&Imprimir...", ID_BROWSE_PRINT
+ MENUITEM "&Vista previa de impresión...", ID_BROWSE_PRINT_PREVIEW
+ MENUITEM SEPARATOR
+ MENUITEM "&Propiedades...", ID_BROWSE_PROPERTIES
+ }
+ POPUP "A&yuda"
+ {
+ MENUITEM "Acerca &de Internet Explorer...", ID_BROWSE_ABOUT
+ }
+}
diff --git a/dlls/shdocvw/Makefile.in b/dlls/shdocvw/Makefile.in
index 493adf9..30217f4 100644
--- a/dlls/shdocvw/Makefile.in
+++ b/dlls/shdocvw/Makefile.in
@@ -31,6 +31,7 @@ C_SRCS = \
RC_SRCS = \
De.rc \
En.rc \
+ Es.rc \
Fr.rc \
It.rc \
Ko.rc \
Module: wine
Branch: master
Commit: 2061bf5f385a61c8abdbd40f34f31efc9699f2b6
URL: http://source.winehq.org/git/wine.git/?a=commit;h=2061bf5f385a61c8abdbd40f3…
Author: Andrew Talbot <andrew.talbot(a)talbotville.com>
Date: Sat Jul 31 22:53:58 2010 +0100
comctl32: Constify some variables.
---
dlls/comctl32/comboex.c | 2 +-
dlls/comctl32/datetime.c | 2 +-
dlls/comctl32/header.c | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dlls/comctl32/comboex.c b/dlls/comctl32/comboex.c
index 4b5e079..6e90751 100644
--- a/dlls/comctl32/comboex.c
+++ b/dlls/comctl32/comboex.c
@@ -758,7 +758,7 @@ static HIMAGELIST COMBOEX_SetImageList (COMBOEX_INFO *infoPtr, HIMAGELIST himl)
return himlTemp;
}
-static BOOL COMBOEX_SetItemW (const COMBOEX_INFO *infoPtr, COMBOBOXEXITEMW *cit)
+static BOOL COMBOEX_SetItemW (const COMBOEX_INFO *infoPtr, const COMBOBOXEXITEMW *cit)
{
INT_PTR index = cit->iItem;
CBE_ITEMDATA *item;
diff --git a/dlls/comctl32/datetime.c b/dlls/comctl32/datetime.c
index 2418950..6204cd1 100644
--- a/dlls/comctl32/datetime.c
+++ b/dlls/comctl32/datetime.c
@@ -1368,7 +1368,7 @@ DATETIME_Destroy (DATETIME_INFO *infoPtr)
static INT
-DATETIME_GetText (DATETIME_INFO *infoPtr, INT count, LPWSTR dst)
+DATETIME_GetText (const DATETIME_INFO *infoPtr, INT count, LPWSTR dst)
{
WCHAR buf[80];
int i;
diff --git a/dlls/comctl32/header.c b/dlls/comctl32/header.c
index d916c72..603d0a3 100644
--- a/dlls/comctl32/header.c
+++ b/dlls/comctl32/header.c
@@ -1215,7 +1215,7 @@ HEADER_GetOrderArray(const HEADER_INFO *infoPtr, INT size, LPINT order)
/* Returns index of first duplicate 'value' from [0,to) range,
or -1 if there isn't any */
-static INT has_duplicate(INT *array, INT to, INT value)
+static INT has_duplicate(const INT *array, INT to, INT value)
{
INT i;
for(i = 0; i < to; i++)
@@ -1224,7 +1224,7 @@ static INT has_duplicate(INT *array, INT to, INT value)
}
/* returns next available value from [0,max] not to duplicate in [0,to) */
-static INT get_nextvalue(INT *array, INT to, INT max)
+static INT get_nextvalue(const INT *array, INT to, INT max)
{
INT i;
for(i = 0; i < max; i++)