diff options
Diffstat (limited to 'lang/it.l')
-rw-r--r-- | lang/it.l | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -550,6 +550,16 @@ NICK_ACCESS_LIST NICK_ACCESS_LIST_X Lista di accesso di %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] @@ -587,6 +597,8 @@ NICK_INFO_GREET Messaggio di saluto (greet): %s NICK_INFO_OPTIONS Opzioni: %s +NICK_INFO_EXPIRE + Expires in: %s # These strings MUST NOT be empty NICK_INFO_OPT_KILL Protezione @@ -636,6 +648,10 @@ NICK_GLIST_HEADER_X Lista dei nick nel gruppo di %s: NICK_GLIST_FOOTER %d nick nel gruppo. +NICK_GLIST_REPLY + %c%s +NICK_GLIST_REPLY_ADMIN + %c%s (expires in %s) # RECOVER responses NICK_RECOVER_SYNTAX @@ -1319,6 +1335,18 @@ CHAN_LEVELS_LIST_NORMAL CHAN_LEVELS_RESET I livelli di accesso di %s sono stati ripristinati ai valori originali. +# 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 canale [ALL] |