aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/copypaste
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2014-09-13 07:26:21 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2014-09-13 07:26:21 +0000
commit299e076452c3593f7dda7c700d17d8e09e0a71e1 (patch)
tree5a34e95761fb83417b88adb4b69389a5afd46008 /src/plugins/General/copypaste
parent18da496cc4c13e3d6dfb8e515025bee828157b9d (diff)
downloadqmmp-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/General/copypaste')
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_pt.ts65
-rw-r--r--src/plugins/General/copypaste/translations/translations.qrc1
2 files changed, 66 insertions, 0 deletions
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_pt.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_pt.ts
new file mode 100644
index 000000000..85c519325
--- /dev/null
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_pt.ts
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="pt">
+<context>
+ <name>CopyPaste</name>
+ <message>
+ <location filename="../copypaste.cpp" line="43"/>
+ <source>Cu&amp;t</source>
+ <translation>Cor&amp;tar</translation>
+ </message>
+ <message>
+ <location filename="../copypaste.cpp" line="44"/>
+ <source>Ctrl+X</source>
+ <translation>Ctrl+X</translation>
+ </message>
+ <message>
+ <location filename="../copypaste.cpp" line="45"/>
+ <source>&amp;Copy</source>
+ <translation>&amp;Copiar</translation>
+ </message>
+ <message>
+ <location filename="../copypaste.cpp" line="46"/>
+ <source>Ctrl+C</source>
+ <translation>Ctrl+C</translation>
+ </message>
+ <message>
+ <location filename="../copypaste.cpp" line="47"/>
+ <source>&amp;Paste</source>
+ <translation>C&amp;olar</translation>
+ </message>
+ <message>
+ <location filename="../copypaste.cpp" line="48"/>
+ <source>Ctrl+V</source>
+ <translation>Ctrl+V</translation>
+ </message>
+</context>
+<context>
+ <name>CopyPasteFactory</name>
+ <message>
+ <location filename="../copypastefactory.cpp" line="28"/>
+ <source>Copy/Paste Plugin</source>
+ <translation>Suplemento Copy/Paste</translation>
+ </message>
+ <message>
+ <location filename="../copypastefactory.cpp" line="48"/>
+ <source>About Copy/Paste Plugin</source>
+ <translation>Sobre o suplemento Copy/Paste</translation>
+ </message>
+ <message>
+ <location filename="../copypastefactory.cpp" line="49"/>
+ <source>Qmmp Copy/Paste Plugin</source>
+ <translation>Suplemento Qmmp Copy/Paste</translation>
+ </message>
+ <message>
+ <location filename="../copypastefactory.cpp" line="50"/>
+ <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <translation>Este suplemento permite copiar as faixas entre as várias listas de reprodução</translation>
+ </message>
+ <message>
+ <location filename="../copypastefactory.cpp" line="51"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation>Desenvolvido por: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/General/copypaste/translations/translations.qrc b/src/plugins/General/copypaste/translations/translations.qrc
index 5fe7fd0fc..2ee0d1401 100644
--- a/src/plugins/General/copypaste/translations/translations.qrc
+++ b/src/plugins/General/copypaste/translations/translations.qrc
@@ -8,6 +8,7 @@
<file>copypaste_plugin_tr.qm</file>
<file>copypaste_plugin_cs.qm</file>
<file>copypaste_plugin_pt_BR.qm</file>
+ <file>copypaste_plugin_pt.qm</file>
<file>copypaste_plugin_de.qm</file>
<file>copypaste_plugin_pl_PL.qm</file>
<file>copypaste_plugin_fr.qm</file>