implement all needed tr() for localization

* implement some pt-BR translations
* remove legacy about module
This commit is contained in:
Eduardo Bart
2012-04-26 16:54:16 -03:00
parent ca0e1bd38b
commit 34091bc48e
47 changed files with 480 additions and 419 deletions

View File

@@ -1,19 +1,19 @@
Panel
OptionCheckBox
id: vsync
text: Enable vertical synchronization
tooltip: Limits FPS to 60
!text: tr('Enable vertical synchronization')
!tooltip: tr('Limits FPS to 60')
OptionCheckBox
id: showfps
text: Show frame rate
!text: tr('Show frame rate')
OptionCheckBox
id: fullscreen
text: Fullscreen
!text: tr('Fullscreen')
Label
text: Frame rate limit
!text: tr('Frame rate limit')
anchors.left: parent.left
anchors.right: parent.right
anchors.top: prev.bottom