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/fileops/fileops.pro | 3 +- .../fileops/translations/fileops_plugin_it.ts | 207 +++++++++++++++++++++ .../General/fileops/translations/translations.qrc | 1 + 3 files changed, 210 insertions(+), 1 deletion(-) create mode 100644 src/plugins/General/fileops/translations/fileops_plugin_it.ts (limited to 'src/plugins/General/fileops') diff --git a/src/plugins/General/fileops/fileops.pro b/src/plugins/General/fileops/fileops.pro index c9d6f6cc3..12d65f952 100644 --- a/src/plugins/General/fileops/fileops.pro +++ b/src/plugins/General/fileops/fileops.pro @@ -22,7 +22,8 @@ TRANSLATIONS = translations/fileops_plugin_cs.ts \ translations/fileops_plugin_zh_TW.ts \ translations/fileops_plugin_ru.ts \ translations/fileops_plugin_pl.ts \ - translations/fileops_plugin_uk_UA.ts + translations/fileops_plugin_uk_UA.ts \ + translations/fileops_plugin_it.ts RESOURCES = translations/translations.qrc wnix { isEmpty(LIB_DIR){ diff --git a/src/plugins/General/fileops/translations/fileops_plugin_it.ts b/src/plugins/General/fileops/translations/fileops_plugin_it.ts new file mode 100644 index 000000000..5213ab8d3 --- /dev/null +++ b/src/plugins/General/fileops/translations/fileops_plugin_it.ts @@ -0,0 +1,207 @@ + + + + + FileOps + + + Error + Errore + + + + Destination directory doesn't exist + Cartella di destinazione + + + + Copying + Copia + + + + Stop + Ferma + + + + Copying file %1/%2 + Copia del file + + + + Remove files + Rimuovi file + + + + Are you sure you want to remove %1 file(s) from disk + Sicuro di voler rimuovere il file %1 dal disco + + + + FileOpsFactory + + + File Operations Plugin + Modulo Operazioni su file + + + + About File Operations Plugin + Info sul modulo Operazioni file + + + + Qmmp File Operations Plugin + Modulo Operazioni su file di Qmmp + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Autore: Ilya Kotov <forkotov02@hotmail.ru> + + + + HotkeyDialog + + + Modify Shortcut + Modifica scorciatoia + + + + Press the key combination you want to assign + + + + + Clear + Pulisci + + + + SettingsDialog + + + + Copy + COpia + + + + + Rename + Rinomina + + + + + Remove + Rimuovi + + + + Artist + Interprete + + + + Album + Album + + + + Title + Titolo + + + + Tracknumber + Numero traccia + + + + Genre + Genere + + + + Filename + Nome file + + + + Date + Data + + + + Year + Anno + + + + Comment + Commento + + + + Choose a directory + Scegli una cartella + + + + File Operations Settings + Impostazione operazioni sul file + + + + Enabled + Abilitato + + + + Operation + Operazione + + + + Menu text + Menu testo + + + + Shortcut + Scorciatoia + + + + + + + + + + + - + - + + + + + + + ... + ... + + + + Destination: + Destinazione: + + + + File name pattern: + Schema nome del file + + + diff --git a/src/plugins/General/fileops/translations/translations.qrc b/src/plugins/General/fileops/translations/translations.qrc index f1a8be99b..c9dbe67c5 100644 --- a/src/plugins/General/fileops/translations/translations.qrc +++ b/src/plugins/General/fileops/translations/translations.qrc @@ -1,6 +1,7 @@ + fileops_plugin_it.qm fileops_plugin_ru.qm fileops_plugin_uk_UA.qm fileops_plugin_zh_CN.qm -- cgit v1.2.3-13-gbd6f