[DRWTSN32] Add French translation.

This commit is contained in:
Pierre Schweitzer 2018-05-01 12:19:17 +02:00
parent 54c049bd6e
commit 3b6d00eab9
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B
2 changed files with 17 additions and 0 deletions

View file

@ -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

View 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