Sync up with trunk r61578.
[reactos.git] / base / applications / findstr / lang / fr-FR.rc
index 90057f6..4a47d1f 100644 (file)
@@ -2,16 +2,12 @@ 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\
+    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"
-
+    IDS_NO_SUCH_FILE "FIND: %s : fichier inexistant\n"
+    IDS_CANNOT_OPEN "FIND: %s : impossible d'ouvrir le fichier\n"
 END