mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[DRWTSN32] Add French translation.
This commit is contained in:
parent
54c049bd6e
commit
3b6d00eab9
2 changed files with 17 additions and 0 deletions
|
@ -22,6 +22,9 @@
|
|||
#ifdef LANGUAGE_EN_US
|
||||
#include "lang/en-US.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_FR_FR
|
||||
#include "lang/fr-FR.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_PL_PL
|
||||
#include "lang/pl-PL.rc"
|
||||
#endif
|
||||
|
|
14
base/applications/drwtsn32/lang/fr-FR.rc
Normal file
14
base/applications/drwtsn32/lang/fr-FR.rc
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* PROJECT: Dr. Watson crash reporter
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: fr-FR resource file
|
||||
* COPYRIGHT: Copyright 2018 Pierre Schweitzer (pierre@reactos.org)
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_APP_TITLE "ReactOS Crash Reporter"
|
||||
IDS_USER_ALERT_MESSAGE "L'application %ls a cessé de fonctionner. Des informations à propos de ce dysfonctionnement ont été enregistrées ici :\r\n\r\n%ls"
|
||||
END
|
Loading…
Reference in a new issue