diff --git a/src/lang/fi_FI.lang.php b/src/lang/fi_FI.lang.php
index 8f33870c..d0665d0d 100644
--- a/src/lang/fi_FI.lang.php
+++ b/src/lang/fi_FI.lang.php
@@ -259,16 +259,16 @@ $sm_lang = array(
),
// for newlines in the email messages use
'notifications' => array(
- 'off_sms' => 'Palvelin \'%LABEL%\' on SAMMUNUT: ip=%IP%, portti=%PORT%. Virhe=%ERROR%',
- 'off_email_subject' => 'TÄRKEÄÄ: Palvelin \'%LABEL%\' on SAMMUNUT',
- 'off_email_body' => "Virhe yhdistettäessä seuraavaan palvelimeen:
Palvelin: %LABEL%
IP: %IP%
Portti: %PORT%
Virhe: %ERROR%
Aika: %DATE%",
- 'off_pushover_title' => 'Palvelin \'%LABEL%\' on sammunut',
- 'off_pushover_message' => "Virhe yhdistettäessä seuraavaan palvelimeen:
Palvelin: %LABEL%
IP: %IP%
Portti: %PORT%
Virhe: %ERROR%
Aika: %DATE%",
- 'on_sms' => 'Palvelin \'%LABEL%\' on PÄÄLLÄ: ip=%IP%, portti=%PORT%',
- 'on_email_subject' => 'TÄRKEÄÄ: Palvelin \'%LABEL%\' on PÄÄLLÄ',
- 'on_email_body' => "Palvelin '%LABEL%' on takaisin päällä:
PAlvelin: %LABEL%
IP: %IP%
Portti: %PORT%
Aika: %DATE%",
- 'on_pushover_title' => 'Palvelin \'%LABEL%\' on PÄÄLLÄ',
- 'on_pushover_message' => 'Server \'%LABEL%\' on takaisin päällä:
Palvelin: %LABEL%
IP: %IP%
Portti: %PORT%
Aika: %DATE%',
+ 'off_sms' => 'Server \'%LABEL%\' is DOWN: ip=%IP%, port=%PORT%. Error=%ERROR%',
+ 'off_email_subject' => 'IMPORTANT: Server \'%LABEL%\' is DOWN',
+ 'off_email_body' => "Failed to connect to the following server:
Server: %LABEL%
IP: %IP%
Port: %PORT%
Error: %ERROR%
Date: %DATE%",
+ 'off_pushover_title' => 'Server \'%LABEL%\' is DOWN',
+ 'off_pushover_message' => "Failed to connect to the following server:
Server: %LABEL%
IP: %IP%
Port: %PORT%
Error: %ERROR%
Date: %DATE%",
+ 'on_sms' => 'Server \'%LABEL%\' is RUNNING: ip=%IP%, port=%PORT%',
+ 'on_email_subject' => 'IMPORTANT: Server \'%LABEL%\' is RUNNING',
+ 'on_email_body' => "Server '%LABEL%' is running again:
Server: %LABEL%
IP: %IP%
Port: %PORT%
Date: %DATE%",
+ 'on_pushover_title' => 'Server \'%LABEL%\' is RUNNING',
+ 'on_pushover_message' => 'Server \'%LABEL%\' is running again:
Server: %LABEL%
IP: %IP%
Port: %PORT%
Date: %DATE%',
),
'login' => array(
'welcome_usermenu' => 'Tervetuloa, %user_name%',