diff options
author | Adam <Adam@anope.org> | 2010-10-14 16:18:20 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-10-14 16:18:20 -0400 |
commit | bf2f151c68fc9b662281a4d04766ccc7f86c8208 (patch) | |
tree | 76cdfba4a0c8e29de81952b91b125565db0b45b2 | |
parent | 4c64c86ef4ddf9ff09c8f51f8a38e20f0513ae8d (diff) |
Fixed some improper english in the HOST_GROUP language strings
-rw-r--r-- | lang/cat.l | 4 | ||||
-rw-r--r-- | lang/en_us.l | 4 | ||||
-rw-r--r-- | lang/gr.l | 4 | ||||
-rw-r--r-- | lang/nl.l | 4 | ||||
-rw-r--r-- | lang/pt.l | 4 | ||||
-rw-r--r-- | version.log | 3 |
6 files changed, 12 insertions, 11 deletions
diff --git a/lang/cat.l b/lang/cat.l index 91c95f296..96c8b463c 100644 --- a/lang/cat.l +++ b/lang/cat.l @@ -6765,9 +6765,9 @@ HOST_NO_VIDENT # ########################################################################### HOST_GROUP - All vhost's in the group %s have been set to %s + All vhosts in the group %s have been set to %s HOST_IDENT_GROUP - All vhost's in the group %s have been set to %s@%s + All vhosts in the group %s have been set to %s@%s ########################################################################### # diff --git a/lang/en_us.l b/lang/en_us.l index 123dccf46..7799a0fe7 100644 --- a/lang/en_us.l +++ b/lang/en_us.l @@ -6390,9 +6390,9 @@ HOST_OFF_UNREAL HOST_NO_VIDENT Your IRCD does not support vIdent's, if this is incorrect, please report this as a possible bug HOST_GROUP - All vhost's in the group %s have been set to %s + All vhosts in the group %s have been set to %s HOST_IDENT_GROUP - All vhost's in the group %s have been set to %s@%s + All vhosts in the group %s have been set to %s@%s HOST_LIST_FOOTER Displayed all records (Count: %d) HOST_LIST_RANGE_FOOTER @@ -6651,9 +6651,9 @@ HOST_NO_VIDENT # ########################################################################### HOST_GROUP - All vhost's in the group %s have been set to %s + All vhosts in the group %s have been set to %s HOST_IDENT_GROUP - All vhost's in the group %s have been set to %s@%s + All vhosts in the group %s have been set to %s@%s ########################################################################### # @@ -6569,9 +6569,9 @@ HOST_OFF_UNREAL HOST_NO_VIDENT Je IRCD ondersteunt geen vIdent's. Als dit niet klopt, rapporteer dit dan als een mogelijke bug HOST_GROUP - Alle vhost's in de groep %s zijn ingesteld op %s + Alle vhosts in de groep %s zijn ingesteld op %s HOST_IDENT_GROUP - Alle vhost's in de groep %s zijn ingesteld op %s@%s + Alle vhosts in de groep %s zijn ingesteld op %s@%s ########################################################################### # @@ -6535,9 +6535,9 @@ HOST_OFF_UNREAL HOST_NO_VIDENT Seu IRCD não suporta vIdent's, se isto não está certo, por favor reporte isso como um possível bug. HOST_GROUP - Todos os vhost's no grupo %s foram ajustados para %s + Todos os vhosts no grupo %s foram ajustados para %s HOST_IDENT_GROUP - Todos os vhost's no grupo %s foram ajustados para %s@%s + Todos os vhosts no grupo %s foram ajustados para %s@%s HOST_LIST_FOOTER Exibidos todos os registros (Contador: %d) HOST_LIST_RANGE_FOOTER diff --git a/version.log b/version.log index f6dcb85ca..39aea9ff6 100644 --- a/version.log +++ b/version.log @@ -8,9 +8,10 @@ VERSION_MAJOR="1" VERSION_MINOR="8" VERSION_PATCH="5" VERSION_EXTRA="-git" -VERSION_BUILD="3044" +VERSION_BUILD="3045" # $Log$ # Changes since 1.8.5 Release +#Revision 3045 - Fixed some improper english in the HOST_GROUP language strings #Revision 3044 - Fixed a potential crash from accessing invalid memory after unbanning people when checking whether a host is akick stuck. Fixes /cs unban not reapplying stuck ban masks. #Revision 3043 - Fixed /nickserv saset display to change the nicktracking of the users affected by it, not the user executing it #Revision 3042 - Fixed /nickserv group to use nicktracking if enabled |