summaryrefslogtreecommitdiff
path: root/src/gui/setup_players.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-03 12:35:22 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-03 12:51:43 +0300
commita7c723b681ddefdcaa84cb9b16681c65818d7110 (patch)
tree3c7100a90db00c3eacc41977cdb5bbae99e6ca40 /src/gui/setup_players.cpp
parent04fbf07c41bf78dea11aa9b7098c80f0da3801e3 (diff)
downloadplus-a7c723b681ddefdcaa84cb9b16681c65818d7110.tar.gz
plus-a7c723b681ddefdcaa84cb9b16681c65818d7110.tar.bz2
plus-a7c723b681ddefdcaa84cb9b16681c65818d7110.tar.xz
plus-a7c723b681ddefdcaa84cb9b16681c65818d7110.zip
add comments for translators
Diffstat (limited to 'src/gui/setup_players.cpp')
-rw-r--r--src/gui/setup_players.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/gui/setup_players.cpp b/src/gui/setup_players.cpp
index 92e856897..3834703f5 100644
--- a/src/gui/setup_players.cpp
+++ b/src/gui/setup_players.cpp
@@ -44,51 +44,66 @@
Setup_Players::Setup_Players(const Widget2 *const widget) :
SetupTabScroll(widget)
{
+ // TRANSLATORS: settings tab name
setName(_("Players"));
LayoutHelper h(this);
ContainerPlacer place = h.getPlacer(0, 0);
place(0, 0, mScroll, 10, 10);
+ // TRANSLATORS: settings option
new SetupItemCheckBox(_("Show gender"), "",
"showgender", this, "showgenderEvent");
+ // TRANSLATORS: settings option
new SetupItemCheckBox(_("Show level"), "",
"showlevel", this, "showlevelEvent");
+ // TRANSLATORS: settings option
new SetupItemCheckBox(_("Show own name"), "",
"showownname", this, "showownnameEvent");
+ // TRANSLATORS: settings option
new SetupItemCheckBox(_("Enable extended mouse targeting"), "",
"extMouseTargeting", this, "extMouseTargetingEvent");
+ // TRANSLATORS: settings option
new SetupItemCheckBox(_("Target dead players"), "",
"targetDeadPlayers", this, "targetDeadPlayersEvent");
+ // TRANSLATORS: settings option
new SetupItemCheckBox(_("Visible names"), "",
"visiblenames", this, "visiblenamesEvent");
+ // TRANSLATORS: settings option
new SetupItemCheckBox(_("Auto move names"), "",
"moveNames", this, "moveNamesEvent");
+ // TRANSLATORS: settings option
new SetupItemCheckBox(_("Secure trades"), "",
"securetrades", this, "securetradesEvent");
+ // TRANSLATORS: settings option
new SetupItemTextField(_("Unsecure chars in names"), "",
"unsecureChars", this, "unsecureCharsEvent");
+ // TRANSLATORS: settings option
new SetupItemCheckBox(_("Show statuses"), "",
"showPlayersStatus", this, "showPlayersStatusEvent");
+ // TRANSLATORS: settings option
new SetupItemCheckBox(_("Show ip addresses on screenshots"), "",
"showip", this, "showipEvent");
+ // TRANSLATORS: settings option
new SetupItemCheckBox(_("Allow self heal with mouse click"), "",
"selfMouseHeal", this, "selfMouseHealEvent");
+ // TRANSLATORS: settings option
new SetupItemCheckBox(_("Group friends in who is online window"), "",
"groupFriends", this, "groupFriendsEvent");
+ // TRANSLATORS: settings option
new SetupItemCheckBox(_("Hide erased players nicks"), "",
"hideErased", this, "hideErasedEvent");