mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Mark strings in qml files for translation
I did this semi-automatically: I used the script from the previous patch and then did some manual corrections. This marks only title: and text: tags, there might be others Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
70e3ec9e90
commit
502be2a0f1
13 changed files with 118 additions and 118 deletions
|
|
@ -46,13 +46,13 @@ Item {
|
|||
}
|
||||
|
||||
Kirigami.Heading {
|
||||
text: "Cloud credentials"
|
||||
text: qsTr("Cloud credentials")
|
||||
level: headingLevel
|
||||
Layout.bottomMargin: Kirigami.Units.largeSpacing / 2
|
||||
}
|
||||
|
||||
Kirigami.Label {
|
||||
text: "Email"
|
||||
text: qsTr("Email")
|
||||
}
|
||||
|
||||
StyledTextField {
|
||||
|
|
@ -64,7 +64,7 @@ Item {
|
|||
}
|
||||
|
||||
Kirigami.Label {
|
||||
text: "Password"
|
||||
text: qsTr("Password")
|
||||
}
|
||||
|
||||
StyledTextField {
|
||||
|
|
@ -87,7 +87,7 @@ Item {
|
|||
}
|
||||
}
|
||||
Kirigami.Label {
|
||||
text: "Show password"
|
||||
text: qsTr("Show password")
|
||||
}
|
||||
}
|
||||
Item { width: Kirigami.Units.gridUnit; height: width }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue