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 --- .../converter/translations/converter_plugin_fi.ts | 231 +++++++++++++++++++++ .../converter/translations/translations.qrc | 1 + .../copypaste/translations/copypaste_plugin_fi.ts | 63 ++++++ .../copypaste/translations/translations.qrc | 1 + .../translations/covermanager_plugin_fi.ts | 101 +++++++++ .../covermanager/translations/translations.qrc | 1 + .../fileops/translations/fileops_plugin_fi.ts | 188 +++++++++++++++++ .../General/fileops/translations/translations.qrc | 1 + .../translations/gnomehotkey_plugin_fi.ts | 30 +++ .../gnomehotkey/translations/translations.qrc | 1 + .../General/hal/translations/hal_plugin_fi.ts | 86 ++++++++ .../General/hal/translations/translations.qrc | 1 + .../hotkey/translations/hotkey_plugin_fi.ts | 146 +++++++++++++ .../General/hotkey/translations/translations.qrc | 1 + .../kdenotify/translations/kdenotify_plugin_fi.ts | 72 +++++++ .../kdenotify/translations/translations.qrc | 1 + .../lyrics/translations/lyrics_plugin_fi.ts | 104 ++++++++++ .../General/lyrics/translations/translations.qrc | 1 + .../General/mpris/translations/mpris_plugin_fi.ts | 25 +++ .../General/mpris/translations/translations.qrc | 1 + .../notifier/translations/notifier_plugin_fi.ts | 127 +++++++++++ .../General/notifier/translations/translations.qrc | 1 + .../rgscan/translations/rgscan_plugin_fi.ts | 140 +++++++++++++ .../General/rgscan/translations/translations.qrc | 1 + .../scrobbler/translations/scrobbler_plugin_fi.ts | 121 +++++++++++ .../scrobbler/translations/translations.qrc | 1 + .../translations/statusicon_plugin_fi.ts | 147 +++++++++++++ .../statusicon/translations/translations.qrc | 1 + .../translations/streambrowser_plugin_fi.ts | 131 ++++++++++++ .../streambrowser/translations/translations.qrc | 1 + .../translations/trackchange_plugin_fi.ts | 66 ++++++ .../trackchange/translations/translations.qrc | 1 + .../General/udisks/translations/translations.qrc | 1 + .../udisks/translations/udisks_plugin_fi.ts | 81 ++++++++ .../General/udisks2/translations/translations.qrc | 1 + .../udisks2/translations/udisks2_plugin_fi.ts | 81 ++++++++ 36 files changed, 1958 insertions(+) create mode 100644 src/plugins/General/converter/translations/converter_plugin_fi.ts create mode 100644 src/plugins/General/copypaste/translations/copypaste_plugin_fi.ts create mode 100644 src/plugins/General/covermanager/translations/covermanager_plugin_fi.ts create mode 100644 src/plugins/General/fileops/translations/fileops_plugin_fi.ts create mode 100644 src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_fi.ts create mode 100644 src/plugins/General/hal/translations/hal_plugin_fi.ts create mode 100644 src/plugins/General/hotkey/translations/hotkey_plugin_fi.ts create mode 100644 src/plugins/General/kdenotify/translations/kdenotify_plugin_fi.ts create mode 100644 src/plugins/General/lyrics/translations/lyrics_plugin_fi.ts create mode 100644 src/plugins/General/mpris/translations/mpris_plugin_fi.ts create mode 100644 src/plugins/General/notifier/translations/notifier_plugin_fi.ts create mode 100644 src/plugins/General/rgscan/translations/rgscan_plugin_fi.ts create mode 100644 src/plugins/General/scrobbler/translations/scrobbler_plugin_fi.ts create mode 100644 src/plugins/General/statusicon/translations/statusicon_plugin_fi.ts create mode 100644 src/plugins/General/streambrowser/translations/streambrowser_plugin_fi.ts create mode 100644 src/plugins/General/trackchange/translations/trackchange_plugin_fi.ts create mode 100644 src/plugins/General/udisks/translations/udisks_plugin_fi.ts create mode 100644 src/plugins/General/udisks2/translations/udisks2_plugin_fi.ts (limited to 'src/plugins/General') diff --git a/src/plugins/General/converter/translations/converter_plugin_fi.ts b/src/plugins/General/converter/translations/converter_plugin_fi.ts new file mode 100644 index 000000000..4953c1393 --- /dev/null +++ b/src/plugins/General/converter/translations/converter_plugin_fi.ts @@ -0,0 +1,231 @@ + + + Converter + + + + Cancelled + Peruttu + + + + + Error + Virhe + + + + Converting + + + + + Encoding + + + + + Finished + + + + + ConverterDialog + + + Audio Converter + + + + + Progress + Edistyminen + + + + State + + + + + Output directory: + + + + + Output file name: + + + + + Preset: + Esiasetus: + + + + Overwrite existing files + + + + + Convert + + + + + Stop + Lopeta + + + + Choose a directory + Valitse kansio + + + + Title + Nimi + + + + Create a Copy + Luo kopio + + + + + + Error + Virhe + + + + Waiting + Odottaa + + + + Create + Luo + + + + Edit + Muokkaa + + + + Delete + Poista + + + + Unable to execute "%1". Program not found. + + + + + Process "%1" finished with error. + + + + + ConverterFactory + + + Converter Plugin + + + + + About Converter Plugin + + + + + Qmmp Converter Plugin + + + + + This plugin converts supported audio files to other file formats using external command-line encoders + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + Toteuttanut: Ilya Kotov <forkotov02@ya.ru> + + + + ConverterHelper + + + Convert + + + + + Meta+C + + + + + PresetEditor + + + Preset Editor + + + + + General + Yleiset + + + + Name: + Nimi: + + + + Extension: + + + + + Command + Komento + + + + Options + Valinnat + + + + Write tags + + + + + Convert to 16 bit + + + + + %1 (Read Only) + + + + + Output file + + + + + Input file + + + + \ No newline at end of file diff --git a/src/plugins/General/converter/translations/translations.qrc b/src/plugins/General/converter/translations/translations.qrc index 9b2f86652..d980303d0 100644 --- a/src/plugins/General/converter/translations/translations.qrc +++ b/src/plugins/General/converter/translations/translations.qrc @@ -27,5 +27,6 @@ converter_plugin_bg.qm converter_plugin_el.qm converter_plugin_id.qm + converter_plugin_fi.qm diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_fi.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_fi.ts new file mode 100644 index 000000000..fdfb39000 --- /dev/null +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_fi.ts @@ -0,0 +1,63 @@ + + + CopyPaste + + + Cu&t + L&eikkaa + + + + Ctrl+X + Ctrl+X + + + + &Copy + &Kopioi + + + + Ctrl+C + Ctrl+C + + + + &Paste + &Liitä + + + + Ctrl+V + Ctrl+V + + + + CopyPasteFactory + + + Copy/Paste Plugin + Kopioi/liitä-liitännäinen + + + + About Copy/Paste Plugin + + + + + Qmmp Copy/Paste Plugin + + + + + This plugin allows one to copy selected tracks from one playlist to another + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + Toteuttanut: Ilya Kotov <forkotov02@ya.ru> + + + \ No newline at end of file diff --git a/src/plugins/General/copypaste/translations/translations.qrc b/src/plugins/General/copypaste/translations/translations.qrc index 61e254743..634e175fa 100644 --- a/src/plugins/General/copypaste/translations/translations.qrc +++ b/src/plugins/General/copypaste/translations/translations.qrc @@ -27,5 +27,6 @@ copypaste_plugin_bg.qm copypaste_plugin_el.qm copypaste_plugin_id.qm + copypaste_plugin_fi.qm diff --git a/src/plugins/General/covermanager/translations/covermanager_plugin_fi.ts b/src/plugins/General/covermanager/translations/covermanager_plugin_fi.ts new file mode 100644 index 000000000..aa6f5f3b4 --- /dev/null +++ b/src/plugins/General/covermanager/translations/covermanager_plugin_fi.ts @@ -0,0 +1,101 @@ + + + CoverManager + + + Show Cover + Näytä kansikuva + + + + Ctrl+M + Ctrl+M + + + + CoverManagerFactory + + + Cover Manager Plugin + Kansikuvien hallinta -liitännäinen + + + + About Cover Manager Plugin + Tietoja - Kansikuvien hallinta -liitännäinen + + + + Qmmp Cover Manager Plugin + Qmmp:n kansikuvien hallinta -liitännäinen + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + Toteuttanut: Ilya Kotov <forkotov02@ya.ru> + + + + CoverWidget + + + &Save As... + &Tallenna nimellä... + + + + Ctrl+S + Ctrl+S + + + + Size + Koko + + + + Actual Size + Todellinen koko + + + + 128x128 + 128x128 + + + + 256x256 + 256x256 + + + + 512x512 + 512x512 + + + + 1024x1024 + 1024x1024 + + + + &Close + &Sulje + + + + Alt+F4 + Alt+F4 + + + + Save Cover As + Tallenna kansikuva nimellä + + + + Images + Kuvat + + + \ No newline at end of file diff --git a/src/plugins/General/covermanager/translations/translations.qrc b/src/plugins/General/covermanager/translations/translations.qrc index 86480120b..7fcba8edb 100644 --- a/src/plugins/General/covermanager/translations/translations.qrc +++ b/src/plugins/General/covermanager/translations/translations.qrc @@ -27,5 +27,6 @@ covermanager_plugin_bg.qm covermanager_plugin_el.qm covermanager_plugin_id.qm + covermanager_plugin_fi.qm 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 diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_fi.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_fi.ts new file mode 100644 index 000000000..33072378d --- /dev/null +++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_fi.ts @@ -0,0 +1,30 @@ + + + GnomeHotkeyFactory + + + Gnome Hotkey Plugin + + + + + About Gnome Hotkey Plugin + + + + + Qmmp Gnome Hotkey Plugin + + + + + This plugin adds support of the GNOME/Cinnamon hotkeys + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + Toteuttanut: Ilya Kotov <forkotov02@ya.ru> + + + \ No newline at end of file diff --git a/src/plugins/General/gnomehotkey/translations/translations.qrc b/src/plugins/General/gnomehotkey/translations/translations.qrc index ba17b19e2..75f997abd 100644 --- a/src/plugins/General/gnomehotkey/translations/translations.qrc +++ b/src/plugins/General/gnomehotkey/translations/translations.qrc @@ -27,5 +27,6 @@ gnomehotkey_plugin_bg.qm gnomehotkey_plugin_el.qm gnomehotkey_plugin_id.qm + gnomehotkey_plugin_fi.qm diff --git a/src/plugins/General/hal/translations/hal_plugin_fi.ts b/src/plugins/General/hal/translations/hal_plugin_fi.ts new file mode 100644 index 000000000..b207fe73f --- /dev/null +++ b/src/plugins/General/hal/translations/hal_plugin_fi.ts @@ -0,0 +1,86 @@ + + + HalFactory + + + HAL Plugin + HAL-liitännäinen + + + + About HAL Plugin + + + + + Qmmp HAL Plugin + Qmmp:n HAL-liitännäinen + + + + This plugin provides removable devices detection using HAL + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + Toteuttanut: Ilya Kotov <forkotov02@ya.ru> + + + + Based on Solid (KDE hardware library) + + + + + HalPlugin + + + Add CD "%1" + Lisää CD "%1" + + + + Add Volume "%1" + + + + + SettingsDialog + + + HAL Plugin Settings + HAL-liitännäisen asetukset + + + + CD Audio Detection + + + + + Add tracks to playlist automatically + + + + + Remove tracks from playlist automatically + + + + + Removable Device Detection + + + + + Add files to playlist automatically + + + + + Remove files from playlist automatically + + + + \ No newline at end of file diff --git a/src/plugins/General/hal/translations/translations.qrc b/src/plugins/General/hal/translations/translations.qrc index 5af830fa8..7eccec359 100644 --- a/src/plugins/General/hal/translations/translations.qrc +++ b/src/plugins/General/hal/translations/translations.qrc @@ -27,5 +27,6 @@ hal_plugin_bg.qm hal_plugin_el.qm hal_plugin_id.qm + hal_plugin_fi.qm diff --git a/src/plugins/General/hotkey/translations/hotkey_plugin_fi.ts b/src/plugins/General/hotkey/translations/hotkey_plugin_fi.ts new file mode 100644 index 000000000..152b0dfdf --- /dev/null +++ b/src/plugins/General/hotkey/translations/hotkey_plugin_fi.ts @@ -0,0 +1,146 @@ + + + HotkeyDialog + + + Modify Shortcut + Muokkaa pikanäppäintä + + + + Press the key combination you want to assign + + + + + Clear + Tyhjennä + + + + HotkeyFactory + + + Global Hotkey Plugin + + + + + About Global Hotkey Plugin + + + + + Qmmp Global Hotkey Plugin + + + + + This plugin adds support for multimedia keys or global key combinations + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + Toteuttanut: Ilya Kotov <forkotov02@ya.ru> + + + + SettingsDialog + + + Global Hotkey Plugin Settings + + + + + Action + Toiminto + + + + Shortcut + Pikanäppäin + + + + Reset + + + + + Play + Toista + + + + Stop + Lopeta + + + + Pause + Keskeytä + + + + Play/Pause + Toista/keskeytä + + + + Next + Seuraava + + + + Previous + Edellinen + + + + Show/Hide + Näytä/piilota + + + + Volume + + Äänenvoimakkuus + + + + + Volume - + Äänenvoimakkuus - + + + + Forward 5 seconds + Eteenpäin 5 sekuntia + + + + Rewind 5 seconds + Taaksepäin 5 sekuntia + + + + Jump to track + + + + + Mute + Mykistä + + + + Warning + Varoitus + + + + Key sequence '%1' is already used + + + + \ No newline at end of file diff --git a/src/plugins/General/hotkey/translations/translations.qrc b/src/plugins/General/hotkey/translations/translations.qrc index d8e793c07..5bcff4b53 100644 --- a/src/plugins/General/hotkey/translations/translations.qrc +++ b/src/plugins/General/hotkey/translations/translations.qrc @@ -27,5 +27,6 @@ hotkey_plugin_bg.qm hotkey_plugin_el.qm hotkey_plugin_id.qm + hotkey_plugin_fi.qm diff --git a/src/plugins/General/kdenotify/translations/kdenotify_plugin_fi.ts b/src/plugins/General/kdenotify/translations/kdenotify_plugin_fi.ts new file mode 100644 index 000000000..704b1eed5 --- /dev/null +++ b/src/plugins/General/kdenotify/translations/kdenotify_plugin_fi.ts @@ -0,0 +1,72 @@ + + + KdeNotify + + + Qmmp now playing: + + + + + KdeNotifyFactory + + + KDE 4 notification plugin + + + + + About KDE Notification Plugin + + + + + KDE 4 notification plugin for Qmmp + + + + + + SettingsDialog + + + KDE 4 Notification Plugin Settings + + + + + Options + Valinnat + + + + Notification delay [s]: + Ilmoituksen viive [s]: + + + + Update visible notification instead create new + + + + + Appearance + Ulkoasu + + + + Show covers + Näytä kannet + + + + Edit template + + + + + Notification Template + + + + \ No newline at end of file diff --git a/src/plugins/General/kdenotify/translations/translations.qrc b/src/plugins/General/kdenotify/translations/translations.qrc index 692d5635c..4fc5a7230 100644 --- a/src/plugins/General/kdenotify/translations/translations.qrc +++ b/src/plugins/General/kdenotify/translations/translations.qrc @@ -27,5 +27,6 @@ kdenotify_plugin_bg.qm kdenotify_plugin_el.qm kdenotify_plugin_id.qm + kdenotify_plugin_fi.qm diff --git a/src/plugins/General/lyrics/translations/lyrics_plugin_fi.ts b/src/plugins/General/lyrics/translations/lyrics_plugin_fi.ts new file mode 100644 index 000000000..8d9e07cd0 --- /dev/null +++ b/src/plugins/General/lyrics/translations/lyrics_plugin_fi.ts @@ -0,0 +1,104 @@ + + + Lyrics + + + View Lyrics + Näytä sanoitukset + + + + Ctrl+L + Ctrl+L + + + + LyricsFactory + + + Lyrics Plugin + Sanoitusliitännäinen + + + + About Lyrics Plugin + Tietoja - Sanoitusliitännäinen + + + + Qmmp Lyrics Plugin + Qmmp-sanoitusliitännäinen + + + + This plugin retrieves lyrics from LyricWiki + Tämä liitännäinen noutaa sanoituksia LyricWikistä + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + Toteuttanut: Ilya Kotov <forkotov02@ya.ru> + + + + LyricsWindow + + + Lyrics Plugin + Sanoitusliitännäinen + + + + Artist: + Artisti: + + + + Title: + Nimike: + + + + Search + Hae + + + + No connection + Ei yhteyttä + + + + + Done + Valmis + + + + + + + + + Error + Virhe + + + + + Not found + Ei löytynyt + + + + + Receiving + Vastaanotetaan + + + + Lyrics: %1 - %2 + Sanoitukset: %1 - %2 + + + \ No newline at end of file diff --git a/src/plugins/General/lyrics/translations/translations.qrc b/src/plugins/General/lyrics/translations/translations.qrc index dee022c13..f81956a60 100644 --- a/src/plugins/General/lyrics/translations/translations.qrc +++ b/src/plugins/General/lyrics/translations/translations.qrc @@ -27,5 +27,6 @@ lyrics_plugin_bg.qm lyrics_plugin_el.qm lyrics_plugin_id.qm + lyrics_plugin_fi.qm diff --git a/src/plugins/General/mpris/translations/mpris_plugin_fi.ts b/src/plugins/General/mpris/translations/mpris_plugin_fi.ts new file mode 100644 index 000000000..6ab1d7291 --- /dev/null +++ b/src/plugins/General/mpris/translations/mpris_plugin_fi.ts @@ -0,0 +1,25 @@ + + + MPRISFactory + + + MPRIS Plugin + MPRIS-liitännäinen + + + + About MPRIS Plugin + Tietoja - MPRIS-liitännäinen + + + + Qmmp MPRIS Plugin + Qmmp:n MPRIS-liitännäinen + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + Toteuttanut: Ilya Kotov <forkotov02@ya.ru> + + + \ No newline at end of file diff --git a/src/plugins/General/mpris/translations/translations.qrc b/src/plugins/General/mpris/translations/translations.qrc index 7812075b2..d0f5101e9 100644 --- a/src/plugins/General/mpris/translations/translations.qrc +++ b/src/plugins/General/mpris/translations/translations.qrc @@ -27,5 +27,6 @@ mpris_plugin_bg.qm mpris_plugin_el.qm mpris_plugin_id.qm + mpris_plugin_fi.qm diff --git a/src/plugins/General/notifier/translations/notifier_plugin_fi.ts b/src/plugins/General/notifier/translations/notifier_plugin_fi.ts new file mode 100644 index 000000000..8e55ff804 --- /dev/null +++ b/src/plugins/General/notifier/translations/notifier_plugin_fi.ts @@ -0,0 +1,127 @@ + + + NotifierFactory + + + Notifier Plugin + + + + + About Notifier Plugin + + + + + Qmmp Notifier Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + Toteuttanut: Ilya Kotov <forkotov02@ya.ru> + + + + PopupWidget + + + Volume: + + + + + SettingsDialog + + + Notifier Plugin Settings + + + + + Desktop Notification + Työpöytäilmoitus + + + + Font: + Fontti: + + + + ... + ... + + + + + 0 + 0 + + + + Transparency: + Läpinäkyvyys: + + + + Position + Sijainti + + + + Edit template + + + + + Cover size: + Kannen koko: + + + + Volume change notification + + + + + Delay (ms): + Viive (ms): + + + + Playback resume notification + + + + + Song change notification + Kappaleenvaihtumisilmoitus + + + + Disable notifications when another application is in the Full Screen Mode + + + + + Disable for full screen windows + + + + + Psi Notification + + + + + Enable Psi notification + + + + + Notification Template + + + + \ No newline at end of file diff --git a/src/plugins/General/notifier/translations/translations.qrc b/src/plugins/General/notifier/translations/translations.qrc index 361ee9d02..1e20ed587 100644 --- a/src/plugins/General/notifier/translations/translations.qrc +++ b/src/plugins/General/notifier/translations/translations.qrc @@ -27,5 +27,6 @@ notifier_plugin_bg.qm notifier_plugin_el.qm notifier_plugin_id.qm + notifier_plugin_fi.qm diff --git a/src/plugins/General/rgscan/translations/rgscan_plugin_fi.ts b/src/plugins/General/rgscan/translations/rgscan_plugin_fi.ts new file mode 100644 index 000000000..e0d9f7e7b --- /dev/null +++ b/src/plugins/General/rgscan/translations/rgscan_plugin_fi.ts @@ -0,0 +1,140 @@ + + + RGScanDialog + + + ReplayGain Scanner + + + + + Write track gain/peak + + + + + Title + Nimi + + + + Progress + Edistyminen + + + + Track Gain + + + + + Album Gain + + + + + Track Peak + + + + + Album Peak + + + + + Skip already scanned files + + + + + Calculate + + + + + Write Tags + + + + + Write album gain/peak + + + + + + Error + Virhe + + + + + + + %1 dB + %1 dB + + + + RGScanFactory + + + ReplayGain Scanner Plugin + + + + + About ReplayGain Scanner Plugin + + + + + ReplayGain Scanner Plugin for Qmmp + + + + + This plugin scans audio files and gives information for volume normalization + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + Toteuttanut: Ilya Kotov <forkotov02@ya.ru> + + + + Based on source code by: + + + + + David Robinson <David@Robinson.org> + David Robinson <David@Robinson.org> + + + + Glen Sawyer <mp3gain@hotmail.com> + Glen Sawyer <mp3gain@hotmail.com> + + + + Frank Klemm + Frank Klemm + + + + RGScanHelper + + + ReplayGain Scanner + + + + + Meta+R + + + + \ No newline at end of file diff --git a/src/plugins/General/rgscan/translations/translations.qrc b/src/plugins/General/rgscan/translations/translations.qrc index cc7c0abb8..a4769f232 100644 --- a/src/plugins/General/rgscan/translations/translations.qrc +++ b/src/plugins/General/rgscan/translations/translations.qrc @@ -27,5 +27,6 @@ rgscan_plugin_bg.qm rgscan_plugin_el.qm rgscan_plugin_id.qm + rgscan_plugin_fi.qm diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_fi.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_fi.ts new file mode 100644 index 000000000..2ef4f7c89 --- /dev/null +++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_fi.ts @@ -0,0 +1,121 @@ + + + ScrobblerFactory + + + Scrobbler Plugin + Scrobbler-liitännäinen + + + + About Scrobbler Plugin + Tietoja - Scrobbler-liitännäinen + + + + Qmmp AudioScrobbler Plugin + Qmmp:n AudioScrobbler-liitännäinen + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + Toteuttanut: Ilya Kotov <forkotov02@ya.ru> + + + + SettingsDialog + + + Scrobbler Plugin Settings + Scrobbler-liitännäisen asetukset + + + + Last.fm + Last.fm + + + + + Session: + Istunto: + + + + + Check + Tarkista + + + + + Register new session + Rekisteröi uusi istunto + + + + Libre.fm + Libre.fm + + + + + + Message + Viesti + + + + 1. Wait for browser startup + 1. Odota selaimen käynnistymistä + + + + 2. Allow Qmmp to scrobble tracks to your %1 account + 2. Salli Qmmp:n lähettää kuuntelutietosi (scrobblata) %1-tilillesi + + + + 3. Press "OK" + 3. Paina "OK" + + + + + + + + + Error + Virhe + + + + + + Network error + Verkkovirhe + + + + + Unable to register new session + Uuden istunnon rekisteröinti epäonnistui + + + + New session has been received successfully + Uusi istunto on vastaanotettu onnistuneesti + + + + Permission granted + Lupa myönnetty + + + + Permission denied + Lupa evätty + + + \ No newline at end of file diff --git a/src/plugins/General/scrobbler/translations/translations.qrc b/src/plugins/General/scrobbler/translations/translations.qrc index 06c942667..2327fce4e 100644 --- a/src/plugins/General/scrobbler/translations/translations.qrc +++ b/src/plugins/General/scrobbler/translations/translations.qrc @@ -27,5 +27,6 @@ scrobbler_plugin_bg.qm scrobbler_plugin_el.qm scrobbler_plugin_id.qm + scrobbler_plugin_fi.qm diff --git a/src/plugins/General/statusicon/translations/statusicon_plugin_fi.ts b/src/plugins/General/statusicon/translations/statusicon_plugin_fi.ts new file mode 100644 index 000000000..57ffc7daa --- /dev/null +++ b/src/plugins/General/statusicon/translations/statusicon_plugin_fi.ts @@ -0,0 +1,147 @@ + + + SettingsDialog + + + Status Icon Plugin Settings + + + + + Balloon message + + + + + + Delay, ms: + + + + + Tooltip + + + + + Try to split file name when no tag + + + + + Show progress bar + Näytä edistymispalkki: + + + + Transparency: + Läpinäkyvyys: + + + + 0 + 0 + + + + Cover size: + Kannen koko: + + + + 32 + 32 + + + + Edit template + + + + + Use standard icons + + + + + Tooltip Template + + + + + StatusIcon + + + Play + Toista + + + + Pause + Keskeytä + + + + Stop + Lopeta + + + + Next + Seuraava + + + + Previous + Edellinen + + + + Exit + Lopeta + + + + Stopped + Pysäytetty + + + + Now Playing + Nyt toistetaan + + + + StatusIconFactory + + + Status Icon Plugin + + + + + About Status Icon Plugin + + + + + Qmmp Status Icon Plugin + + + + + Written by: + Toteutus: + + + + Ilya Kotov <forkotov02@ya.ru> + + + + + Artur Guzik <a.guzik88@gmail.com> + Artur Guzik <a.guzik88@gmail.com> + + + \ No newline at end of file diff --git a/src/plugins/General/statusicon/translations/translations.qrc b/src/plugins/General/statusicon/translations/translations.qrc index 824ca18d5..3048e4768 100644 --- a/src/plugins/General/statusicon/translations/translations.qrc +++ b/src/plugins/General/statusicon/translations/translations.qrc @@ -27,5 +27,6 @@ statusicon_plugin_bg.qm statusicon_plugin_el.qm statusicon_plugin_id.qm + statusicon_plugin_fi.qm diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_fi.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_fi.ts new file mode 100644 index 000000000..be31b37ea --- /dev/null +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_fi.ts @@ -0,0 +1,131 @@ + + + StreamBrowser + + + Stream Browser + + + + + Ctrl+U + Ctrl+U + + + + StreamBrowserFactory + + + Stream Browser Plugin + + + + + About Stream Browser Plugin + + + + + Qmmp Stream Browser Plugin + + + + + This plugin allows one to add stream from IceCast stream directory + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + Toteuttanut: Ilya Kotov <forkotov02@ya.ru> + + + + StreamWindow + + + Stream Browser + + + + + Filter: + Suodata: + + + + Favorites + Suosikit + + + + IceCast + IceCast + + + + Add + Lisää + + + + Update + Päivitä + + + + + Name + Nimi + + + + + Genre + Tyylilaji + + + + + Bitrate + Bittinopeus + + + + + Format + + + + + &Add to favorites + &Lisää suosikkeihin + + + + &Add to playlist + &Lisää soittolistaan + + + + &Remove + Poi&sta + + + + Done + Valmis + + + + + Error + Virhe + + + + Receiving + Vastaanotetaan + + + \ No newline at end of file diff --git a/src/plugins/General/streambrowser/translations/translations.qrc b/src/plugins/General/streambrowser/translations/translations.qrc index 4219eec26..c6d55955b 100644 --- a/src/plugins/General/streambrowser/translations/translations.qrc +++ b/src/plugins/General/streambrowser/translations/translations.qrc @@ -27,5 +27,6 @@ streambrowser_plugin_bg.qm streambrowser_plugin_el.qm streambrowser_plugin_id.qm + streambrowser_plugin_fi.qm diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_fi.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_fi.ts new file mode 100644 index 000000000..bd64442bb --- /dev/null +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_fi.ts @@ -0,0 +1,66 @@ + + + SettingsDialog + + + Track Change Plugin Settings + + + + + + + + ... + ... + + + + Command to run when Qmmp starts new track + Suoritettava komento, kun Qmmp aloittaa uuden kappaleen + + + + Command to run toward to end of a track + + + + + Command to run when Qmmp reaches the end of the playlist + Suoritettava komento, kun Qmmp tavoittaa soittolistan lopun + + + + Command to run when title changes (i.e. network streams title) + + + + + TrackChangeFactory + + + Track Change Plugin + + + + + About Track Change Plugin + + + + + Qmmp Track Change Plugin + + + + + This plugin executes external command when current track is changed + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + Toteuttanut: Ilya Kotov <forkotov02@ya.ru> + + + \ No newline at end of file diff --git a/src/plugins/General/trackchange/translations/translations.qrc b/src/plugins/General/trackchange/translations/translations.qrc index 3d384b989..bbcfe5dd3 100644 --- a/src/plugins/General/trackchange/translations/translations.qrc +++ b/src/plugins/General/trackchange/translations/translations.qrc @@ -27,5 +27,6 @@ trackchange_plugin_bg.qm trackchange_plugin_el.qm trackchange_plugin_id.qm + trackchange_plugin_fi.qm diff --git a/src/plugins/General/udisks/translations/translations.qrc b/src/plugins/General/udisks/translations/translations.qrc index bb57142ff..46e648a9a 100644 --- a/src/plugins/General/udisks/translations/translations.qrc +++ b/src/plugins/General/udisks/translations/translations.qrc @@ -27,5 +27,6 @@ udisks_plugin_bg.qm udisks_plugin_el.qm udisks_plugin_id.qm + udisks_plugin_fi.qm diff --git a/src/plugins/General/udisks/translations/udisks_plugin_fi.ts b/src/plugins/General/udisks/translations/udisks_plugin_fi.ts new file mode 100644 index 000000000..f3f511ab0 --- /dev/null +++ b/src/plugins/General/udisks/translations/udisks_plugin_fi.ts @@ -0,0 +1,81 @@ + + + SettingsDialog + + + UDisks Plugin Settings + UDisks-liitännäisen asetukset + + + + CD Audio Detection + + + + + Add tracks to playlist automatically + + + + + Remove tracks from playlist automatically + + + + + Removable Device Detection + + + + + Add files to playlist automatically + + + + + Remove files from playlist automatically + + + + + UDisksFactory + + + UDisks Plugin + + + + + About UDisks Plugin + + + + + Qmmp UDisks Plugin + + + + + This plugin provides removable devices detection using UDisks + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + Toteuttanut: Ilya Kotov <forkotov02@ya.ru> + + + + UDisksPlugin + + + Add CD "%1" + Lisää CD "%1" + + + + Add Volume "%1" + + + + \ No newline at end of file diff --git a/src/plugins/General/udisks2/translations/translations.qrc b/src/plugins/General/udisks2/translations/translations.qrc index 73777f779..e62af3a8a 100644 --- a/src/plugins/General/udisks2/translations/translations.qrc +++ b/src/plugins/General/udisks2/translations/translations.qrc @@ -27,5 +27,6 @@ udisks2_plugin_bg.qm udisks2_plugin_el.qm udisks2_plugin_id.qm + udisks2_plugin_fi.qm diff --git a/src/plugins/General/udisks2/translations/udisks2_plugin_fi.ts b/src/plugins/General/udisks2/translations/udisks2_plugin_fi.ts new file mode 100644 index 000000000..66d9a17f5 --- /dev/null +++ b/src/plugins/General/udisks2/translations/udisks2_plugin_fi.ts @@ -0,0 +1,81 @@ + + + SettingsDialog + + + UDisks Plugin Settings + UDisks-liitännäisen asetukset + + + + CD Audio Detection + + + + + Add tracks to playlist automatically + + + + + Remove tracks from playlist automatically + + + + + Removable Device Detection + + + + + Add files to playlist automatically + + + + + Remove files from playlist automatically + + + + + UDisks2Factory + + + UDisks2 Plugin + UDisks2-liitännäinen + + + + About UDisks2 Plugin + + + + + Qmmp UDisks2 Plugin + Qmmp:n UDisks2-liitännäinen + + + + This plugin provides removable devices detection using UDisks2 + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + Toteuttanut: Ilya Kotov <forkotov02@ya.ru> + + + + UDisks2Plugin + + + Add CD "%1" + Lisää CD "%1" + + + + Add Volume "%1" + + + + \ No newline at end of file -- cgit v1.2.3-13-gbd6f