(file) Return to localizestr.h CVS log (file) (dir) Up to [OMI] / omi / common

 1 krisbash 1.1 /*
 2              **==============================================================================
 3              **
 4              ** Open Management Infrastructure (OMI)
 5              **
 6              ** Copyright (c) Microsoft Corporation
 7              ** 
 8              ** Licensed under the Apache License, Version 2.0 (the "License"); you may not 
 9              ** use this file except in compliance with the License. You may obtain a copy 
10              ** of the License at 
11              **
12              **     http://www.apache.org/licenses/LICENSE-2.0 
13              **
14              ** THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15              ** KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED 
16              ** WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, 
17              ** MERCHANTABLITY OR NON-INFRINGEMENT. 
18              **
19              ** See the Apache 2 License for the specific language governing permissions 
20              ** and limitations under the License.
21              **
22 krisbash 1.1 **==============================================================================
23              */
24              
25              #ifndef _common_localizestr_h
26              #define _common_localizestr_h
27              
28              #define STR_SUB_ALL_TARGET_CLASS_FAILED                             MI_T("All target class(es) failed.")
29              #define STR_OUT_OF_MEMORY                                           MI_T("Out of memory.")
30              #define STR_NULL_NAMESPACE_NOT_ALLOWED                              MI_T("Namespace cannot be NULL.")
31              #define STR_NULL_DIALECT_NOT_ALLOWED                                MI_T("Dialect or filter cannot be NULL.")
32              #define STR_INVALID_FILTER                                          MI_T("The filter expression is invalid because it contains a syntax error.")
33              #define STR_NOT_SUPPORTED_QUERY_DIALECT                             MI_T("The specified query dialect is not supported. Supported dialects include: WQL, CQL.")
34              #define STR_INDICATION_CLASS_NOT_FOUND                              MI_T("No indication class was found for the specified indication query. Ensure the target class is present in the given namespace.")
35              
36              #define STR_LIFECYCLE_INDICATION_QUERY_ISA_HAS_WRONG_PROPERTYNAME   MI_T("The lifecycle filter expression specifies an invalid property name for the ISA operator.")
37              #define STR_LIFECYCLE_INDICATION_QUERY_NO_ISA_OPERATOR              MI_T("The lifecycle filter expression is not supported. The WHERE clause must specify a target class using an ISA operator.")
38              #define STR_LIFECYCLE_INDICATION_QUERY_MORETHANONE_ISA_OPERATOR     MI_T("The lifecycle filter expression is not supported. It has more than one ISA operator within the WHERE clause.")
39              #define STR_LIFECYCLE_INDICATION_QUERY_ISA_OPERATOR_WITHIN_OR       MI_T("The lifecycle filter expression is not supported. The ISA operator is within the scope of an OR operator.")
40              #define STR_LIFECYCLE_INDICATION_QUERY_INVALID                      MI_T("Invalid lifecycle filter expression.")
41              
42              
43 krisbash 1.1 #endif /* _common_localizestr_h */
44              
45              

ViewCVS 0.9.2