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/Effect/ladspa | |
| 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/Effect/ladspa')
| -rw-r--r-- | src/plugins/Effect/ladspa/translations/ladspa_plugin_pt.ts | 85 | ||||
| -rw-r--r-- | src/plugins/Effect/ladspa/translations/translations.qrc | 1 |
2 files changed, 86 insertions, 0 deletions
diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_pt.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_pt.ts new file mode 100644 index 000000000..e86329a2f --- /dev/null +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_pt.ts @@ -0,0 +1,85 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="pt"> +<context> + <name>EffectLADSPAFactory</name> + <message> + <location filename="../effectladspafactory.cpp" line="30"/> + <source>LADSPA Plugin</source> + <translation>Suplemento LADSPA</translation> + </message> + <message> + <location filename="../effectladspafactory.cpp" line="50"/> + <source>About LADSPA Host for Qmmp</source> + <translation>Sobre o suplemento Qmmp LADSPA Host</translation> + </message> + <message> + <location filename="../effectladspafactory.cpp" line="51"/> + <source>LADSPA Host for Qmmp</source> + <translation>LADSPA Host para Qmmp</translation> + </message> + <message> + <location filename="../effectladspafactory.cpp" line="52"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Desenvolvido por: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> + <message> + <location filename="../effectladspafactory.cpp" line="53"/> + <source>Based on the LADSPA Host for BMP</source> + <translation>Baseado no LADSPA Host para BMP</translation> + </message> + <message> + <location filename="../effectladspafactory.cpp" line="54"/> + <source>BMP-ladspa developers:</source> + <translation>Programadores BMP-ladspa:</translation> + </message> + <message> + <location filename="../effectladspafactory.cpp" line="55"/> + <source>Nick Lamb <njl195@zepler.org.uk></source> + <translation>Nick Lamb <njl195@zepler.org.uk></translation> + </message> + <message> + <location filename="../effectladspafactory.cpp" line="56"/> + <source>Giacomo Lozito <city_hunter@users.sf.net></source> + <translation>Giacomo Lozito <city_hunter@users.sf.net></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>LADSPA Plugin Catalog</source> + <translation>Catálogo do suplemento LDASPA</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="52"/> + <source>></source> + <translation>></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="59"/> + <source><</source> + <translation><</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="94"/> + <source>Configure</source> + <translation>Configurar</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="43"/> + <source>UID</source> + <translation>UID</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="44"/> + <source>Name</source> + <translation>Nome</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="126"/> + <source>This LADSPA plugin has no user controls</source> + <translation>Este suplemento não possui controlos de utilizador</translation> + </message> +</context> +</TS> diff --git a/src/plugins/Effect/ladspa/translations/translations.qrc b/src/plugins/Effect/ladspa/translations/translations.qrc index 750ea3755..d0bd06557 100644 --- a/src/plugins/Effect/ladspa/translations/translations.qrc +++ b/src/plugins/Effect/ladspa/translations/translations.qrc @@ -8,6 +8,7 @@ <file>ladspa_plugin_tr.qm</file> <file>ladspa_plugin_cs.qm</file> <file>ladspa_plugin_pt_BR.qm</file> + <file>ladspa_plugin_pt.qm</file> <file>ladspa_plugin_de.qm</file> <file>ladspa_plugin_pl_PL.qm</file> <file>ladspa_plugin_fr.qm</file> |
