- Fix tree internal name
- Add tree French translation

svn path=/trunk/; revision=65764
This commit is contained in:
Pierre Schweitzer 2014-12-20 16:41:23 +00:00
parent 0c35f7905b
commit 53b722f8d7
2 changed files with 16 additions and 1 deletions

View file

@ -0,0 +1,12 @@
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
STRINGTABLE
BEGIN
IDS_USAGE "Affiche graphiquement la structure des dossiers d'un lecteur ou d'un chemin.\n\n\
TREE [lecteur:][chemin] [/F] [/A]\n\n\
\t/F Affiche le nom des fichiers dans chaque dossier.\n\
\t/A Utiliser l'ASCII au lieu de l'unicode.\n"
IDS_NO_SUBDIRECTORIES "Aucun sous-répertoire n'existe"
IDS_FOLDER_PATH "Énumération du dossier\n"
IDS_VOL_SERIAL "Le numéro de série du volume est %x:%x\n"
END

View file

@ -7,7 +7,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Tree Walk Utility"
#define REACTOS_STR_INTERNAL_NAME "tree"
#define REACTOS_STR_ORIGINAL_FILENAME "tree.exe"
#define REACTOS_STR_ORIGINAL_FILENAME "tree.com"
#include <reactos/version.rc>
/* UTF-8 */
@ -18,3 +18,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif
#ifdef LANGUAGE_FR_FR
#include "lang/fr-FR.rc"
#endif