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/Input/mplayer/mplayer.pro | 3 +- .../mplayer/translations/mplayer_plugin_it.ts | 188 +++++++++++++++++++++ .../Input/mplayer/translations/translations.qrc | 1 + 3 files changed, 191 insertions(+), 1 deletion(-) create mode 100644 src/plugins/Input/mplayer/translations/mplayer_plugin_it.ts (limited to 'src/plugins/Input/mplayer') diff --git a/src/plugins/Input/mplayer/mplayer.pro b/src/plugins/Input/mplayer/mplayer.pro index c5bbde1c4..c781d7b33 100644 --- a/src/plugins/Input/mplayer/mplayer.pro +++ b/src/plugins/Input/mplayer/mplayer.pro @@ -29,7 +29,8 @@ TRANSLATIONS = translations/mplayer_plugin_ru.ts \ translations/mplayer_plugin_zh_TW.ts \ translations/mplayer_plugin_cs.ts \ translations/mplayer_plugin_pl.ts \ - translations/mplayer_plugin_de.ts + translations/mplayer_plugin_de.ts \ + translations/mplayer_plugin_it.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/Input/mplayer/translations/mplayer_plugin_it.ts b/src/plugins/Input/mplayer/translations/mplayer_plugin_it.ts new file mode 100644 index 000000000..db7d3e7e4 --- /dev/null +++ b/src/plugins/Input/mplayer/translations/mplayer_plugin_it.ts @@ -0,0 +1,188 @@ + + + + + + DecoderMplayerFactory + + + Mplayer Plugin + Modulo MPlayer + + + + Video Files + Documenti video + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Autore: Ilya Kotov <forkotov02@hotmail.ru> + + + + About MPlayer Plugin + Ul modulo MPlayer + + + + Qmmp MPlayer Plugin + Modulo MPlayer per Qmmp + + + + This plugin uses MPlayer as backend + Modulo che usa MPlayer come Backend + + + + DetailsDialog + + + KB + KB + + + + + + + + + + + + + + + + - + - + + + + Sample rate: + Campionamento: + + + + Close + Chiudi + + + + File path: + File: + + + + Size: + Dimensione: + + + + Demuxer: + Demuxer: + + + + Length: + Durata: + + + + Video + Video + + + + Resolution: + Risoluzione: + + + + + Bitrate: + Bitrate: + + + + Format: + Formato: + + + + FPS: + FPS: + + + + + Codec: + Codec: + + + + Aspect ratio: + Ratio visualizzazione: + + + + Audio + Audio + + + + Channels: + Canali: + + + + Details + Dettagli + + + + General information + Allgemeine Informationen + + + + SettingsDialog + + + + + + + + default + Default + + + + MPlayer Settings + Impostazioni MPlayer + + + + Video: + Video: + + + + Audio: + Audio: + + + + Audio/video auto synchronization + sincronizzazione audio/video + + + + Synchronization factor: + Fattore di sincronizzazione + + + diff --git a/src/plugins/Input/mplayer/translations/translations.qrc b/src/plugins/Input/mplayer/translations/translations.qrc index 86594a178..b36863273 100644 --- a/src/plugins/Input/mplayer/translations/translations.qrc +++ b/src/plugins/Input/mplayer/translations/translations.qrc @@ -1,6 +1,7 @@ + mplayer_plugin_it.qm mplayer_plugin_ru.qm mplayer_plugin_uk_UA.qm mplayer_plugin_zh_CN.qm -- cgit v1.2.3-13-gbd6f