mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 07:28:19 +00:00
- Reactivated French translation in mstsc
- Added French translation for telephon svn path=/trunk/; revision=30528
This commit is contained in:
parent
f9cfbc7b38
commit
73034772dd
3 changed files with 9 additions and 1 deletions
|
@ -16,6 +16,6 @@ IDB_SPECT BITMAP "res/spectrum.bmp"
|
|||
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/en-US.rc"
|
||||
//#include "lang/fr-FR.rc"
|
||||
#include "lang/fr-FR.rc"
|
||||
//#include "lang/ru-RU.rc"
|
||||
#include "lang/uk-UA.rc"
|
||||
|
|
7
reactos/dll/cpl/telephon/lang/fr-FR.rc
Normal file
7
reactos/dll/cpl/telephon/lang/fr-FR.rc
Normal file
|
@ -0,0 +1,7 @@
|
|||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_CPLSYSTEMNAME "Options des téléphones et modems"
|
||||
IDS_CPLSYSTEMDESCRIPTION "Configurez vos règles de téléphonie et les paramètres de votre modem."
|
||||
END
|
|
@ -2,5 +2,6 @@
|
|||
#include <windows.h>
|
||||
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/fr-FR.rc"
|
||||
#include "lang/ru-RU.rc"
|
||||
#include "lang/uk-UA.rc"
|
||||
|
|
Loading…
Reference in a new issue