mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:35:43 +00:00
- 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
This commit is contained in:
parent
97299b0c55
commit
58d9f1e777
2 changed files with 15 additions and 0 deletions
14
reactos/base/applications/shutdown/lang/fr-FR.rc
Normal file
14
reactos/base/applications/shutdown/lang/fr-FR.rc
Normal file
|
@ -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"
|
||||||
|
}
|
|
@ -3,3 +3,4 @@
|
||||||
|
|
||||||
#include "lang/de-DE.rc"
|
#include "lang/de-DE.rc"
|
||||||
#include "lang/en-US.rc"
|
#include "lang/en-US.rc"
|
||||||
|
#include "lang/fr-FR.rc"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue