Added french strings
This commit is contained in:
parent
0abcb1172a
commit
343d7d5ec9
@ -313,6 +313,7 @@ const char* const g_strings[StrId_Max][16] =
|
||||
[StrId_Actions_Apply] =
|
||||
{
|
||||
STR_EN("Apply"),
|
||||
STR_FR("Appliquer"),
|
||||
STR_ES("Aplicar"),
|
||||
STR_JP("適用"),
|
||||
STR_KO("적용"),
|
||||
@ -322,6 +323,7 @@ const char* const g_strings[StrId_Max][16] =
|
||||
[StrId_ThemeMenu] =
|
||||
{
|
||||
STR_EN("Theme Menu"),
|
||||
STR_FR("Menu Thème"),
|
||||
STR_ES("Menú temático"),
|
||||
STR_JP("テーマメニュー"),
|
||||
STR_KO("테마 메뉴"),
|
||||
@ -331,6 +333,7 @@ const char* const g_strings[StrId_Max][16] =
|
||||
[StrId_ThemeNotApplied] =
|
||||
{
|
||||
STR_EN("Theme cannot be applied because an error occurred."),
|
||||
STR_FR("Le thème ne peut pas être appliqué car une erreur est survenue"),
|
||||
STR_ES("El tema no se pudo aplicar porque se ha producido un error."),
|
||||
STR_JP("エラーが発生したため、テーマを適用できませんでした。"),
|
||||
STR_KO("오류가 발생 했기 때문에 테마를 적용할 수 없습니다."),
|
||||
|
Loading…
Reference in New Issue
Block a user