Conditional formatting does NOT change the content the cell displays, it can only change things like the borders and the background color of the cell.
You can have an additional column with a formula:
=IF(A1="A","ALL",IF(A1="R","READ",IF(A1=U","UPDATE","What if none of these apply???")))