Placeholders

Placeholders are special statements like {$a} or {$a->something} within the string. They are replaced with a value when the string is actually printed.

It is important to copy them exactly as they are in the original string. Do not translate them nor change their left-to-right orientation.