diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-08-26 07:16:17 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-08-26 07:16:17 +0000 |
| commit | 9eadabd2d382e5142024e6cd5357fd03187e81d0 (patch) | |
| tree | 838eb9535f6b5a7c5646a7f649e36f709e6f5ab0 /src/plugins/Input/sid/translations/sid_plugin_en.ts | |
| parent | 2436955a59eed027b02ce73595c8682fd59aa423 (diff) | |
| download | qmmp-9eadabd2d382e5142024e6cd5357fd03187e81d0.tar.gz qmmp-9eadabd2d382e5142024e6cd5357fd03187e81d0.tar.bz2 qmmp-9eadabd2d382e5142024e6cd5357fd03187e81d0.zip | |
added source language
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4428 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/sid/translations/sid_plugin_en.ts')
| -rw-r--r-- | src/plugins/Input/sid/translations/sid_plugin_en.ts | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/src/plugins/Input/sid/translations/sid_plugin_en.ts b/src/plugins/Input/sid/translations/sid_plugin_en.ts new file mode 100644 index 000000000..9f7749e6c --- /dev/null +++ b/src/plugins/Input/sid/translations/sid_plugin_en.ts @@ -0,0 +1,90 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="en_US"> +<context> + <name>DecoderSIDFactory</name> + <message> + <location filename="../decodersidfactory.cpp" line="67"/> + <source>SID Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="69"/> + <source>SID Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="123"/> + <source>About SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="124"/> + <source>Qmmp SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="125"/> + <source>This plugin plays Commodore 64 music files using libsidplayfp library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="126"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>SID Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Fast resampling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="62"/> + <source>Sample rate:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="69"/> + <source>HVSC database file:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="76"/> + <source>Resampling method:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="93"/> + <source>Defaults song length, sec:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Enable HVSC song length database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="107"/> + <source>Emulation:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="41"/> + <source>44100 Hz</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>48000 Hz</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |
