From 299e076452c3593f7dda7c700d17d8e09e0a71e1 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 13 Sep 2014 07:26:21 +0000 Subject: added Portuguese translation (Sérgio Marques) 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@4468 90c681e8-e032-0410-971d-27865f9a5e38 --- .../StatusOption/translations/status_plugin_pt.ts | 97 ++++++++++++++++++++++ .../StatusOption/translations/translations.qrc | 1 + 2 files changed, 98 insertions(+) create mode 100644 src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_pt.ts (limited to 'src/plugins/CommandLineOptions/StatusOption') diff --git a/src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_pt.ts b/src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_pt.ts new file mode 100644 index 000000000..00e092258 --- /dev/null +++ b/src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_pt.ts @@ -0,0 +1,97 @@ + + + + + StatusOption + + + Print playback status + Imprimir estado de reprodução + + + + Print formatted track name (example: qmmp --nowplaying "%t - %a") + Imprimir nome de faixa formatado (exemplo: qmmp --nowplaying "%t - %a") + + + + Print --nowplaying syntax + Imprimir sintaxe --nowplaying + + + + Syntax: + Sintaxe: + + + + %p - artist + %p - artista + + + + %a - album + %a - álbum + + + + %t - title + %t - título + + + + %n - track + %n - faixa + + + + %NN - 2-digit track + %NN - faixa com 2 dígitos + + + + %g - genre + %g - género + + + + %c - comment + %c - comentário + + + + %C - composer + %C - compositor + + + + %D - disc number + %D - número do disco + + + + %f - file name + %f - nome de ficheiro + + + + %F - full path + %F - caminho completo + + + + %y - year + %y - ano + + + + %l - duration + %l - duração + + + + %if(A&B&C,D,E) - condition + %if(A&B&C,D,E) - condição + + + diff --git a/src/plugins/CommandLineOptions/StatusOption/translations/translations.qrc b/src/plugins/CommandLineOptions/StatusOption/translations/translations.qrc index 902ed0a03..735c0d383 100644 --- a/src/plugins/CommandLineOptions/StatusOption/translations/translations.qrc +++ b/src/plugins/CommandLineOptions/StatusOption/translations/translations.qrc @@ -8,6 +8,7 @@ status_plugin_tr.qm status_plugin_cs.qm status_plugin_pt_BR.qm + status_plugin_pt.qm status_plugin_de.qm status_plugin_pl_PL.qm status_plugin_fr.qm -- cgit v1.2.3-13-gbd6f