--- a/QTfrontend/hedgewars.pro Sat Dec 15 20:41:13 2007 +0000
+++ b/QTfrontend/hedgewars.pro Sat Dec 15 21:10:43 2007 +0000
@@ -8,7 +8,7 @@
RC_FILE = ./res/hedgewars.rc
}
-QT += network svg
+QT += network svg xml
HEADERS += binds.h \
game.h \
@@ -45,7 +45,8 @@
playrecordpage.h \
hwconsts.h \
selectWeapon.h \
- itemNum.h
+ itemNum.h \
+ input_ip.h
SOURCES += binds.cpp \
@@ -81,7 +82,8 @@
playrecordpage.cpp \
hwconsts.cpp \
selectWeapon.cpp \
- itemNum.cpp
+ itemNum.cpp \
+ input_ip.cpp
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ru.ts
Binary file share/hedgewars/Data/Locale/hedgewars_ru.qm has changed
--- a/share/hedgewars/Data/Locale/hedgewars_ru.ts Sat Dec 15 20:41:13 2007 +0000
+++ b/share/hedgewars/Data/Locale/hedgewars_ru.ts Sat Dec 15 21:10:43 2007 +0000
@@ -497,6 +497,16 @@
<source>Server port:</source>
<translation>Порт:</translation>
</message>
+ <message>
+ <location filename="" line="7471221"/>
+ <source>Host:</source>
+ <translation>Сервер:</translation>
+ </message>
+ <message>
+ <location filename="" line="7471221"/>
+ <source>Port:</source>
+ <translation>Порт:</translation>
+ </message>
</context>
<context>
<name>QLineEdit</name>
@@ -721,6 +731,16 @@
<source>Rename</source>
<translation>Переименовать</translation>
</message>
+ <message>
+ <location filename="" line="7471221"/>
+ <source>OK</source>
+ <translation>ОК</translation>
+ </message>
+ <message>
+ <location filename="" line="7471221"/>
+ <source>Cancel</source>
+ <translation>Отмена</translation>
+ </message>
</context>
<context>
<name>QToolBox</name>