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/app/desktop-translations/qmmp_id.desktop.in | |
| 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/app/desktop-translations/qmmp_id.desktop.in')
| -rw-r--r-- | src/app/desktop-translations/qmmp_id.desktop.in | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/src/app/desktop-translations/qmmp_id.desktop.in b/src/app/desktop-translations/qmmp_id.desktop.in new file mode 100644 index 000000000..78e9d12f2 --- /dev/null +++ b/src/app/desktop-translations/qmmp_id.desktop.in @@ -0,0 +1,41 @@ +[Desktop Entry] +X-Desktop-File-Install-Version=0.11 +Name=Qmmp +Comment=Qt4-based Multimedia Player +GenericName=Audio player +Keywords=player;audio;video;multimedia; +Exec=qmmp %F +Icon=qmmp +Terminal=false +Type=Application +Categories=AudioVideo;Player;Audio;Qt; +MimeType=application/x-ogg;audio/mp3;audio/mpeg;audio/flac;audio/x-mp3;audio/x-mpeg;audio/x-ms-wma;audio/x-musepack;application/ogg;audio/x-vorbis+ogg;audio/x-scpls;audio/x-mpegurl;audio/x-it;audio/x-mod;audio/x-s3m;audio/x-stm;audio/x-xm;audio/x-ape;application/x-cue;x-content/audio-cdda;audio/x-ffmpeg-shorten; +X-KDE-StartupNotify=false +Actions=Play;Pause;Stop;Previous;Next; + +[Desktop Action Play] +Name=Play +Exec=qmmp --no-start --play + +[Desktop Action Pause] +Name=Pause +Exec=qmmp --no-start --pause + +[Desktop Action Stop] +Name=Stop +Exec=qmmp --no-start --stop + +[Desktop Action Previous] +Name=Previous +Exec=qmmp --no-start --previous + +[Desktop Action Next] +Name=Next +Exec=qmmp --no-start --next + + +# Translations +Comment[id]=Pemain Multimedia Berbasis-Qt4 +GenericName[id]=Pemain audio +Name[id]=Qmmp +Icon[id]=qmmp |
