diff options
Diffstat (limited to 'src/plugins/General/mpris')
| -rw-r--r-- | src/plugins/General/mpris/translations/mpris_plugin_pt.ts | 27 | ||||
| -rw-r--r-- | src/plugins/General/mpris/translations/translations.qrc | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/src/plugins/General/mpris/translations/mpris_plugin_pt.ts b/src/plugins/General/mpris/translations/mpris_plugin_pt.ts new file mode 100644 index 000000000..b7c173904 --- /dev/null +++ b/src/plugins/General/mpris/translations/mpris_plugin_pt.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="pt"> +<context> + <name>MPRISFactory</name> + <message> + <location filename="../mprisfactory.cpp" line="29"/> + <source>MPRIS Plugin</source> + <translation>Suplemento MPRIS</translation> + </message> + <message> + <location filename="../mprisfactory.cpp" line="49"/> + <source>About MPRIS Plugin</source> + <translation>Sobre o suplemento MPRIS</translation> + </message> + <message> + <location filename="../mprisfactory.cpp" line="50"/> + <source>Qmmp MPRIS Plugin</source> + <translation>Suplemento Qmmp MPRIS</translation> + </message> + <message> + <location filename="../mprisfactory.cpp" line="51"/> + <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/General/mpris/translations/translations.qrc b/src/plugins/General/mpris/translations/translations.qrc index 65bd44deb..d793c8f12 100644 --- a/src/plugins/General/mpris/translations/translations.qrc +++ b/src/plugins/General/mpris/translations/translations.qrc @@ -8,6 +8,7 @@ <file>mpris_plugin_tr.qm</file> <file>mpris_plugin_cs.qm</file> <file>mpris_plugin_pt_BR.qm</file> + <file>mpris_plugin_pt.qm</file> <file>mpris_plugin_de.qm</file> <file>mpris_plugin_pl_PL.qm</file> <file>mpris_plugin_fr.qm</file> |
