diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-11-12 16:13:13 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-11-12 16:13:13 +0000 |
| commit | 43fad250d15190b63a14a58167c09818a4b7856a (patch) | |
| tree | f2bf86a8cb83d24a0c116ea31f9e85a56ebe27bc /src/plugins/General/trackchange/translations | |
| parent | 713413b17270923ac89ee841de1d8b91030c16bc (diff) | |
| download | qmmp-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/trackchange/translations')
| -rw-r--r-- | src/plugins/General/trackchange/translations/trackchange_plugin_fi.ts | 66 | ||||
| -rw-r--r-- | src/plugins/General/trackchange/translations/translations.qrc | 1 |
2 files changed, 67 insertions, 0 deletions
diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_fi.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_fi.ts new file mode 100644 index 000000000..bd64442bb --- /dev/null +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_fi.ts @@ -0,0 +1,66 @@ +<?xml version="1.0" ?><!DOCTYPE TS><TS language="fi" version="2.0"> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>Track Change Plugin Settings</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../settingsdialog.ui" line="32"/> + <location filename="../settingsdialog.ui" line="42"/> + <location filename="../settingsdialog.ui" line="52"/> + <location filename="../settingsdialog.ui" line="62"/> + <source>...</source> + <translation>...</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="76"/> + <source>Command to run when Qmmp starts new track</source> + <translation>Suoritettava komento, kun Qmmp aloittaa uuden kappaleen</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="83"/> + <source>Command to run toward to end of a track</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../settingsdialog.ui" line="90"/> + <source>Command to run when Qmmp reaches the end of the playlist</source> + <translation>Suoritettava komento, kun Qmmp tavoittaa soittolistan lopun</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="97"/> + <source>Command to run when title changes (i.e. network streams title)</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>TrackChangeFactory</name> + <message> + <location filename="../trackchangefactory.cpp" line="31"/> + <source>Track Change Plugin</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../trackchangefactory.cpp" line="51"/> + <source>About Track Change Plugin</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../trackchangefactory.cpp" line="52"/> + <source>Qmmp Track Change Plugin</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../trackchangefactory.cpp" line="53"/> + <source>This plugin executes external command when current track is changed</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../trackchangefactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Toteuttanut: Ilya Kotov <forkotov02@ya.ru></translation> + </message> +</context> +</TS>
\ No newline at end of file diff --git a/src/plugins/General/trackchange/translations/translations.qrc b/src/plugins/General/trackchange/translations/translations.qrc index 3d384b989..bbcfe5dd3 100644 --- a/src/plugins/General/trackchange/translations/translations.qrc +++ b/src/plugins/General/trackchange/translations/translations.qrc @@ -27,5 +27,6 @@ <file>trackchange_plugin_bg.qm</file> <file>trackchange_plugin_el.qm</file> <file>trackchange_plugin_id.qm</file> + <file>trackchange_plugin_fi.qm</file> </qresource> </RCC> |
