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/hotkey/hotkey.pro | 3 +- .../hotkey/translations/hotkey_plugin_it.ts | 109 +++++++++++++++++++++ .../General/hotkey/translations/translations.qrc | 1 + 3 files changed, 112 insertions(+), 1 deletion(-) create mode 100644 src/plugins/General/hotkey/translations/hotkey_plugin_it.ts (limited to 'src/plugins/General/hotkey') diff --git a/src/plugins/General/hotkey/hotkey.pro b/src/plugins/General/hotkey/hotkey.pro index 6eda15191..8c15f3a1f 100644 --- a/src/plugins/General/hotkey/hotkey.pro +++ b/src/plugins/General/hotkey/hotkey.pro @@ -17,7 +17,8 @@ TRANSLATIONS = translations/hotkey_plugin_cs.ts \ translations/hotkey_plugin_zh_TW.ts \ translations/hotkey_plugin_ru.ts \ translations/hotkey_plugin_pl.ts \ - translations/hotkey_plugin_uk_UA.ts + translations/hotkey_plugin_uk_UA.ts \ + translations/hotkey_plugin_it.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/General/hotkey/translations/hotkey_plugin_it.ts b/src/plugins/General/hotkey/translations/hotkey_plugin_it.ts new file mode 100644 index 000000000..b9cb950bf --- /dev/null +++ b/src/plugins/General/hotkey/translations/hotkey_plugin_it.ts @@ -0,0 +1,109 @@ + + + + + + HotkeyDialog + + + Modify Shortcut + Moidifica la scorciatoia + + + + Press the key combination you want to assign + Premi la combinazione di tasti che vuoi assegnare + + + + Clear + Pulisci + + + + HotkeyFactory + + + Global Hotkey Plugin + Modulo scorciatoie globali + + + + About Global Hotkey Plugin + Info sul modulo scorciatoie globali + + + + Qmmp Global Hotkey Plugin + Modulo scorciatoie globali per Qmmp + + + + This plugin adds support for multimedia keys or global key combinations + Modulo che aggiunge il supporto per combinazione di tasti multimedia o scorciatoie + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Autore: Ilya Kotov <forkotov02@hotmail.ru> + + + + SettingsDialog + + + Play + Esegui + + + + Stop + Ferma + + + + Pause + Pausa + + + + Play/Pause + Esegui/Pausa + + + + Next + Titolo successivo + + + + Previous + Titolo precedente + + + + Show/Hide + Mostra/nascondi + + + + Global Hotkey Plugin Settings + Impostazioni modulo scorciatoie globali + + + + Action + Azione + + + + Shortcut + Scorciatoia + + + + Reset + Azzera impostazione + + + diff --git a/src/plugins/General/hotkey/translations/translations.qrc b/src/plugins/General/hotkey/translations/translations.qrc index 43377a061..7eaff53c5 100644 --- a/src/plugins/General/hotkey/translations/translations.qrc +++ b/src/plugins/General/hotkey/translations/translations.qrc @@ -1,6 +1,7 @@ + hotkey_plugin_it.qm hotkey_plugin_cs.qm hotkey_plugin_de.qm hotkey_plugin_zh_CN.qm -- cgit v1.2.3-13-gbd6f