1// 2// Replacement text for DDOs. 3// 4#REPLACE DD_TEXT_KEY_REQUIRED |CS"Key values are required!" 5#REPLACE DD_TEXT_NO_KEY_CHANGE_ALLOWED |CS"Key values may not be changed!" 6#REPLACE DD_INVALID_RANGE |CS"Value must be within range %1 to %2" 7#REPLACE DD_INVALID_CHECK |CS"Value must be one of '%1'" 8#REPLACE DD_INVALID_CHECKBOX |CS"Value must be '%1' or '%2'" 9#REPLACE DD_INVALID_VALUE_TABLE |CS"Invalid Value" 10#REPLACE DD_CANNOT_CHANGE_MAIN_FILE |CS"Change of Main_File not allowed!" 11#REPLACE DD_INVALID_SAVE_STRUCTURE |CS"Can't Save. File %1 required." 12#REPLACE DD_INVALID_DELETE_STRUCTURE |CS"Can't Delete. File %1 required." 13#REPLACE DD_VALIDATION_LIST_TITLE |CS"Options" 14#REPLACE DD_BLANK_CODE_DESCRIPTION |CS"<Undefined>" 15#REPLACE DD_FILE_TEXT |CS"File:" 16#REPLACE DD_FIELD_TEXT |CS"Field:" 17#REPLACE DD_EXTENDED_OVERLAP_ERROR |CS"Invalid use of overlap with DD" 18#REPLACE DD_EXTENDED_FIELD_NOT_DEFINED |CS"Extended Field not defined in DD" 19#REPLACE DD_EXTENDED_FIELD_NOT_SUPPORTED |CS"Field type not supported by DD" 20#REPLACE DD_EXTENDED_FIELD_TOO_BIG |CS"Extended field too large for return string" 21#REPLACE C_$CannotFindDD |CS"Cannot find DD for file"