Skip to content

Commit

Permalink
为“所有曲目”添加描述
Browse files Browse the repository at this point in the history
  • Loading branch information
lrisora committed Jul 14, 2024
1 parent b0727da commit ed528ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions MusicPlayer2/MediaLibPlaylistMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ std::wstring CMediaLibPlaylistMgr::GetTypeName(CMediaClassifier::ClassificationT
case CMediaClassifier::CT_TYPE: return theApp.m_str_table.LoadText(L"TXT_FILE_TYPE");
case CMediaClassifier::CT_BITRATE: return theApp.m_str_table.LoadText(L"TXT_BITRATE");
case CMediaClassifier::CT_RATING: return theApp.m_str_table.LoadText(L"TXT_RATING");
case CMediaClassifier::CT_NONE: return theApp.m_str_table.LoadText(L"TXT_MEDIA_LIB");
}
return std::wstring();
}
Expand Down
1 change: 1 addition & 0 deletions MusicPlayer2/language/English.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ TXT_RATING = "Rating"
TXT_ALL_TRACKS = "All tracks"
TXT_RECENT_PLAYED = "Recently played"
TXT_FOLDER_EXPLORE = "Folder explore"
TXT_MEDIA_LIB = "Media library"

# MessageBox
MSG_APP_RUNNING_INFO = "MusicPlayer2 is still running, please wait for the process to exit, or end the process through the task manager."
Expand Down
1 change: 1 addition & 0 deletions MusicPlayer2/language/Simplified_Chinese.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ TXT_RATING = "分级"
TXT_ALL_TRACKS = "所有曲目"
TXT_RECENT_PLAYED = "最近播放"
TXT_FOLDER_EXPLORE = "文件夹浏览"
TXT_MEDIA_LIB = "媒体库"

# MessageBox
MSG_APP_RUNNING_INFO = "MusicPlayer2 还在进行,请等待进程退出,或者通过任务管理器结束进程。"
Expand Down

0 comments on commit ed528ef

Please sign in to comment.