aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/copypaste
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-11-12 16:13:13 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-11-12 16:13:13 +0000
commit43fad250d15190b63a14a58167c09818a4b7856a (patch)
treef2bf86a8cb83d24a0c116ea31f9e85a56ebe27bc /src/plugins/General/copypaste
parent713413b17270923ac89ee841de1d8b91030c16bc (diff)
downloadqmmp-43fad250d15190b63a14a58167c09818a4b7856a.tar.gz
qmmp-43fad250d15190b63a14a58167c09818a4b7856a.tar.bz2
qmmp-43fad250d15190b63a14a58167c09818a4b7856a.zip
added Finnish translation (Jiri Grönroos)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7718 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/copypaste')
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_fi.ts63
-rw-r--r--src/plugins/General/copypaste/translations/translations.qrc1
2 files changed, 64 insertions, 0 deletions
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_fi.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_fi.ts
new file mode 100644
index 000000000..fdfb39000
--- /dev/null
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_fi.ts
@@ -0,0 +1,63 @@
+<?xml version="1.0" ?><!DOCTYPE TS><TS language="fi" version="2.0">
+<context>
+ <name>CopyPaste</name>
+ <message>
+ <location filename="../copypaste.cpp" line="43"/>
+ <source>Cu&amp;t</source>
+ <translation>L&amp;eikkaa</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;Kopioi</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>&amp;Liitä</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="30"/>
+ <source>Copy/Paste Plugin</source>
+ <translation>Kopioi/liitä-liitännäinen</translation>
+ </message>
+ <message>
+ <location filename="../copypastefactory.cpp" line="50"/>
+ <source>About Copy/Paste Plugin</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="../copypastefactory.cpp" line="51"/>
+ <source>Qmmp Copy/Paste Plugin</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="../copypastefactory.cpp" line="52"/>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="../copypastefactory.cpp" line="53"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>Toteuttanut: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
+ </message>
+</context>
+</TS> \ No newline at end of file
diff --git a/src/plugins/General/copypaste/translations/translations.qrc b/src/plugins/General/copypaste/translations/translations.qrc
index 61e254743..634e175fa 100644
--- a/src/plugins/General/copypaste/translations/translations.qrc
+++ b/src/plugins/General/copypaste/translations/translations.qrc
@@ -27,5 +27,6 @@
<file>copypaste_plugin_bg.qm</file>
<file>copypaste_plugin_el.qm</file>
<file>copypaste_plugin_id.qm</file>
+ <file>copypaste_plugin_fi.qm</file>
</qresource>
</RCC>