https://git.reactos.org/?p=reactos.git;a=commitdiff;h=69e565891d47714a67a736fe7f5e11a3748bc5a6

commit 69e565891d47714a67a736fe7f5e11a3748bc5a6
Author:     Eric Kohl <[email protected]>
AuthorDate: Mon Apr 13 15:41:13 2020 +0200
Commit:     Eric Kohl <[email protected]>
CommitDate: Mon Apr 13 15:41:13 2020 +0200

    [SHELL32] No french translation from "right click drag'n'drop"
    
    CORE-16815
---
 dll/win32/shell32/lang/fr-FR.rc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dll/win32/shell32/lang/fr-FR.rc b/dll/win32/shell32/lang/fr-FR.rc
index 792e6733c3b..6051bda7e76 100644
--- a/dll/win32/shell32/lang/fr-FR.rc
+++ b/dll/win32/shell32/lang/fr-FR.rc
@@ -80,11 +80,11 @@ IDM_DRAGFILE MENU
 BEGIN
     POPUP ""
     BEGIN
-        MENUITEM "&Copy here", IDM_COPYHERE
-        MENUITEM "&Move here", IDM_MOVEHERE
-        MENUITEM "Create &shortcuts here", IDM_LINKHERE
+        MENUITEM "&Copier ici", IDM_COPYHERE
+        MENUITEM "&Déplacer ici", IDM_MOVEHERE
+        MENUITEM "Créer les &raccourcis ici", IDM_LINKHERE
         MENUITEM SEPARATOR
-        MENUITEM "Cancel", 0
+        MENUITEM "Annuler", 0
     END
 END
 

Reply via email to