From 9eadabd2d382e5142024e6cd5357fd03187e81d0 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 26 Aug 2014 07:16:17 +0000 Subject: added source language git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4428 90c681e8-e032-0410-971d-27865f9a5e38 --- .../analyzer/translations/analyzer_plugin_en.ts | 171 +++++++++++++++++++++ .../Visual/analyzer/translations/translations.qrc | 1 + .../projectm/translations/projectm_plugin_en.ts | 138 +++++++++++++++++ .../Visual/projectm/translations/translations.qrc | 1 + 4 files changed, 311 insertions(+) create mode 100644 src/plugins/Visual/analyzer/translations/analyzer_plugin_en.ts create mode 100644 src/plugins/Visual/projectm/translations/projectm_plugin_en.ts (limited to 'src/plugins/Visual') diff --git a/src/plugins/Visual/analyzer/translations/analyzer_plugin_en.ts b/src/plugins/Visual/analyzer/translations/analyzer_plugin_en.ts new file mode 100644 index 000000000..772c462bd --- /dev/null +++ b/src/plugins/Visual/analyzer/translations/analyzer_plugin_en.ts @@ -0,0 +1,171 @@ + + + + + Analyzer + + + Qmmp Analyzer + + + + + Peaks + + + + + Refresh Rate + + + + + 50 fps + + + + + 25 fps + + + + + 10 fps + + + + + 5 fps + + + + + Analyzer Falloff + + + + + + Slowest + + + + + + Slow + + + + + + Medium + + + + + + Fast + + + + + + Fastest + + + + + Peaks Falloff + + + + + &Full Screen + + + + + F + + + + + ColorWidget + + + Select Color + + + + + SettingsDialog + + + Analyzer Plugin Settings + + + + + General + + + + + Cells size: + + + + + Colors + + + + + Peaks: + + + + + Analyzer #1: + + + + + Background: + + + + + Analyzer #2: + + + + + Analyzer #3: + + + + + VisualAnalyzerFactory + + + Analyzer Plugin + + + + + About Analyzer Visual Plugin + + + + + Qmmp Analyzer Visual Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + diff --git a/src/plugins/Visual/analyzer/translations/translations.qrc b/src/plugins/Visual/analyzer/translations/translations.qrc index 394838e7a..7e4feac6e 100644 --- a/src/plugins/Visual/analyzer/translations/translations.qrc +++ b/src/plugins/Visual/analyzer/translations/translations.qrc @@ -23,5 +23,6 @@ analyzer_plugin_gl_ES.qm analyzer_plugin_sr_BA.qm analyzer_plugin_sr_RS.qm + analyzer_plugin_en.qm diff --git a/src/plugins/Visual/projectm/translations/projectm_plugin_en.ts b/src/plugins/Visual/projectm/translations/projectm_plugin_en.ts new file mode 100644 index 000000000..155566065 --- /dev/null +++ b/src/plugins/Visual/projectm/translations/projectm_plugin_en.ts @@ -0,0 +1,138 @@ + + + + + ProjectMPlugin + + + ProjectM + + + + + ProjectMWidget + + + &Help + + + + + F1 + + + + + &Show Song Title + + + + + F2 + + + + + &Show Preset Name + + + + + F3 + + + + + &Show Menu + + + + + M + + + + + &Next Preset + + + + + N + + + + + &Previous Preset + + + + + P + + + + + &Random Preset + + + + + R + + + + + &Lock Preset + + + + + L + + + + + &Fullscreen + + + + + F + + + + + VisualProjectMFactory + + + ProjectM + + + + + About ProjectM Visual Plugin + + + + + Qmmp ProjectM Visual Plugin + + + + + This plugin adds projectM visualization + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on llibrojectM-qt library + + + + diff --git a/src/plugins/Visual/projectm/translations/translations.qrc b/src/plugins/Visual/projectm/translations/translations.qrc index cc6cb33af..95da1362d 100644 --- a/src/plugins/Visual/projectm/translations/translations.qrc +++ b/src/plugins/Visual/projectm/translations/translations.qrc @@ -23,5 +23,6 @@ projectm_plugin_gl_ES.qm projectm_plugin_sr_BA.qm projectm_plugin_sr_RS.qm + projectm_plugin_en.qm -- cgit v1.2.3-13-gbd6f