From 43fad250d15190b63a14a58167c09818a4b7856a Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 12 Nov 2017 16:13:13 +0000 Subject: added Finnish translation (Jiri Grönroos) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7718 90c681e8-e032-0410-971d-27865f9a5e38 --- .../fileops/translations/fileops_plugin_fi.ts | 188 +++++++++++++++++++++ .../General/fileops/translations/translations.qrc | 1 + 2 files changed, 189 insertions(+) create mode 100644 src/plugins/General/fileops/translations/fileops_plugin_fi.ts (limited to 'src/plugins/General/fileops/translations') diff --git a/src/plugins/General/fileops/translations/fileops_plugin_fi.ts b/src/plugins/General/fileops/translations/fileops_plugin_fi.ts new file mode 100644 index 000000000..330133252 --- /dev/null +++ b/src/plugins/General/fileops/translations/fileops_plugin_fi.ts @@ -0,0 +1,188 @@ + + + FileOps + + + + Error + Virhe + + + + + Destination directory doesn't exist + Kohdekansiota ei ole olemassa + + + + Move Files + Siirrä tiedostot + + + + Are you sure you want to move %n file(s)? + + + + + Copying + Kopioidaan + + + + + Stop + Lopeta + + + + Copying file %1/%2 + Kopioidaan tiedostoa %1/%2 + + + + Moving + Siirretään + + + + Moving file %1/%2 + Siirretään tiedostoa %1/%2 + + + + Remove Files + Poista tiedostot + + + + 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@ya.ru> + Toteuttanut: Ilya Kotov <forkotov02@ya.ru> + + + + HotkeyDialog + + + Modify Shortcut + Muokkaa pikanäppäintä + + + + Press the key combination you want to assign + + + + + Clear + Tyhjennä + + + + SettingsDialog + + + File Operations Settings + Tiedostotoimintojen asetukset + + + + Enabled + + + + + Operation + + + + + Menu text + + + + + Shortcut + Pikanäppäin + + + + Add + Lisää + + + + + + Remove + Poista + + + + Destination: + Kohde: + + + + + ... + ... + + + + File name pattern: + + + + + + Copy + Kopioi + + + + + Rename + Nimeä uudelleen + + + + + Move + Siirrä + + + + New action + Uusi toiminto + + + + Choose a directory + Valitse kansio + + + \ No newline at end of file diff --git a/src/plugins/General/fileops/translations/translations.qrc b/src/plugins/General/fileops/translations/translations.qrc index c4c2422c0..61c4dfbdc 100644 --- a/src/plugins/General/fileops/translations/translations.qrc +++ b/src/plugins/General/fileops/translations/translations.qrc @@ -27,5 +27,6 @@ fileops_plugin_bg.qm fileops_plugin_el.qm fileops_plugin_id.qm + fileops_plugin_fi.qm -- cgit v1.2.3-13-gbd6f