mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Insert nescessary strings for Addmachine Wizard for string freeze
Contributes to: issue CURA-132
This commit is contained in:
parent
b816f0b03b
commit
cf4bd45f3f
5 changed files with 86 additions and 68 deletions
|
@ -26,7 +26,7 @@ Item
|
|||
{
|
||||
id: pageTitle
|
||||
width: parent.width
|
||||
text: wizardPage.title
|
||||
text: catalog.i18nc("@title", "Select Upgraded Parts")
|
||||
wrapMode: Text.WordWrap
|
||||
font.pointSize: 18
|
||||
}
|
||||
|
@ -51,7 +51,7 @@ Item
|
|||
}
|
||||
CheckBox
|
||||
{
|
||||
text: catalog.i18nc("@option:check","Heated printer bed (kit)")
|
||||
text: catalog.i18nc("@option:check","Heated printer bed (standard kit)")
|
||||
}
|
||||
CheckBox
|
||||
{
|
||||
|
@ -67,14 +67,7 @@ Item
|
|||
{
|
||||
width: parent.width
|
||||
wrapMode: Text.WordWrap
|
||||
text: catalog.i18nc("@label","If you have an Ultimaker bought after october 2012 you will have the Extruder drive upgrade. If you do not have this upgrade, it is highly recommended to improve reliability.");
|
||||
}
|
||||
|
||||
Label
|
||||
{
|
||||
width: parent.width
|
||||
wrapMode: Text.WordWrap
|
||||
text: catalog.i18nc("@label","This upgrade can be bought from the Ultimaker webshop or found on thingiverse as thing:26094");
|
||||
text: catalog.i18nc("@label","If you bought your Ultimaker after october 2012 you will have the Extruder drive upgrade. If you do not have this upgrade, it is highly recommended to improve reliability. This upgrade can be bought from the Ultimaker webshop or found on thingiverse as thing:26094");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue