diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-05-12 09:57:33 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-05-12 09:57:33 +0000 |
| commit | bc9336d21146ee9ba78ceed3061b1741d74b5e9e (patch) | |
| tree | 45519ea33ae019f0ee2a9707a7e1da9eaad253aa /src/plugins/Visual/projectm/translations/projectm_plugin_it.ts | |
| parent | 6d179f72a1dd35c26483a56abd13082b3145d5ce (diff) | |
| download | qmmp-bc9336d21146ee9ba78ceed3061b1741d74b5e9e.tar.gz qmmp-bc9336d21146ee9ba78ceed3061b1741d74b5e9e.tar.bz2 qmmp-bc9336d21146ee9ba78ceed3061b1741d74b5e9e.zip | |
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
Diffstat (limited to 'src/plugins/Visual/projectm/translations/projectm_plugin_it.ts')
| -rw-r--r-- | src/plugins/Visual/projectm/translations/projectm_plugin_it.ts | 128 |
1 files changed, 128 insertions, 0 deletions
diff --git a/src/plugins/Visual/projectm/translations/projectm_plugin_it.ts b/src/plugins/Visual/projectm/translations/projectm_plugin_it.ts new file mode 100644 index 000000000..9c0307dce --- /dev/null +++ b/src/plugins/Visual/projectm/translations/projectm_plugin_it.ts @@ -0,0 +1,128 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0"> +<context> + <name>ProjectMPlugin</name> + <message> + <location filename="../projectmplugin.cpp" line="41"/> + <source>projectM</source> + <translation>visualizzatore musicale projectM</translation> + </message> +</context> +<context> + <name>ProjectMWidget</name> + <message> + <location filename="../projectmwidget.cpp" line="126"/> + <source>&Help</source> + <translation>Aiuto</translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="126"/> + <source>F1</source> + <translation>F1</translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="127"/> + <source>&Show Song Title</source> + <translation>Mostra il titolo del brano</translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="127"/> + <source>F2</source> + <translation>F2</translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="128"/> + <source>&Show Preset Name</source> + <translation>Mostra nome del brano programmato</translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="128"/> + <source>F3</source> + <translation>F3</translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="130"/> + <source>&Next Preset</source> + <translation>Brano programmato successivo</translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="130"/> + <source>N</source> + <translation>N</translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="131"/> + <source>&Previous Preset</source> + <translation>>Brano programmato precedente</translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="131"/> + <source>P</source> + <translation>P</translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="132"/> + <source>&Random Preset</source> + <translation>Brano programmato casuale</translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="132"/> + <source>R</source> + <translation>R</translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="133"/> + <source>&Lock Preset</source> + <translation>Blocca programmazione</translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="133"/> + <source>L</source> + <translation>L</translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="135"/> + <source>&Fullscreen</source> + <translation>&Schermo intero</translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="135"/> + <source>F</source> + <translation>F</translation> + </message> +</context> +<context> + <name>VisualProjectMFactory</name> + <message> + <location filename="../visualprojectmfactory.cpp" line="28"/> + <source>ProjectM</source> + <translation>Visualizzatore musicale ProjectM</translation> + </message> + <message> + <location filename="../visualprojectmfactory.cpp" line="48"/> + <source>About ProjectM Visual Plugin</source> + <translation>Informazioni sul visualizzatore musicale ProjectM</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>Questo modulo aggiunge visualizzazione musicale dei brani grazie a projectM</translation> + </message> + <message> + <location filename="../visualprojectmfactory.cpp" line="51"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Autore by: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> + <message> + <location filename="../visualprojectmfactory.cpp" line="52"/> + <source>Based on llibrojectM-qt library</source> + <translation>Basato sulla libreria llibrojectM-qt</translation> + </message> +</context> +</TS> |
