diff options
Diffstat (limited to 'lang/en_us.l')
-rw-r--r-- | lang/en_us.l | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lang/en_us.l b/lang/en_us.l index 3faee6c35..01a36c14a 100644 --- a/lang/en_us.l +++ b/lang/en_us.l @@ -541,6 +541,16 @@ NICK_ACCESS_LIST NICK_ACCESS_LIST_X Access list for %s: +# Status messages +NICK_STATUS_0 + STATUS %s 0 +NICK_STATUS_1 + STATUS %s 1 +NICK_STATUS_2 + STATUS %s 2 +NICK_STATUS_3 + STATUS %s 3 + # INFO responses NICK_INFO_SYNTAX INFO nick [ALL] @@ -578,6 +588,8 @@ NICK_INFO_GREET Greet message: %s NICK_INFO_OPTIONS Options: %s +NICK_INFO_EXPIRE + Expires in: %s # These strings MUST NOT be empty NICK_INFO_OPT_KILL Protection @@ -627,6 +639,10 @@ NICK_GLIST_HEADER_X List of nicknames in the group of %s: NICK_GLIST_FOOTER %d nicknames in the group. +NICK_GLIST_REPLY + %c%s +NICK_GLIST_REPLY_ADMIN + %c%s (expires in %s) # RECOVER responses NICK_RECOVER_SYNTAX @@ -1306,6 +1322,18 @@ CHAN_LEVELS_LIST_NORMAL CHAN_LEVELS_RESET Access levels for %s reset to defaults. +# Status Messages +CHAN_STATUS_SYNTAX + STATUS ERROR Syntax error +CHAN_STATUS_NOT_REGGED + STATUS ERROR Channel %s not registered +CHAN_STATUS_FORBIDDEN + STATUS ERROR Channel %s forbidden +CHAN_STATUS_NOTONLINE + STATUS ERROR Nick %s not online +CHAN_STATUS_INFO + STATUS %s %s %d + # INFO responses CHAN_INFO_SYNTAX INFO channel [ALL] |