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 --- .../fileops/translations/fileops_plugin_pt.ts | 234 +++++++++++++++++++++ .../General/fileops/translations/translations.qrc | 1 + 2 files changed, 235 insertions(+) create mode 100644 src/plugins/General/fileops/translations/fileops_plugin_pt.ts (limited to 'src/plugins/General/fileops') diff --git a/src/plugins/General/fileops/translations/fileops_plugin_pt.ts b/src/plugins/General/fileops/translations/fileops_plugin_pt.ts new file mode 100644 index 000000000..dce003988 --- /dev/null +++ b/src/plugins/General/fileops/translations/fileops_plugin_pt.ts @@ -0,0 +1,234 @@ + + + + + FileOps + + + Error + Erro + + + + Destination directory doesn't exist + O diretório de destino não existe + + + + Copying + Cópia + + + + Stop + Parar + + + + Copying file %1/%2 + Copiando ficheiro %1/%2 + + + + Remove files + Remover ficheiros + + + + Are you sure you want to remove %n file(s) from disk? + + Tem a certeza que quer remover %n ficheiro do disco? + Tem a certeza que quer remover %n ficheiros do disco? + + + + + FileOpsFactory + + + File Operations Plugin + Suplemento File Operations + + + + About File Operations Plugin + Sobre o suplemento File Operations + + + + Qmmp File Operations Plugin + Suplemento Qmmp File Operations + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + Desenvolvido por: Ilya Kotov <forkotov02@hotmail.ru> + + + + HotkeyDialog + + + Modify Shortcut + Modificar atalho + + + + Press the key combination you want to assign + Prima a conbinação de teclas que pretende atribuir + + + + Clear + Limpar + + + + SettingsDialog + + + File Operations Settings + Definições + + + + Enabled + Ativo + + + + Operation + Operação + + + + Menu text + Texto do menu + + + + Shortcut + Atalho + + + + Add + Adicionar + + + + + + Remove + Remover + + + + Destination: + Destino: + + + + + ... + ... + + + + File name pattern: + Padrão para nome de ficheiro: + + + + + Copy + Copiar + + + + + Rename + Mudar nome + + + + New action + Nova ação + + + + 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 + + + + Choose a directory + Escolha um diretório + + + diff --git a/src/plugins/General/fileops/translations/translations.qrc b/src/plugins/General/fileops/translations/translations.qrc index 657e11ed4..20d10d492 100644 --- a/src/plugins/General/fileops/translations/translations.qrc +++ b/src/plugins/General/fileops/translations/translations.qrc @@ -8,6 +8,7 @@ fileops_plugin_tr.qm fileops_plugin_cs.qm fileops_plugin_pt_BR.qm + fileops_plugin_pt.qm fileops_plugin_de.qm fileops_plugin_pl_PL.qm fileops_plugin_fr.qm -- cgit v1.2.3-13-gbd6f