[SHLWAPI] Add French translation for size units

Reference: https://fr.wikipedia.org/wiki/Octet

CORE-12485 CORE-14011
This commit is contained in:
Stanislav Motylkov 2020-08-17 01:32:37 +03:00
parent 8f907ea83a
commit 35de9f3925
No known key found for this signature in database
GPG key ID: AFE513258CBA9E92

View file

@ -30,12 +30,12 @@ STRINGTABLE
IDS_TIME_INTERVAL_MINUTES " min"
IDS_TIME_INTERVAL_SECONDS " s"
#ifdef __REACTOS__
IDS_KB_FORMAT "%s KB"
IDS_MB_FORMAT "%s MB"
IDS_GB_FORMAT "%s GB"
IDS_TB_FORMAT "%s TB"
IDS_PB_FORMAT "%s PB"
IDS_EB_FORMAT "%s EB"
IDS_KB_FORMAT "%s ko"
IDS_MB_FORMAT "%s Mo"
IDS_GB_FORMAT "%s Go"
IDS_TB_FORMAT "%s To"
IDS_PB_FORMAT "%s Po"
IDS_EB_FORMAT "%s Eo"
#endif
}