From cd9ed90720b9695d4bf6194d54a49d78ffe39710 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 3 Jan 2017 19:41:37 +0000 Subject: added Indonesian translation (Wantoyo) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6932 90c681e8-e032-0410-971d-27865f9a5e38 --- .../StatusOption/translations/status_plugin_id.ts | 102 +++++++++++++++++++++ .../StatusOption/translations/translations.qrc | 1 + 2 files changed, 103 insertions(+) create mode 100644 src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_id.ts (limited to 'src/plugins/CommandLineOptions/StatusOption') diff --git a/src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_id.ts b/src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_id.ts new file mode 100644 index 000000000..1275a9215 --- /dev/null +++ b/src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_id.ts @@ -0,0 +1,102 @@ + + + + + StatusOption + + + Print playback status + Cetak status pemainan + + + + Print formatted track name (example: qmmp --nowplaying "%t - %a") + Cetak nama track yang diformat (contohnya: qmmp --nowplaying "%t - %a") + + + + Print --nowplaying syntax + Cetak syntax --nowplaying + + + + Syntax: + Syntax: + + + + %p - artist + %p - artist + + + + %a - album + %a - album + + + + %aa - album artist + %aa - album artist + + + + %t - title + %t - title + + + + %n - track + %n - track + + + + %NN - 2-digit track + %NN - 2-digit track + + + + %g - genre + %g - genre + + + + %c - comment + %c - comment + + + + %C - composer + %C - composer + + + + %D - disc number + %D - disc number + + + + %f - file name + %f - file name + + + + %F - full path + %F - full path + + + + %y - year + %y - year + + + + %l - duration + %l - duration + + + + %if(A&B&C,D,E) - condition + %if(A&B&C,D,E) - condition + + + diff --git a/src/plugins/CommandLineOptions/StatusOption/translations/translations.qrc b/src/plugins/CommandLineOptions/StatusOption/translations/translations.qrc index dd5f6d12f..8f6d2589b 100644 --- a/src/plugins/CommandLineOptions/StatusOption/translations/translations.qrc +++ b/src/plugins/CommandLineOptions/StatusOption/translations/translations.qrc @@ -26,5 +26,6 @@ status_plugin_sr_RS.qm status_plugin_bg.qm status_plugin_el.qm + status_plugin_id.qm -- cgit v1.2.3-13-gbd6f