3 spelling mistake fixes from debian

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12926 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-06-25 15:52:07 +00:00
parent 743779ce01
commit 3b986aa392
14 changed files with 16 additions and 16 deletions

View File

@ -197,7 +197,7 @@ static const char* translators[] = {
static const char* gpl = X_("\n\
Ardour comes with NO WARRANTY. It is free software, and you are welcome to redistribute it\n\
under the terms of the GNU Public License, shown below.\n\
under the terms of the GNU General Public License, shown below.\n\
\n\
GNU GENERAL PUBLIC LICENSE\n\
Version 2, June 1991\n\

View File

@ -6497,7 +6497,7 @@ msgstr "Κανάλι με αυτό το όνομα ήδη υπάρχει"
#~ msgstr "KeyboardTarget: δεν ευρέθη μετάφραση για \"%1\""
#~ msgid "KeyboardTarget: unknown action \"%1\""
#~ msgstr "KeyboardTarget: άγνωστη ενέργεια \"%1\""
#~ msgid "misformed binding node - ignored"
#~ msgid "malformed binding node - ignored"
#~ msgstr "παραμορφωμένος πομπός δεσμού - αγνοήθηκε"
#~ msgid "ardour: soundfile selector"
#~ msgstr "ardour: επιλογέας Soundfiles"

View File

@ -6087,7 +6087,7 @@ msgstr "Já existe uma faixa com este nome"
#~ msgid "KeyboardTarget: unknown action \"%1\""
#~ msgstr "KeyboardTarget: acção desconhecida \"%1\""
#~ msgid "misformed binding node - ignored"
#~ msgid "malformed binding node - ignored"
#~ msgstr "combinação mal formada - ignorada"
#~ msgid "ardour: soundfile selector"

View File

@ -88,7 +88,7 @@ NamedSelection::NamedSelection (Session& session, const XMLNode& node)
warning << string_compose (_("Chunk %1 uses an unknown playlist \"%2\""), name, property->value()) << endmsg;
}
} else {
error << string_compose (_("Chunk %1 contains misformed playlist information"), name) << endmsg;
error << string_compose (_("Chunk %1 contains malformed playlist information"), name) << endmsg;
throw failed_constructor();
}
}

View File

@ -931,7 +931,7 @@ msgid "Chunk %1 uses an unknown playlist \"%2\""
msgstr "Το κομμάτι %1 χρησιμοποιεί άγνωστη λίστα αναπαρ/γής \"%2\""
#: libs/ardour/named_selection.cc:80
msgid "Chunk %1 contains misformed playlist information"
msgid "Chunk %1 contains malformed playlist information"
msgstr "Το κομμάτι %1 περιέχει δύσμορφες πληροφορίες για τη λίστα αναπαρ/γής"
#: libs/ardour/panner.cc:256

View File

@ -837,7 +837,7 @@ msgid "Chunk %1 uses an unknown playlist \"%2\""
msgstr ""
#: libs/ardour/named_selection.cc:91
msgid "Chunk %1 contains misformed playlist information"
msgid "Chunk %1 contains malformed playlist information"
msgstr ""
#: libs/ardour/panner.cc:256

View File

@ -823,7 +823,7 @@ msgid "Chunk %1 uses an unknown playlist \"%2\""
msgstr ""
#: libs/ardour/named_selection.cc:91
msgid "Chunk %1 contains misformed playlist information"
msgid "Chunk %1 contains malformed playlist information"
msgstr ""
#: libs/ardour/panner.cc:257

View File

@ -832,7 +832,7 @@ msgid "Chunk %1 uses an unknown playlist \"%2\""
msgstr ""
#: libs/ardour/named_selection.cc:91
msgid "Chunk %1 contains misformed playlist information"
msgid "Chunk %1 contains malformed playlist information"
msgstr ""
#: libs/ardour/panner.cc:257

View File

@ -950,7 +950,7 @@ msgid "Chunk %1 uses an unknown playlist \"%2\""
msgstr "Lo spezzone %1 usa una playlist sconosciuta \"%2\""
#: libs/ardour/named_selection.cc:80
msgid "Chunk %1 contains misformed playlist information"
msgid "Chunk %1 contains malformed playlist information"
msgstr "Lo spezzone %1 contiene informazioni sulla playlist mal formate"
#: libs/ardour/panner.cc:256

View File

@ -836,7 +836,7 @@ msgid "Chunk %1 uses an unknown playlist \"%2\""
msgstr "Beten %1 bruker ei ukjend speleliste, \"%2\""
#: libs/ardour/named_selection.cc:91
msgid "Chunk %1 contains misformed playlist information"
msgid "Chunk %1 contains malformed playlist information"
msgstr "Beten %1 inneheld feilforma spelelisteinformasjon"
#: libs/ardour/panner.cc:256

View File

@ -830,7 +830,7 @@ msgid "Chunk %1 uses an unknown playlist \"%2\""
msgstr ""
#: libs/ardour/named_selection.cc:91
msgid "Chunk %1 contains misformed playlist information"
msgid "Chunk %1 contains malformed playlist information"
msgstr ""
#: libs/ardour/panner.cc:253

View File

@ -821,7 +821,7 @@ msgid "Chunk %1 uses an unknown playlist \"%2\""
msgstr ""
#: libs/ardour/named_selection.cc:91
msgid "Chunk %1 contains misformed playlist information"
msgid "Chunk %1 contains malformed playlist information"
msgstr ""
#: libs/ardour/panner.cc:253

View File

@ -893,7 +893,7 @@ msgid "Chunk %1 uses an unknown playlist \"%2\""
msgstr ""
#: libs/ardour/named_selection.cc:80
msgid "Chunk %1 contains misformed playlist information"
msgid "Chunk %1 contains malformed playlist information"
msgstr ""
#: libs/ardour/panner.cc:211

View File

@ -1199,7 +1199,7 @@ FFT::FFT(int size, int debugLevel)
switch (m_method) {
case 0:
std::cerr << "FFT::FFT(" << size << "): WARNING: Selected implemention not available" << std::endl;
std::cerr << "FFT::FFT(" << size << "): WARNING: Selected implementation not available" << std::endl;
#ifdef USE_BUILTIN_FFT
d = new FFTs::D_Cross(size);
#else
@ -1216,7 +1216,7 @@ FFT::FFT(int size, int debugLevel)
}
d = new FFTs::D_FFTW(size);
#else
std::cerr << "FFT::FFT(" << size << "): WARNING: Selected implemention not available" << std::endl;
std::cerr << "FFT::FFT(" << size << "): WARNING: Selected implementation not available" << std::endl;
#ifdef USE_BUILTIN_FFT
d = new FFTs::D_Cross(size);
#else
@ -1234,7 +1234,7 @@ FFT::FFT(int size, int debugLevel)
}
d = new FFTs::D_KISSFFT(size);
#else
std::cerr << "FFT::FFT(" << size << "): WARNING: Selected implemention not available" << std::endl;
std::cerr << "FFT::FFT(" << size << "): WARNING: Selected implementation not available" << std::endl;
#ifdef USE_BUILTIN_FFT
d = new FFTs::D_Cross(size);
#else