aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hotkey
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/hotkey')
-rw-r--r--src/plugins/General/hotkey/translations/hotkey_plugin_fi.ts146
-rw-r--r--src/plugins/General/hotkey/translations/translations.qrc1
2 files changed, 147 insertions, 0 deletions
diff --git a/src/plugins/General/hotkey/translations/hotkey_plugin_fi.ts b/src/plugins/General/hotkey/translations/hotkey_plugin_fi.ts
new file mode 100644
index 000000000..152b0dfdf
--- /dev/null
+++ b/src/plugins/General/hotkey/translations/hotkey_plugin_fi.ts
@@ -0,0 +1,146 @@
+<?xml version="1.0" ?><!DOCTYPE TS><TS language="fi" version="2.0">
+<context>
+ <name>HotkeyDialog</name>
+ <message>
+ <location filename="../hotkeydialog.ui" line="14"/>
+ <source>Modify Shortcut</source>
+ <translation>Muokkaa pikanäppäintä</translation>
+ </message>
+ <message>
+ <location filename="../hotkeydialog.ui" line="32"/>
+ <source>Press the key combination you want to assign</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="../hotkeydialog.ui" line="52"/>
+ <source>Clear</source>
+ <translation>Tyhjennä</translation>
+ </message>
+</context>
+<context>
+ <name>HotkeyFactory</name>
+ <message>
+ <location filename="../hotkeyfactory.cpp" line="32"/>
+ <source>Global Hotkey Plugin</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="../hotkeyfactory.cpp" line="52"/>
+ <source>About Global Hotkey Plugin</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="../hotkeyfactory.cpp" line="53"/>
+ <source>Qmmp Global Hotkey Plugin</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="../hotkeyfactory.cpp" line="54"/>
+ <source>This plugin adds support for multimedia keys or global key combinations</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="../hotkeyfactory.cpp" line="55"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>Toteuttanut: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
+ </message>
+</context>
+<context>
+ <name>SettingsDialog</name>
+ <message>
+ <location filename="../settingsdialog.ui" line="14"/>
+ <source>Global Hotkey Plugin Settings</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="42"/>
+ <source>Action</source>
+ <translation>Toiminto</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="47"/>
+ <source>Shortcut</source>
+ <translation>Pikanäppäin</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="55"/>
+ <source>Reset</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="../settingsdialog.cpp" line="37"/>
+ <source>Play</source>
+ <translation>Toista</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.cpp" line="38"/>
+ <source>Stop</source>
+ <translation>Lopeta</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.cpp" line="39"/>
+ <source>Pause</source>
+ <translation>Keskeytä</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.cpp" line="40"/>
+ <source>Play/Pause</source>
+ <translation>Toista/keskeytä</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.cpp" line="41"/>
+ <source>Next</source>
+ <translation>Seuraava</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.cpp" line="42"/>
+ <source>Previous</source>
+ <translation>Edellinen</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.cpp" line="43"/>
+ <source>Show/Hide</source>
+ <translation>Näytä/piilota</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.cpp" line="44"/>
+ <source>Volume +</source>
+ <translation>Äänenvoimakkuus +</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.cpp" line="45"/>
+ <source>Volume -</source>
+ <translation>Äänenvoimakkuus -</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.cpp" line="46"/>
+ <source>Forward 5 seconds</source>
+ <translation>Eteenpäin 5 sekuntia</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.cpp" line="47"/>
+ <source>Rewind 5 seconds</source>
+ <translation>Taaksepäin 5 sekuntia</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.cpp" line="48"/>
+ <source>Jump to track</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="../settingsdialog.cpp" line="49"/>
+ <source>Mute</source>
+ <translation>Mykistä</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.cpp" line="111"/>
+ <source>Warning</source>
+ <translation>Varoitus</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.cpp" line="111"/>
+ <source>Key sequence &apos;%1&apos; is already used</source>
+ <translation type="unfinished"/>
+ </message>
+</context>
+</TS> \ No newline at end of file
diff --git a/src/plugins/General/hotkey/translations/translations.qrc b/src/plugins/General/hotkey/translations/translations.qrc
index d8e793c07..5bcff4b53 100644
--- a/src/plugins/General/hotkey/translations/translations.qrc
+++ b/src/plugins/General/hotkey/translations/translations.qrc
@@ -27,5 +27,6 @@
<file>hotkey_plugin_bg.qm</file>
<file>hotkey_plugin_el.qm</file>
<file>hotkey_plugin_id.qm</file>
+ <file>hotkey_plugin_fi.qm</file>
</qresource>
</RCC>