{{ts('About %1', {1: myContact.first_name + ' ' + myContact.last_name})}}

{{ts('This is an auto-generated skeletal page.')}}

{{ts('To view more debugging information, edit the URL and include "?angularDebug=1".')}}

{{ ts('Hello, %1.', {1: myContact.first_name}) }}

{{ ts('Hello, stranger.') }}