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 --- src/app/translations/qmmp_locales.qrc | 1 + src/app/translations/qmmp_pt.ts | 145 ++++++++++++++++++++++++++++++++++ 2 files changed, 146 insertions(+) create mode 100644 src/app/translations/qmmp_pt.ts (limited to 'src/app') diff --git a/src/app/translations/qmmp_locales.qrc b/src/app/translations/qmmp_locales.qrc index f8130c03e..4218a30e7 100644 --- a/src/app/translations/qmmp_locales.qrc +++ b/src/app/translations/qmmp_locales.qrc @@ -8,6 +8,7 @@ qmmp_tr.qm qmmp_cs.qm qmmp_pt_BR.qm + qmmp_pt.qm qmmp_de.qm qmmp_pl_PL.qm qmmp_fr.qm diff --git a/src/app/translations/qmmp_pt.ts b/src/app/translations/qmmp_pt.ts new file mode 100644 index 000000000..f4b3acf95 --- /dev/null +++ b/src/app/translations/qmmp_pt.ts @@ -0,0 +1,145 @@ + + + + + BuiltinCommandLineOption + + + Don't clear the playlist + Não limpar lista de reproduçao + + + + Start playing current song + Iniciar reprodução da faixa atual + + + + Pause current song + Pausa na faixa atual + + + + Pause if playing, play otherwise + Pausa se em reprodução, ou reproduzir + + + + Stop current song + Parar faixa atual + + + + Display Jump to File dialog + Mostrar diálogo Ir para o ficheiro + + + + Quit application + Sair da aplicação + + + + Set playback volume (example: qmmp --volume 20) + Definir o volume de reprodução (exemplo: qmmp --volume 20) + + + + Mute/Restore volume + Silenciar/Restaurar volume + + + + Skip forward in playlist + Avançar na lista de reprodução + + + + Skip backwards in playlist + Recuar na lista de reprodução + + + + Show/hide application + Mostrar/Ocultar a aplicação + + + + Show main window + Mostrar janela principal + + + + Display Add File dialog + Mostrar diálogo Adicionar ficheiro + + + + Display Add Directory dialog + Mostrar diálogo Adicionar diretório + + + + QMMPStarter + + + Unknown command + Comando desconhecido + + + + Usage: qmmp [options] [files] + Utilização: qmmp [opções] [ficheiros] + + + + Options: + Opções: + + + + Don't start the application + Não iniciar a aplicação + + + + Display this text and exit + Mostrar este texto e sair + + + + Print version number and exit + Mostrar número da versão e sair + + + + Ideas, patches, bugreports send to forkotov02@hotmail.ru + Envie ideias, correções e relatórios de erro para forkotov02@hotmail.ru + + + + Command Line Help + Ajuda para linha de comandos + + + + QMMP version: %1 + Versão Qmmp: %1 + + + + Compiled with Qt version: %1 + Compilado com Qt: %1 + + + + Using Qt version: %1 + Utiliza a versão Qt: %1 + + + + Qmmp Version + Versão Qmmp + + + -- cgit v1.2.3-13-gbd6f