mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
14 lines
567 B
Plaintext
14 lines
567 B
Plaintext
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
|