add the the necessary tfs variables for rev 45152

svn path=/trunk/; revision=45153
This commit is contained in:
Michael Mann 2012-09-26 18:19:15 +00:00
parent 97c808c75c
commit 6b4ffe18d4
2 changed files with 8 additions and 0 deletions

View File

@ -66,4 +66,9 @@ const true_false_string tfs_not_allowed_allowed = { "Not Allowed", "Allowed" };
const true_false_string tfs_accepted_not_accepted = { "Accepted", "Not Accepted" };
const true_false_string tfs_detected_not_detected = { "Detected", "Not Detected" };
const true_false_string tfs_available_not_available = { "Available", "Not available" };
const true_false_string tfs_shared_independent = { "Shared", "Independent" };
const true_false_string tfs_valid_invalid = { "Valid", "Invalid" };
const true_false_string tfs_group_unique_name = { "Group name", "Unique name" };

View File

@ -75,4 +75,7 @@ WS_VAR_IMPORT const true_false_string tfs_not_allowed_allowed;
WS_VAR_IMPORT const true_false_string tfs_accepted_not_accepted;
WS_VAR_IMPORT const true_false_string tfs_detected_not_detected;
WS_VAR_IMPORT const true_false_string tfs_available_not_available;
WS_VAR_IMPORT const true_false_string tfs_shared_independent;
WS_VAR_IMPORT const true_false_string tfs_valid_invalid;
WS_VAR_IMPORT const true_false_string tfs_group_unique_name;
#endif