share/hedgewars/Data/Locale/hedgewars_en.ts
author sheepluva
Tue, 06 Jan 2015 19:26:25 +0100
branch0.9.21
changeset 10750 31c744824dab
parent 10451 aa5124705663
child 10803 df39aa3f6d4d
permissions -rw-r--r--
don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
     2
<!DOCTYPE TS>
2657
fce353f8b75a Add language to each ts file, rerun disabling of teams.
nemo
parents: 2656
diff changeset
     3
<TS version="2.0" language="en">
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
     4
<context>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
     5
    <name>About</name>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
     6
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
     7
        <location filename="../../../../QTfrontend/ui/widget/about.cpp" line="101"/>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
     8
        <source>Unknown Compiler</source>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
     9
        <translation type="unfinished"></translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
    10
    </message>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
    11
</context>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
    12
<context>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
    13
    <name>AbstractPage</name>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
    14
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
    15
        <location filename="../../../../QTfrontend/ui/page/AbstractPage.cpp" line="55"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
    16
        <source>Go back</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
    17
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
    18
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
    19
</context>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
    20
<context>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
    21
    <name>AmmoSchemeModel</name>
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
    22
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
    23
        <location filename="../../../../QTfrontend/model/ammoSchemeModel.cpp" line="745"/>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
    24
        <source>new</source>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
    25
        <translation>new</translation>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
    26
    </message>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
    27
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
    28
        <location filename="../../../../QTfrontend/model/ammoSchemeModel.cpp" line="751"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
    29
        <source>copy of %1</source>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
    30
        <translation type="unfinished"></translation>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
    31
    </message>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
    32
</context>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
    33
<context>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    34
    <name>BanDialog</name>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    35
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
    36
        <location filename="../../../../QTfrontend/ui/dialog/bandialog.cpp" line="41"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
    37
        <location filename="../../../../QTfrontend/ui/dialog/bandialog.cpp" line="87"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    38
        <source>IP</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    39
        <translation type="unfinished">IP</translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    40
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    41
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
    42
        <location filename="../../../../QTfrontend/ui/dialog/bandialog.cpp" line="42"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    43
        <source>Nick</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    44
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    45
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    46
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
    47
        <location filename="../../../../QTfrontend/ui/dialog/bandialog.cpp" line="43"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    48
        <source>IP/Nick</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    49
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    50
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    51
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
    52
        <location filename="../../../../QTfrontend/ui/dialog/bandialog.cpp" line="44"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    53
        <source>Reason</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    54
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    55
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    56
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
    57
        <location filename="../../../../QTfrontend/ui/dialog/bandialog.cpp" line="45"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    58
        <source>Duration</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    59
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    60
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    61
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
    62
        <location filename="../../../../QTfrontend/ui/dialog/bandialog.cpp" line="51"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    63
        <source>Ok</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    64
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    65
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    66
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
    67
        <location filename="../../../../QTfrontend/ui/dialog/bandialog.cpp" line="52"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    68
        <source>Cancel</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    69
        <translation type="unfinished">Cancel</translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    70
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    71
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
    72
        <location filename="../../../../QTfrontend/ui/dialog/bandialog.cpp" line="80"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    73
        <source>you know why</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    74
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    75
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    76
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
    77
        <location filename="../../../../QTfrontend/ui/dialog/bandialog.cpp" line="87"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    78
        <source>Warning</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    79
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    80
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    81
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
    82
        <location filename="../../../../QTfrontend/ui/dialog/bandialog.cpp" line="87"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    83
        <source>Please, specify %1</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    84
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    85
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    86
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
    87
        <location filename="../../../../QTfrontend/ui/dialog/bandialog.cpp" line="87"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    88
        <source>nickname</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    89
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    90
    </message>
8412
a2465e542e3d lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents: 8401
diff changeset
    91
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
    92
        <location filename="../../../../QTfrontend/ui/dialog/bandialog.cpp" line="38"/>
8412
a2465e542e3d lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents: 8401
diff changeset
    93
        <source>permanent</source>
a2465e542e3d lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents: 8401
diff changeset
    94
        <translation type="unfinished"></translation>
a2465e542e3d lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents: 8401
diff changeset
    95
    </message>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    96
</context>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    97
<context>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    98
    <name>DataManager</name>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
    99
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   100
        <location filename="../../../../QTfrontend/util/DataManager.cpp" line="149"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   101
        <source>Use Default</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   102
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   103
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   104
</context>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   105
<context>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   106
    <name>FeedbackDialog</name>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   107
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   108
        <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="124"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   109
        <source>View</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   110
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   111
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   112
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   113
        <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="150"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   114
        <source>Cancel</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   115
        <translation type="unfinished">Cancel</translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   116
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   117
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   118
        <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="178"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   119
        <source>Send Feedback</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   120
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   121
    </message>
8824
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   122
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   123
        <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="91"/>
8824
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   124
        <source>We are always happy about suggestions, ideas, or bug reports.</source>
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   125
        <translation type="unfinished"></translation>
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   126
    </message>
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   127
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   128
        <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="90"/>
9007
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   129
        <source>Send us feedback!</source>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   130
        <translation type="unfinished"></translation>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   131
    </message>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   132
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   133
        <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="92"/>
9007
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   134
        <source>If you found a bug, you can see if it&apos;s already been reported here: </source>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   135
        <translation type="unfinished"></translation>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   136
    </message>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   137
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   138
        <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="93"/>
9007
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   139
        <source>Your email address is optional, but necessary if you want us to get back at you.</source>
8824
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   140
        <translation type="unfinished"></translation>
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   141
    </message>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   142
</context>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   143
<context>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   144
    <name>FreqSpinBox</name>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   145
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   146
        <location filename="../../../../QTfrontend/ui/widget/FreqSpinBox.cpp" line="36"/>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   147
        <source>Never</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
   148
        <translation>Never</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   149
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   150
    <message numerus="yes">
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   151
        <location filename="../../../../QTfrontend/ui/widget/FreqSpinBox.cpp" line="38"/>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   152
        <source>Every %1 turn</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
   153
        <translation>
2637
1e008dfd2018 Proper plurals for english, french updates from artart78
nemo
parents: 2631
diff changeset
   154
            <numerusform>Each turn</numerusform>
2658
cd9ab1f5bfdb Restore the plural forms - lupdate-qt4 seems to be behaving now. update the compiled files too
nemo
parents: 2657
diff changeset
   155
            <numerusform>Every %1 turns</numerusform>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   156
        </translation>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   157
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   158
</context>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   159
<context>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   160
    <name>GameCFGWidget</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   161
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   162
        <location filename="../../../../QTfrontend/ui/widget/gamecfgwidget.cpp" line="147"/>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
   163
        <source>Edit weapons</source>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
   164
        <translation>Edit weapons</translation>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
   165
    </message>
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
   166
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   167
        <location filename="../../../../QTfrontend/ui/widget/gamecfgwidget.cpp" line="132"/>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
   168
        <source>Edit schemes</source>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
   169
        <translation>Edit schemes</translation>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
   170
    </message>
4259
0313d5577fce update translation files for the 4265 text change
nemo
parents: 4180
diff changeset
   171
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   172
        <location filename="../../../../QTfrontend/ui/widget/gamecfgwidget.cpp" line="155"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   173
        <source>Game scheme will auto-select a weapon</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   174
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   175
    </message>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   176
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   177
        <location filename="../../../../QTfrontend/ui/widget/gamecfgwidget.cpp" line="67"/>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   178
        <source>Map</source>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   179
        <translation type="unfinished">Map</translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   180
    </message>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   181
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   182
        <location filename="../../../../QTfrontend/ui/widget/gamecfgwidget.cpp" line="68"/>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   183
        <source>Game options</source>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   184
        <translation type="unfinished"></translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   185
    </message>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   186
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   187
<context>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   188
    <name>GameUIConfig</name>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   189
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   190
        <location filename="../../../../QTfrontend/gameuiconfig.cpp" line="115"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   191
        <source>Guest</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   192
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   193
    </message>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   194
</context>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   195
<context>
8412
a2465e542e3d lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents: 8401
diff changeset
   196
    <name>HWApplication</name>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   197
    <message numerus="yes">
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   198
        <location filename="../../../../QTfrontend/ui/dialog/bandialog.cpp" line="28"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   199
        <location filename="../../../../QTfrontend/ui/dialog/bandialog.cpp" line="29"/>
8412
a2465e542e3d lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents: 8401
diff changeset
   200
        <source>%1 minutes</source>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   201
        <translation type="unfinished">
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   202
            <numerusform></numerusform>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   203
            <numerusform></numerusform>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   204
        </translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   205
    </message>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   206
    <message numerus="yes">
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   207
        <location filename="../../../../QTfrontend/ui/dialog/bandialog.cpp" line="30"/>
8412
a2465e542e3d lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents: 8401
diff changeset
   208
        <source>%1 hour</source>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   209
        <translation type="unfinished">
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   210
            <numerusform></numerusform>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   211
            <numerusform></numerusform>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   212
        </translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   213
    </message>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   214
    <message numerus="yes">
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   215
        <location filename="../../../../QTfrontend/ui/dialog/bandialog.cpp" line="31"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   216
        <location filename="../../../../QTfrontend/ui/dialog/bandialog.cpp" line="32"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   217
        <location filename="../../../../QTfrontend/ui/dialog/bandialog.cpp" line="33"/>
8412
a2465e542e3d lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents: 8401
diff changeset
   218
        <source>%1 hours</source>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   219
        <translation type="unfinished">
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   220
            <numerusform></numerusform>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   221
            <numerusform></numerusform>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   222
        </translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   223
    </message>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   224
    <message numerus="yes">
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   225
        <location filename="../../../../QTfrontend/ui/dialog/bandialog.cpp" line="34"/>
8412
a2465e542e3d lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents: 8401
diff changeset
   226
        <source>%1 day</source>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   227
        <translation type="unfinished">
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   228
            <numerusform></numerusform>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   229
            <numerusform></numerusform>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   230
        </translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   231
    </message>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   232
    <message numerus="yes">
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   233
        <location filename="../../../../QTfrontend/ui/dialog/bandialog.cpp" line="35"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   234
        <location filename="../../../../QTfrontend/ui/dialog/bandialog.cpp" line="36"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   235
        <location filename="../../../../QTfrontend/ui/dialog/bandialog.cpp" line="37"/>
8412
a2465e542e3d lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents: 8401
diff changeset
   236
        <source>%1 days</source>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   237
        <translation type="unfinished">
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   238
            <numerusform></numerusform>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   239
            <numerusform></numerusform>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   240
        </translation>
8412
a2465e542e3d lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents: 8401
diff changeset
   241
    </message>
8788
b6badc953945 lupdate
koda
parents: 8695
diff changeset
   242
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   243
        <location filename="../../../../QTfrontend/HWApplication.cpp" line="93"/>
8788
b6badc953945 lupdate
koda
parents: 8695
diff changeset
   244
        <source>Scheme &apos;%1&apos; not supported</source>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
   245
        <translation type="unfinished"></translation>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
   246
    </message>
8824
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   247
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   248
        <location filename="../../../../QTfrontend/main.cpp" line="102"/>
8824
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   249
        <source>Cannot create directory %1</source>
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   250
        <translation type="unfinished">Cannot create directory %1</translation>
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   251
    </message>
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   252
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   253
        <location filename="../../../../QTfrontend/main.cpp" line="305"/>
8824
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   254
        <source>Failed to open data directory:
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   255
%1
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   256
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   257
Please check your installation!</source>
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   258
        <translation type="unfinished"></translation>
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   259
    </message>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   260
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   261
        <location filename="../../../../QTfrontend/main.cpp" line="138"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   262
        <source>Usage</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   263
        <comment>command-line</comment>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   264
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   265
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   266
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   267
        <location filename="../../../../QTfrontend/main.cpp" line="139"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   268
        <source>OPTION</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   269
        <comment>command-line</comment>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   270
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   271
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   272
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   273
        <location filename="../../../../QTfrontend/main.cpp" line="140"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   274
        <location filename="../../../../QTfrontend/main.cpp" line="145"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   275
        <source>CONNECTSTRING</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   276
        <comment>command-line</comment>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   277
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   278
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   279
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   280
        <location filename="../../../../QTfrontend/main.cpp" line="141"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   281
        <source>Options</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   282
        <comment>command-line</comment>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   283
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   284
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   285
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   286
        <location filename="../../../../QTfrontend/main.cpp" line="142"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   287
        <source>Display this help</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   288
        <comment>command-line</comment>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   289
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   290
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   291
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   292
        <location filename="../../../../QTfrontend/main.cpp" line="143"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   293
        <source>Custom path for configuration data and user data</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   294
        <comment>command-line</comment>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   295
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   296
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   297
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   298
        <location filename="../../../../QTfrontend/main.cpp" line="144"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   299
        <source>Custom path to the game data folder</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   300
        <comment>command-line</comment>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   301
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   302
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   303
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   304
        <location filename="../../../../QTfrontend/main.cpp" line="145"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   305
        <source>Hedgewars can use a %1 (e.g. &quot;%2&quot;) to connect on start.</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   306
        <comment>command-line</comment>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   307
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   308
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   309
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   310
        <location filename="../../../../QTfrontend/main.cpp" line="191"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   311
        <source>Malformed option argument: %1</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   312
        <comment>command-line</comment>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   313
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   314
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   315
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   316
        <location filename="../../../../QTfrontend/main.cpp" line="231"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   317
        <source>Unknown option argument: %1</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   318
        <comment>command-line</comment>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   319
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   320
    </message>
8412
a2465e542e3d lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents: 8401
diff changeset
   321
</context>
a2465e542e3d lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents: 8401
diff changeset
   322
<context>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   323
    <name>HWAskQuitDialog</name>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   324
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   325
        <location filename="../../../../QTfrontend/ui/dialog/ask_quit.cpp" line="33"/>
7902
a82b1bf2eca1 - Fix for little mistakes (applied to every hedgewars_*.ts file).
inu
parents: 7801
diff changeset
   326
        <source>Do you really want to quit?</source>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   327
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   328
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   329
</context>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   330
<context>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
   331
    <name>HWChatWidget</name>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
   332
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   333
        <location filename="../../../../QTfrontend/ui/widget/chatwidget.cpp" line="661"/>
6239
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   334
        <source>%1 has been removed from your ignore list</source>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   335
        <translation type="unfinished"></translation>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   336
    </message>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   337
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   338
        <location filename="../../../../QTfrontend/ui/widget/chatwidget.cpp" line="671"/>
6239
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   339
        <source>%1 has been added to your ignore list</source>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   340
        <translation type="unfinished"></translation>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   341
    </message>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   342
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   343
        <location filename="../../../../QTfrontend/ui/widget/chatwidget.cpp" line="701"/>
6239
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   344
        <source>%1 has been removed from your friends list</source>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   345
        <translation type="unfinished"></translation>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   346
    </message>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   347
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   348
        <location filename="../../../../QTfrontend/ui/widget/chatwidget.cpp" line="710"/>
6239
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   349
        <source>%1 has been added to your friends list</source>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   350
        <translation type="unfinished"></translation>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   351
    </message>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   352
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   353
        <location filename="../../../../QTfrontend/ui/widget/chatwidget.cpp" line="776"/>
6239
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   354
        <source>Stylesheet imported from %1</source>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   355
        <translation type="unfinished"></translation>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   356
    </message>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   357
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   358
        <location filename="../../../../QTfrontend/ui/widget/chatwidget.cpp" line="777"/>
6239
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   359
        <source>Enter %1 if you want to use the current StyleSheet in future, enter %2 to reset!</source>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   360
        <translation type="unfinished"></translation>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   361
    </message>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   362
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   363
        <location filename="../../../../QTfrontend/ui/widget/chatwidget.cpp" line="785"/>
6239
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   364
        <source>Couldn&apos;t read %1</source>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   365
        <translation type="unfinished"></translation>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   366
    </message>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   367
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   368
        <location filename="../../../../QTfrontend/ui/widget/chatwidget.cpp" line="793"/>
6239
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   369
        <source>StyleSheet discarded</source>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   370
        <translation type="unfinished"></translation>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   371
    </message>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   372
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   373
        <location filename="../../../../QTfrontend/ui/widget/chatwidget.cpp" line="817"/>
6239
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   374
        <source>StyleSheet saved to %1</source>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   375
        <translation type="unfinished"></translation>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   376
    </message>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   377
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   378
        <location filename="../../../../QTfrontend/ui/widget/chatwidget.cpp" line="820"/>
6239
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   379
        <source>Failed to save StyleSheet to %1</source>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   380
        <translation type="unfinished"></translation>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   381
    </message>
9007
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   382
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   383
        <location filename="../../../../QTfrontend/ui/widget/chatwidget.cpp" line="509"/>
9007
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   384
        <source>%1 has joined</source>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   385
        <translation type="unfinished"></translation>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   386
    </message>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   387
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   388
        <location filename="../../../../QTfrontend/ui/widget/chatwidget.cpp" line="530"/>
9007
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   389
        <source>%1 has left</source>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   390
        <translation type="unfinished"></translation>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   391
    </message>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   392
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   393
        <location filename="../../../../QTfrontend/ui/widget/chatwidget.cpp" line="532"/>
9007
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   394
        <source>%1 has left (%2)</source>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   395
        <translation type="unfinished"></translation>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   396
    </message>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
   397
</context>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
   398
<context>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   399
    <name>HWForm</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   400
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   401
        <location filename="../../../../QTfrontend/hwform.cpp" line="1713"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   402
        <location filename="../../../../QTfrontend/hwform.cpp" line="2060"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   403
        <source>Cannot save record to file %1</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   404
        <translation>Cannot save record to file %1</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   405
    </message>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   406
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   407
        <location filename="../../../../QTfrontend/hwform.cpp" line="481"/>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
   408
        <source>DefaultTeam</source>
4261
32ec5be33ce5 Fix typo in russian translation, update english translation with plural forms
unC0Rr
parents: 4259
diff changeset
   409
        <translation>Default Team</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
   410
    </message>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
   411
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   412
        <location filename="../../../../QTfrontend/hwform.cpp" line="1990"/>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
   413
        <source>Hedgewars Demo File</source>
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
   414
        <comment>File Types</comment>
4261
32ec5be33ce5 Fix typo in russian translation, update english translation with plural forms
unC0Rr
parents: 4259
diff changeset
   415
        <translation>Hedgewars Demo File</translation>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
   416
    </message>
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
   417
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   418
        <location filename="../../../../QTfrontend/hwform.cpp" line="1991"/>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
   419
        <source>Hedgewars Save File</source>
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
   420
        <comment>File Types</comment>
4261
32ec5be33ce5 Fix typo in russian translation, update english translation with plural forms
unC0Rr
parents: 4259
diff changeset
   421
        <translation>Hedgewars Save File</translation>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
   422
    </message>
5907
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
   423
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   424
        <location filename="../../../../QTfrontend/hwform.cpp" line="2052"/>
5907
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
   425
        <source>Demo name</source>
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
   426
        <translation type="unfinished"></translation>
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
   427
    </message>
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
   428
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   429
        <location filename="../../../../QTfrontend/hwform.cpp" line="2052"/>
5907
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
   430
        <source>Demo name:</source>
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
   431
        <translation type="unfinished"></translation>
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
   432
    </message>
6239
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   433
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   434
        <location filename="../../../../QTfrontend/hwform.cpp" line="641"/>
6239
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   435
        <source>Game aborted</source>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   436
        <translation type="unfinished"></translation>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   437
    </message>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   438
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   439
        <location filename="../../../../QTfrontend/hwform.cpp" line="1126"/>
6239
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   440
        <source>Nickname</source>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   441
        <translation type="unfinished">Nickname</translation>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   442
    </message>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   443
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   444
        <location filename="../../../../QTfrontend/hwform.cpp" line="1131"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   445
        <location filename="../../../../QTfrontend/hwform.cpp" line="1452"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
   446
        <source>No nickname supplied.</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
   447
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
   448
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
   449
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   450
        <location filename="../../../../QTfrontend/hwform.cpp" line="1126"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
   451
        <source>Someone already uses your nickname %1 on the server.
