mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[SHLWAPI] Add French translation for size units
Reference: https://fr.wikipedia.org/wiki/Octet CORE-12485 CORE-14011
This commit is contained in:
parent
8f907ea83a
commit
35de9f3925
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue