@@ -1151,7 +1151,7 @@ Profile files are not affected!</value>
11511151 <value >The settings location is not affected!</value >
11521152 </data >
11531153 <data name =" TimeoutOnSNMPQuery" xml : space =" preserve" >
1154- <value >Timeout on SNMP query.</value >
1154+ <value >Timeout on SNMP query. Maybe the host is not reachable or the community / password is wrong. </value >
11551155 </data >
11561156 <data name =" TimeoutWhenQueryingDNSServerMessage" xml : space =" preserve" >
11571157 <value >Timeout when querying the DNS server with the IP address "{0}"!</value >
@@ -3685,4 +3685,67 @@ Try again in a few seconds.</value>
36853685 <data name =" EnterHostToQueryIPGeolocationDots" xml : space =" preserve" >
36863686 <value >Enter host to query IP geolocation...</value >
36873687 </data >
3688+ <data name =" SNMPV3ErrorCode_UnknownUserName" xml : space =" preserve" >
3689+ <value >Unknown user name.</value >
3690+ </data >
3691+ <data name =" SNMPV3ErrorCode_AuthenticationFailed" xml : space =" preserve" >
3692+ <value >Authentication failure (incorrect password, community or key).</value >
3693+ </data >
3694+ <data name =" SNMPErrorCode_NoError" xml : space =" preserve" >
3695+ <value >The operation was successful without any errors.</value >
3696+ </data >
3697+ <data name =" SNMPErrorCode_TooBig" xml : space =" preserve" >
3698+ <value >The response to your request was too large to fit into a single response!</value >
3699+ </data >
3700+ <data name =" SNMPErrorCode_NoSuchName" xml : space =" preserve" >
3701+ <value >The requested OID could not be found!</value >
3702+ </data >
3703+ <data name =" SNMPErrorCode_BadValue" xml : space =" preserve" >
3704+ <value >A read-write or write-only object was set to an inconsistent value!</value >
3705+ </data >
3706+ <data name =" SNMPErrorCode_ReadOnly" xml : space =" preserve" >
3707+ <value >The requested OID does not exist and is not writable!</value >
3708+ </data >
3709+ <data name =" SNMPErrorCode_GenError" xml : space =" preserve" >
3710+ <value >An error occurred for which no specific message is available!</value >
3711+ </data >
3712+ <data name =" SNMPErrorCode_NoAccess" xml : space =" preserve" >
3713+ <value >The requested object is not accessible for modification!</value >
3714+ </data >
3715+ <data name =" SNMPErrorCode_WrongType" xml : space =" preserve" >
3716+ <value >The object was set to an incompatible data type!</value >
3717+ </data >
3718+ <data name =" SNMPErrorCode_WrongLength" xml : space =" preserve" >
3719+ <value >The value assigned to the object exceeds its maximum length!</value >
3720+ </data >
3721+ <data name =" SNMPErrorCode_WrongEncoding" xml : space =" preserve" >
3722+ <value >The encoding used for the object is incorrect!</value >
3723+ </data >
3724+ <data name =" SNMPErrorCode_WrongValue" xml : space =" preserve" >
3725+ <value >The value assigned to the object is not a valid choice!</value >
3726+ </data >
3727+ <data name =" SNMPErrorCode_NoCreation" xml : space =" preserve" >
3728+ <value >The requested object does not exist and cannot be created!</value >
3729+ </data >
3730+ <data name =" SNMPErrorCode_InconsistentValue" xml : space =" preserve" >
3731+ <value >The MIB variable is currently in an inconsistent state and cannot be modified!</value >
3732+ </data >
3733+ <data name =" SNMPErrorCode_ResourceUnavailable" xml : space =" preserve" >
3734+ <value >There are no available system resources to perform the requested operation!</value >
3735+ </data >
3736+ <data name =" SNMPErrorCode_CommitFailed" xml : space =" preserve" >
3737+ <value >An error occurred during the set operation!</value >
3738+ </data >
3739+ <data name =" SNMPErrorCode_UndoFailed" xml : space =" preserve" >
3740+ <value >A set operation failed, and previous changes could not be rolled back!</value >
3741+ </data >
3742+ <data name =" SNMPErrorCode_AuthorizationError" xml : space =" preserve" >
3743+ <value >Authentication failed. Please check the community string!</value >
3744+ </data >
3745+ <data name =" SNMPErrorCode_NotWritable" xml : space =" preserve" >
3746+ <value >The requested object is not writable and cannot be modified!</value >
3747+ </data >
3748+ <data name =" SNMPErrorCode_InconsistentName" xml : space =" preserve" >
3749+ <value >The object's state is inconsistent, preventing the set operation!</value >
3750+ </data >
36883751</root >
0 commit comments