mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Add missing translation markers
This commit is contained in:
parent
ef62725cc1
commit
acf5120cff
13 changed files with 76 additions and 40 deletions
|
@ -15,11 +15,13 @@ UM.Dialog {
|
|||
anchors.fill: parent;
|
||||
|
||||
Label {
|
||||
//: Add Printer wizard page title
|
||||
text: qsTr("Add Printer");
|
||||
font.pointSize: 18;
|
||||
}
|
||||
|
||||
Label {
|
||||
//: Add Printer wizard page description
|
||||
text: qsTr("Please select the type of printer:");
|
||||
}
|
||||
|
||||
|
@ -34,6 +36,7 @@ UM.Dialog {
|
|||
}
|
||||
|
||||
Label {
|
||||
//: Add Printer wizard field label
|
||||
text: qsTr("Printer Name:");
|
||||
}
|
||||
|
||||
|
@ -46,6 +49,7 @@ UM.Dialog {
|
|||
|
||||
rightButtons: [
|
||||
Button {
|
||||
//: Add Printer wizarad button
|
||||
text: qsTr("Next");
|
||||
onClicked: {
|
||||
if(machineList.currentIndex != -1) {
|
||||
|
@ -55,6 +59,7 @@ UM.Dialog {
|
|||
}
|
||||
},
|
||||
Button {
|
||||
//: Add Printer wizarad button
|
||||
text: qsTr("Cancel");
|
||||
onClicked: base.visible = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue