From 19a2276bebf313755c37c90eed5dcaaca6140c87 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 4 Oct 2013 16:58:29 +0000 Subject: added Galician translation (author: Óscar Pereira) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3747 90c681e8-e032-0410-971d-27865f9a5e38 --- .../translations/status_plugin_gl_ES.ts | 97 ++++++++++++++++++++++ .../StatusOption/translations/translations.qrc | 1 + 2 files changed, 98 insertions(+) create mode 100644 src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_gl_ES.ts (limited to 'src/plugins/CommandLineOptions/StatusOption/translations') diff --git a/src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_gl_ES.ts b/src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_gl_ES.ts new file mode 100644 index 000000000..0ff651d87 --- /dev/null +++ b/src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_gl_ES.ts @@ -0,0 +1,97 @@ + + + + + StatusOption + + + Print playback status + + + + + Print formatted track name (example: qmmp --nowplaying "%t - %a") + + + + + Print --nowplaying syntax + + + + + Syntax: + + + + + %p - artist + + + + + %a - album + + + + + %t - title + + + + + %n - track + + + + + %NN - 2-digit track + + + + + %g - genre + + + + + %c - comment + + + + + %C - composer + + + + + %D - disc number + + + + + %f - file name + + + + + %F - full path + + + + + %y - year + + + + + %l - duration + + + + + %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 b91bacb1f..c0f304a8b 100644 --- a/src/plugins/CommandLineOptions/StatusOption/translations/translations.qrc +++ b/src/plugins/CommandLineOptions/StatusOption/translations/translations.qrc @@ -20,5 +20,6 @@ status_plugin_sk.qm status_plugin_es.qm status_plugin_he.qm + status_plugin_gl_ES.qm -- cgit v1.2.3-13-gbd6f