Fix to more typos.

This commit is contained in:
LoRd_MuldeR 2011-01-13 08:57:34 +01:00
parent 3e4a61530a
commit c4e0415e90
10 changed files with 16 additions and 15 deletions

View File

@ -76,7 +76,7 @@
<translation type="unfinished"></translation>
</message>
<message>
<source>Released under the terms of the GNU Leser General Public License.</source>
<source>Released under the terms of the GNU Lesser General Public License.</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -1122,7 +1122,7 @@
<translation type="unfinished"></translation>
</message>
<message>
<source>Creatig the playlist file, please wait...</source>
<source>Creating the playlist file, please wait...</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -76,7 +76,7 @@
<translation></translation>
</message>
<message>
<source>Released under the terms of the GNU Leser General Public License.</source>
<source>Released under the terms of the GNU Lesser General Public License.</source>
<translation>Veröffentlicht unter den Bestimmungen der GNU Leser General Public License.</translation>
</message>
<message>
@ -1123,7 +1123,7 @@
<translation>Kodiere: %1 von %2 Dateien abgeschlossen, bitte warten...</translation>
</message>
<message>
<source>Creatig the playlist file, please wait...</source>
<source>Creating the playlist file, please wait...</source>
<translation>Erzeuge Wiedergabeliste, bitte warten...</translation>
</message>
<message>

View File

@ -78,7 +78,7 @@
<translation></translation>
</message>
<message>
<source>Released under the terms of the GNU Leser General Public License.</source>
<source>Released under the terms of the GNU Lesser General Public License.</source>
<translation>Distribué sous les termes de la licence publique générale GNU Leser.</translation>
</message>
<message>
@ -1127,7 +1127,7 @@ Votre dossier TEMP est situé ici:</translation>
<translation>Encodage : %1 fichier(s) sur %2 terminé(s), patientez...</translation>
</message>
<message>
<source>Creatig the playlist file, please wait...</source>
<source>Creating the playlist file, please wait...</source>
<translation>Création de la liste de lecture, patientez...</translation>
</message>
<message>

View File

@ -76,7 +76,7 @@
<translation>LAME - Encoder mp3 OpenSource</translation>
</message>
<message>
<source>Released under the terms of the GNU Leser General Public License.</source>
<source>Released under the terms of the GNU Lesser General Public License.</source>
<translation>Rilasciato sotto i termini della GNU Leser General Public License.</translation>
</message>
<message>
@ -1163,7 +1163,7 @@
<translation>Il file di playlist non può essere creato:</translation>
</message>
<message>
<source>Creatig the playlist file, please wait...</source>
<source>Creating the playlist file, please wait...</source>
<translation type="unfinished"></translation>
</message>
<message>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -25,7 +25,7 @@
#define VER_LAMEXP_MAJOR 4
#define VER_LAMEXP_MINOR_HI 0
#define VER_LAMEXP_MINOR_LO 0
#define VER_LAMEXP_BUILD 227
#define VER_LAMEXP_BUILD 228
#define VER_LAMEXP_SUFFIX TechPreview
/*

View File

@ -61,6 +61,7 @@ static const struct lamexp_contrib_t g_lamexp_contributors[] =
{"de", "Deutsch", "LoRd_MuldeR", "MuldeR2@GMX.de" },
{"fr", "Française", "Dodich Informatique", "Dodich@live.fr" },
{"it", "Italiano", "Roberto", "Gulliver_69@libero.it"},
{"es", "Español", "Rub3n CT", "Rub3nct@gmail.com" },
{NULL, NULL, NULL, NULL}
};
@ -248,7 +249,7 @@ void AboutDialog::showMoreAbout(void)
(
tr("LAME - OpenSource mp3 Encoder"),
"lame.exe", "v?.?? a??",
tr("Released under the terms of the GNU Leser General Public License."),
tr("Released under the terms of the GNU Lesser General Public License."),
"http://lame.sourceforge.net/"
);
moreAboutText += makeToolText
@ -277,28 +278,28 @@ void AboutDialog::showMoreAbout(void)
(
tr("AC3Filter Tools - AC3/DTS Decoder"),
"valdec.exe", "v?.??",
tr("Released under the terms of the GNU Leser General Public License."),
tr("Released under the terms of the GNU Lesser General Public License."),
"http://www.ac3filter.net/projects/tools"
);
moreAboutText += makeToolText
(
tr("MediaInfo - Media File Analysis Tool"),
"mediainfo_i386.exe", "v?.?.??",
tr("Released under the terms of the GNU Leser General Public License."),
tr("Released under the terms of the GNU Lesser General Public License."),
"http://mediainfo.sourceforge.net/"
);
moreAboutText += makeToolText
(
tr("SoX - Sound eXchange"),
"sox.exe", "v??.?.?",
tr("Released under the terms of the GNU Leser General Public License."),
tr("Released under the terms of the GNU Lesser General Public License."),
"http://sox.sourceforge.net/"
);
moreAboutText += makeToolText
(
tr("GnuPG - The GNU Privacy Guard"),
"gpgv.exe", "v?.?.??",
tr("Released under the terms of the GNU Leser General Public License."),
tr("Released under the terms of the GNU Lesser General Public License."),
"http://www.gnupg.org/"
);
moreAboutText += makeToolText

View File

@ -311,7 +311,7 @@ void ProcessingDialog::doneEncoding(void)
if(!m_userAborted && m_settings->createPlaylist() && !m_settings->outputToSourceDir())
{
SET_PROGRESS_TEXT(tr("Creatig the playlist file, please wait..."));
SET_PROGRESS_TEXT(tr("Creating the playlist file, please wait..."));
QApplication::processEvents();
writePlayList();
}