Translation files (.pot / .po / .mo) for the `webpro-activity-logs` text domain.

Generate the template with WP-CLI from the plugin root:

    wp i18n make-pot . languages/webpro-activity-logs.pot --domain=webpro-activity-logs

Note: as of 3.4.2 most user-facing strings are still hardcoded English. Wrapping
them in __() / esc_html__() / _n() is tracked as the remaining i18n task.
