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 --- .../translations/trackchange_plugin_pt.ts | 138 +++++++++++++++++++++ .../trackchange/translations/translations.qrc | 1 + 2 files changed, 139 insertions(+) create mode 100644 src/plugins/General/trackchange/translations/trackchange_plugin_pt.ts (limited to 'src/plugins/General/trackchange') diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_pt.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_pt.ts new file mode 100644 index 000000000..95a092223 --- /dev/null +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_pt.ts @@ -0,0 +1,138 @@ + + + + + SettingsDialog + + + Track Change Plugin Settings + Definições + + + + + + + ... + ... + + + + Command to run when Qmmp starts new track + Comando a executar ao iniciar uma nova faixa + + + + Command to run toward to end of a track + Comando a executar ao terminar a faixa + + + + Command to run when Qmmp reaches the end of the playlist + Comando a executar ao atingir o fim da lista de reprodução + + + + Command to run when title changes (i.e. network streams title) + Comando a executar ao mudar o título (exemplo: emissões web) + + + + Artist + Artista + + + + Album + Álbum + + + + Title + Título + + + + Track number + Número da faixa + + + + Two-digit track number + Número da faixa com 2 dígitos + + + + Genre + Género + + + + Comment + Comentário + + + + Composer + Compositor + + + + Duration + Duração + + + + Disc number + Número do disco + + + + File name + Nome do ficheiro + + + + File path + Caminho do ficheiro + + + + Year + Ano + + + + Condition + Condição + + + + TrackChangeFactory + + + Track Change Plugin + Suplemento Track Change + + + + About Track Change Plugin + Sobre o suplemento Track Change + + + + Qmmp Track Change Plugin + Suplemento Qmmp Track Change + + + + This plugin executes external command when current track is changed + Este suplemento executa comandos externos se a faixa reproduzida for alterada + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + Desenvolvido por: Ilya Kotov <forkotov02@hotmail.ru> + + + diff --git a/src/plugins/General/trackchange/translations/translations.qrc b/src/plugins/General/trackchange/translations/translations.qrc index 9789128b5..812fb5dce 100644 --- a/src/plugins/General/trackchange/translations/translations.qrc +++ b/src/plugins/General/trackchange/translations/translations.qrc @@ -8,6 +8,7 @@ trackchange_plugin_tr.qm trackchange_plugin_cs.qm trackchange_plugin_pt_BR.qm + trackchange_plugin_pt.qm trackchange_plugin_de.qm trackchange_plugin_pl_PL.qm trackchange_plugin_fr.qm -- cgit v1.2.3-13-gbd6f