mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
b214b160b6
Localized resources should use the correct Chinese font names compatible with Windows.
39 lines
1,016 B
Plaintext
39 lines
1,016 B
Plaintext
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
|
|
|
/* String Tables */
|
|
|
|
/* Default settings */
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_APPTITLE "ReactOS - Bienvenue"
|
|
IDS_DEFAULT_TOPIC_TITLE "ReactOS"
|
|
IDS_DEFAULT_TOPIC_DESC "Bienvenue sur le système d'exploitation ReactOS.\n\nCliquez sur une section à gauche."
|
|
IDS_FONTNAME "Tahoma"
|
|
IDS_CHECKTEXT "&Afficher cette boîte de dialogue de nouveau."
|
|
IDS_CLOSETEXT "&Quitter"
|
|
END
|
|
|
|
/* Topic buttons */
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_TOPIC_BUTTON0 "&Installer ReactOS"
|
|
IDS_TOPIC_BUTTON1 "&Naviguer dans ce CD"
|
|
IDS_TOPIC_BUTTON2 "&Quitter"
|
|
END
|
|
|
|
/* Topic titles */
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_TOPIC_TITLE0 "Installer ReactOS"
|
|
IDS_TOPIC_TITLE1 "Naviguer dans ce CD"
|
|
IDS_TOPIC_TITLE2 "Quitter"
|
|
END
|
|
|
|
/* Topic descriptions */
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_TOPIC_DESC0 "Crée une nouvelle installation de ReactOS sur votre ordinateur ou met à jour votre installation actuelle."
|
|
IDS_TOPIC_DESC1 "Explore le CD."
|
|
IDS_TOPIC_DESC2 "Cliquez pour quitter l'installation."
|
|
END
|