Merge pull request #391 from tomhatzer/develop

Add type ping to lang file
This commit is contained in:
Samuel Denis-D'Ortun 2016-12-23 08:19:57 -05:00 committed by GitHub
commit 3118fdbdbc
1 changed files with 2 additions and 1 deletions

View File

@ -135,6 +135,7 @@ $sm_lang = array(
'type' => 'Type',
'type_website' => 'Website',
'type_service' => 'Service',
'type_ping' => 'Ping',
'pattern' => 'Search string/pattern',
'pattern_description' => 'If this pattern is not found on the website, the server will be marked offline. Regular expressions are allowed.',
'last_check' => 'Last check',
@ -316,4 +317,4 @@ $sm_lang = array(
'401_unauthorized' => 'Unauthorized',
'401_unauthorized_description' => 'You do not have the privileges to view this page.',
),
);
);