Localization: changed some phrases. Updated POT
This commit is contained in:
parent
441f045a52
commit
b5e61982a6
2 changed files with 1079 additions and 1000 deletions
File diff suppressed because it is too large
Load diff
|
@ -1008,7 +1008,7 @@ wxString Control::get_tooltip(int tick/*=-1*/)
|
||||||
tick_code_it->gcode == ToolChangeCode ?
|
tick_code_it->gcode == ToolChangeCode ?
|
||||||
from_u8((boost::format(_utf8(L("Extruder (tool) is changed to Extruder \"%1%\""))) %
|
from_u8((boost::format(_utf8(L("Extruder (tool) is changed to Extruder \"%1%\""))) %
|
||||||
tick_code_it->extruder ).str()) :
|
tick_code_it->extruder ).str()) :
|
||||||
from_u8((boost::format(_utf8(L("\"%1%\""))) % tick_code_it->gcode ).str()) ;
|
tick_code_it->gcode;
|
||||||
|
|
||||||
// If tick is marked as a conflict (exclamation icon),
|
// If tick is marked as a conflict (exclamation icon),
|
||||||
// we should to explain why
|
// we should to explain why
|
||||||
|
@ -1894,8 +1894,8 @@ bool Control::check_ticks_changed_event(const std::string& gcode)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
wxString message = (m_ticks.mode == t_mode::SingleExtruder ?
|
wxString message = (m_ticks.mode == t_mode::SingleExtruder ?
|
||||||
_(L("The last color change data was saved for a single extruder printer profile.")) :
|
_(L("The last color change data was saved for a single extruder printing.")) :
|
||||||
_(L("The last color change data was saved for a multiple extruder printer profile."))
|
_(L("The last color change data was saved for a multi extruder printing."))
|
||||||
) + "\n" +
|
) + "\n" +
|
||||||
_(L("Your current changes will delete all saved color changes.")) + "\n\n\t" +
|
_(L("Your current changes will delete all saved color changes.")) + "\n\n\t" +
|
||||||
_(L("Are you sure you want to continue?"));
|
_(L("Are you sure you want to continue?"));
|
||||||
|
|
Loading…
Reference in a new issue