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/crossfade/translations | |
| 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/crossfade/translations')
| -rw-r--r-- | src/plugins/Effect/crossfade/translations/crossfade_plugin_pt.ts | 45 | ||||
| -rw-r--r-- | src/plugins/Effect/crossfade/translations/translations.qrc | 1 |
2 files changed, 46 insertions, 0 deletions
diff --git a/src/plugins/Effect/crossfade/translations/crossfade_plugin_pt.ts b/src/plugins/Effect/crossfade/translations/crossfade_plugin_pt.ts new file mode 100644 index 000000000..b3c1a4e01 --- /dev/null +++ b/src/plugins/Effect/crossfade/translations/crossfade_plugin_pt.ts @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="pt"> +<context> + <name>EffectCrossfadeFactory</name> + <message> + <location filename="../effectcrossfadefactory.cpp" line="30"/> + <source>Crossfade Plugin</source> + <translation>Suplemento Crossfade:</translation> + </message> + <message> + <location filename="../effectcrossfadefactory.cpp" line="51"/> + <source>About Crossfade Plugin</source> + <translation>Sobre o suplemento Crossfade</translation> + </message> + <message> + <location filename="../effectcrossfadefactory.cpp" line="52"/> + <source>Qmmp Crossfade Plugin</source> + <translation>Suplemento Qmmp Crossfade</translation> + </message> + <message> + <location filename="../effectcrossfadefactory.cpp" line="53"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Desenvolvido por: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>Crossfade Plugin Settings</source> + <translation>Definições</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="29"/> + <source>Overlap:</source> + <translation>Sobreposição:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="42"/> + <source>ms</source> + <translation>ms</translation> + </message> +</context> +</TS> diff --git a/src/plugins/Effect/crossfade/translations/translations.qrc b/src/plugins/Effect/crossfade/translations/translations.qrc index b1a0b5a6d..8e09f7f9d 100644 --- a/src/plugins/Effect/crossfade/translations/translations.qrc +++ b/src/plugins/Effect/crossfade/translations/translations.qrc @@ -8,6 +8,7 @@ <file>crossfade_plugin_tr.qm</file> <file>crossfade_plugin_cs.qm</file> <file>crossfade_plugin_pt_BR.qm</file> + <file>crossfade_plugin_pt.qm</file> <file>crossfade_plugin_de.qm</file> <file>crossfade_plugin_pl_PL.qm</file> <file>crossfade_plugin_fr.qm</file> |
