Update language.c

This commit is contained in:
AntonioDePau 2018-03-03 23:05:03 +00:00 committed by yellows8
parent 4f71366a88
commit e57756b224

View File

@ -273,9 +273,9 @@ const char* const g_strings[StrId_Max][16] =
STR_ES("Abrir"),
STR_DE("Öffnen"),
STR_FR("Ouvrir"),
STR_IT("Aperto"),
STR_IT("Aprire"),
STR_JP("開いた"),
STR_PT("Aberto"),
STR_PT("Abrir"),
STR_NL("Open"),
STR_KO("열기"),
STR_RU("открыто"),
@ -289,7 +289,13 @@ const char* const g_strings[StrId_Max][16] =
STR_ES("Volver"),
STR_DE("Zurück"),
STR_FR("Retour"),
STR_IT("Ritorno"),
STR_JP("戻る"), //Not sure about this one nor the ones after STR_PT
STR_PT("Regressar"),
STR_NL("Teruggaan"),
STR_KO("뒤로 가기"),
STR_RU("возвращаться"),
STR_ZH("回去"),
STR_TW("回去"),
},