From 9eadabd2d382e5142024e6cd5357fd03187e81d0 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 26 Aug 2014 07:16:17 +0000 Subject: added source language git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4428 90c681e8-e032-0410-971d-27865f9a5e38 --- .../fileops/translations/fileops_plugin_en.ts | 234 +++++++++++++++++++++ .../General/fileops/translations/translations.qrc | 1 + 2 files changed, 235 insertions(+) create mode 100644 src/plugins/General/fileops/translations/fileops_plugin_en.ts (limited to 'src/plugins/General/fileops') diff --git a/src/plugins/General/fileops/translations/fileops_plugin_en.ts b/src/plugins/General/fileops/translations/fileops_plugin_en.ts new file mode 100644 index 000000000..fb574066d --- /dev/null +++ b/src/plugins/General/fileops/translations/fileops_plugin_en.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 + + + + + Written 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 657e11ed4..d4e4848dd 100644 --- a/src/plugins/General/fileops/translations/translations.qrc +++ b/src/plugins/General/fileops/translations/translations.qrc @@ -23,5 +23,6 @@ fileops_plugin_gl_ES.qm fileops_plugin_sr_BA.qm fileops_plugin_sr_RS.qm + fileops_plugin_en.qm -- cgit v1.2.3-13-gbd6f