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/General/hal/hal.pro | 3 +- .../General/hal/translations/hal_plugin_it.ts | 89 ++++++++++++++++++++++ .../General/hal/translations/translations.qrc | 1 + 3 files changed, 92 insertions(+), 1 deletion(-) create mode 100644 src/plugins/General/hal/translations/hal_plugin_it.ts (limited to 'src/plugins/General/hal') diff --git a/src/plugins/General/hal/hal.pro b/src/plugins/General/hal/hal.pro index a87611718..7303eeca9 100644 --- a/src/plugins/General/hal/hal.pro +++ b/src/plugins/General/hal/hal.pro @@ -18,7 +18,8 @@ TRANSLATIONS = translations/hal_plugin_cs.ts \ translations/hal_plugin_zh_TW.ts \ translations/hal_plugin_ru.ts \ translations/hal_plugin_pl.ts \ - translations/hal_plugin_uk_UA.ts + translations/hal_plugin_uk_UA.ts \ + translations/hal_plugin_it.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/General/hal/translations/hal_plugin_it.ts b/src/plugins/General/hal/translations/hal_plugin_it.ts new file mode 100644 index 000000000..945371988 --- /dev/null +++ b/src/plugins/General/hal/translations/hal_plugin_it.ts @@ -0,0 +1,89 @@ + + + + + + HalFactory + + + HAL Plugin + Modulo HAL + + + + About HAL Plugin + Info sul modulo HAL + + + + Qmmp HAL Plugin + Modulo HAL per Qmmp + + + + This plugin provides removable devices detection using HAL + Modulo che permette il rilevamento di dispositivi rimovibili utilizzando HAL + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Autore: Ilya Kotov <forkotov02@hotmail.ru> + + + + Based on Solid (KDE hardware library) + Basato su Solid (libreria hardware KDE) + + + + HalPlugin + + + Add CD "%1" + Aggiungi CD "%1" + + + + Add Volume "%1" + Aggiungi libreria "%1" + + + + SettingsDialog + + + HAL Plugin Settings + Impostazioni modulo HAL + + + + CD Audio Detection + Rilevamento CD Audio + + + + Add tracks to playlist automatically + Aggiungi automaticamente i titoli alla lista dei brani + + + + Remove tracks from playlist automatically + Rimuovi automaticamente i titoli dalla lista dei brani + + + + Removable Device Detection + Rilevamento dispositivi rimovibili + + + + Add files to playlist automatically + Aggiungi brani automaticamente alla lista + + + + Remove files from playlist automatically + Rimuovi automaticamente i brani dalla lista + + + diff --git a/src/plugins/General/hal/translations/translations.qrc b/src/plugins/General/hal/translations/translations.qrc index 39c4698ab..5905647c7 100644 --- a/src/plugins/General/hal/translations/translations.qrc +++ b/src/plugins/General/hal/translations/translations.qrc @@ -1,6 +1,7 @@ + hal_plugin_it.qm hal_plugin_ru.qm hal_plugin_uk_UA.qm hal_plugin_zh_CN.qm -- cgit v1.2.3-13-gbd6f