From 682dbbc668e22c29d199d3a38ebe091ce5686472 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Tue, 4 Oct 2011 23:21:20 +0200 Subject: [PATCH] HTML syntax fixes. --- doc/FAQ.html | 2 +- doc/Translate.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/FAQ.html b/doc/FAQ.html index e756d58a..01fd1c60 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -541,7 +541,7 @@ filter will be applied in order to recover a continuous signal from these indivi reconstructed analogue signal it is possible to have voltages that are higher than the highest digital sample
in the audio track! This is illustrated in the following image (samples are represented as tiny squares):

-
+thumb

Consequently normalizing the sample values to 0dBFS is NOT a very good idea, as this may very well result in
a reconstructed analogue signal which exceeds(!) 0dBFS. And, as the analogue parts of the playback equipment
diff --git a/doc/Translate.html b/doc/Translate.html index d4dbeb16..dfae9884 100644 --- a/doc/Translate.html +++ b/doc/Translate.html @@ -20,7 +20,7 @@ a:visited { color: #0000EE; }

Prerequisites:

LameXP v4.xx is a complete re-write of LameXP. This time LameXP is developed in C++ and it is based on the Qt cross-platform application framework. The good news for translators is that Qt provides full Unicode support, which was also one of the main reasons for the re-write. Consequently there will be no more headache with different Codepages! Furthermore the Qt framework provides a sophisticated translation system, which allows for easy internationalization and localization. There even is an easy-to-use graphical tool for translating Qt application, the Qt Linguist. So before you start translating, you should make yourself familiar with the Qt Linguist application. As a translator, having a quick look at the guide for translators is sufficient.

-

You can download Qt Linguist as a part of the Qt Framework (SDK), which is available as a free download from the Qt download site. You should pick the "Qt SDK" and download the "Online installer" (∼15 MB), but you do not need to worry about a "commercial" license. In the Qt SDK Setup wizard, make sure you select the "Custom" install type. Then un-check all components, except for "Qt SDK" ⇒ "Development Tools" ⇒ "Qt Liguist". Alternatively, if you don't want to install the Qt SDK on your computer, you can find Qt Linguist for Windows as a stand-alone download at this location (only ∼4 MB). Note that you can safely ignore the deprecation warning when starting the download!

+

You can download Qt Linguist as a part of the Qt Framework (SDK), which is available as a free download from the Qt download site. You should pick the "Qt SDK" and download the "Online installer" (∼15 MB), but you do not need to worry about a "commercial" license. In the Qt SDK Setup wizard, make sure you select the "Custom" install type. Then un-check all components, except for "Qt SDK" ⇒ "Development Tools" ⇒ "Qt Liguist". Alternatively, if you don't want to install the Qt SDK on your computer, you can find Qt Linguist for Windows as a stand-alone download at this location (only ∼4 MB). Note that you can safely ignore the deprecation warning when starting the download!


Editing the language file:

LameXP v4.xx translations are created as TS (translation) files, which can be edited using the Qt Linguist application. For new translations an empty TS file ("Blank.ts") is provided in the LameXP Git repository. When you open the empty TS file for the first time, Qt Linguist will ask for some basic settings. Here you must keep the "Source language" options at "English" and "Any Country". Change the "Target language" options to whatever language (region) you are going to translate to. Once you have edited all (or some) text strings, you can save your work to a TS file again. It is recommended to save your work to "LameXP_XX.ts", where XX should be replaced with the suitable upper-case ISO 3166-1 or ISO 639-1 country/language code (for example the German translation is saved as "LameXP_DE.ts"). You can re-open your TS file at any time in order to continue with your work. In case you want to improve an existing LameXP translation, simply download the corresponding TS file from the LameXP Git repository and edit it using the Qt Linguist tool.

-- 2.11.0