diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-08-20 17:09:03 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-08-20 17:09:03 +0000 |
| commit | 965beaeee191310e2fcae872e75b8da54a6e2e47 (patch) | |
| tree | c73d818af7f774cd3b3b8c81e43841c41532ae53 /src/plugins/General/lyrics | |
| parent | 3e0e8b003133365f2bb0d9f9f797b17eec5b07ba (diff) | |
| download | qmmp-965beaeee191310e2fcae872e75b8da54a6e2e47.tar.gz qmmp-965beaeee191310e2fcae872e75b8da54a6e2e47.tar.bz2 qmmp-965beaeee191310e2fcae872e75b8da54a6e2e47.zip | |
prepare for Japanese translation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1837 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/lyrics')
| -rw-r--r-- | src/plugins/General/lyrics/lyrics.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/lyrics/translations/lyrics_plugin_ja.ts | 99 | ||||
| -rw-r--r-- | src/plugins/General/lyrics/translations/translations.qrc | 1 |
3 files changed, 102 insertions, 1 deletions
diff --git a/src/plugins/General/lyrics/lyrics.pro b/src/plugins/General/lyrics/lyrics.pro index ebb951bdb..43b1a5307 100644 --- a/src/plugins/General/lyrics/lyrics.pro +++ b/src/plugins/General/lyrics/lyrics.pro @@ -26,7 +26,8 @@ TRANSLATIONS = translations/lyrics_plugin_cs.ts \ translations/lyrics_plugin_it.ts \ translations/lyrics_plugin_tr.ts \ translations/lyrics_plugin_lt.ts \ - translations/lyrics_plugin_nl.ts + translations/lyrics_plugin_nl.ts \ + translations/lyrics_plugin_ja.ts RESOURCES = translations/translations.qrc unix{ isEmpty(LIB_DIR){ diff --git a/src/plugins/General/lyrics/translations/lyrics_plugin_ja.ts b/src/plugins/General/lyrics/translations/lyrics_plugin_ja.ts new file mode 100644 index 000000000..1b073fb50 --- /dev/null +++ b/src/plugins/General/lyrics/translations/lyrics_plugin_ja.ts @@ -0,0 +1,99 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>Lyrics</name> + <message> + <location filename="../lyrics.cpp" line="35"/> + <source>View Lyrics</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyrics.cpp" line="36"/> + <source>Ctrl+L</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>LyricsFactory</name> + <message> + <location filename="../lyricsfactory.cpp" line="29"/> + <source>Lyrics Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="50"/> + <source>About Lyrics Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="51"/> + <source>Qmmp Lyrics Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="52"/> + <source>This plugin retrieves lyrics from lyricsplugin.com</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="53"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>LyricsWindow</name> + <message> + <location filename="../lyricswindow.ui" line="14"/> + <source>Lyrics Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="31"/> + <source>Artist:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="41"/> + <source>Title:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="51"/> + <source>Search</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="60"/> + <source>No connection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="64"/> + <source>Done</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="67"/> + <source>Error</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="96"/> + <location filename="../lyricswindow.cpp" line="126"/> + <source>Receiving</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="115"/> + <source>Not found</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="127"/> + <source>Lyrics: %1 - %2</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/lyrics/translations/translations.qrc b/src/plugins/General/lyrics/translations/translations.qrc index bac88c20c..07e5fb171 100644 --- a/src/plugins/General/lyrics/translations/translations.qrc +++ b/src/plugins/General/lyrics/translations/translations.qrc @@ -12,5 +12,6 @@ <file>lyrics_plugin_tr.qm</file> <file>lyrics_plugin_lt.qm</file> <file>lyrics_plugin_nl.qm</file> + <file>lyrics_plugin_ja.qm</file> </qresource> </RCC> |
