aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/lyrics
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/lyrics')
-rw-r--r--src/plugins/General/lyrics/lyrics.pro3
-rw-r--r--src/plugins/General/lyrics/translations/lyrics_plugin_ja.ts99
-rw-r--r--src/plugins/General/lyrics/translations/translations.qrc1
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 &lt;forkotov02@hotmail.ru&gt;</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>