6239
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   452
Please pick another nickname:</source>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   453
        <translation type="unfinished"></translation>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   454
    </message>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   455
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   456
        <location filename="../../../../QTfrontend/hwform.cpp" line="485"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   457
        <source>%1&apos;s Team</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   458
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   459
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   460
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   461
        <location filename="../../../../QTfrontend/hwform.cpp" line="1080"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   462
        <source>Hedgewars - Nick registered</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   463
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   464
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   465
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   466
        <location filename="../../../../QTfrontend/hwform.cpp" line="1081"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   467
        <source>This nick is registered, and you haven&apos;t specified a password.
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   468
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   469
If this nick isn&apos;t yours, please register your own nick at www.hedgewars.org
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   470
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   471
Password:</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   472
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   473
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   474
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   475
        <location filename="../../../../QTfrontend/hwform.cpp" line="1109"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   476
        <source>Your nickname is not registered.
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   477
To prevent someone else from using it,
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   478
please register it at www.hedgewars.org</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   479
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   480
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   481
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   482
        <location filename="../../../../QTfrontend/hwform.cpp" line="1114"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   483
        <source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   484
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   485
Your password wasn&apos;t saved either.</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   486
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   487
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   488
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   489
        <location filename="../../../../QTfrontend/hwform.cpp" line="1131"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   490
        <location filename="../../../../QTfrontend/hwform.cpp" line="1452"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   491
        <source>Hedgewars - Empty nickname</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   492
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   493
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   494
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   495
        <location filename="../../../../QTfrontend/hwform.cpp" line="1158"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   496
        <source>Hedgewars - Wrong password</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   497
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   498
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   499
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   500
        <location filename="../../../../QTfrontend/hwform.cpp" line="1158"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   501
        <source>You entered a wrong password.</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   502
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   503
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   504
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   505
        <location filename="../../../../QTfrontend/hwform.cpp" line="1186"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   506
        <source>Try Again</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   507
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   508
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   509
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   510
        <location filename="../../../../QTfrontend/hwform.cpp" line="1556"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   511
        <source>Hedgewars - Connection error</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   512
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   513
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   514
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   515
        <location filename="../../../../QTfrontend/hwform.cpp" line="1556"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   516
        <source>You reconnected too fast.
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   517
Please wait a few seconds and try again.</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   518
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   519
    </message>
9007
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   520
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   521
        <location filename="../../../../QTfrontend/hwform.cpp" line="2120"/>
