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/Output/directsound | |
| 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/Output/directsound')
| -rw-r--r-- | src/plugins/Output/directsound/translations/directsound_plugin_pt.ts | 27 | ||||
| -rw-r--r-- | src/plugins/Output/directsound/translations/translations.qrc | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/src/plugins/Output/directsound/translations/directsound_plugin_pt.ts b/src/plugins/Output/directsound/translations/directsound_plugin_pt.ts new file mode 100644 index 000000000..35ab5437b --- /dev/null +++ b/src/plugins/Output/directsound/translations/directsound_plugin_pt.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="pt"> +<context> + <name>OutputDirectSoundFactory</name> + <message> + <location filename="../outputdirectsoundfactory.cpp" line="28"/> + <source>DirectSound Plugin</source> + <translation>Suplemento DirectSound</translation> + </message> + <message> + <location filename="../outputdirectsoundfactory.cpp" line="52"/> + <source>About DirectSound Output Plugin</source> + <translation>Sobre o suplemento DirectSound</translation> + </message> + <message> + <location filename="../outputdirectsoundfactory.cpp" line="53"/> + <source>Qmmp DirectSound Output Plugin</source> + <translation>Suplemento Qmmp DirectSound Output</translation> + </message> + <message> + <location filename="../outputdirectsoundfactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Desenvolvido por: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/directsound/translations/translations.qrc b/src/plugins/Output/directsound/translations/translations.qrc index 2f54c9a48..145ff612c 100644 --- a/src/plugins/Output/directsound/translations/translations.qrc +++ b/src/plugins/Output/directsound/translations/translations.qrc @@ -8,6 +8,7 @@ <file>directsound_plugin_tr.qm</file> <file>directsound_plugin_cs.qm</file> <file>directsound_plugin_pt_BR.qm</file> + <file>directsound_plugin_pt.qm</file> <file>directsound_plugin_de.qm</file> <file>directsound_plugin_pl_PL.qm</file> <file>directsound_plugin_fr.qm</file> |
