From 343d7d5ec954b643a7b0830961ba298a93c9335d Mon Sep 17 00:00:00 2001 From: Dachuu <43214538+MehdiKhelfi@users.noreply.github.com> Date: Sun, 14 Oct 2018 11:50:16 +0200 Subject: [PATCH] Added french strings --- common/language.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/language.c b/common/language.c index c4a7988..90e5651 100644 --- a/common/language.c +++ b/common/language.c @@ -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("오류가 발생 했기 때문에 테마를 적용할 수 없습니다."),