From 43fad250d15190b63a14a58167c09818a4b7856a Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 12 Nov 2017 16:13:13 +0000 Subject: added Finnish translation (Jiri Grönroos) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7718 90c681e8-e032-0410-971d-27865f9a5e38 --- .../analyzer/translations/analyzer_plugin_fi.ts | 169 +++++++++++++++++++++ .../Visual/analyzer/translations/translations.qrc | 1 + .../projectm/translations/projectm_plugin_fi.ts | 136 +++++++++++++++++ .../Visual/projectm/translations/translations.qrc | 1 + 4 files changed, 307 insertions(+) create mode 100644 src/plugins/Visual/analyzer/translations/analyzer_plugin_fi.ts create mode 100644 src/plugins/Visual/projectm/translations/projectm_plugin_fi.ts (limited to 'src/plugins/Visual') diff --git a/src/plugins/Visual/analyzer/translations/analyzer_plugin_fi.ts b/src/plugins/Visual/analyzer/translations/analyzer_plugin_fi.ts new file mode 100644 index 000000000..dd1b111af --- /dev/null +++ b/src/plugins/Visual/analyzer/translations/analyzer_plugin_fi.ts @@ -0,0 +1,169 @@ + + + Analyzer + + + Qmmp Analyzer + + + + + Peaks + + + + + Refresh Rate + Päivitystaajuus: + + + + 50 fps + 50 fps + + + + 25 fps + 25 fps + + + + 10 fps + 10 fps + + + + 5 fps + 5 fps + + + + Analyzer Falloff + + + + + + Slowest + Hitain + + + + + Slow + Hidas + + + + + Medium + Keskitaso + + + + + Fast + Nopea + + + + + Fastest + Nopein + + + + Peaks Falloff + + + + + &Full Screen + &Koko näyttö + + + + F + F + + + + ColorWidget + + + Select Color + Valitse väri + + + + SettingsDialog + + + Analyzer Plugin Settings + + + + + General + Yleiset + + + + Cells size: + + + + + Colors + Värit + + + + Peaks: + + + + + Analyzer #1: + + + + + Background: + Tausta: + + + + Analyzer #2: + + + + + Analyzer #3: + + + + + VisualAnalyzerFactory + + + Analyzer Plugin + + + + + About Analyzer Visual Plugin + + + + + Qmmp Analyzer Visual Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + Toteuttanut: Ilya Kotov <forkotov02@ya.ru> + + + \ No newline at end of file diff --git a/src/plugins/Visual/analyzer/translations/translations.qrc b/src/plugins/Visual/analyzer/translations/translations.qrc index 5a28735fc..8c3e9ed89 100644 --- a/src/plugins/Visual/analyzer/translations/translations.qrc +++ b/src/plugins/Visual/analyzer/translations/translations.qrc @@ -27,5 +27,6 @@ analyzer_plugin_bg.qm analyzer_plugin_el.qm analyzer_plugin_id.qm + analyzer_plugin_fi.qm diff --git a/src/plugins/Visual/projectm/translations/projectm_plugin_fi.ts b/src/plugins/Visual/projectm/translations/projectm_plugin_fi.ts new file mode 100644 index 000000000..f4e0c2e4e --- /dev/null +++ b/src/plugins/Visual/projectm/translations/projectm_plugin_fi.ts @@ -0,0 +1,136 @@ + + + ProjectMPlugin + + + ProjectM + ProjectM + + + + ProjectMWidget + + + &Help + &Ohje + + + + F1 + F1 + + + + &Show Song Title + + + + + F2 + F2 + + + + &Show Preset Name + + + + + F3 + F3 + + + + &Show Menu + &Näytä valikko + + + + M + M + + + + &Next Preset + + + + + N + + + + + &Previous Preset + + + + + P + P + + + + &Random Preset + + + + + R + R + + + + &Lock Preset + + + + + L + L + + + + &Fullscreen + &Koko näyttö + + + + F + F + + + + VisualProjectMFactory + + + ProjectM + ProjectM + + + + About ProjectM Visual Plugin + + + + + Qmmp ProjectM Visual Plugin + + + + + This plugin adds projectM visualization + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + Toteuttanut: Ilya Kotov <forkotov02@ya.ru> + + + + Based on libprojectM-qt library + + + + \ No newline at end of file diff --git a/src/plugins/Visual/projectm/translations/translations.qrc b/src/plugins/Visual/projectm/translations/translations.qrc index 9f25ccfb5..0716805a0 100644 --- a/src/plugins/Visual/projectm/translations/translations.qrc +++ b/src/plugins/Visual/projectm/translations/translations.qrc @@ -27,5 +27,6 @@ projectm_plugin_bg.qm projectm_plugin_el.qm projectm_plugin_id.qm + projectm_plugin_fi.qm -- cgit v1.2.3-13-gbd6f