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

commit a8351727b599eb1668297e9bf457069f43bdb3f6
Author:     Pierre Schweitzer <pie...@reactos.org>
AuthorDate: Mon Aug 19 13:42:52 2019 +0200
Commit:     Pierre Schweitzer <pie...@reactos.org>
CommitDate: Mon Aug 19 13:42:52 2019 +0200

    [UTILMAN] Add French translation
---
 base/applications/utilman/lang/fr-FR.rc | 54 +++++++++++++++++++++++++++++++++
 base/applications/utilman/utilman.rc    |  3 ++
 media/inf/shortcuts.inf                 |  2 ++
 3 files changed, 59 insertions(+)

diff --git a/base/applications/utilman/lang/fr-FR.rc 
b/base/applications/utilman/lang/fr-FR.rc
new file mode 100644
index 00000000000..78c95eb9315
--- /dev/null
+++ b/base/applications/utilman/lang/fr-FR.rc
@@ -0,0 +1,54 @@
+/*
+ * PROJECT:         ReactOS Utility Manager (Accessibility)
+ * LICENSE:         GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
+ * PURPOSE:         French (France) translation resource
+ * COPYRIGHT:       Copyright 2019 Pierre Schweitzer (pie...@reactos.org)
+ */
+
+IDD_MAIN_DIALOG DIALOGEX 0, 0, 284, 183
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+EXSTYLE WS_EX_CONTEXTHELP
+CAPTION "Gestionnaire d'utilitaires d'accessibilité"
+LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
+FONT 8, "MS Shell Dlg"
+BEGIN
+    LISTBOX IDC_LISTBOX, 4, 4, 273, 56, LBS_STANDARD | WS_CHILD | WS_VISIBLE | 
WS_TABSTOP | WS_BORDER
+    CONTROL "", IDC_GROUPBOX, "Button", BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 
3, 62, 275, 92
+    CONTROL "Démarrer", IDC_START, "Button", BS_PUSHBUTTON | WS_CHILD | 
WS_VISIBLE | WS_TABSTOP, 14, 76, 45, 16
+    CONTROL "Arrêter", IDC_STOP, "Button", BS_PUSHBUTTON | WS_CHILD | 
WS_VISIBLE | WS_TABSTOP, 69, 76, 45, 16
+    CONTROL "Démarrer automatiquement quand je me connecte", IDC_START_LOG_IN, 
"Button", BS_CHECKBOX | WS_CHILD | WS_VISIBLE | WS_DISABLED | WS_TABSTOP, 12, 
101, 206, 14 
+    CONTROL "Démarrer automatiquement quand je suis sur le bureau", 
IDC_START_DESKTOP, "Button", BS_CHECKBOX | WS_CHILD | WS_VISIBLE | WS_DISABLED 
| WS_TABSTOP, 12, 118, 212, 14 
+    CONTROL "Démarrer automatiquement quand le gestionnaire démarre", 
IDC_START_UTILMAN, "Button", BS_CHECKBOX | WS_CHILD | WS_VISIBLE | WS_DISABLED 
| WS_TABSTOP, 12, 134, 212, 13 
+    CONTROL "&OK", IDC_OK, "Button", BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE 
| WS_TABSTOP, 160, 161, 50, 14 
+    CONTROL "&Annuler", IDC_CANCEL, "Button", BS_PUSHBUTTON | WS_CHILD | 
WS_VISIBLE | WS_TABSTOP, 221, 161, 50, 14 
+    CONTROL "&Aide", IDC_HELP_TOPICS, "Button", BS_PUSHBUTTON | WS_CHILD | 
WS_VISIBLE | WS_DISABLED | WS_TABSTOP, 98, 161, 50, 14 
+END
+
+IDD_ABOUT_DIALOG DIALOGEX 22, 16, 210, 65
+CAPTION "A propos du gestionnaire d'utilitaires d'accessibilité"
+FONT 8, "MS Shell Dlg", 0, 0
+STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
+BEGIN
+    ICON IDI_ICON_UTILMAN, IDC_STATIC, 10, 10, 7, 30
+    LTEXT "Accessibility Utility Manager\nCopyright (C) 2019 George Bișoc 
(fraizeraust99 at gmail dot com)", IDC_STATIC, 48, 7, 150, 36
+    LTEXT "Copyright (C) 2019 Hermes Belusca-Maito", IDC_STATIC, 48, 33, 150, 
36
+    PUSHBUTTON "Close", IDOK, 75, 47, 44, 15
+END
+
+STRINGTABLE
+BEGIN
+    IDS_OSK "Clavier visuel"
+    IDS_MAGNIFIER "Loupe"
+END
+
+STRINGTABLE
+BEGIN
+    IDS_NOTRUNNING "%s n'est pas en cours d'exécution"
+    IDS_RUNNING "%s est en cours d'exécution"
+    IDS_GROUPBOX_OPTIONS_TITLE "Options pour %s"
+END
+
+STRINGTABLE
+BEGIN
+    IDM_ABOUT "A propos du gestionnaire d'utilitaires d'accessibilité..."
+END
diff --git a/base/applications/utilman/utilman.rc 
b/base/applications/utilman/utilman.rc
index 50bfa4d710c..02fa4614aa7 100644
--- a/base/applications/utilman/utilman.rc
+++ b/base/applications/utilman/utilman.rc
@@ -28,5 +28,8 @@ IDI_ICON_UTILMAN ICON "res/utilman.ico"
 #ifdef LANGUAGE_EN_US
     #include "lang/en-US.rc"
 #endif
+#ifdef LANGUAGE_FR_FR
+    #include "lang/fr-FR.rc"
+#endif
 
 /* EOF */
diff --git a/media/inf/shortcuts.inf b/media/inf/shortcuts.inf
index cc59005e55d..d3c0eb8aa3f 100644
--- a/media/inf/shortcuts.inf
+++ b/media/inf/shortcuts.inf
@@ -579,6 +579,8 @@ WINMINE_TITLE=WineMine
 WINMINE_DESC=WineMine
 SPIDER_TITLE=Spider Solitaire
 SPIDER_DESC=Spider Solitaire
+UTILMAN_TITLE=Gestionnaire d'utilitaires d'accessibilité
+UTILMAN_DESC=Lance le gestionnaire d'utilitaires d'accessibilité
 
 ; Hebrew
 [Strings.040D]

Reply via email to