Added STR_ES text for StrId_LastLoadResult and StrId_MsgBox_OK, from github-comments.

This commit is contained in:
yellows8 2018-03-11 19:58:41 -04:00
parent 9aaac6f01e
commit a20cdb5781

View File

@ -214,6 +214,7 @@ const char* const g_strings[StrId_Max][16] =
[StrId_LastLoadResult] = [StrId_LastLoadResult] =
{ {
STR_EN("The last application returned an error:"), STR_EN("The last application returned an error:"),
STR_ES("La última aplicación devolvió un error:"),
}, },
[StrId_AppInfo_Author] = [StrId_AppInfo_Author] =
@ -289,6 +290,7 @@ const char* const g_strings[StrId_Max][16] =
[StrId_MsgBox_OK] = [StrId_MsgBox_OK] =
{ {
STR_EN("OK"), STR_EN("OK"),
STR_ES("Aceptar"),
}, },
/*[StrId_Reboot] = /*[StrId_Reboot] =