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 --- .../hotkey/translations/hotkey_plugin_pt.ts | 148 +++++++++++++++++++++ .../General/hotkey/translations/translations.qrc | 1 + 2 files changed, 149 insertions(+) create mode 100644 src/plugins/General/hotkey/translations/hotkey_plugin_pt.ts (limited to 'src/plugins/General/hotkey') diff --git a/src/plugins/General/hotkey/translations/hotkey_plugin_pt.ts b/src/plugins/General/hotkey/translations/hotkey_plugin_pt.ts new file mode 100644 index 000000000..45199da78 --- /dev/null +++ b/src/plugins/General/hotkey/translations/hotkey_plugin_pt.ts @@ -0,0 +1,148 @@ + + + + + HotkeyDialog + + + Modify Shortcut + Modificar atalho + + + + Press the key combination you want to assign + Prima a combinação de teclas que pretende atribuir + + + + Clear + Limpar + + + + HotkeyFactory + + + Global Hotkey Plugin + Suplemento Global Hotkey + + + + About Global Hotkey Plugin + Sobre o suplemento Global Hotkey + + + + Qmmp Global Hotkey Plugin + Suplemento Qmmp Global Hotkey + + + + This plugin adds support for multimedia keys or global key combinations + Este suplemento adiciona suporte às teclas multimédia ou a combinações de teclas + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + Desenvolvido por: Ilya Kotov <forkotov02@hotmail.ru> + + + + SettingsDialog + + + Global Hotkey Plugin Settings + Definições + + + + Action + Ação + + + + Shortcut + Atalho + + + + Reset + Restaurar + + + + Play + Reproduzir + + + + Stop + Parar + + + + Pause + Pausa + + + + Play/Pause + Reproduzir/Pausa + + + + Next + Seguinte + + + + Previous + Anterior + + + + Show/Hide + Mostrar/Ocultar + + + + Volume + + Volume + + + + + Volume - + Volume - + + + + Forward 5 seconds + Avançar 5 segundos + + + + Rewind 5 seconds + Recuar 5 segundos + + + + Jump to track + Ira para a faixa + + + + Mute + Silenciar + + + + Warning + Aviso + + + + Key sequence '%1' is already used + A combinação %1 já está a ser utilizada + + + diff --git a/src/plugins/General/hotkey/translations/translations.qrc b/src/plugins/General/hotkey/translations/translations.qrc index dcb4b9926..b7bb92bb2 100644 --- a/src/plugins/General/hotkey/translations/translations.qrc +++ b/src/plugins/General/hotkey/translations/translations.qrc @@ -8,6 +8,7 @@ hotkey_plugin_tr.qm hotkey_plugin_cs.qm hotkey_plugin_pt_BR.qm + hotkey_plugin_pt.qm hotkey_plugin_de.qm hotkey_plugin_pl_PL.qm hotkey_plugin_fr.qm -- cgit v1.2.3-13-gbd6f