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/CommandLineOptions | |
| 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/CommandLineOptions')
10 files changed, 217 insertions, 0 deletions
diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_fi.ts b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_fi.ts new file mode 100644 index 000000000..86065e983 --- /dev/null +++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_fi.ts @@ -0,0 +1,15 @@ +<?xml version="1.0" ?><!DOCTYPE TS><TS language="fi" version="2.0"> +<context> + <name>IncDecVolumeCommandLineOption</name> + <message> + <location filename="../incdecvolumeoption.cpp" line="45"/> + <source>Increase volume by 5 steps</source> + <translation>Korota äänenvoimakkuutta viidellä askeleella</translation> + </message> + <message> + <location filename="../incdecvolumeoption.cpp" line="46"/> + <source>Decrease volume by 5 steps</source> + <translation>Laske äänenvoimakkuutta viidellä askeleella</translation> + </message> +</context> +</TS>
\ No newline at end of file diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/translations.qrc b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/translations.qrc index f08ca38f4..ee62df9bc 100644 --- a/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/translations.qrc +++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/translations.qrc @@ -27,5 +27,6 @@ <file>incdecvolume_plugin_bg.qm</file> <file>incdecvolume_plugin_el.qm</file> <file>incdecvolume_plugin_id.qm</file> + <file>incdecvolume_plugin_fi.qm</file> </qresource> </RCC> diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_fi.ts b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_fi.ts new file mode 100644 index 000000000..7052e9076 --- /dev/null +++ b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_fi.ts @@ -0,0 +1,62 @@ +<?xml version="1.0" ?><!DOCTYPE TS><TS language="fi" version="2.0"> +<context> + <name>PlayListOption</name> + <message> + <location filename="../playlistoption.cpp" line="47"/> + <source>Show playlist manipulation commands</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../playlistoption.cpp" line="61"/> + <source>List all available playlists</source> + <translation>Listaa kaikki käytettävissä olevat soittolistat</translation> + </message> + <message> + <location filename="../playlistoption.cpp" line="62"/> + <source>Show playlist content</source> + <translation>Näytä soittolistan sisältö</translation> + </message> + <message> + <location filename="../playlistoption.cpp" line="63"/> + <source>Play track <track> in playlist <id></source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../playlistoption.cpp" line="64"/> + <source>Clear playlist</source> + <translation>Tyhjennä soittolista</translation> + </message> + <message> + <location filename="../playlistoption.cpp" line="65"/> + <source>Toggle playlist repeat</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../playlistoption.cpp" line="66"/> + <source>Toggle playlist shuffle</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../playlistoption.cpp" line="67"/> + <source>Show playlist options</source> + <translation>Näytä soittolistan valinnat</translation> + </message> + <message> + <location filename="../playlistoption.cpp" line="89"/> + <location filename="../playlistoption.cpp" line="110"/> + <location filename="../playlistoption.cpp" line="126"/> + <source>Invalid playlist ID</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../playlistoption.cpp" line="104"/> + <source>Invalid number of arguments</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../playlistoption.cpp" line="114"/> + <source>Invalid track ID</source> + <translation type="unfinished"/> + </message> +</context> +</TS>
\ No newline at end of file diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc b/src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc index 8e8d6c93a..945477bd1 100644 --- a/src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc +++ b/src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc @@ -27,5 +27,6 @@ <file>playlist_plugin_bg.qm</file> <file>playlist_plugin_el.qm</file> <file>playlist_plugin_id.qm</file> + <file>playlist_plugin_fi.qm</file> </qresource> </RCC> diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_fi.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_fi.ts new file mode 100644 index 000000000..f81f1dc68 --- /dev/null +++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_fi.ts @@ -0,0 +1,20 @@ +<?xml version="1.0" ?><!DOCTYPE TS><TS language="fi" version="2.0"> +<context> + <name>SeekOption</name> + <message> + <location filename="../seekoption.cpp" line="38"/> + <source>Seek to position in the current track</source> + <translation>Siirry sijaintiin nykyisessä kappaleessa</translation> + </message> + <message> + <location filename="../seekoption.cpp" line="39"/> + <source>Seek forward</source> + <translation>Siirry eteenpäin</translation> + </message> + <message> + <location filename="../seekoption.cpp" line="40"/> + <source>Seek backwards</source> + <translation>Siirry taaksepäin</translation> + </message> +</context> +</TS>
\ No newline at end of file diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc b/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc index 7f04facc4..34724a46c 100644 --- a/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc +++ b/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc @@ -27,5 +27,6 @@ <file>seek_plugin_bg.qm</file> <file>seek_plugin_el.qm</file> <file>seek_plugin_id.qm</file> + <file>seek_plugin_fi.qm</file> </qresource> </RCC> diff --git a/src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_fi.ts b/src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_fi.ts new file mode 100644 index 000000000..0912f16e9 --- /dev/null +++ b/src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_fi.ts @@ -0,0 +1,105 @@ +<?xml version="1.0" ?><!DOCTYPE TS><TS language="fi" version="2.0"> +<context> + <name>StatusOption</name> + <message> + <location filename="../statusoption.cpp" line="39"/> + <source>Print playback status</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../statusoption.cpp" line="41"/> + <source>Print formatted track name (example: qmmp --nowplaying "%t - %a")</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../statusoption.cpp" line="42"/> + <source>Print --nowplaying syntax</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../statusoption.cpp" line="87"/> + <source>Syntax:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../statusoption.cpp" line="88"/> + <source>%p - artist</source> + <translation>%p - artisti</translation> + </message> + <message> + <location filename="../statusoption.cpp" line="89"/> + <source>%a - album</source> + <translation>%a - albumi</translation> + </message> + <message> + <location filename="../statusoption.cpp" line="90"/> + <source>%aa - album artist</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../statusoption.cpp" line="91"/> + <source>%t - title</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../statusoption.cpp" line="92"/> + <source>%n - track</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../statusoption.cpp" line="93"/> + <source>%NN - 2-digit track</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../statusoption.cpp" line="94"/> + <source>%g - genre</source> + <translation>%g - tyylilaji</translation> + </message> + <message> + <location filename="../statusoption.cpp" line="95"/> + <source>%c - comment</source> + <translation>%c - kommentti</translation> + </message> + <message> + <location filename="../statusoption.cpp" line="96"/> + <source>%C - composer</source> + <translation>%C - säveltäjä</translation> + </message> + <message> + <location filename="../statusoption.cpp" line="97"/> + <source>%D - disc number</source> + <translation>%D - levyn numero</translation> + </message> + <message> + <location filename="../statusoption.cpp" line="98"/> + <source>%f - file name</source> + <translation>%f - tiedostonimi</translation> + </message> + <message> + <location filename="../statusoption.cpp" line="99"/> + <source>%F - full path</source> + <translation>%F - koko polku</translation> + </message> + <message> + <location filename="../statusoption.cpp" line="100"/> + <source>%y - year</source> + <translation>%y - vuosi</translation> + </message> + <message> + <location filename="../statusoption.cpp" line="101"/> + <source>%l - duration</source> + <translation>%l - kesto</translation> + </message> + <message> + <location filename="../statusoption.cpp" line="102"/> + <source>%if(A&B&C,D,E) - condition</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../statusoption.cpp" line="103"/> + <source>%dir(n) - directory name located on n levels above</source> + <translation type="unfinished"/> + </message> +</context> +</TS>
\ No newline at end of file diff --git a/src/plugins/CommandLineOptions/StatusOption/translations/translations.qrc b/src/plugins/CommandLineOptions/StatusOption/translations/translations.qrc index 8f6d2589b..ade4241d5 100644 --- a/src/plugins/CommandLineOptions/StatusOption/translations/translations.qrc +++ b/src/plugins/CommandLineOptions/StatusOption/translations/translations.qrc @@ -27,5 +27,6 @@ <file>status_plugin_bg.qm</file> <file>status_plugin_el.qm</file> <file>status_plugin_id.qm</file> + <file>status_plugin_fi.qm</file> </qresource> </RCC> diff --git a/src/plugins/CommandLineOptions/UninstallOption/translations/translations.qrc b/src/plugins/CommandLineOptions/UninstallOption/translations/translations.qrc index c0aa8b6d3..965658902 100644 --- a/src/plugins/CommandLineOptions/UninstallOption/translations/translations.qrc +++ b/src/plugins/CommandLineOptions/UninstallOption/translations/translations.qrc @@ -27,5 +27,6 @@ <file>uninstall_plugin_bg.qm</file> <file>uninstall_plugin_el.qm</file> <file>uninstall_plugin_id.qm</file> + <file>uninstall_plugin_fi.qm</file> </qresource> </RCC> diff --git a/src/plugins/CommandLineOptions/UninstallOption/translations/uninstall_plugin_fi.ts b/src/plugins/CommandLineOptions/UninstallOption/translations/uninstall_plugin_fi.ts new file mode 100644 index 000000000..698411cc6 --- /dev/null +++ b/src/plugins/CommandLineOptions/UninstallOption/translations/uninstall_plugin_fi.ts @@ -0,0 +1,10 @@ +<?xml version="1.0" ?><!DOCTYPE TS><TS language="fi" version="2.0"> +<context> + <name>UninstallOption</name> + <message> + <location filename="../uninstalloption.cpp" line="39"/> + <source>Restore the old file associations and clean up the registry</source> + <translation>Palauta vanhat tiedostosidonnaisuudet ja siivoa rekisteri</translation> + </message> +</context> +</TS>
\ No newline at end of file |
