diff options
Diffstat (limited to 'src/plugins/Visual')
5 files changed, 279 insertions, 0 deletions
diff --git a/src/plugins/Visual/analyzer/analyzer.pro b/src/plugins/Visual/analyzer/analyzer.pro index 64f42df84..04af40804 100644 --- a/src/plugins/Visual/analyzer/analyzer.pro +++ b/src/plugins/Visual/analyzer/analyzer.pro @@ -28,6 +28,7 @@ TRANSLATIONS = translations/analyzer_plugin_cs.ts \ translations/analyzer_plugin_zh_CN.ts \ translations/analyzer_plugin_zh_TW.ts \ translations/analyzer_plugin_ru.ts \ + translations/analyzer_plugin_pl.ts \ translations/analyzer_plugin_uk_UA.ts RESOURCES = translations/translations.qrc diff --git a/src/plugins/Visual/analyzer/translations/analyzer_plugin_pl.ts b/src/plugins/Visual/analyzer/translations/analyzer_plugin_pl.ts new file mode 100644 index 000000000..6b329348b --- /dev/null +++ b/src/plugins/Visual/analyzer/translations/analyzer_plugin_pl.ts @@ -0,0 +1,148 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="pl"> +<context> + <name>Analyzer</name> + <message> + <location filename="../analyzer.cpp" line="49"/> + <source>Qmmp Analyzer</source> + <translation>Qmmp Analizator</translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="13"/> + <source>Analyzer Plugin Settings</source> + <translation>Ustawienia Wtyczki Analizator</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="25"/> + <source>General</source> + <translation>Ogólne</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="34"/> + <source>Show peaks</source> + <translation>Pokaż piki</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="41"/> + <source>Analyzer falloff:</source> + <translation>Analizator opadanie:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <location filename="../settingsdialog.ui" line="97"/> + <source>Slowest</source> + <translation>Najwolniej</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="60"/> + <location filename="../settingsdialog.ui" line="102"/> + <source>Slow</source> + <translation>Wolno</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="65"/> + <location filename="../settingsdialog.ui" line="107"/> + <source>Medium</source> + <translation>Średnio</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="70"/> + <location filename="../settingsdialog.ui" line="112"/> + <source>Fast</source> + <translation>Szybko</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="75"/> + <location filename="../settingsdialog.ui" line="117"/> + <source>Fastest</source> + <translation>Najszybciej</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="83"/> + <source>Peaks falloff:</source> + <translation>Opadanie pików:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="125"/> + <source>Refresh rate:</source> + <translation>Odświeżanie:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="139"/> + <source>50 FPS</source> + <translation></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="144"/> + <source>25 FPS</source> + <translation></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="149"/> + <source>10 FPS</source> + <translation></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="154"/> + <source>5 FPS</source> + <translation></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="171"/> + <source>Colors</source> + <translation>Kolory</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="177"/> + <source>Peaks:</source> + <translation>Piki:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="203"/> + <source>Analyzer #1:</source> + <translation>Analizator #1:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="229"/> + <source>Background:</source> + <translation>Tło:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="255"/> + <source>Analyzer #2:</source> + <translation>Analizator #2:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="294"/> + <source>Analyzer #3:</source> + <translation>Analizator #3:</translation> + </message> +</context> +<context> + <name>VisualAnalyzerFactory</name> + <message> + <location filename="../visualanalyzerfactory.cpp" line="30"/> + <source>Analyzer Plugin</source> + <translation>Wtyczka Analizator</translation> + </message> + <message> + <location filename="../visualanalyzerfactory.cpp" line="49"/> + <source>About Analyzer Visual Plugin</source> + <translation>O wtyczce Analizator</translation> + </message> + <message> + <location filename="../visualanalyzerfactory.cpp" line="50"/> + <source>Qmmp Analyzer Visual Plugin</source> + <translation>Wtyczka wizualna Analizator dla Qmmp</translation> + </message> + <message> + <location filename="../visualanalyzerfactory.cpp" line="51"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Visual/analyzer/translations/translations.qrc b/src/plugins/Visual/analyzer/translations/translations.qrc index 74457b566..e94c730a6 100644 --- a/src/plugins/Visual/analyzer/translations/translations.qrc +++ b/src/plugins/Visual/analyzer/translations/translations.qrc @@ -5,6 +5,7 @@ <file>analyzer_plugin_de.qm</file> <file>analyzer_plugin_zh_CN.qm</file> <file>analyzer_plugin_zh_TW.qm</file> + <file>analyzer_plugin_pl.qm</file> <file>analyzer_plugin_ru.qm</file> <file>analyzer_plugin_uk_UA.qm</file> </qresource> diff --git a/src/plugins/Visual/projectm/projectm.pro b/src/plugins/Visual/projectm/projectm.pro index 790a97e40..3324db489 100644 --- a/src/plugins/Visual/projectm/projectm.pro +++ b/src/plugins/Visual/projectm/projectm.pro @@ -25,6 +25,7 @@ TRANSLATIONS = translations/projectm_plugin_cs.ts \ translations/projectm_plugin_de.ts \ translations/projectm_plugin_zh_CN.ts \ translations/projectm_plugin_zh_TW.ts \ + translations/projectm_plugin_pl.ts \ translations/projectm_plugin_ru.ts \ translations/projectm_plugin_uk_UA.ts RESOURCES = translations/translations.qrc diff --git a/src/plugins/Visual/projectm/translations/projectm_plugin_pl.ts b/src/plugins/Visual/projectm/translations/projectm_plugin_pl.ts new file mode 100644 index 000000000..3ba5a5901 --- /dev/null +++ b/src/plugins/Visual/projectm/translations/projectm_plugin_pl.ts @@ -0,0 +1,128 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="pl"> +<context> + <name>ProjectMPlugin</name> + <message> + <location filename="../projectmplugin.cpp" line="41"/> + <source>projectM</source> + <translation>projectM</translation> + </message> +</context> +<context> + <name>ProjectMWidget</name> + <message> + <location filename="../projectmwidget.cpp" line="125"/> + <source>&Help</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="125"/> + <source>F1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="126"/> + <source>&Show Song Title</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="126"/> + <source>F2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="127"/> + <source>&Show Preset Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="127"/> + <source>F3</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="129"/> + <source>&Next Preset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="129"/> + <source>N</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="130"/> + <source>&Previous Preset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="130"/> + <source>P</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="131"/> + <source>&Random Preset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="131"/> + <source>R</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="132"/> + <source>&Lock Preset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="132"/> + <source>L</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="134"/> + <source>&Fullscreen</source> + <translation type="unfinished">P&ełny ekran</translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="134"/> + <source>F</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>VisualProjectMFactory</name> + <message> + <location filename="../visualprojectmfactory.cpp" line="28"/> + <source>ProjectM</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../visualprojectmfactory.cpp" line="48"/> + <source>About ProjectM Visual Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../visualprojectmfactory.cpp" line="49"/> + <source>Qmmp ProjectM Visual Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../visualprojectmfactory.cpp" line="50"/> + <source>This plugins adds projectM visualization</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../visualprojectmfactory.cpp" line="51"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../visualprojectmfactory.cpp" line="52"/> + <source>Based on llibrojectM-qt library</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |
