Fix: User facing typos throughout application

- inbeteween -> inbetween
- abount -> about
- seleted -> selected
- successfull -> successful
- undefinied -> undefined
- colonnesdoivent (fr) -> colonnes doivent
- seleted (fr) -> sélectionnés
- cleeanup -> removed from translations,
  wasn't translated anyway and
  was removed from english codebase
This commit is contained in:
Cameron Chamberlain 2016-03-26 22:30:38 +11:00
parent 7e185111a8
commit bfee0019b7
9 changed files with 27 additions and 39 deletions

View file

@ -2477,13 +2477,13 @@ void FilmstripCmd::moveToScene(TXshSoundLevel *sl)
}
//=============================================================================
// UndoInbeteween
// UndoInbetween
//-----------------------------------------------------------------------------
namespace
{
class UndoInbeteween : public TUndo
class UndoInbetween : public TUndo
{
TXshSimpleLevelP m_level;
vector<TFrameId> m_fids;
@ -2491,7 +2491,7 @@ class UndoInbeteween : public TUndo
FilmstripCmd::InbetweenInterpolation m_interpolation;
public:
UndoInbeteween(
UndoInbetween(
TXshSimpleLevel *xl,
std::vector<TFrameId> fids,
FilmstripCmd::InbetweenInterpolation interpolation)
@ -2530,7 +2530,7 @@ public:
QString getHistoryString()
{
QString str = QObject::tr("Inbeteween : Level %1, ")
QString str = QObject::tr("Inbetween : Level %1, ")
.arg(QString::fromStdWString(m_level->getName()));
switch (m_interpolation) {
case FilmstripCmd::II_Linear:
@ -2631,7 +2631,7 @@ void FilmstripCmd::inbetween(TXshSimpleLevel *sl,
fids.push_back(*it);
}
TUndoManager::manager()->add(new UndoInbeteween(sl, fids, interpolation));
TUndoManager::manager()->add(new UndoInbetween(sl, fids, interpolation));
inbetweenWithoutUndo(sl, fid0, fid1, interpolation);
TApp::instance()->getCurrentScene()->setDirtyFlag(true);

View file

@ -124,13 +124,13 @@ TVectorImageP MyInbetweener::tween(double t)
}
//=============================================================================
// UndoInbeteween
// UndoInbetween
//-----------------------------------------------------------------------------
namespace
{
class UndoInbeteween : public TUndo
class UndoInbetween : public TUndo
{
TXshSimpleLevelP m_level;
vector<TFrameId> m_fids;
@ -138,7 +138,7 @@ class UndoInbeteween : public TUndo
FilmstripCmd::InbetweenInterpolation m_interpolation;
public:
UndoInbeteween(
UndoInbetween(
TXshSimpleLevel *xl,
std::vector<TFrameId> fids,
FilmstripCmd::InbetweenInterpolation interpolation)
@ -252,7 +252,7 @@ void FilmstripCmd::inbetween(TXshSimpleLevel *sl,
fids.push_back(*it);
}
TUndoManager::manager()->add(new UndoInbeteween(sl, fids, interpolation));
TUndoManager::manager()->add(new UndoInbetween(sl, fids, interpolation));
inbetweenWithoutUndo(sl, fid0, fid1, interpolation);
TApp::instance()->getCurrentScene()->setDirtyFlag(true);

View file

@ -1850,7 +1850,7 @@ void MainWindow::defineActions()
createMenuWindowsAction(MI_ResetRoomLayout, tr("&Reset to Default Rooms"), "");
createMenuWindowsAction(MI_About, tr("&Abount OpenToonz..."), "");
createMenuWindowsAction(MI_About, tr("&About OpenToonz..."), "");
createRightClickMenuAction(MI_BlendColors, tr("&Blend colors"), "");

View file

@ -137,7 +137,7 @@ public:
std::set<int> indices = selection->getIndices();
if (indices.size() != 2) {
MsgBox(WARNING, tr("It is not possible to apply the match lines because two columns have to be seleted."));
MsgBox(WARNING, tr("It is not possible to apply the match lines because two columns have to be selected."));
return;
}

View file

@ -907,7 +907,7 @@ TaskSheet::TaskSheet(TasksViewer *owner)
//m_stepCount->setMaximumWidth(38);
::create(m_failedSteps, layout, tr("Failed Steps:"), row++);
// m_failedSteps->setMaximumWidth(38);
::create(m_succSteps, layout, tr("Successfull Steps:"), row++);
::create(m_succSteps, layout, tr("Successful Steps:"), row++);
// m_succSteps->setMaximumWidth(38);
::create(m_priority, layout, tr("Priority:"), row++);
// m_priority->setMaximumWidth(40);

View file

@ -793,7 +793,7 @@ QString Tracker::getErrorMessage(int errorCode)
errorMessage = QObject::tr("It is not possible to track specified regions:\nthe level has to be saved first.");
break;
default:
errorMessage = QObject::tr("It is not possible to track the level:\nundefinied error.");
errorMessage = QObject::tr("It is not possible to track the level:\nundefined error.");
}
return errorMessage;
}

View file

@ -112,8 +112,8 @@
<translation>Il n&apos;est pas possible d&apos;appliquer les lignes de correspondance, car aucune colonne a é sélectionné.</translation>
</message>
<message>
<source>It is not possible to apply the match lines because two columns have to be seleted.</source>
<translation>Il n&apos;est pas possible d&apos;appliquer les lignes de match parce que les deux colonnesdoivent être seleted.</translation>
<source>It is not possible to apply the match lines because two columns have to be selected.</source>
<translation>Il n&apos;est pas possible d&apos;appliquer les lignes de match parce que les deux colonnes doivent être sélectionnés.</translation>
</message>
</context>
<context>
@ -5804,7 +5804,7 @@ le niveau doit être enregistré d&apos;abord.</translation>
</message>
<message>
<source>It is not possible to track the level:
undefinied error.</source>
undefined error.</source>
<translation>Il n&apos;est pas possible de tracer le niveau:
erreur indéfini.</translation>
</message>
@ -6634,7 +6634,7 @@ Are you sure to </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Inbeteween : Level %1, </source>
<source>Inbetween : Level %1, </source>
<translation type="unfinished"></translation>
</message>
<message>
@ -6826,10 +6826,6 @@ Are you sure to </source>
<source>Combo Viewer</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Cleeanup Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Move Level to Cast Folder</source>
<translation type="unfinished"></translation>
@ -8425,7 +8421,7 @@ Cliquez sur le bouton fléché pour créer un nouveau sub-xsheet</translation>
<translation>Pas Échoués:</translation>
</message>
<message>
<source>Successfull Steps:</source>
<source>Successful Steps:</source>
<translation>Pas réussis:</translation>
</message>
<message>

View file

@ -112,7 +112,7 @@
<translation>Impossibile applicare le match lines poichè non è stata selezionata nessuna colonna.</translation>
</message>
<message>
<source>It is not possible to apply the match lines because two columns have to be seleted.</source>
<source>It is not possible to apply the match lines because two columns have to be selected.</source>
<translation>Impossibile applicare le match lines poichè devono essere selezionate due colonne.</translation>
</message>
</context>
@ -5805,7 +5805,7 @@ il livello deve essere prima salvato.</translation>
</message>
<message>
<source>It is not possible to track the level:
undefinied error.</source>
undefined error.</source>
<translation>Non è possibile tracciare il livello:
errore indefinito.</translation>
</message>
@ -6636,7 +6636,7 @@ Are you sure to </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Inbeteween : Level %1, </source>
<source>Inbetween : Level %1, </source>
<translation type="unfinished"></translation>
</message>
<message>
@ -6828,10 +6828,6 @@ Are you sure to </source>
<source>Combo Viewer</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Cleeanup Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Move Level to Cast Folder</source>
<translation type="unfinished"></translation>
@ -8427,7 +8423,7 @@ Clicca la freccia per creare un nuovo sub-xsheet</translation>
<translation>Passi Falliti:</translation>
</message>
<message>
<source>Successfull Steps:</source>
<source>Successful Steps:</source>
<translation>Passi Portati a termine con Successo:</translation>
</message>
<message>

View file

@ -113,7 +113,7 @@
<translation></translation>
</message>
<message>
<source>It is not possible to apply the match lines because two columns have to be seleted.</source>
<source>It is not possible to apply the match lines because two columns have to be selected.</source>
<translation></translation>
</message>
</context>
@ -4209,7 +4209,7 @@ Do you want to create it?</source>
<translation></translation>
</message>
<message>
<source>&amp;Abount OpenToonz...</source>
<source>&amp;About OpenToonz...</source>
<translation>OpenToonzについて (&amp;A)...</translation>
</message>
<message>
@ -5895,7 +5895,7 @@ the level has to be saved first.</source>
</message>
<message>
<source>It is not possible to track the level:
undefinied error.</source>
undefined error.</source>
<translation>
</translation>
</message>
@ -6710,7 +6710,7 @@ Are you sure to </source>
<translation>レベルをシーンに移動 : レベル %1</translation>
</message>
<message>
<source>Inbeteween : Level %1, </source>
<source>Inbetween : Level %1, </source>
<translation>中割り : レベル %1</translation>
</message>
<message>
@ -6903,10 +6903,6 @@ Are you sure to </source>
<source>Combo Viewer</source>
<translation></translation>
</message>
<message>
<source>Cleeanup Settings</source>
<translation type="vanished"></translation>
</message>
<message>
<source>Move Level to Cast Folder</source>
<translation></translation>
@ -8522,7 +8518,7 @@ Click the arrow button to create a new sub-xsheet</source>
<translation></translation>
</message>
<message>
<source>Successfull Steps:</source>
<source>Successful Steps:</source>
<translation></translation>
</message>
<message>