updates.
[silc.git] / apps / irssi / src / fe-common / silc / module-formats.c
index c1cdaa00c7af03bcd817458287a3b4135aae563e..9b5b6514a8ca4a86ecf28a85f581404683da7220 100644 (file)
@@ -74,7 +74,7 @@ FORMAT_REC fecommon_silc_formats[] = {
        { "key_agreement_request", "{nick $0} wants to perform key agreement", 1, { 0 } },
        { "key_agreement_request_host", "{nick $0} wants to perform key agreement on {nickhost $1} port {hilight $2}", 3, { 0, 0, 0 } },
        { "key_agreement_negotiate", "Starting key agreement with {nick $0}", 1, { 0 } },
-       { "key_agreement_privmsg", "The private messages with the {nick $0} are now protected with the private key", 1, { 0 } },
+       { "key_agreement_privmsg", "The private messages with {nick $0} are now protected with private key", 1, { 0 } },
        { "key_agreement_ok", "Key agreement completed successfully with {nick $0}", 1, { 0 } },
        { "key_agreement_error", "Error occurred during key agreement with {nick $0}", 1, { 0 } },
        { "key_agreement_failure", "Key agreement failed with {nick $0}", 1, { 0 } },
@@ -90,7 +90,7 @@ FORMAT_REC fecommon_silc_formats[] = {
        { "pubkey_malformed", "Your local copy of the {hilight $0} key is malformed", 1, { 0 } },
        { "pubkey_no_match", "{hilight $0} key does not match with your local copy", 1, { 0 } },
        { "pubkey_maybe_expired", "It is possible that the key has expired or changed", 0 },
-       { "pubkey_mitm_attach", "It is also possible that someone is performing man-in-the-middle attack", 0 },
+       { "pubkey_mitm_attack", "It is also possible that someone is performing a man-in-the-middle attack", 0 },
        { "getkey_notkey", "Server did not return any public key", 0 },
        { "getkey_verified", "Verified successfully $0 {hilight $1}'s cached public key", 2, { 0, 0 } },
        { "getkey_discard", "Could not verify $0 {hilight $1}'s public key", 2, { 0, 0 } },
@@ -104,7 +104,7 @@ FORMAT_REC fecommon_silc_formats[] = {
        { "list", "  %|{channelhilight $[36]0} {hilight $[7]1} $2", 3, { 0, 0, 0 } },
        { "bad_nick", "Bad nickname {hilight $0}", 1, { 0 } },
        { "unknown_notify", "Unknown notify type {hilight $0}", 1, { 0 } },
-       { "ke_bad_version", "You are running incompatible client version (it may be too old or too new) ", 0 },
+       { "ke_bad_version", "You are running an incompatible client version (it may be too old or too new) ", 0 },
        { "ke_unsupported_public_key", "Server does not support your public key type", 0 },
        { "ke_unknown_group", "Server does not support one of your proposed KE group", 0 },
        { "ke_unknown_cipher", "Server does not support one of your proposed cipher", 0 },
@@ -114,7 +114,7 @@ FORMAT_REC fecommon_silc_formats[] = {
        { "ke_incorrect_signature", "Incorrect signature", 0 },
        { "ke_invalid_cookie", "Invalid cookie", 0 },
        { "auth_failed", "Authentication failed", 0 },
-       { "set_away", "You have meen marked as being away (away message: {hilight $0})", 1, { 0 } },
+       { "set_away", "You have been marked as being away (away message: {hilight $0})", 1, { 0 } },
        { "unset_away", "You are no longer marked as being away", 0 },
        { "auth_meth_unresolved", "Could not resolve authentication method to use, assume no authentication", 0 },