*sigh* hopefully there aren't any more of these. add missing tr() to button text
--- a/QTfrontend/ui/page/pagemain.cpp Fri Mar 08 08:17:11 2013 -0500
+++ b/QTfrontend/ui/page/pagemain.cpp Fri Mar 08 08:31:34 2013 -0500
@@ -61,12 +61,12 @@
netLayout->setSpacing(20);
netLayout->setAlignment(Qt::AlignHCenter);
- BtnNetLocal = addButton("Play local network game", (QBoxLayout*)netLayout, 0, false);
+ BtnNetLocal = addButton(tr("Play local network game"), (QBoxLayout*)netLayout, 0, false);
BtnNetLocal->setWhatsThis(tr("Play a game across a local area network"));
BtnNetLocal->setFixedSize(BtnNet->width() - 50, 60);
BtnNetLocal->setVisible(false);
- BtnNetOfficial = addButton("Play official network game", (QBoxLayout*)netLayout, 0, false);
+ BtnNetOfficial = addButton(tr("Play official network game"), (QBoxLayout*)netLayout, 0, false);
BtnNetOfficial->setWhatsThis(tr("Play a game on an official server"));
BtnNetOfficial->setFixedSize(BtnNet->width() - 50, 60);
BtnNetOfficial->setVisible(false);
--- a/share/hedgewars/Data/Locale/hedgewars_ar.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_ar.ts Fri Mar 08 08:31:34 2013 -0500
@@ -890,6 +890,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_bg.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_bg.ts Fri Mar 08 08:31:34 2013 -0500
@@ -889,6 +889,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_cs.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_cs.ts Fri Mar 08 08:31:34 2013 -0500
@@ -901,6 +901,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_da.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_da.ts Fri Mar 08 08:31:34 2013 -0500
@@ -893,6 +893,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_de.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_de.ts Fri Mar 08 08:31:34 2013 -0500
@@ -893,6 +893,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_el.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_el.ts Fri Mar 08 08:31:34 2013 -0500
@@ -891,6 +891,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_en.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_en.ts Fri Mar 08 08:31:34 2013 -0500
@@ -889,6 +889,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_es.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_es.ts Fri Mar 08 08:31:34 2013 -0500
@@ -893,6 +893,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_fi.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_fi.ts Fri Mar 08 08:31:34 2013 -0500
@@ -889,6 +889,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_fr.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_fr.ts Fri Mar 08 08:31:34 2013 -0500
@@ -889,6 +889,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_gl.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_gl.ts Fri Mar 08 08:31:34 2013 -0500
@@ -889,6 +889,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_hu.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_hu.ts Fri Mar 08 08:31:34 2013 -0500
@@ -877,6 +877,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_it.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_it.ts Fri Mar 08 08:31:34 2013 -0500
@@ -894,6 +894,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_ja.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_ja.ts Fri Mar 08 08:31:34 2013 -0500
@@ -877,6 +877,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_ko.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_ko.ts Fri Mar 08 08:31:34 2013 -0500
@@ -877,6 +877,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_lt.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_lt.ts Fri Mar 08 08:31:34 2013 -0500
@@ -1054,11 +1054,21 @@
<translation type="unfinished"></translation>
</message>
<message>
+ <location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="64"/>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="65"/>
<source>Play a game across a local area network</source>
<translation type="unfinished"></translation>
</message>
<message>
+ <location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="69"/>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="70"/>
<source>Play a game on an official server</source>
<translation type="unfinished"></translation>
@@ -2405,34 +2415,34 @@
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="338"/>
+ <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="340"/>
<source>Hedgewars - Error</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="348"/>
+ <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="350"/>
<source>System Information Preview</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="363"/>
- <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="374"/>
+ <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="365"/>
+ <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="376"/>
<source>Failed to generate captcha</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="391"/>
+ <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="393"/>
<source>Failed to download captcha</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="455"/>
+ <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="457"/>
<source>Please fill out all fields. Email is optional.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../../QTfrontend/hwform.cpp" line="1928"/>
- <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="425"/>
+ <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="427"/>
<source>Hedgewars - Success</source>
<translation type="unfinished"></translation>
</message>
--- a/share/hedgewars/Data/Locale/hedgewars_ms.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_ms.ts Fri Mar 08 08:31:34 2013 -0500
@@ -1030,11 +1030,21 @@
<translation type="unfinished"></translation>
</message>
<message>
+ <location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="64"/>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="65"/>
<source>Play a game across a local area network</source>
<translation type="unfinished"></translation>
</message>
<message>
+ <location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="69"/>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="70"/>
<source>Play a game on an official server</source>
<translation type="unfinished"></translation>
@@ -2377,34 +2387,34 @@
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="338"/>
+ <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="340"/>
<source>Hedgewars - Error</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="348"/>
+ <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="350"/>
<source>System Information Preview</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="363"/>
- <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="374"/>
+ <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="365"/>
+ <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="376"/>
<source>Failed to generate captcha</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="391"/>
+ <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="393"/>
<source>Failed to download captcha</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="455"/>
+ <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="457"/>
<source>Please fill out all fields. Email is optional.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../../QTfrontend/hwform.cpp" line="1928"/>
- <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="425"/>
+ <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="427"/>
<source>Hedgewars - Success</source>
<translation type="unfinished"></translation>
</message>
--- a/share/hedgewars/Data/Locale/hedgewars_nl.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_nl.ts Fri Mar 08 08:31:34 2013 -0500
@@ -889,6 +889,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_pl.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_pl.ts Fri Mar 08 08:31:34 2013 -0500
@@ -906,6 +906,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_pt_BR.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_pt_BR.ts Fri Mar 08 08:31:34 2013 -0500
@@ -890,6 +890,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_pt_PT.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_pt_PT.ts Fri Mar 08 08:31:34 2013 -0500
@@ -895,6 +895,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_ro.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_ro.ts Fri Mar 08 08:31:34 2013 -0500
@@ -901,6 +901,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_ru.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_ru.ts Fri Mar 08 08:31:34 2013 -0500
@@ -906,6 +906,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_sk.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_sk.ts Fri Mar 08 08:31:34 2013 -0500
@@ -905,6 +905,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_sv.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_sv.ts Fri Mar 08 08:31:34 2013 -0500
@@ -893,6 +893,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_tr_TR.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_tr_TR.ts Fri Mar 08 08:31:34 2013 -0500
@@ -877,6 +877,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_uk.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_uk.ts Fri Mar 08 08:31:34 2013 -0500
@@ -905,6 +905,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>
--- a/share/hedgewars/Data/Locale/hedgewars_zh_CN.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_zh_CN.ts Fri Mar 08 08:31:34 2013 -0500
@@ -1030,11 +1030,21 @@
<translation type="unfinished"></translation>
</message>
<message>
+ <location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="64"/>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="65"/>
<source>Play a game across a local area network</source>
<translation type="unfinished"></translation>
</message>
<message>
+ <location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="69"/>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="70"/>
<source>Play a game on an official server</source>
<translation type="unfinished"></translation>
@@ -2407,34 +2417,34 @@
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="338"/>
+ <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="340"/>
<source>Hedgewars - Error</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="348"/>
+ <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="350"/>
<source>System Information Preview</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="363"/>
- <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="374"/>
+ <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="365"/>
+ <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="376"/>
<source>Failed to generate captcha</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="391"/>
+ <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="393"/>
<source>Failed to download captcha</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="455"/>
+ <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="457"/>
<source>Please fill out all fields. Email is optional.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../../QTfrontend/hwform.cpp" line="1928"/>
- <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="425"/>
+ <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="427"/>
<source>Hedgewars - Success</source>
<translation type="unfinished"></translation>
</message>
--- a/share/hedgewars/Data/Locale/hedgewars_zh_TW.ts Fri Mar 08 08:17:11 2013 -0500
+++ b/share/hedgewars/Data/Locale/hedgewars_zh_TW.ts Fri Mar 08 08:31:34 2013 -0500
@@ -877,6 +877,14 @@
<source>Feedback</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Play local network game</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Play official network game</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PageMultiplayer</name>