Translate banlist checkboxes

Closes #465
This commit is contained in:
TingPing 2013-03-24 04:20:39 -03:00
parent 7a38aca803
commit 7863bc71f8

View File

@ -56,7 +56,7 @@ static void supports_quiet (banlist_info *, int);
static mode_info modes[MODE_CT] = { static mode_info modes[MODE_CT] = {
{ {
"Bans", N_("Bans"),
"(b) ", "(b) ",
'b', 'b',
RPL_BANLIST, RPL_BANLIST,
@ -65,7 +65,7 @@ static mode_info modes[MODE_CT] = {
supports_bans supports_bans
} }
,{ ,{
"Exempts", N_("Exempts"),
"(e) ", "(e) ",
'e', 'e',
RPL_EXCEPTLIST, RPL_EXCEPTLIST,
@ -74,7 +74,7 @@ static mode_info modes[MODE_CT] = {
supports_exempt supports_exempt
} }
,{ ,{
"Invites", N_("Invites"),
"(I) ", "(I) ",
'I', 'I',
RPL_INVITELIST, RPL_INVITELIST,
@ -83,7 +83,7 @@ static mode_info modes[MODE_CT] = {
supports_invite supports_invite
} }
,{ ,{
"Quiets", N_("Quiets"),
"(q) ", "(q) ",
'q', 'q',
RPL_QUIETLIST, RPL_QUIETLIST,