From 58d9f1e7771e58991d57c30c5b26763a40cc9e72 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Fri, 20 Jul 2007 13:04:55 +0000 Subject: [PATCH] - French translation for shutdown (based on en-US.rc) by Pierre Schweitzer (heis_spiter at hotmail com) See issue #2425 for more details. svn path=/trunk/; revision=27747 --- reactos/base/applications/shutdown/lang/fr-FR.rc | 14 ++++++++++++++ reactos/base/applications/shutdown/rsrc.rc | 1 + 2 files changed, 15 insertions(+) create mode 100644 reactos/base/applications/shutdown/lang/fr-FR.rc diff --git a/reactos/base/applications/shutdown/lang/fr-FR.rc b/reactos/base/applications/shutdown/lang/fr-FR.rc new file mode 100644 index 00000000000..0181061580a --- /dev/null +++ b/reactos/base/applications/shutdown/lang/fr-FR.rc @@ -0,0 +1,14 @@ +LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL + +STRINGTABLE DISCARDABLE +{ + +IDS_USAGE, "Utilisation: shutdown [-?] [-l | -s | -r] [-f]\n\n\ + Aucun argument ou -?\tAffichent ce message\n\ + -l\t\t\tSe déconnecter\n\ + -s\t\t\tÉteindre l'ordinateur\n\ + -r\t\t\tÉteindre et redémarrer l'ordinateur\n\ + -f\t\t\tForce les applications en cours de fonctionnement à se fermer sans avertissements\n\ + \t\t\tSi vous ne spécifiez aucun autre paramètre, cette option\n\ + \t\t\tprovoquera aussi une déconnexion" +} diff --git a/reactos/base/applications/shutdown/rsrc.rc b/reactos/base/applications/shutdown/rsrc.rc index aeb65216fef..bc4fb837050 100644 --- a/reactos/base/applications/shutdown/rsrc.rc +++ b/reactos/base/applications/shutdown/rsrc.rc @@ -3,3 +3,4 @@ #include "lang/de-DE.rc" #include "lang/en-US.rc" +#include "lang/fr-FR.rc"