Skip to content

Commit

Permalink
Reborn DebugLog & Update to v1.130
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiYueCommentary committed Oct 30, 2022
1 parent 5da94f5 commit 33e45f5
Show file tree
Hide file tree
Showing 47 changed files with 1,942 additions and 1,923 deletions.
15 changes: 8 additions & 7 deletions MultiLang/English.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,14 +209,15 @@ static constexpr MultiLang::string debugger_cant_access_appdata = "Couldn't acce
static constexpr MultiLang::string debugger_cant_create_folder = "Couldn't create a folder for the preferences!\nThe IDE will use the default values.";
static constexpr MultiLang::string debugger_empty_ini = "blitzide.ini is empty!\nDefaults will be set.";
static constexpr char credits[] =
"Programming and design: Mark Sibly\r\n"
"Keeping this thing alive: juanjp600, Saalvage, VaneBrain, AestheticalZ and ZiYueCommentary\r\n"
".INI loading using a modified version of \"IniPP\", originally by Matthias C. M. Troffaes\r\n"
"Documentation: Mark Sibly, Simon Harrison, Paul Gerfen, Shane Monroe and the Blitz Doc Team\r\n"
"Testing and support: James Boyd, Simon Armstrong and the Blitz Dev Team\r\n"
"Image loader courtesy of FreeImage by Floris van den berg\r\n";
"Programming and design: Mark Sibly\r\n"
"Keeping this thing alive: juanjp600, Saalvage, VaneBrain, AestheticalZ and ZiYueCommentary\r\n"
".INI loading using a modified version of \"IniPP\", originally by Matthias C. M. Troffaes\r\n"
"Documentation: Mark Sibly, Simon Harrison, Paul Gerfen, Shane Monroe and the Blitz Doc Team\r\n"
"Testing and support: James Boyd, Simon Armstrong and the Blitz Dev Team\r\n"
"Image loader courtesy of FreeImage by Floris van den berg\r\n";
static constexpr MultiLang::string title_release = " - Release Version\n\n";
static constexpr MultiLang::string unable_start_program = "Unable to start program! A required module could not be started.";
static constexpr MultiLang::string program_ended = "Program has ended.";
static constexpr MultiLang::string unknown_exception_thrown = "Unknown/non-standard exception thrown!";
static constexpr MultiLang::string startup_error = "Startup Error: {0}";
static constexpr MultiLang::string startup_error = "Startup Error: {0}";
static constexpr MultiLang::string array_index_out_of_bounds = "Array index out of bounds.";
3 changes: 2 additions & 1 deletion MultiLang/SimplifiedChinese.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,5 @@ static constexpr char credits[] =
static constexpr MultiLang::string unable_start_program = "无法启动程序!无法启动所需模块";
static constexpr MultiLang::string program_ended = "程序已结束";
static constexpr MultiLang::string unknown_exception_thrown = "未知/非标准异常抛出!";
static constexpr MultiLang::string startup_error = "启动错误:{0}";
static constexpr MultiLang::string startup_error = "启动错误:{0}";
static constexpr MultiLang::string array_index_out_of_bounds = "数组索引超出范围";
3 changes: 2 additions & 1 deletion MultiLang/TraditionalChinese.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,5 @@ static constexpr char credits[] =
static constexpr MultiLang::string unable_start_program = "無法啟動程序!無法啟動所需模塊";
static constexpr MultiLang::string program_ended = "程序已結束";
static constexpr MultiLang::string unknown_exception_thrown = "未知/非標準異常拋出!";
static constexpr MultiLang::string startup_error = "啟動錯誤:{0}";
static constexpr MultiLang::string startup_error = "啟動錯誤:{0}";
static constexpr MultiLang::string array_index_out_of_bounds = "數組索引超出範圍";
Loading

0 comments on commit 33e45f5

Please sign in to comment.