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 --- .../converter/translations/converter_plugin_pt.ts | 254 +++++++++++++++++++++ .../converter/translations/translations.qrc | 1 + 2 files changed, 255 insertions(+) create mode 100644 src/plugins/General/converter/translations/converter_plugin_pt.ts (limited to 'src/plugins/General/converter') diff --git a/src/plugins/General/converter/translations/converter_plugin_pt.ts b/src/plugins/General/converter/translations/converter_plugin_pt.ts new file mode 100644 index 000000000..1b6c38793 --- /dev/null +++ b/src/plugins/General/converter/translations/converter_plugin_pt.ts @@ -0,0 +1,254 @@ + + + + + Converter + + + Track: %1 + Faixa: %1 + + + + Preset: %1 + Pré-ajuste: %1 + + + + Encoding... + Codificação... + + + + ConverterDialog + + + Converter Settings + Definições + + + + Select tracks to convert: + Selecione as faixas a converter: + + + + Output directory: + Diretório de destino: + + + + Output file name: + Nome do ficheiro de destino: + + + + Preset: + Pré-ajuste: + + + + Overwrite existing files + Substituir ficheiros existentes + + + + Choose a directory + Escolha um diretório + + + + 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 + + + + Year + Ano + + + + Condition + Condição + + + + Create + Criar + + + + Edit + Editar + + + + Create a copy + Criar uma cópia + + + + Delete + Eliminar + + + + ConverterFactory + + + Converter Plugin + Suplemento Converter + + + + About Converter Plugin + Sobre o suplemento Converter + + + + Qmmp Converter Plugin + Suplemento Qmmp Converter + + + + This plugin converts supported audio files to other file formats using external command-line encoders + Este suplemento converte os ficheiros áudio suportados para outros formatos através da utilização de codificadores externos + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + Desenvolvido por: Ilya Kotov <forkotov02@hotmail.ru> + + + + ConverterHelper + + + Convert + Converter + + + + Meta+C + Meta+C + + + + Converting... + Conversão... + + + + Cancel + Cancelar + + + + PresetEditor + + + Preset Editor + Editor de pré-ajustes + + + + General + Geral + + + + Name: + Nome: + + + + Extension: + Extensão: + + + + Command + Comando + + + + Options + Opções + + + + Write tags + Gravar detalhes + + + + Convert to 16 bit + Converter para 16 bits + + + + %1 (Read Only) + %1 (apenas leitura) + + + + Output file + Ficheiro de destino + + + + Input file + Ficheiro de origem + + + diff --git a/src/plugins/General/converter/translations/translations.qrc b/src/plugins/General/converter/translations/translations.qrc index f57e5867f..e353675e9 100644 --- a/src/plugins/General/converter/translations/translations.qrc +++ b/src/plugins/General/converter/translations/translations.qrc @@ -8,6 +8,7 @@ converter_plugin_tr.qm converter_plugin_cs.qm converter_plugin_pt_BR.qm + converter_plugin_pt.qm converter_plugin_de.qm converter_plugin_pl_PL.qm converter_plugin_fr.qm -- cgit v1.2.3-13-gbd6f