aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/CommandLineOptions/PlayListOption/translations
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-01-03 19:41:37 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-01-03 19:41:37 +0000
commitcd9ed90720b9695d4bf6194d54a49d78ffe39710 (patch)
tree1f42037e3a09e3639dbcf364109a8b53817deda1 /src/plugins/CommandLineOptions/PlayListOption/translations
parent4516af336f9d6fab9fc1c4b7ee43fbd4fc515dd7 (diff)
downloadqmmp-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/CommandLineOptions/PlayListOption/translations')
-rw-r--r--src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_id.ts64
-rw-r--r--src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc1
2 files changed, 65 insertions, 0 deletions
diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_id.ts b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_id.ts
new file mode 100644
index 000000000..a681f7d7d
--- /dev/null
+++ b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_id.ts
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="id">
+<context>
+ <name>PlayListOption</name>
+ <message>
+ <location filename="../playlistoption.cpp" line="46"/>
+ <source>Show playlist manipulation commands</source>
+ <translation>Tampakkan perintah manipulasi daftarmain</translation>
+ </message>
+ <message>
+ <location filename="../playlistoption.cpp" line="60"/>
+ <source>List all available playlists</source>
+ <translation>Daftar semua daftarmain yang tersedia</translation>
+ </message>
+ <message>
+ <location filename="../playlistoption.cpp" line="61"/>
+ <source>Show playlist content</source>
+ <translation>Tampakkan isi daftarmain</translation>
+ </message>
+ <message>
+ <location filename="../playlistoption.cpp" line="62"/>
+ <source>Play track &lt;track&gt; in playlist &lt;id&gt;</source>
+ <translation>Mainkan track &lt;track&gt; dalam daftarmain &lt;id&gt;</translation>
+ </message>
+ <message>
+ <location filename="../playlistoption.cpp" line="63"/>
+ <source>Clear playlist</source>
+ <translation>Bersihkan daftarmain</translation>
+ </message>
+ <message>
+ <location filename="../playlistoption.cpp" line="64"/>
+ <source>Toggle playlist repeat</source>
+ <translation>Saklar ulangi daftarmain</translation>
+ </message>
+ <message>
+ <location filename="../playlistoption.cpp" line="65"/>
+ <source>Toggle playlist shuffle</source>
+ <translation>Saklar kocok daftarmain</translation>
+ </message>
+ <message>
+ <location filename="../playlistoption.cpp" line="66"/>
+ <source>Show playlist options</source>
+ <translation>Tampakkan pilihan daftarmain</translation>
+ </message>
+ <message>
+ <location filename="../playlistoption.cpp" line="85"/>
+ <location filename="../playlistoption.cpp" line="106"/>
+ <location filename="../playlistoption.cpp" line="122"/>
+ <source>Invalid playlist ID</source>
+ <translation>ID daftarmain tak berlaku</translation>
+ </message>
+ <message>
+ <location filename="../playlistoption.cpp" line="100"/>
+ <source>Invalid number of arguments</source>
+ <translation>Nomor argumen tak berlaku</translation>
+ </message>
+ <message>
+ <location filename="../playlistoption.cpp" line="110"/>
+ <source>Invalid track ID</source>
+ <translation>ID track tak berlaku</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc b/src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc
index 1c498d255..8e8d6c93a 100644
--- a/src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc
+++ b/src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc
@@ -26,5 +26,6 @@
<file>playlist_plugin_sr_RS.qm</file>
<file>playlist_plugin_bg.qm</file>
<file>playlist_plugin_el.qm</file>
+ <file>playlist_plugin_id.qm</file>
</qresource>
</RCC>