Module: wine
Branch: master
Commit: 16a044c34e651fe37543a3e4a6c389edc5307ccb
URL: http://source.winehq.org/git/wine.git/?a=commit;h=16a044c34e651fe37543a3e4a…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Mon Jul 11 21:18:13 2011 +0200
po: Update French translation.
---
po/fr.po | 41 +++++++++++++++++------------------------
1 files changed, 17 insertions(+), 24 deletions(-)
diff --git a/po/fr.po b/po/fr.po
index 89aa430..8968ace 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -6777,44 +6777,38 @@ msgstr ""
"Aucun programme Windows n'est configuré pour ouvrir ce type de fichier."
#: shell32.rc:255
-#, fuzzy
msgid "Are you sure you wish to permanently delete '%1'?"
-msgstr "Voulez-vous réellement supprimer « %1 » ?"
+msgstr "Voulez-vous réellement supprimer définitivement « %1 » ?"
#: shell32.rc:256
-#, fuzzy
msgid "Are you sure you wish to permanently delete these %1 items?"
-msgstr "Voulez-vous réellement supprimer ces %1 éléments ?"
+msgstr "Voulez-vous réellement supprimer définitivement ces %1 éléments ?"
#: shell32.rc:257
-#, fuzzy
msgid "Confirm deletion"
-msgstr "Confirmez la suppression du fichier"
+msgstr "Confirmez la suppression"
#: shell32.rc:258
-#, fuzzy
msgid ""
"A file already exists at the path %1.\n"
"\n"
"Do you want to replace it?"
msgstr ""
-"Ce fichier existe déjà.\n"
+"Un fichier existe déjà dans le chemin %1.\n"
"Voulez-vous le remplacer ?"
#: shell32.rc:259
-#, fuzzy
msgid ""
"A folder already exists at the path %1.\n"
"\n"
"Do you want to replace it?"
msgstr ""
-"Ce fichier existe déjà.\n"
+"Un dossier existe déjà dans le chemin %1.\n"
"Voulez-vous le remplacer ?"
#: shell32.rc:260
-#, fuzzy
msgid "Confirm overwrite"
-msgstr "Confirmez l'écrasement du fichier"
+msgstr "Confirmez l'écrasement"
#: shell32.rc:277
msgid ""
@@ -8531,9 +8525,8 @@ msgid "Wine Explorer"
msgstr "Explorateur de Wine"
#: explorer.rc:29
-#, fuzzy
msgid "Location:"
-msgstr "Emplacement"
+msgstr "Emplacement :"
#: hostname.rc:27
msgid "Usage: hostname\n"
@@ -9646,7 +9639,6 @@ msgid "Exports selected branch of the registry to a text file"
msgstr "Exporte la branche du registre sélectionnée dans un fichier texte"
#: start.rc:46
-#, fuzzy
msgid ""
"Start a program, or open a document in the program normally used for files "
"with that suffix.\n"
@@ -9670,22 +9662,23 @@ msgid ""
"This is free software, and you are welcome to redistribute it\n"
"under certain conditions; run 'start /L' for details.\n"
msgstr ""
-"Lance un programme, ou ouvre un document avec le programme normalement "
+"Lancer un programme, ou ouvrir un document avec le programme normalement "
"associé à cette extension.\n"
"Usage :\n"
"start [options] fichier_programme [...]\n"
"start [options] fichier_document\n"
"\n"
"Options :\n"
-"/M[inimized] Lance le programme minimisé.\n"
-"/MAX[imized] Lance le programme maximisé.\n"
-"/R[estored] Lance le programme normalement (ni minimisé ni "
+"/M[inimized] Lancer le programme minimisé.\n"
+"/MAX[imized] Lancer le programme maximisé.\n"
+"/R[estored] Lancer le programme normalement (ni minimisé ni "
"maximisé).\n"
-"/W[ait] Attend que le programme lancé se termine, et renvoie "
-"ensuite son code de sortie.\n"
-"/ProgIDOpen progID Ouvre un document en utilisant le programme identifié par "
-"progID.\n"
-"/L Affiche la licence d'utilisation.\n"
+"/W[ait] Attendre que le programme lancé se termine, puis renvoyer "
+"son code de sortie.\n"
+"/ProgIDOpen progID Ouvrir un document en utilisant le programme identifié "
+"par progID.\n"
+"/L Afficher la licence d'utilisation.\n"
+"/? Afficher cette aide et se terminer.\n"
"\n"
"start.exe version 0.2 Copyright (C) 2003, Dan Kegel\n"
"Start est fourni sans AUCUNE GARANTIE ; pour les détails lancez avec "
Module: wine
Branch: master
Commit: a9504e276c8f12923d63d716f10fb9cf9060c790
URL: http://source.winehq.org/git/wine.git/?a=commit;h=a9504e276c8f12923d63d716f…
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Mon Jul 11 23:07:03 2011 +0200
cmd/tests: Add test for parameter detection.
---
programs/cmd/tests/test_builtins.cmd | 5 +++++
programs/cmd/tests/test_builtins.cmd.exp | 1 +
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/programs/cmd/tests/test_builtins.cmd b/programs/cmd/tests/test_builtins.cmd
index 347786d..3011e4d 100644
--- a/programs/cmd/tests/test_builtins.cmd
+++ b/programs/cmd/tests/test_builtins.cmd
@@ -70,6 +70,11 @@ if 1 == 0 (
) else (
echo else seems to work
)
+if /c==/c (
+ echo if seems not to detect /c as parameter
+) else (
+ echo parameter detection seems to be broken
+)
echo Testing case sensitivity with and without /i option
if bar==BAR echo if does not default to case sensitivity
if not bar==BAR echo if seems to default to case sensitivity
diff --git a/programs/cmd/tests/test_builtins.cmd.exp b/programs/cmd/tests/test_builtins.cmd.exp
index 2e2bf84..229adc4 100644
--- a/programs/cmd/tests/test_builtins.cmd.exp
+++ b/programs/cmd/tests/test_builtins.cmd.exp
@@ -74,6 +74,7 @@ P0S
if/else should work with blocks
if seems to work
else seems to work
+@todo_wine@if seems not to detect /c as parameter
Testing case sensitivity with and without /i option
if seems to default to case sensitivity
if /i seems to work
Module: wine
Branch: master
Commit: 63a6a80d40a107f734b8a0c8617ba1302643cb7a
URL: http://source.winehq.org/git/wine.git/?a=commit;h=63a6a80d40a107f734b8a0c86…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Mon Jul 11 23:34:05 2011 +0200
cmd/tests: Add basic "for" tests.
---
programs/cmd/tests/test_builtins.cmd | 23 +++++++++++++++++++++++
programs/cmd/tests/test_builtins.cmd.exp | 16 ++++++++++++++++
2 files changed, 39 insertions(+), 0 deletions(-)
diff --git a/programs/cmd/tests/test_builtins.cmd b/programs/cmd/tests/test_builtins.cmd
index 11f6f10..3af488e 100644
--- a/programs/cmd/tests/test_builtins.cmd
+++ b/programs/cmd/tests/test_builtins.cmd
@@ -78,6 +78,29 @@ if /i not foo==FOO echo if /i seems to be broken
if /I foo==FOO echo if /I seems to work
if /I not foo==FOO echo if /I seems to be broken
+echo -----------Testing for -----------
+for %%i in (A B C) do echo %%i
+for %%i in (A B C) do call :forTestFun1 %%i
+goto :endForTestFun1
+:forTestFun1
+echo %1
+goto :eof
+:endForTestFun1
+for %%i in (X) do (
+ for %%j in (Y) do (
+ echo %%i %%j ))
+for %%i in (A B) do (
+ for %%j in (C D) do (
+ echo %%i %%j ))
+for %%i in (A B) do (
+ for %%j in (C D) do (
+ call :forTestFun2 %%i %%j ))
+goto :endForTestFun2
+:forTestFun2
+echo %1 %2
+goto :eof
+:endForTestFun2
+
echo -----------Testing del /a-----------
del /f/q *.test > nul
echo r > r.test
diff --git a/programs/cmd/tests/test_builtins.cmd.exp b/programs/cmd/tests/test_builtins.cmd.exp
index efc1795..2f3e285 100644
--- a/programs/cmd/tests/test_builtins.cmd.exp
+++ b/programs/cmd/tests/test_builtins.cmd.exp
@@ -78,6 +78,22 @@ Testing case sensitivity with and without /i option
if seems to default to case sensitivity
if /i seems to work
if /I seems to work
+-----------Testing for -----------
+A
+B
+C
+A
+B
+C
+@todo_wine@X Y
+@todo_wine@A C
+@todo_wine@A D
+@todo_wine@B C
+@todo_wine@B D
+@todo_wine@A C
+@todo_wine@A D
+@todo_wine@B C
+@todo_wine@B D
-----------Testing del /a-----------
not-r.test not found after delete, good
r.test found before delete, good