translation update. string fixes

This commit is contained in:
doitux
2007-10-12 08:58:21 +00:00
parent 54ad5e17e7
commit 44f14921d7
32 changed files with 2717 additions and 1913 deletions
+77 -2
View File
@@ -227,6 +227,43 @@
</property>
<item row="0" column="0" >
<widget class="QTextBrowser" name="textBrowser_Chat" >
<property name="palette" >
<palette>
<active>
<colorrole role="Button" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>102</red>
<green>153</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Button" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>102</red>
<green>153</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Button" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>102</red>
<green>153</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="focusPolicy" >
<enum>Qt::NoFocus</enum>
</property>
@@ -236,7 +273,45 @@
</widget>
</item>
<item row="1" column="0" >
<widget class="QLineEdit" name="lineEdit_ChatInput" />
<widget class="QLineEdit" name="lineEdit_ChatInput" >
<property name="palette" >
<palette>
<active>
<colorrole role="Button" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>102</red>
<green>153</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Button" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>102</red>
<green>153</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Button" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>102</red>
<green>153</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
</widget>
</item>
</layout>
</widget>
@@ -2559,7 +2634,7 @@
<x>0</x>
<y>0</y>
<width>1000</width>
<height>30</height>
<height>28</height>
</rect>
</property>
<widget class="QMenu" name="menuView" >