Localization: Updated CZ, DE, ES, FR, IT and PL dictionaries.

+ Fixed some of phrases and updated POT-file
This commit is contained in:
YuSanka 2021-12-01 13:06:52 +01:00
parent 860f1b29f2
commit b78b91b72e
21 changed files with 17880 additions and 7037 deletions

View file

@ -1407,8 +1407,8 @@ wxString Control::get_tooltip(int tick/*=-1*/)
if (tick_code_it == m_ticks.ticks.end() && m_focus == fiActionIcon) // tick doesn't exist
{
if (m_draw_mode == dmSequentialFffPrint)
return _L("The sequential print is on.\n"
"It's impossible to apply any custom G-code for objects printing sequentually.\n");
return (_L("The sequential print is on.\n"
"It's impossible to apply any custom G-code for objects printing sequentually.") + "\n");
// Show mode as a first string of tooltop
tooltip = " " + _L("Print mode") + ": ";