From d5c5fad039e1dcdd933bf87465a7d75864660a89 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 20 Aug 2010 18:07:35 +0000 Subject: prepare for Spanish translation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1839 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/fileops/fileops.pro | 3 +- .../fileops/translations/fileops_plugin_es.ts | 234 +++++++++++++++++++++ .../General/fileops/translations/translations.qrc | 1 + 3 files changed, 237 insertions(+), 1 deletion(-) create mode 100644 src/plugins/General/fileops/translations/fileops_plugin_es.ts (limited to 'src/plugins/General/fileops') diff --git a/src/plugins/General/fileops/fileops.pro b/src/plugins/General/fileops/fileops.pro index d0e1d274b..56c5ce5bc 100644 --- a/src/plugins/General/fileops/fileops.pro +++ b/src/plugins/General/fileops/fileops.pro @@ -27,7 +27,8 @@ TRANSLATIONS = translations/fileops_plugin_cs.ts \ translations/fileops_plugin_tr.ts \ translations/fileops_plugin_lt.ts \ translations/fileops_plugin_nl.ts \ - translations/fileops_plugin_ja.ts + translations/fileops_plugin_ja.ts \ + translations/fileops_plugin_es.ts RESOURCES = translations/translations.qrc unix { isEmpty(LIB_DIR){ diff --git a/src/plugins/General/fileops/translations/fileops_plugin_es.ts b/src/plugins/General/fileops/translations/fileops_plugin_es.ts new file mode 100644 index 000000000..2d4398068 --- /dev/null +++ b/src/plugins/General/fileops/translations/fileops_plugin_es.ts @@ -0,0 +1,234 @@ + + + + + FileOps + + + Error + + + + + Destination directory doesn't exist + + + + + Copying + + + + + Stop + + + + + Copying file %1/%2 + + + + + Remove files + + + + + Are you sure you want to remove %n file(s) from disk? + + + + + + + + FileOpsFactory + + + File Operations Plugin + + + + + About File Operations Plugin + + + + + Qmmp File Operations Plugin + + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + HotkeyDialog + + + Modify Shortcut + + + + + Press the key combination you want to assign + + + + + Clear + + + + + SettingsDialog + + + File Operations Settings + + + + + Enabled + + + + + Operation + + + + + Menu text + + + + + Shortcut + + + + + Add + + + + + + + Remove + + + + + Destination: + + + + + + ... + + + + + File name pattern: + + + + + + Copy + + + + + + Rename + + + + + New action + + + + + Artist + + + + + Album + + + + + Title + + + + + Track number + + + + + Two-digit track number + + + + + Genre + + + + + Comment + + + + + Composer + + + + + Duration + + + + + Disc number + + + + + File name + + + + + File path + + + + + Year + + + + + Condition + + + + + Choose a directory + + + + diff --git a/src/plugins/General/fileops/translations/translations.qrc b/src/plugins/General/fileops/translations/translations.qrc index ad17b676a..9e6132295 100644 --- a/src/plugins/General/fileops/translations/translations.qrc +++ b/src/plugins/General/fileops/translations/translations.qrc @@ -13,5 +13,6 @@ fileops_plugin_lt.qm fileops_plugin_nl.qm fileops_plugin_ja.qm + fileops_plugin_es.qm -- cgit v1.2.3-13-gbd6f