From bc9336d21146ee9ba78ceed3061b1741d74b5e9e Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 12 May 2009 09:57:33 +0000 Subject: added Italian translation (author: Gian Paolo) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@945 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Visual/analyzer/analyzer.pro | 3 +- .../analyzer/translations/analyzer_plugin_it.ts | 153 +++++++++++++++++++++ .../Visual/analyzer/translations/translations.qrc | 1 + 3 files changed, 156 insertions(+), 1 deletion(-) create mode 100644 src/plugins/Visual/analyzer/translations/analyzer_plugin_it.ts (limited to 'src/plugins/Visual/analyzer') diff --git a/src/plugins/Visual/analyzer/analyzer.pro b/src/plugins/Visual/analyzer/analyzer.pro index 9cdbbb98c..b505d37ab 100644 --- a/src/plugins/Visual/analyzer/analyzer.pro +++ b/src/plugins/Visual/analyzer/analyzer.pro @@ -34,7 +34,8 @@ TRANSLATIONS = translations/analyzer_plugin_cs.ts \ translations/analyzer_plugin_zh_TW.ts \ translations/analyzer_plugin_ru.ts \ translations/analyzer_plugin_pl.ts \ - translations/analyzer_plugin_uk_UA.ts + translations/analyzer_plugin_uk_UA.ts \ + translations/analyzer_plugin_it.ts RESOURCES = translations/translations.qrc unix{ isEmpty(LIB_DIR){ diff --git a/src/plugins/Visual/analyzer/translations/analyzer_plugin_it.ts b/src/plugins/Visual/analyzer/translations/analyzer_plugin_it.ts new file mode 100644 index 000000000..30ede7b55 --- /dev/null +++ b/src/plugins/Visual/analyzer/translations/analyzer_plugin_it.ts @@ -0,0 +1,153 @@ + + + + + Analyzer + + + Qmmp Analyzer + Analizzatore Qmmp + + + + SettingsDialog + + + Analyzer Plugin Settings + Impostazioni Del modulo Analizzatore + + + + General + Generale + + + + Show peaks + Mostra i picchi + + + + Analyzer falloff: + Ricaduta analizzatore + + + + Slowest + Molto lenta + + + + Slow + Lenta + + + + Medium + Media + + + + Fast + Rapida + + + + Fastest + Molto rapida + + + + Peaks falloff: + Ricaduta picchi + + + + Refresh rate: + Velocità di aggiornamento: + + + + 50 FPS + 50 FPS + + + + 25 FPS + 25 FPS + + + + 10 FPS + 10 FPS + + + + 5 FPS + 5 FPS + + + + Colors + Colori + + + + Peaks: + Picchi: + + + + Analyzer #1: + Analyzer Nr. 1: + + + + Background: + Sfondo: + + + + Analyzer #2: + AAnaloizzatore N° 2: + + + + Analyzer #3: + Analizzatore N° 3: + + + + &OK + &OK + + + + &Cancel + &Annulla + + + + VisualAnalyzerFactory + + + Analyzer Plugin + Modulo analizzatore + + + + About Analyzer Visual Plugin + Info sul modulo Analizzatore visivo + + + + Qmmp Analyzer Visual Plugin + Modulo Analizzatore visivo Qmmp + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Autore: Ilya Kotov <forkotov02@hotmail.ru> + + + diff --git a/src/plugins/Visual/analyzer/translations/translations.qrc b/src/plugins/Visual/analyzer/translations/translations.qrc index e94c730a6..0d8954764 100644 --- a/src/plugins/Visual/analyzer/translations/translations.qrc +++ b/src/plugins/Visual/analyzer/translations/translations.qrc @@ -1,6 +1,7 @@ + analyzer_plugin_it.qm analyzer_plugin_cs.qm analyzer_plugin_de.qm analyzer_plugin_zh_CN.qm -- cgit v1.2.3-13-gbd6f