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/General/rgscan/translations/rgscan_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/General/rgscan/translations/rgscan_plugin_en.ts')
| -rw-r--r-- | src/plugins/General/rgscan/translations/rgscan_plugin_en.ts | 135 |
1 files changed, 135 insertions, 0 deletions
diff --git a/src/plugins/General/rgscan/translations/rgscan_plugin_en.ts b/src/plugins/General/rgscan/translations/rgscan_plugin_en.ts new file mode 100644 index 000000000..9ece8bd5e --- /dev/null +++ b/src/plugins/General/rgscan/translations/rgscan_plugin_en.ts @@ -0,0 +1,135 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="en_US"> +<context> + <name>RGScanDialog</name> + <message> + <location filename="../rgscandialog.ui" line="14"/> + <source>ReplayGain Scanner</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../rgscandialog.ui" line="29"/> + <source>Write track gain/peak</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../rgscandialog.ui" line="56"/> + <source>Title</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../rgscandialog.ui" line="61"/> + <source>Progress</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../rgscandialog.ui" line="66"/> + <source>Track Gain</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../rgscandialog.ui" line="71"/> + <source>Album Gain</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../rgscandialog.ui" line="76"/> + <source>Track Peak</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../rgscandialog.ui" line="81"/> + <source>Album Peak</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../rgscandialog.ui" line="89"/> + <source>Calculate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../rgscandialog.ui" line="96"/> + <source>Write Tags</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../rgscandialog.ui" line="103"/> + <source>Write album gain/peak</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../rgscandialog.cpp" line="114"/> + <location filename="../rgscandialog.cpp" line="212"/> + <source>Error</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../rgscandialog.cpp" line="136"/> + <location filename="../rgscandialog.cpp" line="207"/> + <source>%1 dB</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>RGScanFactory</name> + <message> + <location filename="../rgscanfactory.cpp" line="28"/> + <source>ReplayGain Scanner Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../rgscanfactory.cpp" line="49"/> + <source>About ReplayGain Scanner Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../rgscanfactory.cpp" line="50"/> + <source>ReplayGain Scanner Plugin for Qmmp</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../rgscanfactory.cpp" line="51"/> + <source>This plugin scans audio files and gives information for volume normalization</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../rgscanfactory.cpp" line="52"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../rgscanfactory.cpp" line="53"/> + <source>Based on source code by:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../rgscanfactory.cpp" line="54"/> + <source>David Robinson <David@Robinson.org></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../rgscanfactory.cpp" line="55"/> + <source>Glen Sawyer <mp3gain@hotmail.com></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../rgscanfactory.cpp" line="56"/> + <source>Frank Klemm</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>RGScanHelper</name> + <message> + <location filename="../rgscanhelper.cpp" line="32"/> + <source>ReplayGain Scanner</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../rgscanhelper.cpp" line="33"/> + <source>Meta+R</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |
