diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-09-13 07:26:21 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-09-13 07:26:21 +0000 |
| commit | 299e076452c3593f7dda7c700d17d8e09e0a71e1 (patch) | |
| tree | 5a34e95761fb83417b88adb4b69389a5afd46008 /src/plugins/General/hal/translations/hal_plugin_pt.ts | |
| parent | 18da496cc4c13e3d6dfb8e515025bee828157b9d (diff) | |
| download | qmmp-299e076452c3593f7dda7c700d17d8e09e0a71e1.tar.gz qmmp-299e076452c3593f7dda7c700d17d8e09e0a71e1.tar.bz2 qmmp-299e076452c3593f7dda7c700d17d8e09e0a71e1.zip | |
added Portuguese translation (Sérgio Marques)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4468 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/hal/translations/hal_plugin_pt.ts')
| -rw-r--r-- | src/plugins/General/hal/translations/hal_plugin_pt.ts | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/src/plugins/General/hal/translations/hal_plugin_pt.ts b/src/plugins/General/hal/translations/hal_plugin_pt.ts new file mode 100644 index 000000000..4f5953cb1 --- /dev/null +++ b/src/plugins/General/hal/translations/hal_plugin_pt.ts @@ -0,0 +1,88 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="pt"> +<context> + <name>HalFactory</name> + <message> + <location filename="../halfactory.cpp" line="30"/> + <source>HAL Plugin</source> + <translation>Suplemento HAL</translation> + </message> + <message> + <location filename="../halfactory.cpp" line="50"/> + <source>About HAL Plugin</source> + <translation>Sobre o suplemento HAL</translation> + </message> + <message> + <location filename="../halfactory.cpp" line="51"/> + <source>Qmmp HAL Plugin</source> + <translation>Suplemento Qmmp HAL</translation> + </message> + <message> + <location filename="../halfactory.cpp" line="52"/> + <source>This plugin provides removable devices detection using HAL</source> + <translation>Este suplemento permite a deteção de discos amovíveis através do serviço HAL</translation> + </message> + <message> + <location filename="../halfactory.cpp" line="53"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Desenvolvido por: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> + <message> + <location filename="../halfactory.cpp" line="54"/> + <source>Based on Solid (KDE hardware library)</source> + <translation>Baseado no Solid (biblioteca do KDE)</translation> + </message> +</context> +<context> + <name>HalPlugin</name> + <message> + <location filename="../halplugin.cpp" line="160"/> + <source>Add CD "%1"</source> + <translation>Adicionar CD %1</translation> + </message> + <message> + <location filename="../halplugin.cpp" line="166"/> + <source>Add Volume "%1"</source> + <translation>Adicionar volume %1</translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="13"/> + <source>HAL Plugin Settings</source> + <translation>Definições</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="28"/> + <source>CD Audio Detection</source> + <translation>Deteção de CD áudio</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="37"/> + <source>Add tracks to playlist automatically</source> + <translation>Adicionar faixas à lista de reprodução</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="44"/> + <source>Remove tracks from playlist automatically</source> + <translation>Remover faixas da lista de reprodução</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="54"/> + <source>Removable Device Detection</source> + <translation>Deteção de discos amovíveis</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="63"/> + <source>Add files to playlist automatically</source> + <translation>Adicionar ficheiros à lista de reprodução</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="70"/> + <source>Remove files from playlist automatically</source> + <translation>Remover ficheiros da lista de reprodução</translation> + </message> +</context> +</TS> |
