diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-11-12 16:13:13 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-11-12 16:13:13 +0000 |
| commit | 43fad250d15190b63a14a58167c09818a4b7856a (patch) | |
| tree | f2bf86a8cb83d24a0c116ea31f9e85a56ebe27bc /src/plugins/General/rgscan | |
| parent | 713413b17270923ac89ee841de1d8b91030c16bc (diff) | |
| download | qmmp-43fad250d15190b63a14a58167c09818a4b7856a.tar.gz qmmp-43fad250d15190b63a14a58167c09818a4b7856a.tar.bz2 qmmp-43fad250d15190b63a14a58167c09818a4b7856a.zip | |
added Finnish translation (Jiri Grönroos)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7718 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/rgscan')
| -rw-r--r-- | src/plugins/General/rgscan/translations/rgscan_plugin_fi.ts | 140 | ||||
| -rw-r--r-- | src/plugins/General/rgscan/translations/translations.qrc | 1 |
2 files changed, 141 insertions, 0 deletions
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 @@ +<?xml version="1.0" ?><!DOCTYPE TS><TS language="fi" version="2.0"> +<context> + <name>RGScanDialog</name> + <message> + <location filename="../rgscandialog.ui" line="14"/> + <source>ReplayGain Scanner</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../rgscandialog.ui" line="84"/> + <source>Write track gain/peak</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../rgscandialog.ui" line="42"/> + <source>Title</source> + <translation>Nimi</translation> + </message> + <message> + <location filename="../rgscandialog.ui" line="47"/> + <source>Progress</source> + <translation>Edistyminen</translation> + </message> + <message> + <location filename="../rgscandialog.ui" line="52"/> + <source>Track Gain</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../rgscandialog.ui" line="57"/> + <source>Album Gain</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../rgscandialog.ui" line="62"/> + <source>Track Peak</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../rgscandialog.ui" line="67"/> + <source>Album Peak</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../rgscandialog.ui" line="77"/> + <source>Skip already scanned files</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../rgscandialog.ui" line="113"/> + <source>Calculate</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../rgscandialog.ui" line="120"/> + <source>Write Tags</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../rgscandialog.ui" line="91"/> + <source>Write album gain/peak</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../rgscandialog.cpp" line="130"/> + <location filename="../rgscandialog.cpp" line="241"/> + <source>Error</source> + <translation>Virhe</translation> + </message> + <message> + <location filename="../rgscandialog.cpp" line="140"/> + <location filename="../rgscandialog.cpp" line="141"/> + <location filename="../rgscandialog.cpp" line="165"/> + <location filename="../rgscandialog.cpp" line="236"/> + <source>%1 dB</source> + <translation>%1 dB</translation> + </message> +</context> +<context> + <name>RGScanFactory</name> + <message> + <location filename="../rgscanfactory.cpp" line="30"/> + <source>ReplayGain Scanner Plugin</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../rgscanfactory.cpp" line="51"/> + <source>About ReplayGain Scanner Plugin</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../rgscanfactory.cpp" line="52"/> + <source>ReplayGain Scanner Plugin for Qmmp</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../rgscanfactory.cpp" line="53"/> + <source>This plugin scans audio files and gives information for volume normalization</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../rgscanfactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Toteuttanut: Ilya Kotov <forkotov02@ya.ru></translation> + </message> + <message> + <location filename="../rgscanfactory.cpp" line="55"/> + <source>Based on source code by:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../rgscanfactory.cpp" line="56"/> + <source>David Robinson <David@Robinson.org></source> + <translation>David Robinson <David@Robinson.org></translation> + </message> + <message> + <location filename="../rgscanfactory.cpp" line="57"/> + <source>Glen Sawyer <mp3gain@hotmail.com></source> + <translation>Glen Sawyer <mp3gain@hotmail.com></translation> + </message> + <message> + <location filename="../rgscanfactory.cpp" line="58"/> + <source>Frank Klemm</source> + <translation>Frank Klemm</translation> + </message> +</context> +<context> + <name>RGScanHelper</name> + <message> + <location filename="../rgscanhelper.cpp" line="32"/> + <source>ReplayGain Scanner</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../rgscanhelper.cpp" line="33"/> + <source>Meta+R</source> + <translation type="unfinished"/> + </message> +</context> +</TS>
\ 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 @@ <file>rgscan_plugin_bg.qm</file> <file>rgscan_plugin_el.qm</file> <file>rgscan_plugin_id.qm</file> + <file>rgscan_plugin_fi.qm</file> </qresource> </RCC> |
