diff options
Diffstat (limited to 'src/plugins/Output/null')
| -rw-r--r-- | src/plugins/Output/null/translations/null_plugin_pt.ts | 27 | ||||
| -rw-r--r-- | src/plugins/Output/null/translations/translations.qrc | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/src/plugins/Output/null/translations/null_plugin_pt.ts b/src/plugins/Output/null/translations/null_plugin_pt.ts new file mode 100644 index 000000000..16eb2bdbb --- /dev/null +++ b/src/plugins/Output/null/translations/null_plugin_pt.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="pt"> +<context> + <name>OutputNullFactory</name> + <message> + <location filename="../outputnullfactory.cpp" line="30"/> + <source>Null Plugin</source> + <translation>Suplemento Null</translation> + </message> + <message> + <location filename="../outputnullfactory.cpp" line="54"/> + <source>About Null Output Plugin</source> + <translation>Sobre o suplemento Null Output</translation> + </message> + <message> + <location filename="../outputnullfactory.cpp" line="55"/> + <source>Qmmp Null Output Plugin</source> + <translation>Suplemento Qmmp Null Output</translation> + </message> + <message> + <location filename="../outputnullfactory.cpp" line="56"/> + <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/null/translations/translations.qrc b/src/plugins/Output/null/translations/translations.qrc index fd4884501..92f22c679 100644 --- a/src/plugins/Output/null/translations/translations.qrc +++ b/src/plugins/Output/null/translations/translations.qrc @@ -8,6 +8,7 @@ <file>null_plugin_tr.qm</file> <file>null_plugin_cs.qm</file> <file>null_plugin_pt_BR.qm</file> + <file>null_plugin_pt.qm</file> <file>null_plugin_de.qm</file> <file>null_plugin_pl_PL.qm</file> <file>null_plugin_fr.qm</file> |
