diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-01-03 19:41:37 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-01-03 19:41:37 +0000 |
| commit | cd9ed90720b9695d4bf6194d54a49d78ffe39710 (patch) | |
| tree | 1f42037e3a09e3639dbcf364109a8b53817deda1 /src/plugins/General/lyrics/translations | |
| parent | 4516af336f9d6fab9fc1c4b7ee43fbd4fc515dd7 (diff) | |
| download | qmmp-cd9ed90720b9695d4bf6194d54a49d78ffe39710.tar.gz qmmp-cd9ed90720b9695d4bf6194d54a49d78ffe39710.tar.bz2 qmmp-cd9ed90720b9695d4bf6194d54a49d78ffe39710.zip | |
added Indonesian translation (Wantoyo)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6932 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/lyrics/translations')
| -rw-r--r-- | src/plugins/General/lyrics/translations/lyrics_plugin_id.ts | 105 | ||||
| -rw-r--r-- | src/plugins/General/lyrics/translations/translations.qrc | 1 |
2 files changed, 106 insertions, 0 deletions
diff --git a/src/plugins/General/lyrics/translations/lyrics_plugin_id.ts b/src/plugins/General/lyrics/translations/lyrics_plugin_id.ts new file mode 100644 index 000000000..2c84a6682 --- /dev/null +++ b/src/plugins/General/lyrics/translations/lyrics_plugin_id.ts @@ -0,0 +1,105 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="id"> +<context> + <name>Lyrics</name> + <message> + <location filename="../lyrics.cpp" line="33"/> + <source>View Lyrics</source> + <translation>Tinjau Lirik</translation> + </message> + <message> + <location filename="../lyrics.cpp" line="34"/> + <source>Ctrl+L</source> + <translation>Ctrl+L</translation> + </message> +</context> +<context> + <name>LyricsFactory</name> + <message> + <location filename="../lyricsfactory.cpp" line="30"/> + <source>Lyrics Plugin</source> + <translation>Plugin Lyrics</translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="51"/> + <source>About Lyrics Plugin</source> + <translation>Tentang Plugin Lyrics</translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="52"/> + <source>Qmmp Lyrics Plugin</source> + <translation>Qmmp Plugin Lyrics</translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="53"/> + <source>This plugin retrieves lyrics from LyricWiki</source> + <translation>Plugin ini menarik lirik dari LyricWiki</translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Ditulis oleh: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>LyricsWindow</name> + <message> + <location filename="../lyricswindow.ui" line="14"/> + <source>Lyrics Plugin</source> + <translation>Plugin Lyrics</translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="31"/> + <source>Artist:</source> + <translation>Artist:</translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="41"/> + <source>Title:</source> + <translation>Judul:</translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="51"/> + <source>Search</source> + <translation>Telusur</translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="60"/> + <source>No connection</source> + <translation>Tiada sambungan</translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="64"/> + <source>Done</source> + <translation>Kelar</translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="67"/> + <location filename="../lyricswindow.cpp" line="91"/> + <location filename="../lyricswindow.cpp" line="97"/> + <location filename="../lyricswindow.cpp" line="105"/> + <location filename="../lyricswindow.cpp" line="113"/> + <location filename="../lyricswindow.cpp" line="124"/> + <source>Error</source> + <translation>Galat</translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="118"/> + <location filename="../lyricswindow.cpp" line="153"/> + <source>Not found</source> + <translation>Tidak ditemukan</translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="139"/> + <location filename="../lyricswindow.cpp" line="164"/> + <source>Receiving</source> + <translation>Menerima</translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="165"/> + <source>Lyrics: %1 - %2</source> + <translation>Lirik: %1 - %2</translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/lyrics/translations/translations.qrc b/src/plugins/General/lyrics/translations/translations.qrc index 3076ff44c..dee022c13 100644 --- a/src/plugins/General/lyrics/translations/translations.qrc +++ b/src/plugins/General/lyrics/translations/translations.qrc @@ -26,5 +26,6 @@ <file>lyrics_plugin_sr_RS.qm</file> <file>lyrics_plugin_bg.qm</file> <file>lyrics_plugin_el.qm</file> + <file>lyrics_plugin_id.qm</file> </qresource> </RCC> |
