mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
13 lines
567 B
Text
13 lines
567 B
Text
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_USAGE "FIND: Affiche toutes les lignes d'un fichier qui contiennent un morceau de texte.\n\n\
|
|
FIND [ /C ] [ /I ] [ /N ] [ /V ] ""texte"" [ fichier... ]\n\
|
|
/C Compte le nombre de lignes qui contiennent le texte\n\
|
|
/I Insensible à la casse\n\
|
|
/N Numérote les lignes affichées en commençant à 1\n\
|
|
/V Affiche les lignes qui ne contiennent pas le texte"
|
|
IDS_NO_SUCH_FILE "FIND: %s : fichier inexistant\n"
|
|
IDS_CANNOT_OPEN "FIND: %s : impossible d'ouvrir le fichier\n"
|
|
END
|