Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/aspnetwebstack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Web.Http.OData/Properties/SRResources.resx')
-rw-r--r--src/System.Web.Http.OData/Properties/SRResources.resx6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/System.Web.Http.OData/Properties/SRResources.resx b/src/System.Web.Http.OData/Properties/SRResources.resx
index 9b6441ea..40940609 100644
--- a/src/System.Web.Http.OData/Properties/SRResources.resx
+++ b/src/System.Web.Http.OData/Properties/SRResources.resx
@@ -396,4 +396,10 @@
<data name="PropertyAlreadyDefinedInDerivedType" xml:space="preserve">
<value>Cannot define property '{0}' in the base entity type '{1}' as the derived type '{2}' already defines it.</value>
</data>
+ <data name="ConvertToEnumFailed" xml:space="preserve">
+ <value>Cannot compare an enum of type '{0}' to an expression of type '{1}'.</value>
+ </data>
+ <data name="FunctionNotSupportedOnEnum" xml:space="preserve">
+ <value>The '{0}' function cannot be applied to an enumeration-typed argument.</value>
+ </data>
</root> \ No newline at end of file