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,28 +1,28 @@
Panel
OptionCheckBox
id: classicControl
text: Classic control
!text: tr('Classic control')
OptionCheckBox
id: showInfoMessagesInConsole
text: Show info messages in console
!text: tr('Show info messages in console')
OptionCheckBox
id: showEventMessagesInConsole
text: Show event messages in console
!text: tr('Show event messages in console')
OptionCheckBox
id: showStatusMessagesInConsole
text: Show status messages in console
!text: tr('Show status messages in console')
OptionCheckBox
id: showTimestampsInConsole
text: Show timestamps in console
!text: tr('Show timestamps in console')
OptionCheckBox
id: showLevelsInConsole
text: Show levels in console
!text: tr('Show levels in console')
OptionCheckBox
id: showPrivateMessagesInConsole
text: Show private messages in console
!text: tr('Show private messages in console')