mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
Pt translations
This commit is contained in:
@@ -9,7 +9,7 @@ MainWindow
|
||||
|
||||
Label
|
||||
id: hostLabel
|
||||
!text: tr('Host:')
|
||||
!text: tr('Host') .. ':'
|
||||
anchors.top: parent.top
|
||||
anchors.left: parent.left
|
||||
margin-bottom: 2
|
||||
@@ -23,7 +23,7 @@ MainWindow
|
||||
|
||||
Label
|
||||
id: portLabel
|
||||
!text: tr('Port:')
|
||||
!text: tr('Port') .. ':'
|
||||
anchors.top: host.bottom
|
||||
anchors.left: host.left
|
||||
margin-top: 3
|
||||
@@ -38,7 +38,7 @@ MainWindow
|
||||
|
||||
Label
|
||||
id: protocolLabel
|
||||
!text: tr('Protocol:')
|
||||
!text: tr('Protocol') .. ':'
|
||||
anchors.top: port.bottom
|
||||
anchors.left: port.left
|
||||
margin-top: 3
|
||||
|
@@ -44,7 +44,7 @@ ServerWidget < UIWidget
|
||||
|
||||
Button
|
||||
id: remove
|
||||
!text: tr('x')
|
||||
text: x
|
||||
width: 12
|
||||
height: 12
|
||||
anchors.top: parent.top
|
||||
|
Reference in New Issue
Block a user