View Single Post
  #3  
Old 08-08-2022, 11:54
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 218
Thanks: 516
Thanked 78 Times in 71 Posts
fabrieunko is on a distinguished road
I allow myself to give you the translation in French.

Find
Code:
french.SavegameFolder=Do you want to delete savegame folder?
Remplace
Code:
french.SavegameFolder=Voulez-vous supprimer le dossier de sauvegarde?
A small correction or a space is missing

Find
Code:
french.label2={#if CompactMode}Progression générale:{#else}Total des fichiers: %1  Fichiers traités: %2    Ok: %3manquants: %4  mauvais: %5{#endif}
Remplace
Code:
  french.label2={#if CompactMode}Progression générale:{#else}Total des fichiers: %1  Fichiers traités: %2    Ok: %3 manquants: %4  mauvais: %5{#endif}
Reply With Quote
The Following 2 Users Say Thank You to fabrieunko For This Useful Post:
KaktoR (08-08-2022), pcblizzard (09-08-2022)