9007
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   522
        <source>This page requires an internet connection.</source>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   523
        <translation type="unfinished"></translation>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   524
    </message>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   525
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   526
        <location filename="../../../../QTfrontend/hwform.cpp" line="156"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   527
        <location filename="../../../../QTfrontend/hwform.cpp" line="476"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   528
        <location filename="../../../../QTfrontend/hwform.cpp" line="1399"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   529
        <location filename="../../../../QTfrontend/hwform.cpp" line="1418"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   530
        <source>Guest</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   531
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   532
    </message>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   533
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   534
        <location filename="../../../../QTfrontend/hwform.cpp" line="1170"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   535
        <source>Room password</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   536
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   537
    </message>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   538
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   539
        <location filename="../../../../QTfrontend/hwform.cpp" line="1170"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   540
        <source>The room is protected with password.
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   541
Please, enter the password:</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   542
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   543
    </message>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   544
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   545
<context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   546
    <name>HWGame</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   547
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   548
        <location filename="../../../../QTfrontend/game.cpp" line="384"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   549
        <location filename="../../../../QTfrontend/net/recorder.cpp" line="113"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   550
        <source>en.txt</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   551
        <translation>en.txt</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   552
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   553
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   554
        <location filename="../../../../QTfrontend/game.cpp" line="434"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   555
        <source>Cannot open demofile %1</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   556
        <translation>Cannot open demofile %1</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   557
    </message>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   558
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   559
        <location filename="../../../../QTfrontend/game.cpp" line="253"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   560
        <source>A Fatal ERROR occured! - The game engine had to stop.
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   561
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   562
We are very sorry for the inconvenience :(
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   563
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   564
If this keeps happening, please click the &apos;%1&apos; button in the main menu!
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   565
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   566
Last two engine messages:
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   567
%2</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   568
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   569
    </message>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   570
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   571
<context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   572
    <name>HWMapContainer</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   573
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   574
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="203"/>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   575
        <source>All</source>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
   576
        <translation>All</translation>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   577
    </message>
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   578
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   579
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="204"/>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   580
        <source>Small</source>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
   581
        <translation>Small</translation>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   582
    </message>
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   583
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   584
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="205"/>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   585
        <source>Medium</source>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
   586
        <translation>Medium</translation>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   587
    </message>
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   588
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   589
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="206"/>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   590
        <source>Large</source>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
   591
        <translation>Large</translation>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   592
    </message>
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   593
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   594
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="207"/>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   595
        <source>Cavern</source>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
   596
        <translation>Cavern</translation>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   597
    </message>
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   598
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   599
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="208"/>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   600
        <source>Wacky</source>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
   601
        <translation>Wacky</translation>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   602
    </message>
3163
fdc351144b5e Frontend:
smxx
parents: 3044
diff changeset
   603
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   604
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="216"/>
3181
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   605
        <source>Small tunnels</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   606
        <translation type="unfinished"></translation>
3181
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   607
    </message>
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   608
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   609
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="217"/>
3181
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   610
        <source>Medium tunnels</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   611
        <translation type="unfinished"></translation>
3181
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   612
    </message>
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   613
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   614
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="136"/>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
   615
        <source>Seed</source>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
   616
        <translation type="unfinished"></translation>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
   617
    </message>
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents: 4600
diff changeset
   618
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   619
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="103"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   620
        <source>Map type:</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   621
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   622
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   623
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   624
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="106"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   625
        <source>Image map</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   626
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   627
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   628
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   629
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="107"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   630
        <source>Mission map</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   631
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   632
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   633
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   634
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="108"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   635
        <source>Hand-drawn</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   636
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   637
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   638
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   639
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="109"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   640
        <source>Randomly generated</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   641
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   642
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   643
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   644
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="110"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   645
        <source>Random maze</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   646
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   647
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   648
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   649
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="121"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   650
        <source>Random</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   651
        <translation type="unfinished">Random</translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   652
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   653
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   654
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="145"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   655
        <source>Map preview:</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   656
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   657
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   658
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   659
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="184"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   660
        <source>Load map drawing</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   661
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   662
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   663
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   664
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="190"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   665
        <source>Edit map drawing</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   666
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   667
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   668
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   669
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="219"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   670
        <source>Small islands</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   671
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   672
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   673
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   674
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="220"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   675
        <source>Medium islands</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   676
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   677
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   678
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   679
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="221"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   680
        <source>Large islands</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   681
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   682
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   683
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   684
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="758"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   685
        <source>Map size:</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   686
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   687
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   688
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   689
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="765"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   690
        <source>Maze style:</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   691
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   692
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   693
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   694
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="787"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   695
        <source>Mission:</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   696
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   697
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   698
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   699
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="799"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   700
        <source>Map:</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   701
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   702
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   703
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   704
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="961"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   705
        <source>Load drawn map</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   706
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   707
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   708
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   709
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="961"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   710
        <source>Drawn Maps</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   711
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   712
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   713
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   714
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="961"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   715
        <source>All files</source>
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents: 4600
diff changeset
   716
        <translation type="unfinished"></translation>
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents: 4600
diff changeset
   717
    </message>
8695
nemo
parents: 8693
diff changeset
   718
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   719
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="218"/>
8695
nemo
parents: 8693
diff changeset
   720
        <source>Large tunnels</source>
nemo
parents: 8693
diff changeset
   721
        <translation type="unfinished"></translation>
nemo
parents: 8693
diff changeset
   722
    </message>
9007
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   723
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   724
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="882"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   725
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="1010"/>
9007
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   726
        <source>Theme: %1</source>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   727
        <translation type="unfinished"></translation>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   728
    </message>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   729
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   730
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="111"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   731
        <source>Random perlin</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   732
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   733
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   734
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   735
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="772"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   736
        <source>Style:</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   737
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   738
    </message>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   739
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   740
<context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   741
    <name>HWNetServersModel</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   742
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   743
        <location filename="../../../../QTfrontend/model/netserverslist.cpp" line="46"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   744
        <source>Title</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   745
        <translation>Title</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   746
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   747
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   748
        <location filename="../../../../QTfrontend/model/netserverslist.cpp" line="48"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   749
        <source>IP</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   750
        <translation>IP</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   751
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   752
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   753
        <location filename="../../../../QTfrontend/model/netserverslist.cpp" line="50"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   754
        <source>Port</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   755
        <translation>Port</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   756
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   757
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   758
<context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   759
    <name>HWNewNet</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   760
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   761
        <location filename="../../../../QTfrontend/net/newnetclient.cpp" line="232"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   762
        <source>The host was not found. Please check the host name and port settings.</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   763
        <translation>The host was not found. Please check the host name and port settings.</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   764
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   765
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   766
        <location filename="../../../../QTfrontend/net/newnetclient.cpp" line="235"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   767
        <source>Connection refused</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   768
        <translation>Connection refused</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   769
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   770
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   771
        <location filename="../../../../QTfrontend/net/newnetclient.cpp" line="771"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   772
        <source>Room destroyed</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   773
        <translation>Room destroyed</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   774
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   775
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   776
        <location filename="../../../../QTfrontend/hwform.cpp" line="1576"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   777
        <source>Quit reason: </source>
5685
f5518fbcd019 pt update
inu
parents: 5602
diff changeset
   778
        <translation>Quit reason: </translation>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   779
    </message>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
   780
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   781
        <location filename="../../../../QTfrontend/net/newnetclient.cpp" line="528"/>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
   782
        <source>You got kicked</source>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
   783
        <translation>You got kicked</translation>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
   784
    </message>
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
   785
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   786
        <location filename="../../../../QTfrontend/net/newnetclient.cpp" line="714"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   787
        <location filename="../../../../QTfrontend/net/newnetclient.cpp" line="846"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   788
        <source>%1 *** %2 has joined the room</source>
2442
228757f6c54d - Update some strings
unc0rr
parents: 2441
diff changeset
   789
        <translation>%1 *** %2 has joined the room</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   790
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   791
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   792
        <source>%1 *** %2 has joined</source>
9007
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
   793
        <translation type="obsolete">%1 *** %2 has joined</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   794
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   795
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   796
        <location filename="../../../../QTfrontend/net/newnetclient.cpp" line="863"/>
2442
228757f6c54d - Update some strings
unc0rr
parents: 2441
diff changeset
   797
        <source>%1 *** %2 has left (%3)</source>
228757f6c54d - Update some strings
unc0rr
parents: 2441
diff changeset
   798
        <translation>%1 *** %2 has left (%3)</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   799
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   800
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   801
        <location filename="../../../../QTfrontend/net/newnetclient.cpp" line="861"/>
2442
228757f6c54d - Update some strings
unc0rr
parents: 2441
diff changeset
   802
        <source>%1 *** %2 has left</source>
228757f6c54d - Update some strings
unc0rr
parents: 2441
diff changeset
   803
        <translation>%1 *** %2 has left</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   804
    </message>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   805
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   806
        <location filename="../../../../QTfrontend/net/newnetclient.cpp" line="78"/>
6239
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
   807
        <source>User quit</source>
5602
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
   808
        <translation type="unfinished"></translation>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
   809
    </message>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   810
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   811
        <location filename="../../../../QTfrontend/net/newnetclient.cpp" line="229"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   812
        <source>Remote host has closed connection</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   813
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   814
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   815
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   816
        <location filename="../../../../QTfrontend/net/newnetclient.cpp" line="297"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   817
        <source>The server is too old. Disconnecting now.</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   818
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   819
    </message>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   820
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   821
        <location filename="../../../../QTfrontend/net/newnetclient.cpp" line="549"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   822
        <source>Server authentication error</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   823
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
   824
    </message>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   825
</context>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   826
<context>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   827
    <name>HWPasswordDialog</name>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   828
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   829
        <location filename="../../../../QTfrontend/ui/dialog/input_password.cpp" line="30"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   830
        <source>Login</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   831
        <translation type="unfinished"></translation>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   832
    </message>
8824
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   833
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   834
        <location filename="../../../../QTfrontend/ui/dialog/input_password.cpp" line="35"/>
8824
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   835
        <source>To connect to the server, please log in.
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   836
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   837
If you don&apos;t have an account on www.hedgewars.org,
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   838
just enter your nickname.</source>
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   839
        <translation type="unfinished"></translation>
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   840
    </message>
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   841
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   842
        <location filename="../../../../QTfrontend/ui/dialog/input_password.cpp" line="39"/>
8824
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   843
        <source>Nickname:</source>
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   844
        <translation type="unfinished"></translation>
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   845
    </message>
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   846
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   847
        <location filename="../../../../QTfrontend/ui/dialog/input_password.cpp" line="47"/>
8824
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   848
        <source>Password:</source>
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   849
        <translation type="unfinished"></translation>
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
   850
    </message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   851
    <message>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   852
        <location filename="../../../../QTfrontend/ui/dialog/input_password.cpp" line="59"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   853
        <source>New Account</source>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   854
        <translation type="unfinished"></translation>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   855
    </message>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   856
</context>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   857
<context>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   858
    <name>HWUploadVideoDialog</name>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   859
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   860
        <location filename="../../../../QTfrontend/ui/dialog/upload_video.cpp" line="53"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   861
        <source>Upload video</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   862
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   863
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   864
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   865
        <location filename="../../../../QTfrontend/ui/dialog/upload_video.cpp" line="149"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   866
        <source>Upload</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   867
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   868
    </message>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   869
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   870
<context>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   871
    <name>HatButton</name>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   872
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   873
        <location filename="../../../../QTfrontend/ui/widget/hatbutton.cpp" line="44"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   874
        <source>Change hat (%1)</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   875
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   876
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   877
</context>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   878
<context>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   879
    <name>HatPrompt</name>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   880
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   881
        <location filename="../../../../QTfrontend/ui/widget/hatprompt.cpp" line="119"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   882
        <source>Cancel</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   883
        <translation type="unfinished">Cancel</translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   884
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   885
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   886
        <location filename="../../../../QTfrontend/ui/widget/hatprompt.cpp" line="123"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   887
        <source>Use selected hat</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   888
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   889
    </message>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   890
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   891
        <location filename="../../../../QTfrontend/ui/widget/hatprompt.cpp" line="83"/>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   892
        <source>Search for a hat:</source>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   893
        <translation type="unfinished"></translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
   894
    </message>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   895
</context>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   896
<context>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   897
    <name>KB</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   898
    <message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   899
        <source>SDL_ttf returned error while rendering text, most propably it is related to the bug in freetype2. It&apos;s recommended to update your freetype lib.</source>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   900
        <translation type="obsolete">SDL_ttf returned error while rendering text, most propably it is related to the bug in freetype2. It&apos;s recommended to update your freetype lib.</translation>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   901
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   902
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
   903
<context>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   904
    <name>KeyBinder</name>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   905
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   906
        <location filename="../../../../QTfrontend/ui/widget/keybinder.cpp" line="100"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   907
        <source>Category</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   908
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   909
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   910
</context>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   911
<context>
7982
dfba2515d601 Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents: 7902
diff changeset
   912
    <name>LibavInteraction</name>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   913
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   914
        <location filename="../../../../QTfrontend/util/LibavInteraction.cpp" line="305"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   915
        <source>Audio: </source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   916
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   917
    </message>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   918
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   919
        <location filename="../../../../QTfrontend/util/LibavInteraction.cpp" line="309"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   920
        <source>unknown</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   921
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   922
    </message>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   923
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   924
        <location filename="../../../../QTfrontend/util/LibavInteraction.cpp" line="285"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   925
        <source>Duration: %1m %2s</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   926
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   927
    </message>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   928
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   929
        <location filename="../../../../QTfrontend/util/LibavInteraction.cpp" line="297"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   930
        <source>Video: %1x%2</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   931
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   932
    </message>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   933
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   934
        <location filename="../../../../QTfrontend/util/LibavInteraction.cpp" line="301"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   935
        <source>%1 fps</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   936
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
   937
    </message>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   938
</context>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   939
<context>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   940
    <name>MapModel</name>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   941
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   942
        <location filename="../../../../QTfrontend/model/MapModel.cpp" line="212"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   943
        <source>No description available.</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   944
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   945
    </message>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   946
</context>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
   947
<context>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
   948
    <name>PageAdmin</name>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
   949
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   950
        <location filename="../../../../QTfrontend/ui/page/pageadmin.cpp" line="85"/>
2158
2af1ac0f3cfc rerun Qt translation update, includes mostly-complete zh_TW - bit more to come later
nemo
parents: 2103
diff changeset
   951
        <source>Clear Accounts Cache</source>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
   952
        <translation>Clear Accounts Cache</translation>
2158
2af1ac0f3cfc rerun Qt translation update, includes mostly-complete zh_TW - bit more to come later
nemo
parents: 2103
diff changeset
   953
    </message>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   954
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   955
        <location filename="../../../../QTfrontend/ui/page/pageadmin.cpp" line="48"/>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   956
        <source>Fetch data</source>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   957
        <translation type="unfinished"></translation>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   958
    </message>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   959
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   960
        <location filename="../../../../QTfrontend/ui/page/pageadmin.cpp" line="52"/>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   961
        <source>Server message for latest version:</source>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   962
        <translation type="unfinished"></translation>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   963
    </message>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   964
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   965
        <location filename="../../../../QTfrontend/ui/page/pageadmin.cpp" line="60"/>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   966
        <source>Server message for previous versions:</source>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   967
        <translation type="unfinished"></translation>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   968
    </message>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   969
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   970
        <location filename="../../../../QTfrontend/ui/page/pageadmin.cpp" line="68"/>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   971
        <source>Latest version protocol number:</source>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   972
        <translation type="unfinished"></translation>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   973
    </message>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   974
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   975
        <location filename="../../../../QTfrontend/ui/page/pageadmin.cpp" line="76"/>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   976
        <source>MOTD preview:</source>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   977
        <translation type="unfinished"></translation>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   978
    </message>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   979
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   980
        <location filename="../../../../QTfrontend/ui/page/pageadmin.cpp" line="88"/>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   981
        <source>Set data</source>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   982
        <translation type="unfinished"></translation>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   983
    </message>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   984
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   985
        <location filename="../../../../QTfrontend/ui/page/pageadmin.cpp" line="40"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   986
        <source>General</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   987
        <translation type="unfinished">General</translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   988
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   989
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   990
        <location filename="../../../../QTfrontend/ui/page/pageadmin.cpp" line="41"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   991
        <source>Bans</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   992
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   993
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   994
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
   995
        <location filename="../../../../QTfrontend/ui/page/pageadmin.cpp" line="97"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   996
        <source>IP/Nick</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   997
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   998
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
   999
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1000
        <location filename="../../../../QTfrontend/ui/page/pageadmin.cpp" line="98"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1001
        <source>Expiration</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1002
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1003
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1004
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1005
        <location filename="../../../../QTfrontend/ui/page/pageadmin.cpp" line="99"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1006
        <source>Reason</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1007
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1008
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1009
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1010
        <location filename="../../../../QTfrontend/ui/page/pageadmin.cpp" line="108"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1011
        <source>Refresh</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1012
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1013
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1014
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1015
        <location filename="../../../../QTfrontend/ui/page/pageadmin.cpp" line="109"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1016
        <source>Add</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1017
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1018
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1019
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1020
        <location filename="../../../../QTfrontend/ui/page/pageadmin.cpp" line="110"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1021
        <source>Remove</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1022
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1023
    </message>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1024
</context>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1025
<context>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1026
    <name>PageConnecting</name>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1027
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1028
        <location filename="../../../../QTfrontend/ui/page/pageconnecting.cpp" line="29"/>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1029
        <source>Connecting...</source>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
  1030
        <translation>Connecting...</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1031
    </message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1032
</context>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1033
<context>
9007
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
  1034
    <name>PageDataDownload</name>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
  1035
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1036
        <location filename="../../../../QTfrontend/ui/page/pagedata.cpp" line="80"/>
9007
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
  1037
        <source>Loading, please wait.</source>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
  1038
        <translation type="unfinished"></translation>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
  1039
    </message>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
  1040
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1041
        <location filename="../../../../QTfrontend/ui/page/pagedata.cpp" line="140"/>
9007
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
  1042
        <source>This page requires an internet connection.</source>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
  1043
        <translation type="unfinished"></translation>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
  1044
    </message>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  1045
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1046
        <location filename="../../../../QTfrontend/ui/page/pagedata.cpp" line="57"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  1047
        <source>Open packages directory</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  1048
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  1049
    </message>
9007
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
  1050
</context>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
  1051
<context>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1052
    <name>PageDrawMap</name>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1053
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1054
        <location filename="../../../../QTfrontend/ui/page/pagedrawmap.cpp" line="35"/>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1055
        <source>Undo</source>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1056
        <translation type="unfinished"></translation>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1057
    </message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1058
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1059
        <location filename="../../../../QTfrontend/ui/page/pagedrawmap.cpp" line="46"/>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1060
        <source>Clear</source>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1061
        <translation type="unfinished"></translation>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1062
    </message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1063
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1064
        <location filename="../../../../QTfrontend/ui/page/pagedrawmap.cpp" line="49"/>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1065
        <source>Load</source>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1066
        <translation type="unfinished">Load</translation>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1067
    </message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1068
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1069
        <location filename="../../../../QTfrontend/ui/page/pagedrawmap.cpp" line="50"/>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1070
        <source>Save</source>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1071
        <translation type="unfinished"></translation>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1072
    </message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1073
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1074
        <location filename="../../../../QTfrontend/ui/page/pagedrawmap.cpp" line="79"/>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1075
        <source>Load drawn map</source>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1076
        <translation type="unfinished"></translation>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1077
    </message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1078
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1079
        <location filename="../../../../QTfrontend/ui/page/pagedrawmap.cpp" line="87"/>
5907
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
  1080
        <source>Save drawn map</source>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1081
        <translation type="unfinished"></translation>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1082
    </message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1083
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1084
        <location filename="../../../../QTfrontend/ui/page/pagedrawmap.cpp" line="79"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1085
        <location filename="../../../../QTfrontend/ui/page/pagedrawmap.cpp" line="87"/>
5907
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
  1086
        <source>Drawn Maps</source>
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
  1087
        <translation type="unfinished"></translation>
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
  1088
    </message>
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
  1089
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1090
        <location filename="../../../../QTfrontend/ui/page/pagedrawmap.cpp" line="79"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1091
        <location filename="../../../../QTfrontend/ui/page/pagedrawmap.cpp" line="87"/>
5907
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
  1092
        <source>All files</source>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1093
        <translation type="unfinished"></translation>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1094
    </message>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1095
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1096
        <location filename="../../../../QTfrontend/ui/page/pagedrawmap.cpp" line="33"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1097
        <source>Eraser</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1098
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1099
    </message>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1100
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1101
        <location filename="../../../../QTfrontend/ui/page/pagedrawmap.cpp" line="37"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1102
        <source>Polyline</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1103
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1104
    </message>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1105
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1106
        <location filename="../../../../QTfrontend/ui/page/pagedrawmap.cpp" line="39"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1107
        <source>Rectangle</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1108
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1109
    </message>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1110
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1111
        <location filename="../../../../QTfrontend/ui/page/pagedrawmap.cpp" line="41"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1112
        <source>Ellipse</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1113
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1114
    </message>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  1115
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1116
        <location filename="../../../../QTfrontend/ui/page/pagedrawmap.cpp" line="47"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  1117
        <source>Optimize</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  1118
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  1119
    </message>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1120
</context>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1121
<context>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1122
    <name>PageEditTeam</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1123
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1124
        <location filename="../../../../QTfrontend/ui/page/pageeditteam.cpp" line="47"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1125
        <source>General</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1126
        <translation>General</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1127
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1128
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1129
        <location filename="../../../../QTfrontend/ui/page/pageeditteam.cpp" line="45"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1130
        <source>Select an action to choose a custom key bind for this team</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1131
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1132
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1133
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1134
        <location filename="../../../../QTfrontend/ui/page/pageeditteam.cpp" line="45"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1135
        <source>Use my default</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1136
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1137
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1138
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1139
        <location filename="../../../../QTfrontend/ui/page/pageeditteam.cpp" line="45"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1140
        <source>Reset all binds</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1141
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1142
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1143
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1144
        <location filename="../../../../QTfrontend/ui/page/pageeditteam.cpp" line="48"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1145
        <source>Custom Controls</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1146
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1147
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1148
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1149
        <location filename="../../../../QTfrontend/ui/page/pageeditteam.cpp" line="66"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1150
        <source>Hat</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1151
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1152
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1153
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1154
        <location filename="../../../../QTfrontend/ui/page/pageeditteam.cpp" line="67"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1155
        <source>Name</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1156
        <translation type="unfinished">Name</translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1157
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1158
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1159
        <location filename="../../../../QTfrontend/ui/page/pageeditteam.cpp" line="78"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1160
        <source>This hedgehog&apos;s name</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1161
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1162
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1163
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1164
        <location filename="../../../../QTfrontend/ui/page/pageeditteam.cpp" line="84"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1165
        <source>Randomize this hedgehog&apos;s name</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1166
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1167
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1168
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1169
        <location filename="../../../../QTfrontend/ui/page/pageeditteam.cpp" line="88"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1170
        <source>Random Team</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1171
        <translation type="unfinished">Random Team</translation>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1172
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1173
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1174
<context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1175
    <name>PageGameStats</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1176
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1177
        <location filename="../../../../QTfrontend/ui/page/pagegamestats.cpp" line="61"/>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1178
        <source>Details</source>
4261
32ec5be33ce5 Fix typo in russian translation, update english translation with plural forms
unC0Rr
parents: 4259
diff changeset
  1179
        <translation>Details</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1180
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1181
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1182
        <location filename="../../../../QTfrontend/ui/page/pagegamestats.cpp" line="75"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1183
        <location filename="../../../../QTfrontend/ui/page/pagegamestats.cpp" line="165"/>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1184
        <source>Health graph</source>
4261
32ec5be33ce5 Fix typo in russian translation, update english translation with plural forms
unC0Rr
parents: 4259
diff changeset
  1185
        <translation>Health graph</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1186
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1187
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1188
        <location filename="../../../../QTfrontend/ui/page/pagegamestats.cpp" line="92"/>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1189
        <source>Ranking</source>
4261
32ec5be33ce5 Fix typo in russian translation, update english translation with plural forms
unC0Rr
parents: 4259
diff changeset
  1190
        <translation>Ranking</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1191
    </message>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  1192
    <message numerus="yes">
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1193
        <location filename="../../../../QTfrontend/ui/page/pagegamestats.cpp" line="212"/>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1194
        <source>The best shot award was won by &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; pts.</source>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  1195
        <translation type="unfinished">
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  1196
            <numerusform>The best shot award was won by &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; pts.</numerusform>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  1197
            <numerusform></numerusform>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  1198
        </translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1199
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1200
    <message numerus="yes">
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1201
        <location filename="../../../../QTfrontend/ui/page/pagegamestats.cpp" line="220"/>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1202
        <source>The best killer is &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; kills in a turn.</source>
3958
c2ece733fd96 update some numerus forms for english
nemo
parents: 3918
diff changeset
  1203
        <translation>
c2ece733fd96 update some numerus forms for english
nemo
parents: 3918
diff changeset
  1204
            <numerusform>The best killer is &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; kill in a turn.</numerusform>
c2ece733fd96 update some numerus forms for english
nemo
parents: 3918
diff changeset
  1205
            <numerusform>The best killer is &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; kills in a turn.</numerusform>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1206
        </translation>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1207
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1208
    <message numerus="yes">
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1209
        <location filename="../../../../QTfrontend/ui/page/pagegamestats.cpp" line="227"/>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1210
        <source>A total of &lt;b&gt;%1&lt;/b&gt; hedgehog(s) were killed during this round.</source>
3958
c2ece733fd96 update some numerus forms for english
nemo
parents: 3918
diff changeset
  1211
        <translation>
c2ece733fd96 update some numerus forms for english
nemo
parents: 3918
diff changeset
  1212
            <numerusform>&lt;b&gt;%1&lt;/b&gt; hedgehog was killed during this round.</numerusform>
c2ece733fd96 update some numerus forms for english
nemo
parents: 3918
diff changeset
  1213
            <numerusform>A total of &lt;b&gt;%1&lt;/b&gt; hedgehogs were killed during this round.</numerusform>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1214
        </translation>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1215
    </message>
4176
4e3942f5827c Fix i18n of plural forms
unc0rr
parents: 4153
diff changeset
  1216
    <message numerus="yes">
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1217
        <location filename="../../../../QTfrontend/ui/page/pagegamestats.cpp" line="304"/>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1218
        <source>(%1 kill)</source>
4261
32ec5be33ce5 Fix typo in russian translation, update english translation with plural forms
unC0Rr
parents: 4259
diff changeset
  1219
        <translation>
32ec5be33ce5 Fix typo in russian translation, update english translation with plural forms
unC0Rr
parents: 4259
diff changeset
  1220
            <numerusform>(%1 kill)</numerusform>
32ec5be33ce5 Fix typo in russian translation, update english translation with plural forms
unC0Rr
parents: 4259
diff changeset
  1221
            <numerusform>(%1 kills)</numerusform>
4176
4e3942f5827c Fix i18n of plural forms
unc0rr
parents: 4153
diff changeset
  1222
        </translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1223
    </message>
4177
6acd599eee52 Fix some more messages
unc0rr
parents: 4176
diff changeset
  1224
    <message numerus="yes">
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1225
        <location filename="../../../../QTfrontend/ui/page/pagegamestats.cpp" line="319"/>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1226
        <source>&lt;b&gt;%1&lt;/b&gt; thought it&apos;s good to shoot his own hedgehogs with &lt;b&gt;%2&lt;/b&gt; pts.</source>
4177
6acd599eee52 Fix some more messages
unc0rr
parents: 4176
diff changeset
  1227
        <translation type="unfinished">
6acd599eee52 Fix some more messages
unc0rr
parents: 4176
diff changeset
  1228
            <numerusform></numerusform>
7700
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1229
            <numerusform></numerusform>
4177
6acd599eee52 Fix some more messages
unc0rr
parents: 4176
diff changeset
  1230
        </translation>
6acd599eee52 Fix some more messages
unc0rr
parents: 4176
diff changeset
  1231
    </message>
6acd599eee52 Fix some more messages
unc0rr
parents: 4176
diff changeset
  1232
    <message numerus="yes">
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1233
        <location filename="../../../../QTfrontend/ui/page/pagegamestats.cpp" line="327"/>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1234
        <source>&lt;b&gt;%1&lt;/b&gt; killed &lt;b&gt;%2&lt;/b&gt; of his own hedgehogs.</source>
4177
6acd599eee52 Fix some more messages
unc0rr
parents: 4176
diff changeset
  1235
        <translation type="unfinished">
6acd599eee52 Fix some more messages
unc0rr
parents: 4176
diff changeset
  1236
            <numerusform></numerusform>
7700
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1237
            <numerusform></numerusform>
4177
6acd599eee52 Fix some more messages
unc0rr
parents: 4176
diff changeset
  1238
        </translation>
6acd599eee52 Fix some more messages
unc0rr
parents: 4176
diff changeset
  1239
    </message>
6acd599eee52 Fix some more messages
unc0rr
parents: 4176
diff changeset
  1240
    <message numerus="yes">
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1241
        <location filename="../../../../QTfrontend/ui/page/pagegamestats.cpp" line="335"/>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1242
        <source>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</source>
4261
32ec5be33ce5 Fix typo in russian translation, update english translation with plural forms
unC0Rr
parents: 4259
diff changeset
  1243
        <translation>
32ec5be33ce5 Fix typo in russian translation, update english translation with plural forms
unC0Rr
parents: 4259
diff changeset
  1244
            <numerusform>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; time.</numerusform>
32ec5be33ce5 Fix typo in russian translation, update english translation with plural forms
unC0Rr
parents: 4259
diff changeset
  1245
            <numerusform>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</numerusform>
4177
6acd599eee52 Fix some more messages
unc0rr
parents: 4176
diff changeset
  1246
        </translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1247
    </message>
9049
69016523a7a2 lupdate
koda
parents: 9007
diff changeset
  1248
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1249
        <location filename="../../../../QTfrontend/ui/page/pagegamestats.cpp" line="118"/>
9049
69016523a7a2 lupdate
koda
parents: 9007
diff changeset
  1250
        <source>Play again</source>
69016523a7a2 lupdate
koda
parents: 9007
diff changeset
  1251
        <translation type="unfinished"></translation>
69016523a7a2 lupdate
koda
parents: 9007
diff changeset
  1252
    </message>
69016523a7a2 lupdate
koda
parents: 9007
diff changeset
  1253
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1254
        <location filename="../../../../QTfrontend/ui/page/pagegamestats.cpp" line="123"/>
9049
69016523a7a2 lupdate
koda
parents: 9007
diff changeset
  1255
        <source>Save</source>
69016523a7a2 lupdate
koda
parents: 9007
diff changeset
  1256
        <translation type="unfinished"></translation>
69016523a7a2 lupdate
koda
parents: 9007
diff changeset
  1257
    </message>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1258
    <message numerus="yes">
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1259
        <location filename="../../../../QTfrontend/ui/page/pagegamestats.cpp" line="306"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1260
        <source>(%1 %2)</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1261
        <translation type="unfinished">
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1262
            <numerusform></numerusform>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1263
            <numerusform></numerusform>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1264
        </translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1265
    </message>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1266
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1267
<context>
6239
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
  1268
    <name>PageInGame</name>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
  1269
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1270
        <location filename="../../../../QTfrontend/ui/page/pageingame.cpp" line="29"/>
6239
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
  1271
        <source>In game...</source>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
  1272
        <translation type="unfinished"></translation>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
  1273
    </message>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
  1274
</context>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
  1275
<context>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1276
    <name>PageInfo</name>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1277
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1278
        <location filename="../../../../QTfrontend/ui/page/pageinfo.cpp" line="44"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1279
        <source>Open the snapshot folder</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1280
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1281
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1282
</context>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1283
<context>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1284
    <name>PageMain</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1285
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1286
        <location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="87"/>
5907
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
  1287
        <source>Downloadable Content</source>
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
  1288
        <translation type="unfinished"></translation>
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
  1289
    </message>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1290
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1291
        <location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="47"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1292
        <source>Play a game on a single computer</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1293
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1294
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1295
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1296
        <location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="52"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1297
        <source>Play a game across a network</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1298
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1299
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1300
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1301
        <location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="79"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1302
        <source>Read about who is behind the Hedgewars Project</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1303
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1304
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1305
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1306
        <location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="84"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1307
        <source>Leave a feedback here reporting issues, suggesting features or just saying how you like Hedgewars</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1308
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1309
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1310
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1311
        <location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="89"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1312
        <source>Access the user created content downloadable from our website</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1313
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1314
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1315
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1316
        <location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="109"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1317
        <source>Exit game</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1318
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1319
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1320
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1321
        <location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="113"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1322
        <source>Manage videos recorded from game</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1323
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1324
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1325
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1326
        <location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="117"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1327
        <source>Edit game preferences</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1328
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1329
    </message>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1330
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1331
        <location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="67"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1332
        <source>Play a game across a local area network</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1333
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1334
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1335
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1336
        <location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="72"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1337
        <source>Play a game on an official server</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1338
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1339
    </message>
8676
c00f1df47cef Add missing feedback button translation
nemo
parents: 8648
diff changeset
  1340
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1341
        <location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="82"/>
8676
c00f1df47cef Add missing feedback button translation
nemo
parents: 8648
diff changeset
  1342
        <source>Feedback</source>
c00f1df47cef Add missing feedback button translation
nemo
parents: 8648
diff changeset
  1343
        <translation type="unfinished"></translation>
c00f1df47cef Add missing feedback button translation
nemo
parents: 8648
diff changeset
  1344
    </message>
8693
ab42f868b1c3 *sigh* hopefully there aren't any more of these. add missing tr() to button text
nemo
parents: 8676
diff changeset
  1345
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1346
        <location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="66"/>
8693
ab42f868b1c3 *sigh* hopefully there aren't any more of these. add missing tr() to button text
nemo
parents: 8676
diff changeset
  1347
        <source>Play local network game</source>
ab42f868b1c3 *sigh* hopefully there aren't any more of these. add missing tr() to button text
nemo
parents: 8676
diff changeset
  1348
        <translation type="unfinished"></translation>
ab42f868b1c3 *sigh* hopefully there aren't any more of these. add missing tr() to button text
nemo
parents: 8676
diff changeset
  1349
    </message>
ab42f868b1c3 *sigh* hopefully there aren't any more of these. add missing tr() to button text
nemo
parents: 8676
diff changeset
  1350
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1351
        <location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="71"/>
8693
ab42f868b1c3 *sigh* hopefully there aren't any more of these. add missing tr() to button text
nemo
parents: 8676
diff changeset
  1352
        <source>Play official network game</source>
ab42f868b1c3 *sigh* hopefully there aren't any more of these. add missing tr() to button text
nemo
parents: 8676
diff changeset
  1353
        <translation type="unfinished"></translation>
ab42f868b1c3 *sigh* hopefully there aren't any more of these. add missing tr() to button text
nemo
parents: 8676
diff changeset
  1354
    </message>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1355
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1356
<context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1357
    <name>PageMultiplayer</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1358
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1359
        <location filename="../../../../QTfrontend/ui/page/pagemultiplayer.cpp" line="62"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1360
        <source>Start</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1361
        <translation>Start</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1362
    </message>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1363
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1364
        <location filename="../../../../QTfrontend/ui/page/pagemultiplayer.cpp" line="50"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1365
        <source>Edit game preferences</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1366
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1367
    </message>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1368
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1369
<context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1370
    <name>PageNetGame</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1371
    <message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1372
        <source>Control</source>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1373
        <translation type="obsolete">Control</translation>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1374
    </message>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1375
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1376
        <location filename="../../../../QTfrontend/ui/page/pagenetgame.cpp" line="116"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1377
        <source>Edit game preferences</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1378
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1379
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1380
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1381
        <location filename="../../../../QTfrontend/ui/page/pagenetgame.cpp" line="141"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1382
        <source>Start</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1383
        <translation type="unfinished">Start</translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1384
    </message>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1385
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1386
        <location filename="../../../../QTfrontend/ui/page/pagenetgame.cpp" line="62"/>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1387
        <source>Update</source>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1388
        <translation type="unfinished">Update</translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1389
    </message>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1390
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1391
        <location filename="../../../../QTfrontend/ui/page/pagenetgame.cpp" line="80"/>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1392
        <source>Room controls</source>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1393
        <translation type="unfinished"></translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1394
    </message>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1395
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1396
<context>
8788
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  1397
    <name>PageNetServer</name>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  1398
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1399
        <location filename="../../../../QTfrontend/ui/page/pagenetserver.cpp" line="87"/>
8788
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  1400
        <source>Click here for details</source>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  1401
        <translation type="unfinished"></translation>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  1402
    </message>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  1403
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1404
        <location filename="../../../../QTfrontend/ui/page/pagenetserver.cpp" line="138"/>
8788
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  1405
        <source>Insert your address here</source>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  1406
        <translation type="unfinished"></translation>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  1407
    </message>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  1408
</context>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  1409
<context>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1410
    <name>PageOptions</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1411
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1412
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="138"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1413
        <source>New team</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1414
        <translation>New team</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1415
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1416
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1417
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="146"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1418
        <source>Edit team</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1419
        <translation>Edit team</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1420
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1421
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1422
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="154"/>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  1423
        <source>Delete team</source>
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  1424
        <translation>Delete team</translation>
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  1425
    </message>
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  1426
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1427
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="162"/>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
  1428
        <source>You can&apos;t edit teams from team selection. Go back to main menu to add, edit or delete teams.</source>
4261
32ec5be33ce5 Fix typo in russian translation, update english translation with plural forms
unC0Rr
parents: 4259
diff changeset
  1429
        <translation>You can&apos;t edit teams from team selection. Go back to main menu to add, edit or delete teams.</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
  1430
    </message>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1431
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1432
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="178"/>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1433
        <source>New scheme</source>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1434
        <translation type="unfinished"></translation>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1435
    </message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1436
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1437
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="185"/>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1438
        <source>Edit scheme</source>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1439
        <translation type="unfinished"></translation>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1440
    </message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1441
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1442
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="192"/>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1443
        <source>Delete scheme</source>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1444
        <translation type="unfinished"></translation>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1445
    </message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1446
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1447
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="209"/>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1448
        <source>New weapon set</source>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1449
        <translation type="unfinished"></translation>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1450
    </message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1451
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1452
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="216"/>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1453
        <source>Edit weapon set</source>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1454
        <translation type="unfinished"></translation>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1455
    </message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1456
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1457
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="223"/>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1458
        <source>Delete weapon set</source>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1459
        <translation type="unfinished"></translation>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1460
    </message>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1461
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1462
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="115"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1463
        <source>Advanced</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1464
        <translation type="unfinished">Advanced</translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1465
    </message>
7680
46a91cbed8db - Some improvements to tr() calls
unc0rr
parents: 7679
diff changeset
  1466
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1467
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="451"/>
7680
46a91cbed8db - Some improvements to tr() calls
unc0rr
parents: 7679
diff changeset
  1468
        <source>Reset to default colors</source>
46a91cbed8db - Some improvements to tr() calls
unc0rr
parents: 7679
diff changeset
  1469
        <translation type="unfinished"></translation>
46a91cbed8db - Some improvements to tr() calls
unc0rr
parents: 7679
diff changeset
  1470
    </message>
7700
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1471
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1472
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="557"/>
7700
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1473
        <source>Proxy host</source>
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1474
        <translation type="unfinished"></translation>
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1475
    </message>
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1476
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1477
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="558"/>
7700
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1478
        <source>Proxy port</source>
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1479
        <translation type="unfinished"></translation>
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1480
    </message>
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1481
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1482
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="559"/>
7700
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1483
        <source>Proxy login</source>
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1484
        <translation type="unfinished"></translation>
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1485
    </message>
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1486
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1487
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="560"/>
7700
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1488
        <source>Proxy password</source>
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1489
        <translation type="unfinished"></translation>
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1490
    </message>
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1491
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1492
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="573"/>
7700
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1493
        <source>No proxy</source>
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1494
        <translation type="unfinished"></translation>
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1495
    </message>
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1496
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1497
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="575"/>
7700
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1498
        <source>Socks5 proxy</source>
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1499
        <translation type="unfinished"></translation>
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1500
    </message>
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1501
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1502
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="576"/>
7700
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1503
        <source>HTTP proxy</source>
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1504
        <translation type="unfinished"></translation>
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1505
    </message>
7702
c8906c3a2aeb Allow using system proxy settings
unc0rr
parents: 7700
diff changeset
  1506
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1507
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="574"/>
7702
c8906c3a2aeb Allow using system proxy settings
unc0rr
parents: 7700
diff changeset
  1508
        <source>System proxy settings</source>
c8906c3a2aeb Allow using system proxy settings
unc0rr
parents: 7700
diff changeset
  1509
        <translation type="unfinished"></translation>
c8906c3a2aeb Allow using system proxy settings
unc0rr
parents: 7700
diff changeset
  1510
    </message>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1511
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1512
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="91"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1513
        <source>Select an action to change what key controls it</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1514
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1515
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1516
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1517
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="91"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1518
        <source>Reset to default</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1519
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1520
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1521
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1522
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="91"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1523
        <source>Reset all binds</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1524
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1525
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1526
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1527
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="96"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1528
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="239"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1529
        <source>Game</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1530
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1531
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1532
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1533
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="99"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1534
        <source>Graphics</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1535
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1536
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1537
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1538
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="102"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1539
        <source>Audio</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1540
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1541
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1542
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1543
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="104"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1544
        <source>Controls</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1545
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1546
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1547
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1548
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="108"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1549
        <source>Video Recording</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1550
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1551
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1552
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1553
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="112"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1554
        <source>Network</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1555
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1556
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1557
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1558
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="128"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1559
        <source>Teams</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1560
        <translation type="unfinished">Teams</translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1561
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1562
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1563
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="169"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1564
        <source>Schemes</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1565
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1566
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1567
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1568
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="200"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1569
        <source>Weapons</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1570
        <translation type="unfinished">Weapons</translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1571
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1572
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1573
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="404"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1574
        <source>Frontend</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1575
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1576
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1577
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1578
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="421"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1579
        <source>Custom colors</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1580
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1581
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1582
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1583
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="464"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1584
        <source>Game audio</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1585
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1586
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1587
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1588
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="502"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1589
        <source>Frontend audio</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1590
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1591
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1592
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1593
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="525"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1594
        <source>Account</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1595
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1596
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1597
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1598
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="551"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1599
        <source>Proxy settings</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1600
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1601
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1602
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1603
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="611"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1604
        <source>Miscellaneous</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1605
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1606
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1607
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1608
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="657"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1609
        <source>Updates</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1610
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1611
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1612
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1613
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="670"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1614
        <source>Check for updates</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1615
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1616
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1617
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1618
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="684"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1619
        <source>Video recording options</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1620
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1621
    </message>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1622
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1623
<context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1624
    <name>PagePlayDemo</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1625
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1626
        <location filename="../../../../QTfrontend/ui/page/pageplayrecord.cpp" line="137"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1627
        <source>Rename dialog</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1628
        <translation>Rename dialog</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1629
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1630
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1631
        <location filename="../../../../QTfrontend/ui/page/pageplayrecord.cpp" line="137"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1632
        <source>Enter new file name:</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1633
        <translation>Enter new file name:</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1634
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1635
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1636
<context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1637
    <name>PageRoomsList</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1638
    <message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1639
        <source>Create</source>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1640
        <translation type="obsolete">Create</translation>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1641
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1642
    <message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1643
        <source>Join</source>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1644
        <translation type="obsolete">Join</translation>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1645
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1646
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1647
        <location filename="../../../../QTfrontend/ui/page/pageroomslist.cpp" line="177"/>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
  1648
        <source>Admin features</source>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
  1649
        <translation>Administration</translation>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
  1650
    </message>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  1651
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  1652
        <source>Room Name:</source>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1653
        <translation type="obsolete">Room Name:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  1654
    </message>
5602
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  1655
    <message numerus="yes">
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1656
        <location filename="../../../../QTfrontend/ui/page/pageroomslist.cpp" line="541"/>
5602
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  1657
        <source>%1 players online</source>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  1658
        <translation type="unfinished">
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  1659
            <numerusform></numerusform>
7700
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7680
diff changeset
  1660
            <numerusform></numerusform>
5602
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  1661
        </translation>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  1662
    </message>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1663
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1664
        <location filename="../../../../QTfrontend/ui/page/pageroomslist.cpp" line="93"/>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1665
        <source>Search for a room:</source>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1666
        <translation type="unfinished"></translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1667
    </message>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1668
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1669
        <location filename="../../../../QTfrontend/ui/page/pageroomslist.cpp" line="120"/>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1670
        <source>Create room</source>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1671
        <translation type="unfinished"></translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1672
    </message>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1673
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1674
        <location filename="../../../../QTfrontend/ui/page/pageroomslist.cpp" line="124"/>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1675
        <source>Join room</source>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1676
        <translation type="unfinished"></translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1677
    </message>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1678
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1679
        <location filename="../../../../QTfrontend/ui/page/pageroomslist.cpp" line="67"/>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1680
        <source>Room state</source>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1681
        <translation type="unfinished"></translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1682
    </message>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1683
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1684
        <location filename="../../../../QTfrontend/ui/page/pageroomslist.cpp" line="179"/>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1685
        <source>Open server administration page</source>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1686
        <translation type="unfinished"></translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  1687
    </message>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
  1688
</context>
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
  1689
<context>
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
  1690
    <name>PageScheme</name>
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
  1691
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1692
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="71"/>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1693
        <source>Defend your fort and destroy the opponents, two team colours max!</source>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  1694
        <translation>Defend your fort and destroy the opponents, two team colours max!</translation>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1695
    </message>
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1696
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1697
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="75"/>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1698
        <source>Teams will start on opposite sides of the terrain, two team colours max!</source>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  1699
        <translation>Teams will start on opposite sides of the terrain, two team colours max!</translation>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1700
    </message>
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1701
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1702
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="79"/>
2102
cae2ca48d8fc lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents: 2093
diff changeset
  1703
        <source>Land can not be destroyed!</source>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  1704
        <translation>Land can not be destroyed!</translation>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1705
    </message>
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1706
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1707
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="87"/>
2102
cae2ca48d8fc lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents: 2093
diff changeset
  1708
        <source>Lower gravity</source>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  1709
        <translation>Lower gravity</translation>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1710
    </message>
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1711
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1712
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="91"/>
2102
cae2ca48d8fc lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents: 2093
diff changeset
  1713
        <source>Assisted aiming with laser sight</source>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  1714
        <translation>Assisted aiming with laser sight</translation>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1715
    </message>
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1716
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1717
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="95"/>
2102
cae2ca48d8fc lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents: 2093
diff changeset
  1718
        <source>All hogs have a personal forcefield</source>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  1719
        <translation>All hogs have a personal forcefield</translation>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1720
    </message>
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1721
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1722
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="103"/>
2102
cae2ca48d8fc lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents: 2093
diff changeset
  1723
        <source>Gain 80% of the damage you do back in health</source>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  1724
        <translation>Gain 80% of the damage you do back in health</translation>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1725
    </message>
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1726
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1727
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="107"/>
2102
cae2ca48d8fc lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents: 2093
diff changeset
  1728
        <source>Share your opponents pain, share their damage</source>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  1729
        <translation>Share your opponents pain, share their damage</translation>
2102
cae2ca48d8fc lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents: 2093
diff changeset
  1730
    </message>
cae2ca48d8fc lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents: 2093
diff changeset
  1731
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1732
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="111"/>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1733
        <source>Your hogs are unable to move, put your artillery skills to the test</source>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  1734
        <translation>Your hogs are unable to move, put your artillery skills to the test</translation>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1735
    </message>
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1736
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1737
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="325"/>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1738
        <source>Random</source>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  1739
        <translation>Random</translation>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1740
    </message>
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1741
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1742
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="326"/>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1743
        <source>Seconds</source>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  1744
        <translation>Seconds</translation>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1745
    </message>
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  1746
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1747
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="435"/>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
  1748
        <source>New</source>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
  1749
        <translation>New</translation>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
  1750
    </message>
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
  1751
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1752
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="436"/>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1753
        <source>Delete</source>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
  1754
        <translation>Delete</translation>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
  1755
    </message>
2726
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2674
diff changeset
  1756
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1757
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="115"/>
2726
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2674
diff changeset
  1758
        <source>Order of play is random instead of in room order.</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  1759
        <translation>Order of play is random instead of in room order.</translation>
2726
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2674
diff changeset
  1760
    </message>
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2674
diff changeset
  1761
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1762
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="119"/>
2726
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2674
diff changeset
  1763
        <source>Play with a King. If he dies, your side dies.</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  1764
        <translation>Play with a King. If he dies, your side dies.</translation>
2726
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2674
diff changeset
  1765
    </message>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  1766
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1767
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="123"/>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  1768
        <source>Take turns placing your hedgehogs before the start of play.</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  1769
        <translation>Take turns placing your hedgehogs before the start of play.</translation>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  1770
    </message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  1771
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1772
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="127"/>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  1773
        <source>Ammo is shared between all teams that share a colour.</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  1774
        <translation>Ammo is shared between all teams that share a colour.</translation>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  1775
    </message>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1776
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1777
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="131"/>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1778
        <source>Disable girders when generating random maps.</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  1779
        <translation>Disable girders when generating random maps.</translation>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1780
    </message>
3287
4f7b57ed18b6 New game scheme option to turn off land objects
nemo
parents: 3285
diff changeset
  1781
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1782
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="135"/>
3287
4f7b57ed18b6 New game scheme option to turn off land objects
nemo
parents: 3285
diff changeset
  1783
        <source>Disable land objects when generating random maps.</source>
4f7b57ed18b6 New game scheme option to turn off land objects
nemo
parents: 3285
diff changeset
  1784
        <translation type="unfinished"></translation>
4f7b57ed18b6 New game scheme option to turn off land objects
nemo
parents: 3285
diff changeset
  1785
    </message>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1786
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1787
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="139"/>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1788
        <source>AI respawns on death.</source>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1789
        <translation type="unfinished"></translation>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1790
    </message>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
  1791
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1792
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="99"/>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
  1793
        <source>All (living) hedgehogs are fully restored at the end of turn</source>
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
  1794
        <translation type="unfinished"></translation>
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
  1795
    </message>
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
  1796
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1797
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="143"/>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
  1798
        <source>Attacking does not end your turn.</source>
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
  1799
        <translation type="unfinished"></translation>
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
  1800
    </message>
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
  1801
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1802
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="147"/>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
  1803
        <source>Weapons are reset to starting values each turn.</source>
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
  1804
        <translation type="unfinished"></translation>
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
  1805
    </message>
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
  1806
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1807
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="151"/>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
  1808
        <source>Each hedgehog has its own ammo. It does not share with the team.</source>
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
  1809
        <translation type="unfinished"></translation>
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
  1810
    </message>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1811
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1812
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="155"/>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1813
        <source>You will not have to worry about wind anymore.</source>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1814
        <translation type="unfinished"></translation>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1815
    </message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1816
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1817
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="159"/>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1818
        <source>Wind will affect almost everything.</source>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1819
        <translation type="unfinished"></translation>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1820
    </message>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1821
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1822
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="434"/>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1823
        <source>Copy</source>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1824
        <translation type="unfinished"></translation>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1825
    </message>
5602
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  1826
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1827
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="163"/>
5602
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  1828
        <source>Teams in each clan take successive turns sharing their turn time.</source>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  1829
        <translation type="unfinished"></translation>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  1830
    </message>
5907
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
  1831
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1832
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="83"/>
5907
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
  1833
        <source>Add an indestructible border around the terrain</source>
5908
da6ae69a5579 Updated translation after typo fix
nemo
parents: 5907
diff changeset
  1834
        <translation>Add an indestructible border around the terrain</translation>
5907
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
  1835
    </message>
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
  1836
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1837
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="167"/>
5907
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
  1838
        <source>Add an indestructible border along the bottom</source>
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
  1839
        <translation type="unfinished"></translation>
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
  1840
    </message>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1841
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1842
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="395"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1843
        <source>None (Default)</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1844
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1845
    </message>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1846
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1847
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="396"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1848
        <source>Wrap (World wraps)</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1849
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1850
    </message>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1851
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1852
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="397"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1853
        <source>Bounce (Edges reflect)</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1854
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1855
    </message>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1856
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1857
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="398"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1858
        <source>Sea (Edges connect to sea)</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1859
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1860
    </message>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1861
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1862
<context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1863
    <name>PageSelectWeapon</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1864
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1865
        <location filename="../../../../QTfrontend/ui/page/pageselectweapon.cpp" line="47"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1866
        <source>Default</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1867
        <translation>Default</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1868
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1869
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1870
        <location filename="../../../../QTfrontend/ui/page/pageselectweapon.cpp" line="51"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1871
        <source>Delete</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1872
        <translation>Delete</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1873
    </message>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1874
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1875
        <location filename="../../../../QTfrontend/ui/page/pageselectweapon.cpp" line="46"/>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1876
        <source>New</source>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1877
        <translation type="unfinished">New</translation>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  1878
    </message>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1879
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1880
        <location filename="../../../../QTfrontend/ui/page/pageselectweapon.cpp" line="50"/>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1881
        <source>Copy</source>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1882
        <translation type="unfinished"></translation>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  1883
    </message>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1884
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1885
<context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1886
    <name>PageSinglePlayer</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1887
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1888
        <location filename="../../../../QTfrontend/ui/page/pagesingleplayer.cpp" line="39"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1889
        <source>Play a quick game against the computer with random settings</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1890
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1891
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1892
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1893
        <location filename="../../../../QTfrontend/ui/page/pagesingleplayer.cpp" line="42"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1894
        <source>Play a hotseat game against your friends, or AI teams</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1895
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1896
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1897
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1898
        <location filename="../../../../QTfrontend/ui/page/pagesingleplayer.cpp" line="47"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1899
        <source>Campaign Mode</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1900
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1901
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1902
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1903
        <location filename="../../../../QTfrontend/ui/page/pagesingleplayer.cpp" line="51"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1904
        <source>Practice your skills in a range of training missions</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1905
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1906
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1907
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1908
        <location filename="../../../../QTfrontend/ui/page/pagesingleplayer.cpp" line="62"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1909
        <source>Watch recorded demos</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1910
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1911
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1912
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1913
        <location filename="../../../../QTfrontend/ui/page/pagesingleplayer.cpp" line="65"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1914
        <source>Load a previously saved game</source>
6239
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
  1915
        <translation type="unfinished"></translation>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
  1916
    </message>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
  1917
</context>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
  1918
<context>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
  1919
    <name>PageTraining</name>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
  1920
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1921
        <location filename="../../../../QTfrontend/ui/page/pagetraining.cpp" line="206"/>
6239
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
  1922
        <source>No description available</source>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
  1923
        <translation type="unfinished"></translation>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
  1924
    </message>
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
  1925
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1926
        <location filename="../../../../QTfrontend/ui/page/pagetraining.cpp" line="214"/>
6239
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
  1927
        <source>Select a mission!</source>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1928
        <translation type="unfinished"></translation>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  1929
    </message>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1930
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1931
        <location filename="../../../../QTfrontend/ui/page/pagetraining.cpp" line="78"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1932
        <source>Pick the mission or training to play</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1933
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1934
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1935
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1936
        <location filename="../../../../QTfrontend/ui/page/pagetraining.cpp" line="93"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1937
        <source>Start fighting</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1938
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1939
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1940
</context>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1941
<context>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1942
    <name>PageVideos</name>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1943
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1944
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="122"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1945
        <source>Name</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1946
        <translation type="unfinished">Name</translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1947
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1948
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1949
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="123"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1950
        <source>Size</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1951
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1952
    </message>
7680
46a91cbed8db - Some improvements to tr() calls
unc0rr
parents: 7679
diff changeset
  1953
    <message numerus="yes">
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1954
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="264"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1955
        <source>%1 bytes</source>
7680
46a91cbed8db - Some improvements to tr() calls
unc0rr
parents: 7679
diff changeset
  1956
        <translation>
46a91cbed8db - Some improvements to tr() calls
unc0rr
parents: 7679
diff changeset
  1957
            <numerusform>%1 byte</numerusform>
46a91cbed8db - Some improvements to tr() calls
unc0rr
parents: 7679
diff changeset
  1958
            <numerusform>%1 bytes</numerusform>
46a91cbed8db - Some improvements to tr() calls
unc0rr
parents: 7679
diff changeset
  1959
        </translation>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1960
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1961
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1962
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="508"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1963
        <source>(in progress...)</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1964
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1965
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1966
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1967
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="732"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1968
        <source>encoding</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1969
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1970
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1971
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1972
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="734"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1973
        <source>uploading</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1974
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  1975
    </message>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1976
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1977
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="512"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1978
        <source>Date: %1</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1979
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1980
    </message>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1981
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1982
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="513"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  1983
        <source>Size: %1</source>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1984
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  1985
    </message>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1986
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1987
<context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1988
    <name>QAction</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1989
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1990
        <location filename="../../../../QTfrontend/ui/widget/chatwidget.cpp" line="262"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1991
        <source>Kick</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1992
        <translation>Kick</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1993
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1994
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  1995
        <location filename="../../../../QTfrontend/ui/widget/chatwidget.cpp" line="258"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1996
        <source>Info</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1997
        <translation>Info</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1998
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  1999
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2000
        <location filename="../../../../QTfrontend/ui/page/pagenetgame.cpp" line="169"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2001
        <source>Restrict Joins</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2002
        <translation>Restrict Joins</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2003
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2004
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2005
        <location filename="../../../../QTfrontend/ui/page/pagenetgame.cpp" line="171"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2006
        <source>Restrict Team Additions</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2007
        <translation>Restrict Team Additions</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2008
    </message>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
  2009
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2010
        <location filename="../../../../QTfrontend/ui/widget/chatwidget.cpp" line="266"/>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
  2011
        <source>Ban</source>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
  2012
        <translation>Ban</translation>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
  2013
    </message>
2726
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2674
diff changeset
  2014
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2015
        <location filename="../../../../QTfrontend/ui/widget/chatwidget.cpp" line="270"/>
2726
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2674
diff changeset
  2016
        <source>Follow</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  2017
        <translation>Follow</translation>
2726
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2674
diff changeset
  2018
    </message>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  2019
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2020
        <location filename="../../../../QTfrontend/ui/widget/chatwidget.cpp" line="274"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2021
        <location filename="../../../../QTfrontend/ui/widget/chatwidget.cpp" line="905"/>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  2022
        <source>Ignore</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  2023
        <translation>Ignore</translation>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  2024
    </message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  2025
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2026
        <location filename="../../../../QTfrontend/ui/widget/chatwidget.cpp" line="278"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2027
        <location filename="../../../../QTfrontend/ui/widget/chatwidget.cpp" line="917"/>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  2028
        <source>Add friend</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  2029
        <translation>Add friend</translation>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  2030
    </message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  2031
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2032
        <location filename="../../../../QTfrontend/ui/widget/chatwidget.cpp" line="900"/>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  2033
        <source>Unignore</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  2034
        <translation>Unignore</translation>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  2035
    </message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  2036
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2037
        <location filename="../../../../QTfrontend/ui/widget/chatwidget.cpp" line="912"/>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  2038
        <source>Remove friend</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  2039
        <translation>Remove friend</translation>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  2040
    </message>
5602
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2041
    <message>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2042
        <source>Update</source>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2043
        <translation type="obsolete">Update</translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2044
    </message>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2045
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2046
        <location filename="../../../../QTfrontend/ui/page/pagenetgame.cpp" line="173"/>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2047
        <source>Restrict Unregistered Players Join</source>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2048
        <translation type="unfinished"></translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2049
    </message>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2050
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2051
        <location filename="../../../../QTfrontend/ui/page/pageroomslist.cpp" line="74"/>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2052
        <source>Show games in lobby</source>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2053
        <translation type="unfinished"></translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2054
    </message>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2055
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2056
        <location filename="../../../../QTfrontend/ui/page/pageroomslist.cpp" line="77"/>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2057
        <source>Show games in-progress</source>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2058
        <translation type="unfinished"></translation>
5602
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2059
    </message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2060
    <message>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2061
        <location filename="../../../../QTfrontend/ui/page/pageroomslist.cpp" line="80"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2062
        <source>Show password protected</source>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2063
        <translation type="unfinished"></translation>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2064
    </message>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2065
    <message>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2066
        <location filename="../../../../QTfrontend/ui/page/pageroomslist.cpp" line="83"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2067
        <source>Show join restricted</source>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2068
        <translation type="unfinished"></translation>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2069
    </message>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2070
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2071
<context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2072
    <name>QCheckBox</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2073
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2074
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="663"/>
2270
71e67531f905 szczur's pl update + lupdate-qt4 && lrelease-qt4
nemo
parents: 2175
diff changeset
  2075
        <source>Check for updates at startup</source>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  2076
        <translation>Check for updates at startup</translation>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2077
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2078
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2079
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="410"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2080
        <source>Fullscreen</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2081
        <translation>Fullscreen</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2082
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2083
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2084
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="349"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2085
        <source>Show FPS</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2086
        <translation>Show FPS</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2087
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2088
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2089
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="360"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2090
        <source>Alternative damage show</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2091
        <translation>Alternative damage show</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2092
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2093
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2094
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="643"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2095
        <source>Append date and time to record file name</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2096
        <translation>Append date and time to record file name</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2097
    </message>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
  2098
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2099
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="366"/>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  2100
        <source>Show ammo menu tooltips</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  2101
        <translation>Show ammo menu tooltips</translation>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  2102
    </message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  2103
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2104
        <location filename="../../../../QTfrontend/ui/dialog/input_password.cpp" line="55"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2105
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="542"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2106
        <source>Save password</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2107
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2108
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2109
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2110
        <location filename="../../../../QTfrontend/ui/dialog/upload_video.cpp" line="95"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2111
        <source>Save account name and password</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2112
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2113
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2114
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2115
        <location filename="../../../../QTfrontend/ui/dialog/upload_video.cpp" line="131"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2116
        <source>Video is private</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2117
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2118
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2119
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2120
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="724"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2121
        <source>Record audio</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2122
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2123
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2124
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2125
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="773"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2126
        <source>Use game resolution</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2127
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2128
    </message>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2129
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2130
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="416"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2131
        <source>Visual effects</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2132
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2133
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2134
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2135
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="489"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2136
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="506"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2137
        <source>Sound</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2138
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2139
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2140
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2141
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="490"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2142
        <source>In-game sound effects</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2143
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2144
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2145
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2146
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="496"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2147
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="511"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2148
        <source>Music</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2149
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2150
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2151
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2152
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="497"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2153
        <source>In-game music</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2154
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2155
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2156
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2157
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="507"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2158
        <source>Frontend sound effects</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2159
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2160
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2161
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2162
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="512"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2163
        <source>Frontend music</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2164
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2165
    </message>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2166
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2167
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="381"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2168
        <source>Team</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2169
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2170
    </message>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2171
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2172
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="382"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2173
        <source>Enable team tags by default</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2174
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2175
    </message>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2176
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2177
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="385"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2178
        <source>Hog</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2179
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2180
    </message>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2181
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2182
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="386"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2183
        <source>Enable hedgehog tags by default</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2184
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2185
    </message>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2186
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2187
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="389"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2188
        <source>Health</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2189
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2190
    </message>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2191
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2192
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="390"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2193
        <source>Enable health tags by default</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2194
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2195
    </message>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2196
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2197
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="393"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2198
        <source>Translucent</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2199
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2200
    </message>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2201
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2202
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="394"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2203
        <source>Enable translucent tags by default</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2204
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2205
    </message>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2206
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2207
<context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2208
    <name>QComboBox</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2209
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2210
        <location filename="../../../../QTfrontend/ui/page/pageeditteam.cpp" line="122"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2211
        <source>Human</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2212
        <translation>Human</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2213
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2214
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2215
        <location filename="../../../../QTfrontend/ui/page/pageeditteam.cpp" line="126"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2216
        <source>Level</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2217
        <translation>Level</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2218
    </message>
2913
865ae941d59e Engine:
smxx
parents: 2899
diff changeset
  2219
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2220
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="623"/>
2913
865ae941d59e Engine:
smxx
parents: 2899
diff changeset
  2221
        <source>(System default)</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  2222
        <translation>(System default)</translation>
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  2223
    </message>
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  2224
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2225
        <location filename="../../../../QTfrontend/ui/page/pageeditteam.cpp" line="295"/>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  2226
        <source>Community</source>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  2227
        <translation type="unfinished"></translation>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  2228
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  2229
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2230
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="313"/>
4864
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2231
        <source>Disabled</source>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2232
        <translation type="unfinished"></translation>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2233
    </message>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2234
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2235
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="314"/>
4864
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2236
        <source>Red/Cyan</source>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2237
        <translation type="unfinished"></translation>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2238
    </message>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2239
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2240
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="315"/>
4864
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2241
        <source>Cyan/Red</source>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2242
        <translation type="unfinished"></translation>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2243
    </message>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2244
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2245
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="316"/>
4864
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2246
        <source>Red/Blue</source>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2247
        <translation type="unfinished"></translation>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2248
    </message>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2249
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2250
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="317"/>
4864
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2251
        <source>Blue/Red</source>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2252
        <translation type="unfinished"></translation>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2253
    </message>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2254
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2255
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="318"/>
4864
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2256
        <source>Red/Green</source>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2257
        <translation type="unfinished"></translation>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2258
    </message>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2259
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2260
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="319"/>
4864
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2261
        <source>Green/Red</source>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2262
        <translation type="unfinished"></translation>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2263
    </message>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2264
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2265
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="326"/>
4864
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2266
        <source>Side-by-side</source>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2267
        <translation type="unfinished"></translation>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2268
    </message>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2269
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2270
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="327"/>
4864
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2271
        <source>Top-Bottom</source>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2272
        <translation type="unfinished"></translation>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2273
    </message>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2274
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2275
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="320"/>
5602
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2276
        <source>Red/Cyan grayscale</source>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2277
        <translation type="unfinished"></translation>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2278
    </message>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2279
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2280
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="321"/>
5602
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2281
        <source>Cyan/Red grayscale</source>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2282
        <translation type="unfinished"></translation>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2283
    </message>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2284
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2285
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="322"/>
5602
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2286
        <source>Red/Blue grayscale</source>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2287
        <translation type="unfinished"></translation>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2288
    </message>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2289
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2290
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="323"/>
5602
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2291
        <source>Blue/Red grayscale</source>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2292
        <translation type="unfinished"></translation>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2293
    </message>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2294
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2295
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="324"/>
5602
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2296
        <source>Red/Green grayscale</source>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2297
        <translation type="unfinished"></translation>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2298
    </message>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2299
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2300
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="325"/>
5602
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2301
        <source>Green/Red grayscale</source>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2302
        <translation type="unfinished"></translation>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2303
    </message>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2304
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2305
<context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2306
    <name>QGroupBox</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2307
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2308
        <location filename="../../../../QTfrontend/ui/page/pageeditteam.cpp" line="61"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2309
        <source>Team Members</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2310
        <translation>Team Members</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2311
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2312
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2313
        <location filename="../../../../QTfrontend/ui/page/pageeditteam.cpp" line="150"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2314
        <source>Fort</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2315
        <translation>Fort</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2316
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2317
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2318
        <location filename="../../../../QTfrontend/ui/page/pagenet.cpp" line="40"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2319
        <source>Net game</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2320
        <translation>Net game</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2321
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2322
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2323
        <location filename="../../../../QTfrontend/ui/widget/teamselect.cpp" line="255"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2324
        <source>Playing teams</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2325
        <translation>Playing teams</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2326
    </message>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  2327
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2328
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="48"/>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
  2329
        <source>Game Modifiers</source>
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
  2330
        <translation>Game Modifiers</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  2331
    </message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  2332
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2333
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="49"/>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  2334
        <source>Basic Settings</source>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
  2335
        <translation>Basic Settings</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  2336
    </message>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  2337
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2338
        <location filename="../../../../QTfrontend/ui/page/pageeditteam.cpp" line="96"/>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  2339
        <source>Team Settings</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  2340
        <translation>Team Settings</translation>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  2341
    </message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  2342
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2343
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="119"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2344
        <source>Videos</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2345
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2346
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2347
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2348
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="155"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2349
        <source>Description</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2350
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2351
    </message>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2352
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2353
<context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2354
    <name>QLabel</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2355
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2356
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="314"/>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  2357
        <source>Mines Time</source>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  2358
        <translation>Mines Time</translation>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  2359
    </message>
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  2360
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2361
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="330"/>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  2362
        <source>Mines</source>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  2363
        <translation>Mines</translation>
2030
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  2364
    </message>
8eaf3d7c54b2 Update translation files
nemo
parents: 1980
diff changeset
  2365
    <message>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2366
        <source>Version</source>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2367
        <translation type="obsolete">Version</translation>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2368
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2369
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2370
        <location filename="../../../../QTfrontend/ui/widget/gamecfgwidget.cpp" line="139"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2371
        <source>Weapons</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2372
        <translation>Weapons</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2373
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2374
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2375
        <location filename="../../../../QTfrontend/ui/dialog/input_ip.cpp" line="33"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2376
        <source>Host:</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2377
        <translation>Host:</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2378
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2379
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2380
        <location filename="../../../../QTfrontend/ui/dialog/input_ip.cpp" line="37"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2381
        <source>Port:</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2382
        <translation>Port:</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2383
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2384
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2385
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="749"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2386
        <source>Resolution</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2387
        <translation>Resolution</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2388
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2389
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2390
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="340"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2391
        <source>FPS limit</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2392
        <translation>FPS limit</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2393
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2394
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2395
        <location filename="../../../../QTfrontend/ui/page/pagenetserver.cpp" line="56"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2396
        <source>Server name:</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2397
        <translation>Server name:</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2398
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2399
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2400
        <location filename="../../../../QTfrontend/ui/page/pagenetserver.cpp" line="63"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2401
        <source>Server port:</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2402
        <translation>Server port:</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2403
    </message>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
  2404
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2405
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="472"/>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
  2406
        <source>Initial sound volume</source>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
  2407
        <translation>Initial sound volume</translation>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
  2408
    </message>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  2409
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2410
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="175"/>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  2411
        <source>Damage Modifier</source>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
  2412
        <translation>Damage Modifier</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  2413
    </message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  2414
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2415
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="189"/>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  2416
        <source>Turn Time</source>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
  2417
        <translation>Turn Time</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  2418
    </message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  2419
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2420
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="203"/>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  2421
        <source>Initial Health</source>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
  2422
        <translation>Initial Health</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  2423
    </message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  2424
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2425
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="217"/>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  2426
        <source>Sudden Death Timeout</source>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
  2427
        <translation>Sudden Death Timeout</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  2428
    </message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  2429
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2430
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="418"/>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
  2431
        <source>Scheme Name:</source>
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
  2432
        <translation>Scheme Name:</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  2433
    </message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  2434
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2435
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="273"/>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
  2436
        <source>Crate Drops</source>
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
  2437
        <translation>Crate Drops</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  2438
    </message>
1980
431c4322add5 Update translation from patches tracker on fireforge
unc0rr
parents: 1978
diff changeset
  2439
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2440
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="344"/>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  2441
        <source>% Dud Mines</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  2442
        <translation>% Dud Mines</translation>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  2443
    </message>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  2444
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2445
        <location filename="../../../../QTfrontend/ui/page/pageeditteam.cpp" line="100"/>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  2446
        <source>Name</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  2447
        <translation>Name</translation>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  2448
    </message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  2449
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2450
        <location filename="../../../../QTfrontend/ui/page/pageeditteam.cpp" line="103"/>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  2451
        <source>Type</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  2452
        <translation>Type</translation>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  2453
    </message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  2454
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2455
        <location filename="../../../../QTfrontend/ui/page/pageeditteam.cpp" line="106"/>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  2456
        <source>Grave</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  2457
        <translation>Grave</translation>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  2458
    </message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  2459
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2460
        <location filename="../../../../QTfrontend/ui/page/pageeditteam.cpp" line="109"/>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  2461
        <source>Flag</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  2462
        <translation>Flag</translation>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  2463
    </message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  2464
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2465
        <location filename="../../../../QTfrontend/ui/page/pageeditteam.cpp" line="112"/>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  2466
        <source>Voice</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  2467
        <translation>Voice</translation>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  2468
    </message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  2469
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2470
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="617"/>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  2471
        <source>Locale</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  2472
        <translation>Locale</translation>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  2473
    </message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  2474
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2475
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="358"/>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  2476
        <source>Explosives</source>
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  2477
        <translation>Explosives</translation>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  2478
    </message>
3163
fdc351144b5e Frontend:
smxx
parents: 3044
diff changeset
  2479
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2480
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="295"/>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  2481
        <source>Quality</source>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  2482
        <translation type="unfinished"></translation>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3860
diff changeset
  2483
    </message>
4143
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4124
diff changeset
  2484
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2485
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="286"/>
4143
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4124
diff changeset
  2486
        <source>% Health Crates</source>
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4124
diff changeset
  2487
        <translation type="unfinished"></translation>
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4124
diff changeset
  2488
    </message>
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4124
diff changeset
  2489
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2490
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="300"/>
4143
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4124
diff changeset
  2491
        <source>Health in Crates</source>
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4124
diff changeset
  2492
        <translation type="unfinished"></translation>
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4124
diff changeset
  2493
    </message>
4153
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4143
diff changeset
  2494
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2495
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="231"/>
4153
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4143
diff changeset
  2496
        <source>Sudden Death Water Rise</source>
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4143
diff changeset
  2497
        <translation type="unfinished"></translation>
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4143
diff changeset
  2498
    </message>
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4143
diff changeset
  2499
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2500
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="245"/>
4153
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4143
diff changeset
  2501
        <source>Sudden Death Health Decrease</source>
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4143
diff changeset
  2502
        <translation type="unfinished"></translation>
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4143
diff changeset
  2503
    </message>
4259
0313d5577fce update translation files for the 4265 text change
nemo
parents: 4180
diff changeset
  2504
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2505
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="259"/>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  2506
        <source>% Rope Length</source>
4259
0313d5577fce update translation files for the 4265 text change
nemo
parents: 4180
diff changeset
  2507
        <translation type="unfinished"></translation>
0313d5577fce update translation files for the 4265 text change
nemo
parents: 4180
diff changeset
  2508
    </message>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  2509
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2510
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="309"/>
5602
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2511
        <source>Stereo rendering</source>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2512
        <translation type="unfinished"></translation>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2513
    </message>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2514
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2515
        <location filename="../../../../QTfrontend/ui/widget/gamecfgwidget.cpp" line="108"/>
5602
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2516
        <source>Style</source>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  2517
        <translation type="unfinished"></translation>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  2518
    </message>
4864
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2519
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2520
        <location filename="../../../../QTfrontend/ui/widget/gamecfgwidget.cpp" line="127"/>
5602
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2521
        <source>Scheme</source>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2522
        <translation type="unfinished"></translation>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2523
    </message>
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2524
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2525
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="372"/>
5602
c89b81817ee4 - Update russian translation
unc0rr
parents: 4864
diff changeset
  2526
        <source>% Get Away Time</source>
4864
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2527
        <translation type="unfinished"></translation>
9001217d3af2 Fix typos in tips
mikade
parents: 4716
diff changeset
  2528
    </message>
6239
7ede83d81fc6 lupdate, german translation
sheepluva
parents: 5997
diff changeset
  2529
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2530
        <location filename="../../../../QTfrontend/ui/dialog/ask_quit.cpp" line="38"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2531
        <source>There are videos that are currently being processed.
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2532
Exiting now will abort them.
7902
a82b1bf2eca1 - Fix for little mistakes (applied to every hedgewars_*.ts file).
inu
parents: 7801
diff changeset
  2533
Do you really want to quit?</source>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2534
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2535
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2536
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2537
        <location filename="../../../../QTfrontend/ui/dialog/upload_video.cpp" line="74"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2538
        <source>Please provide either the YouTube account name or the email address associated with the Google Account.</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2539
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2540
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2541
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2542
        <location filename="../../../../QTfrontend/ui/dialog/upload_video.cpp" line="80"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2543
        <source>Account name (or email): </source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2544
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2545
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2546
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2547
        <location filename="../../../../QTfrontend/ui/dialog/upload_video.cpp" line="87"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2548
        <source>Password: </source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2549
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2550
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2551
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2552
        <location filename="../../../../QTfrontend/ui/dialog/upload_video.cpp" line="105"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2553
        <source>Video title: </source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2554
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2555
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2556
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2557
        <location filename="../../../../QTfrontend/ui/dialog/upload_video.cpp" line="114"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2558
        <source>Video description: </source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2559
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2560
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2561
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2562
        <location filename="../../../../QTfrontend/ui/dialog/upload_video.cpp" line="121"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2563
        <source>Tags (comma separated): </source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2564
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2565
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2566
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2567
        <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="136"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2568
        <source>Description</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2569
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2570
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2571
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2572
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="531"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2573
        <source>Nickname</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2574
        <translation type="unfinished">Nickname</translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2575
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2576
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2577
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="693"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2578
        <source>Format</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2579
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2580
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2581
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2582
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="713"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2583
        <source>Audio codec</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2584
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2585
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2586
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2587
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="738"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2588
        <source>Video codec</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2589
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2590
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2591
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2592
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="779"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2593
        <source>Framerate</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2594
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2595
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2596
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2597
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="793"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2598
        <source>Bitrate (Kbps)</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2599
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2600
    </message>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2601
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2602
        <location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="141"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2603
        <source>This development build is &apos;work in progress&apos; and may not be compatible with other versions of the game, while some features might be broken or incomplete!</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2604
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2605
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2606
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2607
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="250"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2608
        <source>Fullscreen</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2609
        <translation type="unfinished">Fullscreen</translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2610
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2611
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2612
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="255"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2613
        <source>Fullscreen Resolution</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2614
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2615
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2616
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2617
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="265"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2618
        <source>Windowed Resolution</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2619
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2620
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2621
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2622
        <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="103"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2623
        <source>Your Email</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2624
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2625
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2626
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2627
        <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="111"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2628
        <source>Summary</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2629
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2630
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2631
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2632
        <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="121"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2633
        <source>Send system information</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2634
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2635
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2636
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2637
        <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="164"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2638
        <source>Type the security code:</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2639
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2640
    </message>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2641
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2642
        <location filename="../../../../QTfrontend/ui/widget/about.cpp" line="79"/>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2643
        <source>Revision</source>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2644
        <translation type="unfinished"></translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2645
    </message>
8676
c00f1df47cef Add missing feedback button translation
nemo
parents: 8648
diff changeset
  2646
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2647
        <location filename="../../../../QTfrontend/ui/widget/about.cpp" line="81"/>
8676
c00f1df47cef Add missing feedback button translation
nemo
parents: 8648
diff changeset
  2648
        <source>This program is distributed under the %1</source>
c00f1df47cef Add missing feedback button translation
nemo
parents: 8648
diff changeset
  2649
        <translation type="unfinished"></translation>
c00f1df47cef Add missing feedback button translation
nemo
parents: 8648
diff changeset
  2650
    </message>
9007
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
  2651
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2652
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="632"/>
9007
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
  2653
        <source>This setting will be effective at next restart.</source>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
  2654
        <translation type="unfinished"></translation>
9705ac06bab4 lupdate
sheepluva
parents: 8857
diff changeset
  2655
    </message>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2656
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2657
        <location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="143"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2658
        <location filename="../../../../QTfrontend/ui/page/pagemain.cpp" line="149"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2659
        <source>Tip: %1</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2660
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2661
    </message>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2662
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2663
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="372"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2664
        <source>Displayed tags above hogs and translucent tags</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2665
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2666
    </message>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2667
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2668
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="386"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2669
        <source>World Edge</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2670
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2671
    </message>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  2672
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2673
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="404"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  2674
        <source>Script parameter</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  2675
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  2676
    </message>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2677
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2678
<context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2679
    <name>QLineEdit</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2680
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2681
        <location filename="../../../../QTfrontend/hwform.cpp" line="957"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2682
        <source>unnamed</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2683
        <translation>unnamed</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2684
    </message>
5907
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
  2685
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2686
        <location filename="../../../../QTfrontend/team.cpp" line="44"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2687
        <location filename="../../../../QTfrontend/ui/page/pageeditteam.cpp" line="307"/>
5907
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
  2688
        <source>hedgehog %1</source>
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
  2689
        <translation type="unfinished"></translation>
64ccc6be0ec5 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents: 5685
diff changeset
  2690
    </message>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2691
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2692
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="536"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2693
        <source>anonymous</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2694
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2695
    </message>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2696
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2697
<context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2698
    <name>QMainWindow</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2699
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2700
        <location filename="../../../../QTfrontend/ui_hwform.cpp" line="57"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2701
        <source>Hedgewars %1</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2702
        <translation>Hedgewars %1</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2703
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2704
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2705
<context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2706
    <name>QMessageBox</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2707
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2708
        <location filename="../../../../QTfrontend/hwform.cpp" line="1576"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2709
        <source>Connection to server is lost</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2710
        <translation>Connection to server is lost</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2711
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2712
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2713
        <location filename="../../../../QTfrontend/ui/widget/gamecfgwidget.cpp" line="372"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2714
        <source>Error</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2715
        <translation>Error</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2716
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2717
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2718
        <location filename="../../../../QTfrontend/hwform.cpp" line="2036"/>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
  2719
        <source>File association failed.</source>
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
  2720
        <translation type="unfinished"></translation>
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
  2721
    </message>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  2722
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2723
        <location filename="../../../../QTfrontend/ui/dialog/upload_video.cpp" line="232"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2724
        <source>Error while authenticating at google.com:
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2725
</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2726
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2727
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2728
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2729
        <location filename="../../../../QTfrontend/ui/dialog/upload_video.cpp" line="234"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2730
        <source>Login or password is incorrect</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2731
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2732
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2733
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2734
        <location filename="../../../../QTfrontend/ui/dialog/upload_video.cpp" line="297"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2735
        <source>Error while sending metadata to youtube.com:
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2736
</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2737
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  2738
    </message>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2739
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2740
        <location filename="../../../../QTfrontend/ui/page/pageeditteam.cpp" line="361"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2741
        <source>Teams - Are you sure?</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2742
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2743
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2744
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2745
        <location filename="../../../../QTfrontend/ui/page/pageeditteam.cpp" line="362"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2746
        <source>Do you really want to delete the team &apos;%1&apos;?</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2747
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2748
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2749
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2750
        <location filename="../../../../QTfrontend/hwform.cpp" line="986"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2751
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="534"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2752
        <source>Cannot delete default scheme &apos;%1&apos;!</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2753
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2754
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2755
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2756
        <location filename="../../../../QTfrontend/hwform.cpp" line="1012"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2757
        <source>Please select a record from the list</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2758
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2759
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2760
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2761
        <location filename="../../../../QTfrontend/hwform.cpp" line="1515"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2762
        <source>Unable to start server</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2763
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2764
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2765
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2766
        <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="349"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2767
        <location filename="../../../../QTfrontend/util/MessageDialog.cpp" line="26"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2768
        <source>Hedgewars - Error</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2769
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2770
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2771
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2772
        <location filename="../../../../QTfrontend/hwform.cpp" line="2030"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2773
        <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="436"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2774
        <source>Hedgewars - Success</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2775
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2776
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2777
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2778
        <location filename="../../../../QTfrontend/hwform.cpp" line="2031"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2779
        <source>All file associations have been set</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2780
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2781
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2782
    <message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2783
        <source>Cannot create directory %1</source>
8824
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
  2784
        <translation type="obsolete">Cannot create directory %1</translation>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2785
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2786
    <message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2787
        <source>Unable to start the server: %1.</source>
8824
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
  2788
        <translation type="obsolete">Unable to start the server: %1.</translation>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2789
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2790
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2791
        <location filename="../../../../QTfrontend/ui/dialog/upload_video.cpp" line="240"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2792
        <location filename="../../../../QTfrontend/ui/dialog/upload_video.cpp" line="302"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2793
        <source>Video upload - Error</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2794
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2795
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2796
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2797
        <location filename="../../../../QTfrontend/ui/page/pagenet.cpp" line="118"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2798
        <location filename="../../../../QTfrontend/ui/page/pagenetgame.cpp" line="244"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2799
        <source>Netgame - Error</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2800
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2801
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2802
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2803
        <location filename="../../../../QTfrontend/ui/page/pagenet.cpp" line="119"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2804
        <source>Please select a server from the list</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2805
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2806
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2807
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2808
        <location filename="../../../../QTfrontend/ui/page/pagenetgame.cpp" line="245"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2809
        <source>Please enter room name</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2810
        <translation type="unfinished">Please enter room name</translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2811
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2812
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2813
        <location filename="../../../../QTfrontend/ui/page/pageplayrecord.cpp" line="125"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2814
        <location filename="../../../../QTfrontend/ui/page/pageplayrecord.cpp" line="152"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2815
        <location filename="../../../../QTfrontend/ui/page/pageplayrecord.cpp" line="169"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2816
        <location filename="../../../../QTfrontend/ui/page/pageplayrecord.cpp" line="184"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2817
        <source>Record Play - Error</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2818
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2819
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2820
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2821
        <location filename="../../../../QTfrontend/ui/page/pageplayrecord.cpp" line="126"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2822
        <location filename="../../../../QTfrontend/ui/page/pageplayrecord.cpp" line="170"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2823
        <source>Please select record from the list</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2824
        <translation type="unfinished">Please select record from the list</translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2825
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2826
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2827
        <location filename="../../../../QTfrontend/ui/page/pageplayrecord.cpp" line="153"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2828
        <source>Cannot rename to </source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2829
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2830
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2831
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2832
        <location filename="../../../../QTfrontend/ui/page/pageplayrecord.cpp" line="185"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2833
        <source>Cannot delete file </source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2834
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2835
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2836
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2837
        <location filename="../../../../QTfrontend/ui/page/pageroomslist.cpp" line="502"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2838
        <source>Room Name - Error</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2839
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2840
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2841
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2842
        <location filename="../../../../QTfrontend/ui/page/pageroomslist.cpp" line="503"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2843
        <source>Please select room from the list</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2844
        <translation type="unfinished">Please select room from the list</translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2845
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2846
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2847
        <location filename="../../../../QTfrontend/ui/page/pageroomslist.cpp" line="528"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2848
        <source>Room Name - Are you sure?</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2849
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2850
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2851
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2852
        <location filename="../../../../QTfrontend/ui/page/pageroomslist.cpp" line="529"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2853
        <source>The game you are trying to join has started.
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2854
Do you still want to join the room?</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2855
        <translation type="unfinished">The game you are trying to join has started.
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2856
Do you still want to join the room?</translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2857
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2858
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2859
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="533"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2860
        <source>Schemes - Warning</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2861
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2862
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2863
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2864
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="542"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2865
        <source>Schemes - Are you sure?</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2866
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2867
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2868
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2869
        <location filename="../../../../QTfrontend/ui/page/pagescheme.cpp" line="543"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2870
        <source>Do you really want to delete the game scheme &apos;%1&apos;?</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2871
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2872
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2873
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2874
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="616"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2875
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="645"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2876
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="870"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2877
        <source>Videos - Are you sure?</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2878
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2879
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2880
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2881
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="617"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2882
        <source>Do you really want to delete the video &apos;%1&apos;?</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2883
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2884
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2885
    <message numerus="yes">
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2886
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="646"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2887
        <source>Do you really want to remove %1 file(s)?</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2888
        <translation type="unfinished">
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2889
            <numerusform></numerusform>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2890
            <numerusform></numerusform>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2891
        </translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2892
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2893
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2894
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="871"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2895
        <source>Do you really want to cancel uploading %1?</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2896
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2897
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2898
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2899
        <location filename="../../../../QTfrontend/ui/widget/drawmapwidget.cpp" line="146"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2900
        <location filename="../../../../QTfrontend/ui/widget/drawmapwidget.cpp" line="166"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2901
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="971"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2902
        <source>File error</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2903
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2904
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2905
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2906
        <location filename="../../../../QTfrontend/ui/widget/drawmapwidget.cpp" line="147"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2907
        <source>Cannot open &apos;%1&apos; for writing</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2908
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2909
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2910
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2911
        <location filename="../../../../QTfrontend/ui/widget/drawmapwidget.cpp" line="167"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2912
        <location filename="../../../../QTfrontend/ui/widget/mapContainer.cpp" line="972"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2913
        <source>Cannot open &apos;%1&apos; for reading</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2914
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2915
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2916
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2917
        <location filename="../../../../QTfrontend/ui/widget/gamecfgwidget.cpp" line="373"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2918
        <source>Cannot use the ammo &apos;%1&apos;!</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2919
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2920
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2921
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2922
        <location filename="../../../../QTfrontend/ui/widget/selectWeapon.cpp" line="229"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2923
        <location filename="../../../../QTfrontend/ui/widget/selectWeapon.cpp" line="266"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2924
        <source>Weapons - Warning</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2925
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2926
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2927
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2928
        <location filename="../../../../QTfrontend/ui/widget/selectWeapon.cpp" line="230"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2929
        <source>Cannot overwrite default weapon set &apos;%1&apos;!</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2930
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2931
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2932
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2933
        <location filename="../../../../QTfrontend/ui/widget/selectWeapon.cpp" line="267"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2934
        <source>Cannot delete default weapon set &apos;%1&apos;!</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2935
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2936
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2937
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2938
        <location filename="../../../../QTfrontend/ui/widget/selectWeapon.cpp" line="275"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2939
        <source>Weapons - Are you sure?</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2940
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2941
    </message>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2942
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2943
        <location filename="../../../../QTfrontend/ui/widget/selectWeapon.cpp" line="276"/>
7801
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2944
        <source>Do you really want to delete the weapon set &apos;%1&apos;?</source>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2945
        <translation type="unfinished"></translation>
7222dd855540 lupdate -no-obsolete project_files/hedgewars.pro
koda
parents: 7702
diff changeset
  2946
    </message>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2947
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2948
        <location filename="../../../../QTfrontend/hwform.cpp" line="1107"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2949
        <source>Hedgewars - Nick not registered</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2950
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2951
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2952
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2953
        <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="359"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2954
        <source>System Information Preview</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2955
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2956
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2957
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2958
        <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="374"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2959
        <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="385"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2960
        <source>Failed to generate captcha</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2961
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2962
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2963
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2964
        <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="402"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2965
        <source>Failed to download captcha</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2966
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2967
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2968
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2969
        <location filename="../../../../QTfrontend/ui/widget/feedbackdialog.cpp" line="466"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2970
        <source>Please fill out all fields. Email is optional.</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2971
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2972
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2973
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2974
        <location filename="../../../../QTfrontend/util/MessageDialog.cpp" line="34"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2975
        <source>Hedgewars - Warning</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2976
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2977
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2978
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2979
        <location filename="../../../../QTfrontend/util/MessageDialog.cpp" line="42"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2980
        <source>Hedgewars - Information</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2981
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2982
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  2983
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2984
        <location filename="../../../../QTfrontend/hwform.cpp" line="2127"/>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2985
        <source>Not all players are ready</source>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2986
        <translation type="unfinished"></translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2987
    </message>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2988
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2989
        <location filename="../../../../QTfrontend/hwform.cpp" line="2128"/>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2990
        <source>Are you sure you want to start this game?
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2991
Not all players are ready.</source>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2992
        <translation type="unfinished"></translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  2993
    </message>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2994
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  2995
<context>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2996
    <name>QObject</name>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  2997
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2998
        <location filename="../../../../QTfrontend/campaign.cpp" line="82"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  2999
        <location filename="../../../../QTfrontend/campaign.cpp" line="101"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  3000
        <source>No description available</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  3001
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  3002
    </message>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  3003
</context>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  3004
<context>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3005
    <name>QPushButton</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3006
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3007
        <location filename="../../../../QTfrontend/ui/dialog/input_ip.cpp" line="49"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3008
        <source>default</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3009
        <translation>default</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3010
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3011
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3012
        <location filename="../../../../QTfrontend/ui/dialog/input_ip.cpp" line="53"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3013
        <source>OK</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3014
        <translation>OK</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3015
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3016
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3017
        <location filename="../../../../QTfrontend/ui/dialog/input_ip.cpp" line="58"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3018
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="501"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3019
        <source>Cancel</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3020
        <translation>Cancel</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3021
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3022
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3023
        <location filename="../../../../QTfrontend/ui/page/pagenet.cpp" line="73"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3024
        <source>Start server</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3025
        <translation>Start server</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3026
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3027
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3028
        <location filename="../../../../QTfrontend/ui/page/pagenet.cpp" line="49"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3029
        <source>Connect</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3030
        <translation>Connect</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3031
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3032
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3033
        <location filename="../../../../QTfrontend/ui/page/pagenet.cpp" line="58"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3034
        <source>Update</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3035
        <translation>Update</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3036
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3037
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3038
        <location filename="../../../../QTfrontend/ui/page/pagenet.cpp" line="63"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3039
        <source>Specify</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3040
        <translation>Specify</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3041
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3042
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3043
        <location filename="../../../../QTfrontend/ui/page/pagenetserver.cpp" line="99"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3044
        <source>Start</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3045
        <translation>Start</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3046
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3047
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3048
        <location filename="../../../../QTfrontend/ui/page/pagecampaign.cpp" line="70"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3049
        <location filename="../../../../QTfrontend/ui/page/pagetraining.cpp" line="92"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3050
        <source>Go!</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3051
        <translation>Go!</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3052
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3053
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3054
        <location filename="../../../../QTfrontend/ui/page/pageplayrecord.cpp" line="45"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3055
        <location filename="../../../../QTfrontend/ui/page/pageplayrecord.cpp" line="87"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3056
        <source>Play demo</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3057
        <translation>Play demo</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3058
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3059
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3060
        <location filename="../../../../QTfrontend/ui/page/pageplayrecord.cpp" line="49"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3061
        <source>Rename</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3062
        <translation>Rename</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3063
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3064
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3065
        <location filename="../../../../QTfrontend/ui/page/pageplayrecord.cpp" line="53"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3066
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="191"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3067
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="501"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3068
        <source>Delete</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3069
        <translation>Delete</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3070
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3071
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3072
        <location filename="../../../../QTfrontend/ui/page/pageplayrecord.cpp" line="93"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3073
        <source>Load</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3074
        <translation>Load</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3075
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3076
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3077
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="649"/>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
  3078
        <source>Associate file extensions</source>
4261
32ec5be33ce5 Fix typo in russian translation, update english translation with plural forms
unC0Rr
parents: 4259
diff changeset
  3079
        <translation>Associate file extensions</translation>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4031
diff changeset
  3080
    </message>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  3081
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3082
        <location filename="../../../../QTfrontend/ui/dialog/ask_quit.cpp" line="50"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3083
        <source>More info</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3084
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3085
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3086
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3087
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="806"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3088
        <source>Set default options</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3089
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3090
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3091
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3092
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="141"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3093
        <source>Open videos directory</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3094
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3095
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3096
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3097
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="187"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3098
        <source>Play</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3099
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3100
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3101
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3102
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="195"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3103
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="502"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3104
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="878"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3105
        <source>Upload to YouTube</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3106
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3107
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3108
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3109
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="502"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3110
        <source>Cancel uploading</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3111
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3112
    </message>
7982
dfba2515d601 Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents: 7902
diff changeset
  3113
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3114
        <location filename="../../../../QTfrontend/ui/page/pageoptions.cpp" line="807"/>
7982
dfba2515d601 Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents: 7902
diff changeset
  3115
        <source>Restore default coding parameters</source>
dfba2515d601 Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents: 7902
diff changeset
  3116
        <translation type="unfinished"></translation>
dfba2515d601 Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents: 7902
diff changeset
  3117
    </message>
dfba2515d601 Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents: 7902
diff changeset
  3118
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3119
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="142"/>
7982
dfba2515d601 Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents: 7902
diff changeset
  3120
        <source>Open the video directory in your system</source>
dfba2515d601 Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents: 7902
diff changeset
  3121
        <translation type="unfinished"></translation>
dfba2515d601 Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents: 7902
diff changeset
  3122
    </message>
dfba2515d601 Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents: 7902
diff changeset
  3123
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3124
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="189"/>
7982
dfba2515d601 Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents: 7902
diff changeset
  3125
        <source>Play this video</source>
dfba2515d601 Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents: 7902
diff changeset
  3126
        <translation type="unfinished"></translation>
dfba2515d601 Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents: 7902
diff changeset
  3127
    </message>
dfba2515d601 Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents: 7902
diff changeset
  3128
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3129
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="193"/>
7982
dfba2515d601 Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents: 7902
diff changeset
  3130
        <source>Delete this video</source>
dfba2515d601 Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents: 7902
diff changeset
  3131
        <translation type="unfinished"></translation>
dfba2515d601 Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents: 7902
diff changeset
  3132
    </message>
dfba2515d601 Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents: 7902
diff changeset
  3133
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3134
        <location filename="../../../../QTfrontend/ui/page/pagevideos.cpp" line="197"/>
7982
dfba2515d601 Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents: 7902
diff changeset
  3135
        <source>Upload this video to your Youtube account</source>
dfba2515d601 Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents: 7902
diff changeset
  3136
        <translation type="unfinished"></translation>
dfba2515d601 Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents: 7902
diff changeset
  3137
    </message>
8788
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3138
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3139
        <location filename="../../../../QTfrontend/ui/page/pagenetserver.cpp" line="73"/>
8788
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3140
        <source>Reset</source>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3141
        <translation type="unfinished"></translation>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3142
    </message>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3143
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3144
        <location filename="../../../../QTfrontend/ui/page/pagenetserver.cpp" line="74"/>
8788
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3145
        <source>Set the default server port for Hedgewars</source>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3146
        <translation type="unfinished"></translation>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3147
    </message>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3148
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3149
        <location filename="../../../../QTfrontend/ui/page/pagenetserver.cpp" line="78"/>
8788
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3150
        <source>Invite your friends to your server in just 1 click!</source>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3151
        <translation type="unfinished"></translation>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3152
    </message>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3153
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3154
        <location filename="../../../../QTfrontend/ui/page/pagenetserver.cpp" line="79"/>
9360
fc805fc427a6 typo fix
nemo
parents: 9049
diff changeset
  3155
        <source>Click to copy your unique server URL to your clipboard. Send this link to your friends and they will be able to join you.</source>
8788
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3156
        <translation type="unfinished"></translation>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3157
    </message>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3158
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3159
        <location filename="../../../../QTfrontend/ui/page/pagenetserver.cpp" line="100"/>
8788
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3160
        <source>Start private server</source>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3161
        <translation type="unfinished"></translation>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3162
    </message>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3163
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3164
<context>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  3165
    <name>RoomNamePrompt</name>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  3166
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3167
        <location filename="../../../../QTfrontend/ui/widget/roomnameprompt.cpp" line="43"/>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  3168
        <source>Enter a name for your room.</source>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  3169
        <translation type="unfinished"></translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  3170
    </message>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  3171
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3172
        <location filename="../../../../QTfrontend/ui/widget/roomnameprompt.cpp" line="72"/>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  3173
        <source>Cancel</source>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  3174
        <translation type="unfinished">Cancel</translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  3175
    </message>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  3176
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3177
        <location filename="../../../../QTfrontend/ui/widget/roomnameprompt.cpp" line="73"/>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  3178
        <source>Create room</source>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  3179
        <translation type="unfinished"></translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  3180
    </message>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  3181
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3182
        <location filename="../../../../QTfrontend/ui/widget/roomnameprompt.cpp" line="56"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  3183
        <source>set password</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  3184
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  3185
    </message>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  3186
</context>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  3187
<context>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3188
    <name>RoomsListModel</name>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3189
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3190
        <location filename="../../../../QTfrontend/model/roomslistmodel.cpp" line="37"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3191
        <source>In progress</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3192
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3193
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3194
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3195
        <location filename="../../../../QTfrontend/model/roomslistmodel.cpp" line="38"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3196
        <source>Room Name</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3197
        <translation type="unfinished">Room Name</translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3198
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3199
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3200
        <location filename="../../../../QTfrontend/model/roomslistmodel.cpp" line="39"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3201
        <source>C</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3202
        <translation type="unfinished">C</translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3203
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3204
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3205
        <location filename="../../../../QTfrontend/model/roomslistmodel.cpp" line="40"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3206
        <source>T</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3207
        <translation type="unfinished">T</translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3208
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3209
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3210
        <location filename="../../../../QTfrontend/model/roomslistmodel.cpp" line="41"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3211
        <source>Owner</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3212
        <translation type="unfinished">Owner</translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3213
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3214
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3215
        <location filename="../../../../QTfrontend/model/roomslistmodel.cpp" line="42"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3216
        <source>Map</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3217
        <translation type="unfinished">Map</translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3218
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3219
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3220
        <location filename="../../../../QTfrontend/model/roomslistmodel.cpp" line="44"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3221
        <source>Rules</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3222
        <translation type="unfinished">Rules</translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3223
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3224
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3225
        <location filename="../../../../QTfrontend/model/roomslistmodel.cpp" line="45"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3226
        <source>Weapons</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3227
        <translation type="unfinished">Weapons</translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3228
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3229
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3230
        <location filename="../../../../QTfrontend/model/roomslistmodel.cpp" line="149"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3231
        <source>Random Map</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3232
        <translation type="unfinished">Random Map</translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3233
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3234
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3235
        <location filename="../../../../QTfrontend/model/roomslistmodel.cpp" line="150"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3236
        <source>Random Maze</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3237
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3238
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3239
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3240
        <location filename="../../../../QTfrontend/model/roomslistmodel.cpp" line="152"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3241
        <source>Hand-drawn</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3242
        <translation type="unfinished"></translation>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3243
    </message>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  3244
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3245
        <location filename="../../../../QTfrontend/model/roomslistmodel.cpp" line="43"/>
9756
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  3246
        <source>Script</source>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  3247
        <translation type="unfinished"></translation>
736abcc1915f german translation updates
sheepluva
parents: 9360
diff changeset
  3248
    </message>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3249
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3250
        <location filename="../../../../QTfrontend/model/roomslistmodel.cpp" line="151"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3251
        <source>Random Perlin</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3252
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3253
    </message>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3254
</context>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3255
<context>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3256
    <name>SeedPrompt</name>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3257
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3258
        <location filename="../../../../QTfrontend/ui/widget/seedprompt.cpp" line="42"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3259
        <source>The map seed is the basis for all random values generated by the game.</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3260
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3261
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3262
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3263
        <location filename="../../../../QTfrontend/ui/widget/seedprompt.cpp" line="61"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3264
        <source>Cancel</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3265
        <translation type="unfinished">Cancel</translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3266
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3267
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3268
        <location filename="../../../../QTfrontend/ui/widget/seedprompt.cpp" line="62"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3269
        <source>Set seed</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3270
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3271
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3272
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3273
        <location filename="../../../../QTfrontend/ui/widget/seedprompt.cpp" line="76"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3274
        <source>Close</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3275
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3276
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3277
</context>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3278
<context>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  3279
    <name>SelWeaponWidget</name>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  3280
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3281
        <location filename="../../../../QTfrontend/ui/widget/selectWeapon.cpp" line="119"/>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  3282
        <source>Weapon set</source>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  3283
        <translation>Weapon set</translation>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  3284
    </message>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  3285
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3286
        <location filename="../../../../QTfrontend/ui/widget/selectWeapon.cpp" line="120"/>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  3287
        <source>Probabilities</source>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  3288
        <translation>Probabilities</translation>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  3289
    </message>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  3290
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3291
        <location filename="../../../../QTfrontend/ui/widget/selectWeapon.cpp" line="121"/>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  3292
        <source>Ammo in boxes</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  3293
        <translation>Ammo in boxes</translation>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  3294
    </message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  3295
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3296
        <location filename="../../../../QTfrontend/ui/widget/selectWeapon.cpp" line="122"/>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  3297
        <source>Delays</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  3298
        <translation>Delays</translation>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2726
diff changeset
  3299
    </message>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  3300
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3301
        <location filename="../../../../QTfrontend/ui/widget/selectWeapon.cpp" line="289"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3302
        <location filename="../../../../QTfrontend/ui/widget/selectWeapon.cpp" line="294"/>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  3303
        <source>new</source>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  3304
        <translation type="unfinished">new</translation>
c4ce66435305 update translations, add Dutch
nemo
parents: 4261
diff changeset
  3305
    </message>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  3306
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3307
        <location filename="../../../../QTfrontend/ui/widget/selectWeapon.cpp" line="325"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3308
        <location filename="../../../../QTfrontend/ui/widget/selectWeapon.cpp" line="330"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3309
        <source>copy of %1</source>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  3310
        <translation type="unfinished"></translation>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4418
diff changeset
  3311
    </message>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  3312
</context>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  3313
<context>
8824
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
  3314
    <name>TCPBase</name>
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
  3315
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3316
        <location filename="../../../../QTfrontend/net/tcpBase.cpp" line="122"/>
8824
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
  3317
        <source>Unable to start server at %1.</source>
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
  3318
        <translation type="unfinished"></translation>
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
  3319
    </message>
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
  3320
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3321
        <location filename="../../../../QTfrontend/net/tcpBase.cpp" line="221"/>
8824
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
  3322
        <source>Unable to run engine at %1
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
  3323
Error code: %2</source>
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
  3324
        <translation type="unfinished"></translation>
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
  3325
    </message>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3326
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3327
        <location filename="../../../../QTfrontend/net/tcpBase.cpp" line="237"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3328
        <source>The game engine died unexpectedly!
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3329
(exit code %1)
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3330
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3331
We are very sorry for the inconvenience :(
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3332
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3333
If this keeps happening, please click the &apos;%2&apos; button in the main menu!</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3334
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3335
    </message>
8824
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
  3336
</context>
fe9eacd390f2 Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents: 8695
diff changeset
  3337
<context>
8788
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3338
    <name>TeamSelWidget</name>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3339
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3340
        <location filename="../../../../QTfrontend/ui/widget/teamselect.cpp" line="260"/>
8788
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3341
        <source>At least two teams are required to play!</source>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3342
        <translation type="unfinished"></translation>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3343
    </message>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3344
</context>
b6badc953945 lupdate
koda
parents: 8695
diff changeset
  3345
<context>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3346
    <name>ThemePrompt</name>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3347
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3348
        <location filename="../../../../QTfrontend/ui/widget/themeprompt.cpp" line="120"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3349
        <source>Cancel</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3350
        <translation type="unfinished">Cancel</translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3351
    </message>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  3352
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3353
        <location filename="../../../../QTfrontend/ui/widget/themeprompt.cpp" line="84"/>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  3354
        <source>Search for a theme:</source>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  3355
        <translation type="unfinished"></translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  3356
    </message>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  3357
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3358
        <location filename="../../../../QTfrontend/ui/widget/themeprompt.cpp" line="124"/>
8648
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  3359
        <source>Use selected theme</source>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  3360
        <translation type="unfinished"></translation>
364535926399 lupdate-qt4/lrelease-qt4
nemo
parents: 8412
diff changeset
  3361
    </message>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3362
</context>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3363
<context>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3364
    <name>binds</name>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3365
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3366
        <location filename="../../../../QTfrontend/binds.cpp" line="23"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3367
        <location filename="../../../../QTfrontend/binds.cpp" line="50"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3368
        <source>up</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3369
        <translation>up</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3370
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3371
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3372
        <location filename="../../../../QTfrontend/binds.cpp" line="24"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3373
        <location filename="../../../../QTfrontend/binds.cpp" line="51"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3374
        <source>left</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3375
        <translation>left</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3376
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3377
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3378
        <location filename="../../../../QTfrontend/binds.cpp" line="25"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3379
        <location filename="../../../../QTfrontend/binds.cpp" line="52"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3380
        <source>right</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3381
        <translation>right</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3382
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3383
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3384
        <location filename="../../../../QTfrontend/binds.cpp" line="26"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3385
        <location filename="../../../../QTfrontend/binds.cpp" line="53"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3386
        <source>down</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3387
        <translation>down</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3388
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3389
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3390
        <location filename="../../../../QTfrontend/binds.cpp" line="47"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3391
        <source>attack</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3392
        <translation>attack</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3393
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3394
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3395
        <location filename="../../../../QTfrontend/binds.cpp" line="27"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3396
        <source>precise aim</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3397
        <translation>precise aim</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3398
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3399
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3400
        <location filename="../../../../QTfrontend/binds.cpp" line="48"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3401
        <source>put</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3402
        <translation>put</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3403
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3404
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3405
        <location filename="../../../../QTfrontend/binds.cpp" line="30"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3406
        <source>switch</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3407
        <translation>switch</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3408
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3409
    <message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3410
        <source>find hedgehog</source>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3411
        <translation type="obsolete">find hedgehog</translation>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3412
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3413
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3414
        <location filename="../../../../QTfrontend/binds.cpp" line="31"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3415
        <source>ammo menu</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3416
        <translation>ammo menu</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3417
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3418
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3419
        <location filename="../../../../QTfrontend/binds.cpp" line="32"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3420
        <source>slot 1</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3421
        <translation>slot 1</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3422
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3423
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3424
        <location filename="../../../../QTfrontend/binds.cpp" line="33"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3425
        <source>slot 2</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3426
        <translation>slot 2</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3427
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3428
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3429
        <location filename="../../../../QTfrontend/binds.cpp" line="34"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3430
        <source>slot 3</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3431
        <translation>slot 3</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3432
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3433
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3434
        <location filename="../../../../QTfrontend/binds.cpp" line="35"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3435
        <source>slot 4</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3436
        <translation>slot 4</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3437
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3438
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3439
        <location filename="../../../../QTfrontend/binds.cpp" line="36"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3440
        <source>slot 5</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3441
        <translation>slot 5</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3442
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3443
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3444
        <location filename="../../../../QTfrontend/binds.cpp" line="37"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3445
        <source>slot 6</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3446
        <translation>slot 6</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3447
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3448
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3449
        <location filename="../../../../QTfrontend/binds.cpp" line="38"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3450
        <source>slot 7</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3451
        <translation>slot 7</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3452
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3453
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3454
        <location filename="../../../../QTfrontend/binds.cpp" line="39"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3455
        <source>slot 8</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3456
        <translation>slot 8</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3457
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3458
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3459
        <location filename="../../../../QTfrontend/binds.cpp" line="40"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3460
        <source>slot 9</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3461
        <translation>slot 9</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3462
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3463
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3464
        <location filename="../../../../QTfrontend/binds.cpp" line="42"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3465
        <source>timer 1 sec</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3466
        <translation>timer 1 sec</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3467
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3468
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3469
        <location filename="../../../../QTfrontend/binds.cpp" line="43"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3470
        <source>timer 2 sec</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3471
        <translation>timer 2 sec</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3472
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3473
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3474
        <location filename="../../../../QTfrontend/binds.cpp" line="44"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3475
        <source>timer 3 sec</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3476
        <translation>timer 3 sec</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3477
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3478
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3479
        <location filename="../../../../QTfrontend/binds.cpp" line="45"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3480
        <source>timer 4 sec</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3481
        <translation>timer 4 sec</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3482
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3483
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3484
        <location filename="../../../../QTfrontend/binds.cpp" line="46"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3485
        <source>timer 5 sec</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3486
        <translation>timer 5 sec</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3487
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3488
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3489
        <location filename="../../../../QTfrontend/binds.cpp" line="58"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3490
        <source>chat</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3491
        <translation>chat</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3492
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3493
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3494
        <location filename="../../../../QTfrontend/binds.cpp" line="59"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3495
        <source>chat history</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3496
        <translation>chat history</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3497
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3498
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3499
        <location filename="../../../../QTfrontend/binds.cpp" line="60"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3500
        <source>pause</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3501
        <translation>pause</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3502
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3503
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3504
        <location filename="../../../../QTfrontend/binds.cpp" line="62"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3505
        <source>confirmation</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3506
        <translation>confirmation</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3507
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3508
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3509
        <location filename="../../../../QTfrontend/binds.cpp" line="63"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3510
        <source>volume down</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3511
        <translation>volume down</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3512
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3513
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3514
        <location filename="../../../../QTfrontend/binds.cpp" line="64"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3515
        <source>volume up</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3516
        <translation>volume up</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3517
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3518
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3519
        <location filename="../../../../QTfrontend/binds.cpp" line="66"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3520
        <source>change mode</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3521
        <translation>change mode</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3522
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3523
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3524
        <location filename="../../../../QTfrontend/binds.cpp" line="67"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3525
        <source>capture</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3526
        <translation>capture</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3527
    </message>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3528
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3529
        <location filename="../../../../QTfrontend/binds.cpp" line="61"/>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3530
        <source>quit</source>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3531
        <translation>quit</translation>
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  3532
    </message>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  3533
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3534
        <location filename="../../../../QTfrontend/binds.cpp" line="55"/>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  3535
        <source>zoom in</source>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  3536
        <translation>zoom in</translation>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  3537
    </message>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  3538
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3539
        <location filename="../../../../QTfrontend/binds.cpp" line="56"/>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  3540
        <source>zoom out</source>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  3541
        <translation>zoom out</translation>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  3542
    </message>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  3543
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3544
        <location filename="../../../../QTfrontend/binds.cpp" line="57"/>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  3545
        <source>reset zoom</source>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  3546
        <translation>reset zoom</translation>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2270
diff changeset
  3547
    </message>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3548
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3549
        <location filename="../../../../QTfrontend/binds.cpp" line="28"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3550
        <source>long jump</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  3551
        <translation>long jump</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3552
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3553
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3554
        <location filename="../../../../QTfrontend/binds.cpp" line="29"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3555
        <source>high jump</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  3556
        <translation>high jump</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3557
    </message>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
  3558
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3559
        <location filename="../../../../QTfrontend/binds.cpp" line="41"/>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
  3560
        <source>slot 10</source>
4261
32ec5be33ce5 Fix typo in russian translation, update english translation with plural forms
unC0Rr
parents: 4259
diff changeset
  3561
        <translation>slot 10</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
  3562
    </message>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3563
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3564
        <location filename="../../../../QTfrontend/binds.cpp" line="65"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3565
        <source>mute audio</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3566
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3567
    </message>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3568
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3569
        <location filename="../../../../QTfrontend/binds.cpp" line="71"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3570
        <source>record</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3571
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3572
    </message>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3573
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3574
        <location filename="../../../../QTfrontend/binds.cpp" line="69"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3575
        <source>hedgehog info</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3576
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3577
    </message>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3578
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3579
        <location filename="../../../../QTfrontend/binds.cpp" line="49"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3580
        <source>autocam / find hedgehog</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3581
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3582
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3583
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3584
        <location filename="../../../../QTfrontend/binds.cpp" line="68"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3585
        <source>speed up replay</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3586
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3587
    </message>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3588
</context>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3589
<context>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3590
    <name>binds (categories)</name>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3591
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3592
        <location filename="../../../../QTfrontend/binds.cpp" line="23"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3593
        <source>Movement</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3594
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3595
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3596
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3597
        <location filename="../../../../QTfrontend/binds.cpp" line="31"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3598
        <source>Weapons</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3599
        <translation type="unfinished">Weapons</translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3600
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3601
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3602
        <location filename="../../../../QTfrontend/binds.cpp" line="49"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3603
        <source>Camera</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3604
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3605
    </message>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3606
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3607
        <location filename="../../../../QTfrontend/binds.cpp" line="58"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3608
        <source>Miscellaneous</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3609
        <translation type="unfinished"></translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3610
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3611
</context>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3612
<context>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3613
    <name>binds (descriptions)</name>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3614
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3615
        <location filename="../../../../QTfrontend/binds.cpp" line="28"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3616
        <source>Traverse gaps and obstacles by jumping:</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  3617
        <translation>Traverse gaps and obstacles by jumping:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3618
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3619
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3620
        <location filename="../../../../QTfrontend/binds.cpp" line="47"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3621
        <source>Fire your selected weapon or trigger an utility item:</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  3622
        <translation>Fire your selected weapon or trigger an utility item:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3623
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3624
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3625
        <location filename="../../../../QTfrontend/binds.cpp" line="48"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3626
        <source>Pick a weapon or a target location under the cursor:</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  3627
        <translation>Pick a weapon or a target location under the cursor:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3628
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3629
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3630
        <location filename="../../../../QTfrontend/binds.cpp" line="30"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3631
        <source>Switch your currently active hog (if possible):</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  3632
        <translation>Switch your currently active hog (if possible):</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3633
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3634
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3635
        <location filename="../../../../QTfrontend/binds.cpp" line="31"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3636
        <source>Pick a weapon or utility item:</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  3637
        <translation>Pick a weapon or utility item:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3638
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3639
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3640
        <location filename="../../../../QTfrontend/binds.cpp" line="42"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3641
        <source>Set the timer on bombs and timed weapons:</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  3642
        <translation>Set the timer on bombs and timed weapons:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3643
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3644
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3645
        <source>Move the camera to the active hog:</source>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3646
        <translation type="obsolete">Move the camera to the active hog:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3647
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3648
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3649
        <location filename="../../../../QTfrontend/binds.cpp" line="50"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3650
        <source>Move the cursor or camera without using the mouse:</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  3651
        <translation>Move the cursor or camera without using the mouse:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3652
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3653
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3654
        <location filename="../../../../QTfrontend/binds.cpp" line="55"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3655
        <source>Modify the camera&apos;s zoom level:</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  3656
        <translation>Modify the camera&apos;s zoom level:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3657
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3658
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3659
        <location filename="../../../../QTfrontend/binds.cpp" line="58"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3660
        <source>Talk to your team or all participants:</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  3661
        <translation>Talk to your team or all participants:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3662
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3663
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3664
        <location filename="../../../../QTfrontend/binds.cpp" line="60"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3665
        <source>Pause, continue or leave your game:</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  3666
        <translation>Pause, continue or leave your game:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3667
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3668
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3669
        <location filename="../../../../QTfrontend/binds.cpp" line="63"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3670
        <source>Modify the game&apos;s volume while playing:</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  3671
        <translation>Modify the game&apos;s volume while playing:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3672
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3673
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3674
        <location filename="../../../../QTfrontend/binds.cpp" line="66"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3675
        <source>Toggle fullscreen mode:</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  3676
        <translation>Toggle fullscreen mode:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3677
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3678
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3679
        <location filename="../../../../QTfrontend/binds.cpp" line="67"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3680
        <source>Take a screenshot:</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  3681
        <translation>Take a screenshot:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3682
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3683
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3684
        <location filename="../../../../QTfrontend/binds.cpp" line="69"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3685
        <source>Toggle labels above hedgehogs:</source>
3044
8466bd29280f Engine:
smxx
parents: 2913
diff changeset
  3686
        <translation>Toggle labels above hedgehogs:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3687
    </message>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3688
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3689
        <location filename="../../../../QTfrontend/binds.cpp" line="71"/>
7679
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3690
        <source>Record video:</source>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3691
        <translation type="unfinished"></translation>
bfa26daad684 - Fix some warnings in frontend
unc0rr
parents: 6240
diff changeset
  3692
    </message>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3693
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3694
        <location filename="../../../../QTfrontend/binds.cpp" line="23"/>
8401
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3695
        <source>Hedgehog movement</source>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3696
        <translation type="unfinished"></translation>
87410ae372f6 Server messages localization using Qt's l10n subsystem:
unc0rr
parents: 7982
diff changeset
  3697
    </message>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3698
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3699
        <location filename="../../../../QTfrontend/binds.cpp" line="49"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3700
        <source>Toggle automatic camera / refocus on active hedgehog:</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3701
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3702
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3703
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3704
        <location filename="../../../../QTfrontend/binds.cpp" line="68"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3705
        <source>Demo replay:</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3706
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  3707
    </message>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3708
</context>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3709
<context>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3710
    <name>binds (keys)</name>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3711
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3712
        <location filename="../../../../QTfrontend/util/SDLInteraction.cpp" line="134"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3713
        <source>Axis</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3714
        <translation type="unfinished"></translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3715
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3716
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3717
        <location filename="../../../../QTfrontend/util/SDLInteraction.cpp" line="138"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3718
        <location filename="../../../../QTfrontend/util/SDLInteraction.cpp" line="153"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3719
        <source>(Up)</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3720
        <translation type="unfinished"></translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3721
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3722
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3723
        <location filename="../../../../QTfrontend/util/SDLInteraction.cpp" line="142"/>
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3724
        <location filename="../../../../QTfrontend/util/SDLInteraction.cpp" line="157"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3725
        <source>(Down)</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3726
        <translation type="unfinished"></translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3727
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3728
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3729
        <location filename="../../../../QTfrontend/util/SDLInteraction.cpp" line="149"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3730
        <source>Hat</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3731
        <translation type="unfinished"></translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3732
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3733
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3734
        <location filename="../../../../QTfrontend/util/SDLInteraction.cpp" line="161"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3735
        <source>(Left)</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3736
        <translation type="unfinished"></translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3737
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3738
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3739
        <location filename="../../../../QTfrontend/util/SDLInteraction.cpp" line="165"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3740
        <source>(Right)</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3741
        <translation type="unfinished"></translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3742
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3743
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3744
        <location filename="../../../../QTfrontend/util/SDLInteraction.cpp" line="173"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3745
        <source>Button</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3746
        <translation type="unfinished"></translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3747
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3748
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3749
        <location filename="../../../../QTfrontend/util/DataManager.cpp" line="156"/>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3750
        <source>Keyboard</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3751
        <translation type="unfinished"></translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  3752
    </message>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  3753
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3754
        <location filename="../../../../QTfrontend/sdlkeys.h" line="96"/>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  3755
        <source>Delete</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3756
        <translation>Delete</translation>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3757
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3758
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3759
        <location filename="../../../../QTfrontend/sdlkeys.h" line="21"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3760
        <source>Mouse: Left button</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3761
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3762
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3763
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3764
        <location filename="../../../../QTfrontend/sdlkeys.h" line="22"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3765
        <source>Mouse: Middle button</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3766
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3767
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3768
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3769
        <location filename="../../../../QTfrontend/sdlkeys.h" line="23"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3770
        <source>Mouse: Right button</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3771
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3772
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3773
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3774
        <location filename="../../../../QTfrontend/sdlkeys.h" line="24"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3775
        <source>Mouse: Wheel up</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3776
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3777
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3778
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3779
        <location filename="../../../../QTfrontend/sdlkeys.h" line="25"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3780
        <source>Mouse: Wheel down</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3781
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3782
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3783
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3784
        <location filename="../../../../QTfrontend/sdlkeys.h" line="26"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3785
        <source>Backspace</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3786
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3787
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3788
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3789
        <location filename="../../../../QTfrontend/sdlkeys.h" line="27"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3790
        <source>Tab</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3791
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3792
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3793
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3794
        <location filename="../../../../QTfrontend/sdlkeys.h" line="28"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3795
        <source>Clear</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3796
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3797
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3798
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3799
        <location filename="../../../../QTfrontend/sdlkeys.h" line="29"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3800
        <source>Return</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3801
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3802
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3803
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3804
        <location filename="../../../../QTfrontend/sdlkeys.h" line="30"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3805
        <source>Pause</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3806
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3807
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3808
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3809
        <location filename="../../../../QTfrontend/sdlkeys.h" line="31"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3810
        <source>Escape</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3811
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3812
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3813
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3814
        <location filename="../../../../QTfrontend/sdlkeys.h" line="32"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3815
        <source>Space</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3816
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3817
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3818
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3819
        <location filename="../../../../QTfrontend/sdlkeys.h" line="97"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3820
        <source>Numpad 0</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3821
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3822
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3823
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3824
        <location filename="../../../../QTfrontend/sdlkeys.h" line="98"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3825
        <source>Numpad 1</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3826
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3827
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3828
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3829
        <location filename="../../../../QTfrontend/sdlkeys.h" line="99"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3830
        <source>Numpad 2</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3831
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3832
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3833
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3834
        <location filename="../../../../QTfrontend/sdlkeys.h" line="100"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3835
        <source>Numpad 3</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3836
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3837
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3838
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3839
        <location filename="../../../../QTfrontend/sdlkeys.h" line="101"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3840
        <source>Numpad 4</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3841
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3842
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3843
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3844
        <location filename="../../../../QTfrontend/sdlkeys.h" line="102"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3845
        <source>Numpad 5</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3846
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3847
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3848
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3849
        <location filename="../../../../QTfrontend/sdlkeys.h" line="103"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3850
        <source>Numpad 6</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3851
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3852
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3853
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3854
        <location filename="../../../../QTfrontend/sdlkeys.h" line="104"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3855
        <source>Numpad 7</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3856
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3857
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3858
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3859
        <location filename="../../../../QTfrontend/sdlkeys.h" line="105"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3860
        <source>Numpad 8</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3861
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3862
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3863
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3864
        <location filename="../../../../QTfrontend/sdlkeys.h" line="106"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3865
        <source>Numpad 9</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3866
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3867
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3868
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3869
        <location filename="../../../../QTfrontend/sdlkeys.h" line="107"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3870
        <source>Numpad .</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3871
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3872
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3873
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3874
        <location filename="../../../../QTfrontend/sdlkeys.h" line="108"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3875
        <source>Numpad /</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3876
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3877
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3878
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3879
        <location filename="../../../../QTfrontend/sdlkeys.h" line="109"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3880
        <source>Numpad *</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3881
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3882
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3883
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3884
        <location filename="../../../../QTfrontend/sdlkeys.h" line="110"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3885
        <source>Numpad -</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3886
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3887
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3888
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3889
        <location filename="../../../../QTfrontend/sdlkeys.h" line="111"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3890
        <source>Numpad +</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3891
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3892
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3893
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3894
        <location filename="../../../../QTfrontend/sdlkeys.h" line="112"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3895
        <source>Enter</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3896
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3897
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3898
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3899
        <location filename="../../../../QTfrontend/sdlkeys.h" line="113"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3900
        <source>Equals</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3901
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3902
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3903
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3904
        <location filename="../../../../QTfrontend/sdlkeys.h" line="114"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3905
        <source>Up</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3906
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3907
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3908
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3909
        <location filename="../../../../QTfrontend/sdlkeys.h" line="115"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3910
        <source>Down</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3911
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3912
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3913
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3914
        <location filename="../../../../QTfrontend/sdlkeys.h" line="116"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3915
        <source>Right</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3916
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3917
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3918
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3919
        <location filename="../../../../QTfrontend/sdlkeys.h" line="117"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3920
        <source>Left</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3921
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3922
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3923
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3924
        <location filename="../../../../QTfrontend/sdlkeys.h" line="118"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3925
        <source>Insert</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3926
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3927
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3928
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3929
        <location filename="../../../../QTfrontend/sdlkeys.h" line="119"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3930
        <source>Home</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3931
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3932
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3933
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3934
        <location filename="../../../../QTfrontend/sdlkeys.h" line="120"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3935
        <source>End</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3936
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3937
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3938
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3939
        <location filename="../../../../QTfrontend/sdlkeys.h" line="121"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3940
        <source>Page up</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3941
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3942
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3943
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3944
        <location filename="../../../../QTfrontend/sdlkeys.h" line="122"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3945
        <source>Page down</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3946
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3947
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3948
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3949
        <location filename="../../../../QTfrontend/sdlkeys.h" line="138"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3950
        <source>Num lock</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3951
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3952
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3953
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3954
        <location filename="../../../../QTfrontend/sdlkeys.h" line="139"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3955
        <source>Caps lock</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3956
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3957
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3958
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3959
        <location filename="../../../../QTfrontend/sdlkeys.h" line="140"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3960
        <source>Scroll lock</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3961
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3962
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3963
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3964
        <location filename="../../../../QTfrontend/sdlkeys.h" line="141"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3965
        <source>Right shift</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3966
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3967
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3968
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3969
        <location filename="../../../../QTfrontend/sdlkeys.h" line="142"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3970
        <source>Left shift</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3971
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3972
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3973
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3974
        <location filename="../../../../QTfrontend/sdlkeys.h" line="143"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3975
        <source>Right ctrl</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3976
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3977
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3978
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3979
        <location filename="../../../../QTfrontend/sdlkeys.h" line="144"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3980
        <source>Left ctrl</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3981
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3982
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3983
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3984
        <location filename="../../../../QTfrontend/sdlkeys.h" line="145"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3985
        <source>Right alt</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3986
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3987
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3988
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3989
        <location filename="../../../../QTfrontend/sdlkeys.h" line="146"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3990
        <source>Left alt</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3991
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3992
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3993
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3994
        <location filename="../../../../QTfrontend/sdlkeys.h" line="147"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3995
        <source>Right meta</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  3996
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3997
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  3998
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  3999
        <location filename="../../../../QTfrontend/sdlkeys.h" line="148"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4000
        <source>Left meta</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  4001
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4002
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4003
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4004
        <location filename="../../../../QTfrontend/sdlkeys.h" line="155"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4005
        <source>A button</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  4006
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4007
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4008
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4009
        <location filename="../../../../QTfrontend/sdlkeys.h" line="156"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4010
        <source>B button</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  4011
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4012
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4013
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4014
        <location filename="../../../../QTfrontend/sdlkeys.h" line="157"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4015
        <source>X button</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  4016
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4017
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4018
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4019
        <location filename="../../../../QTfrontend/sdlkeys.h" line="158"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4020
        <source>Y button</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  4021
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4022
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4023
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4024
        <location filename="../../../../QTfrontend/sdlkeys.h" line="159"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4025
        <source>LB button</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  4026
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4027
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4028
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4029
        <location filename="../../../../QTfrontend/sdlkeys.h" line="160"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4030
        <source>RB button</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  4031
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4032
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4033
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4034
        <location filename="../../../../QTfrontend/sdlkeys.h" line="161"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4035
        <source>Back button</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  4036
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4037
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4038
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4039
        <location filename="../../../../QTfrontend/sdlkeys.h" line="162"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4040
        <source>Start button</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  4041
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4042
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4043
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4044
        <location filename="../../../../QTfrontend/sdlkeys.h" line="163"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4045
        <source>Left stick</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  4046
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4047
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4048
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4049
        <location filename="../../../../QTfrontend/sdlkeys.h" line="164"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4050
        <source>Right stick</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  4051
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4052
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4053
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4054
        <location filename="../../../../QTfrontend/sdlkeys.h" line="171"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4055
        <source>Left stick (Right)</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  4056
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4057
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4058
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4059
        <location filename="../../../../QTfrontend/sdlkeys.h" line="172"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4060
        <source>Left stick (Left)</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  4061
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4062
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4063
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4064
        <location filename="../../../../QTfrontend/sdlkeys.h" line="173"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4065
        <source>Left stick (Down)</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  4066
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4067
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4068
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4069
        <location filename="../../../../QTfrontend/sdlkeys.h" line="174"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4070
        <source>Left stick (Up)</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  4071
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4072
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4073
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4074
        <location filename="../../../../QTfrontend/sdlkeys.h" line="175"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4075
        <source>Left trigger</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  4076
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4077
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4078
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4079
        <location filename="../../../../QTfrontend/sdlkeys.h" line="176"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4080
        <source>Right trigger</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  4081
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4082
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4083
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4084
        <location filename="../../../../QTfrontend/sdlkeys.h" line="177"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4085
        <source>Right stick (Down)</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  4086
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4087
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4088
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4089
        <location filename="../../../../QTfrontend/sdlkeys.h" line="178"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4090
        <source>Right stick (Up)</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  4091
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4092
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4093
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4094
        <location filename="../../../../QTfrontend/sdlkeys.h" line="179"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4095
        <source>Right stick (Right)</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  4096
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4097
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4098
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4099
        <location filename="../../../../QTfrontend/sdlkeys.h" line="180"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4100
        <source>Right stick (Left)</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  4101
        <translation type="unfinished"></translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4102
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4103
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4104
        <location filename="../../../../QTfrontend/sdlkeys.h" line="182"/>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  4105
        <source>DPad</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
  4106
        <translation type="unfinished"></translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  4107
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  4108
</context>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4109
<context>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4110
    <name>server</name>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4111
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4112
        <location filename="../../../../QTfrontend/servermessages.h" line="14"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4113
        <source>Restricted</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4114
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4115
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4116
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4117
        <location filename="../../../../QTfrontend/servermessages.h" line="15"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4118
        <source>Not room master</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4119
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4120
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4121
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4122
        <location filename="../../../../QTfrontend/servermessages.h" line="16"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4123
        <source>Corrupted hedgehogs info</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4124
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4125
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4126
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4127
        <location filename="../../../../QTfrontend/servermessages.h" line="17"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4128
        <source>too many teams</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4129
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4130
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4131
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4132
        <location filename="../../../../QTfrontend/servermessages.h" line="18"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4133
        <source>too many hedgehogs</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4134
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4135
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4136
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4137
        <location filename="../../../../QTfrontend/servermessages.h" line="19"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4138
        <source>There&apos;s already a team with same name in the list</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4139
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4140
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4141
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4142
        <location filename="../../../../QTfrontend/servermessages.h" line="20"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4143
        <source>round in progress</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4144
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4145
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4146
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4147
        <location filename="../../../../QTfrontend/servermessages.h" line="21"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4148
        <source>restricted</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4149
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4150
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4151
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4152
        <location filename="../../../../QTfrontend/servermessages.h" line="22"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4153
        <source>REMOVE_TEAM: no such team</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4154
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4155
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4156
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4157
        <location filename="../../../../QTfrontend/servermessages.h" line="23"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4158
        <source>Not team owner!</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4159
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4160
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4161
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4162
        <location filename="../../../../QTfrontend/servermessages.h" line="12"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4163
        <source>Less than two clans!</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4164
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4165
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4166
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4167
        <location filename="../../../../QTfrontend/servermessages.h" line="6"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4168
        <source>Illegal room name</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4169
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4170
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4171
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4172
        <location filename="../../../../QTfrontend/servermessages.h" line="24"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4173
        <source>Room with such name already exists</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4174
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4175
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4176
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4177
        <location filename="../../../../QTfrontend/servermessages.h" line="2"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4178
        <source>Nickname already chosen</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4179
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4180
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4181
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4182
        <location filename="../../../../QTfrontend/servermessages.h" line="3"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4183
        <source>Illegal nickname</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4184
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4185
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4186
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4187
        <location filename="../../../../QTfrontend/servermessages.h" line="4"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4188
        <source>Protocol already known</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4189
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4190
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4191
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4192
        <location filename="../../../../QTfrontend/servermessages.h" line="5"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4193
        <source>Bad number</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4194
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4195
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4196
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4197
        <location filename="../../../../QTfrontend/servermessages.h" line="25"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4198
        <source>Nickname is already in use</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4199
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4200
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4201
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4202
        <location filename="../../../../QTfrontend/servermessages.h" line="26"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4203
        <source>No checker rights</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4204
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4205
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4206
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4207
        <location filename="../../../../QTfrontend/servermessages.h" line="27"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4208
        <source>Authentication failed</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4209
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4210
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4211
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4212
        <location filename="../../../../QTfrontend/servermessages.h" line="28"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4213
        <source>60 seconds cooldown after kick</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4214
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4215
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4216
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4217
        <location filename="../../../../QTfrontend/servermessages.h" line="29"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4218
        <source>kicked</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4219
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4220
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4221
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4222
        <location filename="../../../../QTfrontend/servermessages.h" line="31"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4223
        <source>Ping timeout</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4224
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4225
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4226
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4227
        <location filename="../../../../QTfrontend/servermessages.h" line="45"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4228
        <source>bye</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4229
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4230
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4231
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4232
        <location filename="../../../../QTfrontend/servermessages.h" line="7"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4233
        <source>No such room</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4234
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4235
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4236
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4237
        <location filename="../../../../QTfrontend/servermessages.h" line="8"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4238
        <source>Room version incompatible to your hedgewars version</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4239
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4240
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4241
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4242
        <location filename="../../../../QTfrontend/servermessages.h" line="9"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4243
        <source>Joining restricted</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4244
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4245
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4246
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4247
        <location filename="../../../../QTfrontend/servermessages.h" line="10"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4248
        <source>Registered users only</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4249
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4250
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4251
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4252
        <location filename="../../../../QTfrontend/servermessages.h" line="11"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4253
        <source>You are banned in this room</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4254
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4255
    </message>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4256
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4257
        <location filename="../../../../QTfrontend/servermessages.h" line="13"/>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4258
        <source>Empty config entry</source>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4259
        <translation type="unfinished"></translation>
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4260
    </message>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4261
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4262
        <location filename="../../../../QTfrontend/servermessages.h" line="38"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4263
        <source>You already have voted</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4264
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4265
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4266
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4267
        <location filename="../../../../QTfrontend/servermessages.h" line="39"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4268
        <source>Voting closed</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4269
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4270
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4271
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4272
        <location filename="../../../../QTfrontend/servermessages.h" line="40"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4273
        <source>New voting started</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4274
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4275
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4276
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4277
        <location filename="../../../../QTfrontend/servermessages.h" line="41"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4278
        <source>Voting expired</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4279
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4280
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4281
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4282
        <location filename="../../../../QTfrontend/servermessages.h" line="42"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4283
        <source>kick</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4284
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4285
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4286
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4287
        <location filename="../../../../QTfrontend/servermessages.h" line="43"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4288
        <source>map</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4289
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4290
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4291
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4292
        <location filename="../../../../QTfrontend/servermessages.h" line="44"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4293
        <source>pause</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4294
        <translation type="unfinished">pause</translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4295
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4296
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4297
        <location filename="../../../../QTfrontend/servermessages.h" line="30"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4298
        <source>Reconnected too fast</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4299
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4300
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4301
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4302
        <location filename="../../../../QTfrontend/servermessages.h" line="32"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4303
        <source>Warning! Chat flood protection activated</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4304
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4305
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4306
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4307
        <location filename="../../../../QTfrontend/servermessages.h" line="33"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4308
        <source>Excess flood</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4309
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4310
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4311
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4312
        <location filename="../../../../QTfrontend/servermessages.h" line="34"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4313
        <source>Game messages flood detected - 1</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4314
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4315
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4316
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4317
        <location filename="../../../../QTfrontend/servermessages.h" line="35"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4318
        <source>Game messages flood detected - 2</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4319
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4320
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4321
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4322
        <location filename="../../../../QTfrontend/servermessages.h" line="36"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4323
        <source>Warning! Joins flood protection activated</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4324
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4325
    </message>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4326
    <message>
10750
31c744824dab don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
sheepluva
parents: 10451
diff changeset
  4327
        <location filename="../../../../QTfrontend/servermessages.h" line="37"/>
10451
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4328
        <source>There&apos;s no voting going on</source>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4329
        <translation type="unfinished"></translation>
aa5124705663 Update Qt strings too
nemo
parents: 9793
diff changeset
  4330
    </message>
9793
c2f10934ed4d lupdate-qt4
nemo
parents: 9756
diff changeset
  4331
</context>
1674
b6d609815378 Add English translation (needed to support plural forms)
unc0rr
parents:
diff changeset
  4332
</TS>