UDAs - User Defined Attributes

- Added support for named allowable values.
This commit is contained in:
Paul Beckingham
2012-07-02 22:22:19 -04:00
parent 0d3f6f990d
commit 7f1d8c3682
5 changed files with 34 additions and 2 deletions

View File

@@ -683,6 +683,7 @@
#define STRING_INFINITE_LOOP "Terminated substitution because more than {1} changes were made - infinite loop protection."
#define STRING_UDA_TYPE "User defined attributes may only be of type 'string', 'date', 'duration' or 'numeric'."
#define STRING_UDA_NUMERIC "The value '{1}' is not a valid numeric value."
#define STRING_INVALID_MOD "The '{1}' attribute does not allow a value of '{2}'."
// Feedback
#define STRING_FEEDBACK_NO_TASKS "No tasks."