Pt translations

This commit is contained in:
Henrique Santiago
2013-02-23 20:15:12 -03:00
parent 92228e9553
commit a8c175452b
4 changed files with 13 additions and 6 deletions

View File

@@ -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

View File

@@ -44,7 +44,7 @@ ServerWidget < UIWidget
Button
id: remove
!text: tr('x')
text: x
width: 12
height: 12
anchors.top: parent.top