diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-04-18 23:34:22 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-04-18 23:34:22 +0800 |
commit | 41d78f3a67e2356008911b07f8cc0d0cdafd7fda (patch) | |
tree | f9ab616fb25b718b4299b15b90e54c86cb131161 /qmidiplayer-desktop/translations/qmp_zh_CN.ts | |
parent | b21f97f416cea5d9d86e3b28bd797b42491fc5a9 (diff) | |
download | QMidiPlayer-41d78f3a67e2356008911b07f8cc0d0cdafd7fda.tar.xz |
Use std::vector for the event list. Add panic action.
Minor changes on the panic function.
Diffstat (limited to 'qmidiplayer-desktop/translations/qmp_zh_CN.ts')
-rw-r--r-- | qmidiplayer-desktop/translations/qmp_zh_CN.ts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/qmidiplayer-desktop/translations/qmp_zh_CN.ts b/qmidiplayer-desktop/translations/qmp_zh_CN.ts index 4810b05..d834231 100644 --- a/qmidiplayer-desktop/translations/qmp_zh_CN.ts +++ b/qmidiplayer-desktop/translations/qmp_zh_CN.ts @@ -365,6 +365,21 @@ <source>?</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../qmpmainwindow.cpp" line="68"/> + <source>File Information</source> + <translation type="unfinished">文件信息</translation> + </message> + <message> + <location filename="../qmpmainwindow.cpp" line="69"/> + <source>Render to Wave</source> + <translation type="unfinished">输出到wav文件</translation> + </message> + <message> + <location filename="../qmpmainwindow.cpp" line="70"/> + <source>Panic</source> + <translation type="unfinished">关闭所有音符</translation> + </message> </context> <context> <name>qmpPlistWindow</name> |