SELECT id, object_id, object_type, Text FROM ArcadesManager.translations where language = "en-US" and client_id =24 and object_type not in (5,14) and text != "Removed"order by object_type;