Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Fixed = 0, NeedToFix = 1
- "There is a case using this process and it need to be converted manually." //red
- Fixed = 0, NeedToFix > 1
- "There are *count* cases using this process and all of them need to be converted manually." //red
- Fixed = 1, NeedToFix = 0
- "A case using this process can be converted automatically." //black
- Fixed = 1, NeedToFix = 1
- "There are *total_count* using this process:" //black
- "1 case can be converted automatically." //black
- "1 case requires manual covnersion." //red
- Fixed = 1, NeedToFix > 1
- "There are *total_count* using this process:" //black
- "1 case can be converted automatically." //black
- "*count* cases need to be converted manually." //red
- Fixed > 1, NeedToFix = 0
- "There are *count* cases using this process and all of them need can be converted automatically." //black
- Fixed > 1, NeedToFix = 1
- "There are *total_count* using this process:" //black
- "*count* cases can be converted automatically." //black
- "1 case requires manual conversion"
- Fixed > 1, NeedToFix > 1
- "There are *total_count* using this process:" //black
- "*count* cases can be converted automatically." //black
- "*count* cases need to be converted manually." //red
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement