Module: wine
Branch: master
Commit: 686119d89c50db8b4a1c4913dc13a67ef1146f29
URL: http://source.winehq.org/git/wine.git/?a=commit;h=686119d89c50db8b4a1c4913d…
Author: Jonathan Ernst <jonathan(a)ernstfamily.ch>
Date: Mon Jun 8 22:08:24 2009 +0200
reg: Updated French translation.
---
programs/reg/Fr.rc | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/programs/reg/Fr.rc b/programs/reg/Fr.rc
index 448f3da..671ebf6 100644
--- a/programs/reg/Fr.rc
+++ b/programs/reg/Fr.rc
@@ -3,6 +3,7 @@
* French language support
*
* Copyright 2008 Francois Gouget
+ * Copyright 2009 Jonathan Ernst
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -27,4 +28,9 @@ STRINGTABLE
STRING_ADD_USAGE, "REG ADD nom_de_cl� [/v nom_de_valeur | /ve] [/t type] [/s s�parateur] [/d donn�e] [/f]\n"
STRING_DELETE_USAGE, "REG DELETE nom_de_cl� [/v nom_de_valeur | /ve | /va] [/f]\n"
STRING_QUERY_USAGE, "REG QUERY nom_de_cl� [/v nom_de_valeur | /ve] [/s]\n"
+ STRING_SUCCESS, "L'op�ration s'est termin�e avec succ�s\n"
+ STRING_INVALID_KEY, "Erreur�: Nom de cl� non valable\n"
+ STRING_INVALID_CMDLINE, "Erreur�: Param�tre de ligne de commande non valable\n"
+ STRING_NO_REMOTE, "Erreur�: Impossible d'ajouter des cl�s � une machine distante\n"
+ STRING_CANNOT_FIND, "Erreur�: Le syst�me n'a pas �t� en mesure de trouver la cl� ou la valeur de registre sp�cifi�e\n"
}
Module: wine
Branch: master
Commit: 367816c0ffa50d326212eefec64be1f5f3c23f27
URL: http://source.winehq.org/git/wine.git/?a=commit;h=367816c0ffa50d326212eefec…
Author: Jonathan Ernst <jonathan(a)ernstfamily.ch>
Date: Mon Jun 8 22:08:39 2009 +0200
wordpad: Updated French translation.
---
programs/wordpad/Fr.rc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/programs/wordpad/Fr.rc b/programs/wordpad/Fr.rc
index 459dd0e..72f7c70 100644
--- a/programs/wordpad/Fr.rc
+++ b/programs/wordpad/Fr.rc
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2007 by Jonathan Ernst
+ * Copyright 2006-2009 by Jonathan Ernst
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -240,4 +240,5 @@ BEGIN
STRING_OPEN_FAILED, "Impossible d'ouvrir le fichier."
STRING_OPEN_ACCESS_DENIED, "Vous ne disposez pas des acc�s n�cessaires � l'ouverture du fichier."
STRING_PRINTING_NOT_IMPLEMENTED, "L'impression n'est pas impl�ment�e"
+ STRING_MAX_TAB_STOPS, "Impossible d'ajouter plus de 32 taquets de tabulation."
END
Module: wine
Branch: master
Commit: 0f82a1550dc0ddbd464834eac70fa4dacd78aded
URL: http://source.winehq.org/git/wine.git/?a=commit;h=0f82a1550dc0ddbd464834eac…
Author: Jonathan Ernst <jonathan(a)ernstfamily.ch>
Date: Mon Jun 8 22:08:32 2009 +0200
regedit: Updated French translation.
---
programs/regedit/Fr.rc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/programs/regedit/Fr.rc b/programs/regedit/Fr.rc
index cc8b671..9e197cf 100644
--- a/programs/regedit/Fr.rc
+++ b/programs/regedit/Fr.rc
@@ -3,7 +3,7 @@
*
* Copyright 2002 Robert Dickenson
* Copyright 2003 Vincent B�ron
- * Copyright 2005-2007 Jonathan Ernst
+ * Copyright 2005-2009 Jonathan Ernst
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -283,6 +283,7 @@ BEGIN
ID_EDIT_COPYKEYNAME "Copie le nom de la cl� s�lectionn�e vers le presse-papier"
ID_EDIT_FIND "Recherche du texte dans une cl�, une valeur ou des donn�es"
ID_EDIT_FINDNEXT "Recherche l'occurence suivante du texte de la derni�re recherche"
+ ID_EDIT_EXPORT "Exporte la branche du registre s�lectionn�e dans un fichier texte"
END
STRINGTABLE DISCARDABLE
Module: wine
Branch: master
Commit: d2d2f1e42567f866d18709c787e4b1d3a9ba0f42
URL: http://source.winehq.org/git/wine.git/?a=commit;h=d2d2f1e42567f866d18709c78…
Author: Jonathan Ernst <jonathan(a)ernstfamily.ch>
Date: Mon Jun 8 22:06:26 2009 +0200
crypt32: Updated French translation.
---
dlls/crypt32/crypt32_Fr.rc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/dlls/crypt32/crypt32_Fr.rc b/dlls/crypt32/crypt32_Fr.rc
index 08a1898..35ade1e 100644
--- a/dlls/crypt32/crypt32_Fr.rc
+++ b/dlls/crypt32/crypt32_Fr.rc
@@ -1,7 +1,7 @@
/*
* crypt32 dll French resources
*
- * Copyright 2006-2008 Jonathan Ernst
+ * Copyright 2006-2009 Jonathan Ernst
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -171,6 +171,7 @@ STRINGTABLE DISCARDABLE
IDS_LOCALIZEDNAME_MY "Personnel"
IDS_LOCALIZEDNAME_CA "Autorit�s interm�diaires"
IDS_LOCALIZEDNAME_ADDRESSBOOK "Autres personnes"
+ IDS_LOCALIZEDNAME_TRUSTEDPUBLISHER "�diteurs de confiance"
}
STRINGTABLE DISCARDABLE
Module: wine
Branch: master
Commit: 9b6cf226077244631fc987373ea99744c6f0a51e
URL: http://source.winehq.org/git/wine.git/?a=commit;h=9b6cf226077244631fc987373…
Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com>
Date: Mon Jun 8 21:01:15 2009 +0200
msi/tests: Make sure we only create one logfile.
---
dlls/msi/tests/install.c | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c
index a554e34..de63ba2 100644
--- a/dlls/msi/tests/install.c
+++ b/dlls/msi/tests/install.c
@@ -5688,7 +5688,7 @@ static void test_propcase(void)
START_TEST(install)
{
DWORD len;
- char temp_path[MAX_PATH], prev_path[MAX_PATH];
+ char temp_path[MAX_PATH], prev_path[MAX_PATH], log_file[MAX_PATH];
STATEMGRSTATUS status;
BOOL ret = FALSE;
@@ -5718,9 +5718,13 @@ START_TEST(install)
}
/* Create only one log file and don't append. We have to pass something
- * for the log mode for this to work.
+ * for the log mode for this to work. The logfile needs to have an absolute
+ * path otherwise we still end up with some extra logfiles as some tests
+ * change the current directory.
*/
- MsiEnableLogA(INSTALLLOGMODE_FATALEXIT, "msitest.log", 0);
+ lstrcpyA(log_file, temp_path);
+ lstrcatA(log_file, "\\msitest.log");
+ MsiEnableLogA(INSTALLLOGMODE_FATALEXIT, log_file, 0);
test_MsiInstallProduct();
test_MsiSetComponentState();
@@ -5761,7 +5765,7 @@ START_TEST(install)
test_adminimage();
test_propcase();
- DeleteFileA("msitest.log");
+ DeleteFileA(log_file);
if (pSRSetRestorePointA && ret)
{