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/covermanager/translations | |
| 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/covermanager/translations')
| -rw-r--r-- | src/plugins/General/covermanager/translations/covermanager_plugin_fi.ts | 101 | ||||
| -rw-r--r-- | src/plugins/General/covermanager/translations/translations.qrc | 1 |
2 files changed, 102 insertions, 0 deletions
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 @@ +<?xml version="1.0" ?><!DOCTYPE TS><TS language="fi" version="2.0"> +<context> + <name>CoverManager</name> + <message> + <location filename="../covermanager.cpp" line="35"/> + <source>Show Cover</source> + <translation>Näytä kansikuva</translation> + </message> + <message> + <location filename="../covermanager.cpp" line="36"/> + <source>Ctrl+M</source> + <translation>Ctrl+M</translation> + </message> +</context> +<context> + <name>CoverManagerFactory</name> + <message> + <location filename="../covermanagerfactory.cpp" line="31"/> + <source>Cover Manager Plugin</source> + <translation>Kansikuvien hallinta -liitännäinen</translation> + </message> + <message> + <location filename="../covermanagerfactory.cpp" line="51"/> + <source>About Cover Manager Plugin</source> + <translation>Tietoja - Kansikuvien hallinta -liitännäinen</translation> + </message> + <message> + <location filename="../covermanagerfactory.cpp" line="52"/> + <source>Qmmp Cover Manager Plugin</source> + <translation>Qmmp:n kansikuvien hallinta -liitännäinen</translation> + </message> + <message> + <location filename="../covermanagerfactory.cpp" line="53"/> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Toteuttanut: Ilya Kotov <forkotov02@ya.ru></translation> + </message> +</context> +<context> + <name>CoverWidget</name> + <message> + <location filename="../coverwidget.cpp" line="37"/> + <source>&Save As...</source> + <translation>&Tallenna nimellä...</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="37"/> + <source>Ctrl+S</source> + <translation>Ctrl+S</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="38"/> + <source>Size</source> + <translation>Koko</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="40"/> + <source>Actual Size</source> + <translation>Todellinen koko</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="41"/> + <source>128x128</source> + <translation>128x128</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="42"/> + <source>256x256</source> + <translation>256x256</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="43"/> + <source>512x512</source> + <translation>512x512</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="44"/> + <source>1024x1024</source> + <translation>1024x1024</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="47"/> + <source>&Close</source> + <translation>&Sulje</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="47"/> + <source>Alt+F4</source> + <translation>Alt+F4</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="90"/> + <source>Save Cover As</source> + <translation>Tallenna kansikuva nimellä</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="92"/> + <source>Images</source> + <translation>Kuvat</translation> + </message> +</context> +</TS>
\ 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 @@ <file>covermanager_plugin_bg.qm</file> <file>covermanager_plugin_el.qm</file> <file>covermanager_plugin_id.qm</file> + <file>covermanager_plugin_fi.qm</file> </qresource> </RCC> |
