1<?php
2/**
3 * Configuration setting title strings
4 *
5 * @author Brendon Rapp <brendon@jaguardesignstudio.com>
6 */
7
8  $lang['hipchat_token']      = "HipChat API token";
9  $lang['hipchat_room']       = "HipChat room name";
10  $lang['hipchat_name']       = "Notification user name";
11  $lang['hipchat_namespaces'] = "Namespace filter: notify only on these namespaces (comma-separated)";
12